diff options
author | Eric Hameleers <alien@slackware.com> | 2016-01-15 13:37:19 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-01-15 13:37:19 +0100 |
commit | 7fbbccacdb4b8b1ba219b8b0e497eccf76d9ec39 (patch) | |
tree | e6bfbc615fb042315cf21e8cf264f7823f943990 | |
parent | c4340a21e7e7199cabf5386c7e128719a432842e (diff) | |
download | liveslak-7fbbccacdb4b8b1ba219b8b0e497eccf76d9ec39.tar.gz liveslak-7fbbccacdb4b8b1ba219b8b0e497eccf76d9ec39.tar.xz |
Add 2016 in the copyright line.
-rw-r--r-- | iso2usb.sh | 2 | ||||
-rwxr-xr-x | liveinit | 2 | ||||
-rwxr-xr-x | make_slackware_live.sh | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ #!/bin/bash # $Id: iso2usb.sh,v 1.6 2015/11/29 15:07:35 root Exp root $ # -# Copyright 2015 Eric Hameleers, Eindhoven, NL +# Copyright 2015, 2016 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -2,7 +2,7 @@ # # Copyright 2004 Slackware Linux, Inc., Concord, CA, USA # Copyright 2007, 2008, 2009, 2010, 2012 Patrick J. Volkerding, Sebeka, MN, USA -# Copyright 2015 Eric Hameleers, Eindhoven, NL +# Copyright 2015, 2016 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Redistribution and use of this script, with or without modification, is diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 22e0dc0..56f6c83 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1,7 +1,7 @@ #!/bin/bash # $Id: make_slackware_live.sh,v 1.13 2015/12/04 13:51:41 root Exp root $ -# Copyright 2014, 2015 Eric Hameleers, Eindhoven, NL +# Copyright 2014, 2015, 2016 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for |