From 9781d0d637fb2a077b0c4b262af1e2fb4decc2a0 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 10 Dec 2007 22:55:22 -0600 Subject: Update GNU GPL boilerplate and copyright dates Update the GPL boilerplate to direct people to the GNU website for a copy of the license, as well as bump all of Judd's copyrights to 2007. Signed-off-by: Dan McGee --- src/pacman/add.c | 4 +--- src/pacman/callback.c | 4 +--- src/pacman/callback.h | 4 +--- src/pacman/conf.c | 6 ++---- src/pacman/conf.h | 6 ++---- src/pacman/deptest.c | 6 ++---- src/pacman/package.c | 6 ++---- src/pacman/package.h | 6 ++---- src/pacman/pacman.c | 4 +--- src/pacman/pacman.h | 4 +--- src/pacman/query.c | 4 +--- src/pacman/remove.c | 6 ++---- src/pacman/sync.c | 4 +--- src/pacman/util.c | 6 ++---- src/pacman/util.h | 4 +--- src/util/testdb.c | 4 +--- src/util/testpkg.c | 4 +--- src/util/vercmp.c | 4 +--- 18 files changed, 25 insertions(+), 61 deletions(-) (limited to 'src') diff --git a/src/pacman/add.c b/src/pacman/add.c index 607ac1f0..80366de1 100644 --- a/src/pacman/add.c +++ b/src/pacman/add.c @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/callback.c b/src/pacman/callback.c index 05aec140..dddbc275 100644 --- a/src/pacman/callback.c +++ b/src/pacman/callback.c @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/callback.h b/src/pacman/callback.h index 59d8a45b..aa8d9370 100644 --- a/src/pacman/callback.h +++ b/src/pacman/callback.h @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #ifndef _PM_CALLBACK_H #define _PM_CALLBACK_H diff --git a/src/pacman/conf.c b/src/pacman/conf.c index 743f8330..bf3a4624 100644 --- a/src/pacman/conf.c +++ b/src/pacman/conf.c @@ -1,7 +1,7 @@ /* * conf.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * 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,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/conf.h b/src/pacman/conf.h index 989fa2c8..f3631ae1 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -1,7 +1,7 @@ /* * conf.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * 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,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #ifndef _PM_CONF_H #define _PM_CONF_H diff --git a/src/pacman/deptest.c b/src/pacman/deptest.c index 32fb3d08..2481c0b6 100644 --- a/src/pacman/deptest.c +++ b/src/pacman/deptest.c @@ -1,7 +1,7 @@ /* * deptest.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * 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,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/package.c b/src/pacman/package.c index ba572141..cc4be139 100644 --- a/src/pacman/package.c +++ b/src/pacman/package.c @@ -1,7 +1,7 @@ /* * package.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * 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,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/package.h b/src/pacman/package.h index 7dfc0548..14bc7d65 100644 --- a/src/pacman/package.h +++ b/src/pacman/package.h @@ -1,7 +1,7 @@ /* * package.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * 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,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #ifndef _PM_PACKAGE_H #define _PM_PACKAGE_H diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index ac81f1ed..1f26c74f 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/pacman.h b/src/pacman/pacman.h index fbd419d7..9d23a89c 100644 --- a/src/pacman/pacman.h +++ b/src/pacman/pacman.h @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #ifndef _PM_PACMAN_H #define _PM_PACMAN_H diff --git a/src/pacman/query.c b/src/pacman/query.c index 13070772..d0f1e96a 100644 --- a/src/pacman/query.c +++ b/src/pacman/query.c @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/remove.c b/src/pacman/remove.c index ae2595a5..56837fa2 100644 --- a/src/pacman/remove.c +++ b/src/pacman/remove.c @@ -1,7 +1,7 @@ /* * remove.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * 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,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/sync.c b/src/pacman/sync.c index df102af2..38200db8 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/util.c b/src/pacman/util.c index d8bcb823..1806ee52 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -1,7 +1,7 @@ /* * util.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * 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,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/util.h b/src/pacman/util.h index 4f4b3db3..00c88949 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #ifndef _PM_UTIL_H #define _PM_UTIL_H diff --git a/src/util/testdb.c b/src/util/testdb.c index c15d6527..92e14258 100644 --- a/src/util/testdb.c +++ b/src/util/testdb.c @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #include diff --git a/src/util/testpkg.c b/src/util/testpkg.c index d724bb8a..e32b013d 100644 --- a/src/util/testpkg.c +++ b/src/util/testpkg.c @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/util/vercmp.c b/src/util/vercmp.c index 29ab121d..1989dd4f 100644 --- a/src/util/vercmp.c +++ b/src/util/vercmp.c @@ -14,9 +14,7 @@ * GNU General Public License for more details. * * 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. + * along with this program. If not, see . */ #include "config.h" -- cgit v1.2.3-24-g4f1b