diff options
-rw-r--r-- | src/chroot-tools/chcleanup.in | 2 | ||||
-rw-r--r-- | src/lib/conf.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/chroot-tools/chcleanup.in b/src/chroot-tools/chcleanup.in index 5351878..a9d0e1b 100644 --- a/src/chroot-tools/chcleanup.in +++ b/src/chroot-tools/chcleanup.in @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Copyright (C) 2011-2012 Nicolás Reynolds <fauno@parabola.nu> -# Copyright (C) 2012-2013 Luke Shumaker <lukeshu@sbcglobal.net> +# Copyright (C) 2012-2013, 2015 Luke Shumaker <lukeshu@sbcglobal.net> # # If you don't see m4_include(...) below, but see function definitions # for msg() et al., then this is a generated file, and contains some diff --git a/src/lib/conf.sh.in b/src/lib/conf.sh.in index 8305397..f5c7a53 100644 --- a/src/lib/conf.sh.in +++ b/src/lib/conf.sh.in @@ -1,7 +1,7 @@ #!/usr/bin/env bash # non-executable, but put this there as a hint to text editors # This may be included with or without `set -euE` -# Copyright (C) 2012-2014 Luke Shumaker <lukeshu@sbcglobal.net> +# Copyright (C) 2012-2015 Luke Shumaker <lukeshu@sbcglobal.net> # # License: GNU GPLv2+ # |