diff options
author | Roger Leigh <rleigh@debian.org> | 2008-01-21 00:10:43 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2008-01-21 00:10:43 +0000 |
commit | dfad96e25a27d124029047b077173605046eb025 (patch) | |
tree | 86ce00074c9f524fabc474a979c6ff7d25a3cdcd /bin | |
parent | 5fdb47b373cb2f16e06fb2dcd60e91e46e15ce0a (diff) | |
download | schroot-dfad96e25a27d124029047b077173605046eb025.tar.gz |
* Update copyright on all files modified in 2008.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/schroot-base/schroot-base-main.cc | 2 | ||||
-rwxr-xr-x | bin/schroot/setup/50chrootname | 2 | ||||
-rwxr-xr-x | bin/schroot/setup/50sbuild | 2 | ||||
-rw-r--r-- | bin/schroot/setup/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/schroot-base/schroot-base-main.cc b/bin/schroot-base/schroot-base-main.cc index 1d8df072..132c26c7 100644 --- a/bin/schroot-base/schroot-base-main.cc +++ b/bin/schroot-base/schroot-base-main.cc @@ -64,7 +64,7 @@ main::action_version (std::ostream& stream) stream << fmt << _("Written by Roger Leigh") << '\n' << '\n' // TRANSLATORS: '(C)' is a copyright symbol and '-' is an en-dash. - << _("Copyright (C) 2004-2007 Roger Leigh") << '\n' + << _("Copyright (C) 2004-2008 Roger Leigh") << '\n' << _("This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n") << std::flush; diff --git a/bin/schroot/setup/50chrootname b/bin/schroot/setup/50chrootname index 121e23ef..8b8355f2 100755 --- a/bin/schroot/setup/50chrootname +++ b/bin/schroot/setup/50chrootname @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright © 2005-2007 Roger Leigh <rleigh@debian.org> +# Copyright © 2005-2008 Roger Leigh <rleigh@debian.org> # # schroot is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/bin/schroot/setup/50sbuild b/bin/schroot/setup/50sbuild index e01955f4..be3d39d9 100755 --- a/bin/schroot/setup/50sbuild +++ b/bin/schroot/setup/50sbuild @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright © 2005-2007 Roger Leigh <rleigh@debian.org> +# Copyright © 2005-2008 Roger Leigh <rleigh@debian.org> # # schroot is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by diff --git a/bin/schroot/setup/Makefile.am b/bin/schroot/setup/Makefile.am index 839b55be..6549b091 100644 --- a/bin/schroot/setup/Makefile.am +++ b/bin/schroot/setup/Makefile.am @@ -1,7 +1,7 @@ # schroot Makefile template # # -# Copyright © 2004-2007 Roger Leigh <rleigh@debian.org> +# Copyright © 2004-2008 Roger Leigh <rleigh@debian.org> # # schroot is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by |