From bd16775787d8b0077762fe07d2e1fc87c2f13d28 Mon Sep 17 00:00:00 2001 From: dpage Date: Wed, 2 Jan 2008 00:13:55 +0000 Subject: [PATCH] Copyright update git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@6931 a7884b65-44f6-0310-8a51-81a127f17b15 --- bootstrap | 2 +- pkg/Makefile.am | 2 +- pkg/debian/Makefile.am | 2 +- pkg/mac/Makefile.am | 2 +- pkg/mandrake/Makefile.am | 2 +- pkg/redhat/Makefile.am | 2 +- pkg/slackware/Makefile.am | 2 +- pkg/slackware/build-release.in | 2 +- pkg/slackware/build-snapshot | 2 +- pkg/src/Makefile.am | 2 +- pkg/src/build-tarball.in | 2 +- pkg/suse/Makefile.am | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bootstrap b/bootstrap index 3deb33d22..83792f003 100644 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ ####################################################################### # # pgAdmin III - PostgreSQL Tools -# Copyright (C) 2002 - 2006, The pgAdmin Development Team +# Copyright (C) 2002 - 2008, The pgAdmin Development Team # This software is released under the Artistic Licence # # bootstrap - bootstrap the build system diff --git a/pkg/Makefile.am b/pkg/Makefile.am index 7c05e8f07..ac51e590f 100644 --- a/pkg/Makefile.am +++ b/pkg/Makefile.am @@ -1,7 +1,7 @@ ############################################################################## # pgAdmin III - PostgreSQL Tools # $Id: Makefile.am 4875 2006-01-06 21:06:46Z dpage $ -# Copyright (C) 2002 - 2006, The pgAdmin Development Team +# Copyright (C) 2002 - 2008, The pgAdmin Development Team # This software is released under the Artistic Licence # # Makefile - Makefile for *nix systems diff --git a/pkg/debian/Makefile.am b/pkg/debian/Makefile.am index 429d24b0e..c68f24543 100644 --- a/pkg/debian/Makefile.am +++ b/pkg/debian/Makefile.am @@ -1,7 +1,7 @@ ############################################################################## # pgAdmin III - PostgreSQL Tools # $Id: Makefile.am 4875 2006-01-06 21:06:46Z dpage $ -# Copyright (C) 2002 - 2006, The pgAdmin Development Team +# Copyright (C) 2002 - 2008, The pgAdmin Development Team # This software is released under the Artistic Licence # # Makefile - Makefile for *nix systems diff --git a/pkg/mac/Makefile.am b/pkg/mac/Makefile.am index acd54ccbe..da3edaf0f 100644 --- a/pkg/mac/Makefile.am +++ b/pkg/mac/Makefile.am @@ -1,7 +1,7 @@ ############################################################################## # pgAdmin III - PostgreSQL Tools # $Id: Makefile.am 4875 2006-01-06 21:06:46Z dpage $ -# Copyright (C) 2002 - 2006, The pgAdmin Development Team +# Copyright (C) 2002 - 2008, The pgAdmin Development Team # This software is released under the Artistic Licence # # Makefile - Makefile for *nix systems diff --git a/pkg/mandrake/Makefile.am b/pkg/mandrake/Makefile.am index 0d7a5eac0..af199be49 100644 --- a/pkg/mandrake/Makefile.am +++ b/pkg/mandrake/Makefile.am @@ -1,7 +1,7 @@ ############################################################################## # pgAdmin III - PostgreSQL Tools # $Id: Makefile.am 4875 2006-01-06 21:06:46Z dpage $ -# Copyright (C) 2002 - 2006, The pgAdmin Development Team +# Copyright (C) 2002 - 2008, The pgAdmin Development Team # This software is released under the Artistic Licence # # Makefile - Makefile for *nix systems diff --git a/pkg/redhat/Makefile.am b/pkg/redhat/Makefile.am index a6f02f03b..0b634dbff 100644 --- a/pkg/redhat/Makefile.am +++ b/pkg/redhat/Makefile.am @@ -1,7 +1,7 @@ ############################################################################## # pgAdmin III - PostgreSQL Tools # $Id: Makefile.am 4875 2006-01-06 21:06:46Z dpage $ -# Copyright (C) 2002 - 2006, The pgAdmin Development Team +# Copyright (C) 2002 - 2008, The pgAdmin Development Team # This software is released under the Artistic Licence # # Makefile - Makefile for *nix systems diff --git a/pkg/slackware/Makefile.am b/pkg/slackware/Makefile.am index f9551b33e..189ebdd36 100644 --- a/pkg/slackware/Makefile.am +++ b/pkg/slackware/Makefile.am @@ -1,7 +1,7 @@ ############################################################################## # pgAdmin III - PostgreSQL Tools # $Id: Makefile.am 4875 2006-01-06 21:06:46Z dpage $ -# Copyright (C) 2002 - 2006, The pgAdmin Development Team +# Copyright (C) 2002 - 2008, The pgAdmin Development Team # This software is released under the Artistic Licence # # Makefile - Makefile for *nix systems diff --git a/pkg/slackware/build-release.in b/pkg/slackware/build-release.in index c95e2840e..64f2ae837 100644 --- a/pkg/slackware/build-release.in +++ b/pkg/slackware/build-release.in @@ -4,7 +4,7 @@ # # pgAdmin III - PostgreSQL Tools # $Id: build-release 4300 2005-06-10 10:36:04Z dpage $ -# Copyright (C) 2002 - 2006, The pgAdmin Development Team +# Copyright (C) 2002 - 2008, The pgAdmin Development Team # This software is released under the Artistic Licence # # build-release - Build a Slackware release diff --git a/pkg/slackware/build-snapshot b/pkg/slackware/build-snapshot index 844d3f15b..ce18ccffd 100644 --- a/pkg/slackware/build-snapshot +++ b/pkg/slackware/build-snapshot @@ -4,7 +4,7 @@ # # pgAdmin III - PostgreSQL Tools # $Id$ -# Copyright (C) 2002 - 2006, The pgAdmin Development Team +# Copyright (C) 2002 - 2008, The pgAdmin Development Team # This software is released under the Artistic Licence # # build-snapshot - Build a Slackware package from CVS Tip diff --git a/pkg/src/Makefile.am b/pkg/src/Makefile.am index 1349988c8..7fd091272 100644 --- a/pkg/src/Makefile.am +++ b/pkg/src/Makefile.am @@ -1,7 +1,7 @@ ############################################################################## # pgAdmin III - PostgreSQL Tools # $Id: Makefile.am 4875 2006-01-06 21:06:46Z dpage $ -# Copyright (C) 2002 - 2006, The pgAdmin Development Team +# Copyright (C) 2002 - 2008, The pgAdmin Development Team # This software is released under the Artistic Licence # # Makefile - Makefile for *nix systems diff --git a/pkg/src/build-tarball.in b/pkg/src/build-tarball.in index 6290eb6fc..1f0dcf1a6 100644 --- a/pkg/src/build-tarball.in +++ b/pkg/src/build-tarball.in @@ -4,7 +4,7 @@ # # pgAdmin III - PostgreSQL Tools # $Id: build-tarball 4739 2005-11-11 21:25:05Z dpage $ -# Copyright (C) 2002 - 2006, The pgAdmin Development Team +# Copyright (C) 2002 - 2008, The pgAdmin Development Team # This software is released under the Artistic Licence # # build-tarball - Build a source tarball diff --git a/pkg/suse/Makefile.am b/pkg/suse/Makefile.am index ed31dc652..2748a6069 100644 --- a/pkg/suse/Makefile.am +++ b/pkg/suse/Makefile.am @@ -1,7 +1,7 @@ ############################################################################## # pgAdmin III - PostgreSQL Tools # $Id: Makefile.am 4209 2005-05-18 11:23:14Z dpage $ -# Copyright (C) 2002 - 2006, The pgAdmin Development Team +# Copyright (C) 2002 - 2008, The pgAdmin Development Team # This software is released under the Artistic Licence # # Makefile - Makefile for *nix systems -- 2.39.5