aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2005-01-04 01:47:18 +0000
committerdancer <dancer>2005-01-04 01:47:18 +0000
commitb84a9a5a3f37f287e1f0bbee1b5e2404da967caf (patch)
treecd7a6f573c21af840c6b8f663a63f69a4c1832f3
parentffaed2fbef429016d5f1d10e7049228167094453 (diff)
downloadpbuilder-b84a9a5a3f37f287e1f0bbee1b5e2404da967caf.tar
pbuilder-b84a9a5a3f37f287e1f0bbee1b5e2404da967caf.tar.gz
update date
-rw-r--r--ChangeLog18
-rw-r--r--Documentation/pbuilder-doc.xml2
-rwxr-xr-xpbuilder2
-rwxr-xr-xpbuilder-buildpackage2
-rw-r--r--pbuilder-buildpackage-funcs2
-rwxr-xr-xpbuilder-checkparams2
-rw-r--r--pbuilder-modules4
-rw-r--r--pbuilder-uml-checkparams2
-rwxr-xr-xpbuilder-user-mode-linux2
-rw-r--r--pdebuild2
-rw-r--r--pdebuild-internal2
-rw-r--r--pdebuild-user-mode-linux2
12 files changed, 29 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index b23245f..9f0b1cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-01-04 Junichi Uekawa <dancer@debian.org>
+
+ * Documentation/pbuilder-doc.xml: update date.
+
+ * pbuilder-buildpackage:
+ * pbuilder-buildpackage-funcs:
+ * pbuilder-checkparams:
+ * pbuilder-modules:
+ * pbuilder-uml-checkparams:
+ * pdebuild:
+ * pdebuild-internal:
+ * pdebuild-user-mode-linux:
+ * pbuilder: update copyright year
+
+ * update copyright
+
2004-12-29 Junichi Uekawa <dancer@debian.org>
* Documentation/pbuilder-doc.xml: minor update, it's fourth year already passed?
@@ -2187,7 +2203,7 @@
energy. When pbuilder stabilizes, I will look at doing it.
14 Jan 2002 Junichi Uekawa <dancer@debian.org>
- Copyright (c) 2001-2004 Junichi Uekawa
+ Copyright (c) 2001-2005 Junichi Uekawa
$Id$
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml
index d0bed18..c02b8d8 100644
--- a/Documentation/pbuilder-doc.xml
+++ b/Documentation/pbuilder-doc.xml
@@ -4,7 +4,7 @@
and the latest version is found in CVS repository. -->
<book>
<bookinfo>
- <date>2004-07-14</date>
+ <date>2005-01-04</date>
<title>pbuilder User's Manual</title>
<abbrev>pbuilder-doc</abbrev>
<subtitle>Usage and operations</subtitle>
diff --git a/pbuilder b/pbuilder
index 27e3b93..caf2c11 100755
--- a/pbuilder
+++ b/pbuilder
@@ -1,6 +1,6 @@
#! /bin/bash
# pbuilder -- personal Debian package builder
-# Copyright (C) 2001-2004 Junichi Uekawa
+# Copyright (C) 2001-2005 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
diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage
index b2c6b48..c2d70d4 100755
--- a/pbuilder-buildpackage
+++ b/pbuilder-buildpackage
@@ -1,6 +1,6 @@
#! /bin/bash
# pbuilder -- personal Debian package builder
-# Copyright (C) 2001-2003 Junichi Uekawa
+# Copyright (C) 2001-2005 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
diff --git a/pbuilder-buildpackage-funcs b/pbuilder-buildpackage-funcs
index 2860b65..90e59a2 100644
--- a/pbuilder-buildpackage-funcs
+++ b/pbuilder-buildpackage-funcs
@@ -1,6 +1,6 @@
#! /bin/bash
# pbuilder -- personal Debian package builder
-# Copyright (C) 2001,2002 Junichi Uekawa
+# Copyright (C) 2001,2002,2005 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
diff --git a/pbuilder-checkparams b/pbuilder-checkparams
index 8383610..2829c6e 100755
--- a/pbuilder-checkparams
+++ b/pbuilder-checkparams
@@ -1,7 +1,7 @@
#! /bin/bash
# this is sourced from pbuilder packages to process the optional parameters.
# pbuilder -- personal Debian package builder
-# Copyright (C) 2001-2004 Junichi Uekawa
+# Copyright (C) 2001-2005 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
diff --git a/pbuilder-modules b/pbuilder-modules
index bd6b190..548e7bf 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -1,7 +1,7 @@
#! /bin/bash
# common modules for pbuilder.
# pbuilder -- personal Debian package builder
-# Copyright (C) 2001-2004 Junichi Uekawa
+# Copyright (C) 2001-2005 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
@@ -20,7 +20,7 @@
function showhelp () {
cat <<EOF
pbuilder - a personal builder
-Copyright 2001-2004 Junichi Uekawa
+Copyright 2001-2005 Junichi Uekawa
Distributed under GNU Public License version 2 or later
pbuilder [operation] [pbuilder-options]
diff --git a/pbuilder-uml-checkparams b/pbuilder-uml-checkparams
index 6c52126..56f7129 100644
--- a/pbuilder-uml-checkparams
+++ b/pbuilder-uml-checkparams
@@ -1,6 +1,6 @@
#! /bin/bash
# pbuilder-user-mode-linux -- personal Debian package builder
-# Copyright (C) 2004 Junichi Uekawa
+# Copyright (C) 2004,2005 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
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux
index 19dc2a9..ed60584 100755
--- a/pbuilder-user-mode-linux
+++ b/pbuilder-user-mode-linux
@@ -1,7 +1,7 @@
#! /bin/bash
# common modules for pbuilder.
# pbuilder -- personal Debian package builder
-# Copyright (C) 2001-2004 Junichi Uekawa
+# Copyright (C) 2001-2005 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
diff --git a/pdebuild b/pdebuild
index 7253c9c..e6990e6 100644
--- a/pdebuild
+++ b/pdebuild
@@ -1,6 +1,6 @@
#! /bin/bash
# pbuilder -- personal Debian package builder
-# Copyright (C) 2001-2004 Junichi Uekawa
+# Copyright (C) 2001-2005 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
diff --git a/pdebuild-internal b/pdebuild-internal
index 1fb0019..4a997f3 100644
--- a/pdebuild-internal
+++ b/pdebuild-internal
@@ -1,6 +1,6 @@
#! /bin/bash
# pbuilder-internal -- personal Debian package builder, internal routine
-# Copyright (C) 2003,2004 Junichi Uekawa
+# Copyright (C) 2003,2004,2005 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
diff --git a/pdebuild-user-mode-linux b/pdebuild-user-mode-linux
index e4d0ecf..3fc7934 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 Junichi Uekawa
+# Copyright (C) 2003,2004,2005 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