diff options
author | dancer <dancer> | 2006-05-30 23:45:44 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-05-30 23:45:44 +0000 |
commit | f689738cfb780ac5810424b6eaa75693af5f9e9e (patch) | |
tree | 072c32ad7010a85a9f2253453d2af2ba2a140bc5 /pdebuild-user-mode-linux | |
parent | 4f8cca34a3246f8dfa91b2bf453144f159d0b409 (diff) | |
download | pbuilder-f689738cfb780ac5810424b6eaa75693af5f9e9e.tar pbuilder-f689738cfb780ac5810424b6eaa75693af5f9e9e.tar.gz |
update copyright info.
Diffstat (limited to 'pdebuild-user-mode-linux')
-rw-r--r-- | pdebuild-user-mode-linux | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pdebuild-user-mode-linux b/pdebuild-user-mode-linux index 77e4af8..525da02 100644 --- a/pdebuild-user-mode-linux +++ b/pdebuild-user-mode-linux @@ -1,6 +1,6 @@ #! /bin/bash # pbuilder-user-mode-linux -- personal Debian package builder -# Copyright (C) 2003,2004,2005 Junichi Uekawa +# Copyright (C) 2003-2006 Junichi Uekawa # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,7 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + set -e while ! test -d ./debian -o "$(pwd)" = "/" ; do |