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 --- lib/libalpm/add.c | 4 +--- lib/libalpm/add.h | 6 ++---- lib/libalpm/alpm.c | 4 +--- lib/libalpm/alpm.h | 6 ++---- lib/libalpm/alpm_list.c | 6 ++---- lib/libalpm/alpm_list.h | 6 ++---- lib/libalpm/backup.c | 4 +--- lib/libalpm/backup.h | 6 ++---- lib/libalpm/be_files.c | 4 +--- lib/libalpm/cache.c | 6 ++---- lib/libalpm/cache.h | 6 ++---- lib/libalpm/conflict.c | 6 ++---- lib/libalpm/conflict.h | 6 ++---- lib/libalpm/db.c | 6 ++---- lib/libalpm/db.h | 6 ++---- lib/libalpm/delta.c | 4 +--- lib/libalpm/delta.h | 4 +--- lib/libalpm/deps.c | 6 ++---- lib/libalpm/deps.h | 6 ++---- lib/libalpm/error.c | 6 ++---- lib/libalpm/error.h | 6 ++---- lib/libalpm/group.c | 6 ++---- lib/libalpm/group.h | 6 ++---- lib/libalpm/handle.c | 6 ++---- lib/libalpm/handle.h | 6 ++---- lib/libalpm/log.c | 6 ++---- lib/libalpm/log.h | 6 ++---- lib/libalpm/md5.c | 5 ++--- lib/libalpm/md5.h | 5 ++--- lib/libalpm/package.c | 6 ++---- lib/libalpm/package.h | 6 ++---- lib/libalpm/remove.c | 6 ++---- lib/libalpm/remove.h | 6 ++---- lib/libalpm/server.c | 4 +--- lib/libalpm/server.h | 4 +--- lib/libalpm/sync.c | 6 ++---- lib/libalpm/sync.h | 6 ++---- lib/libalpm/trans.c | 6 ++---- lib/libalpm/trans.h | 6 ++---- lib/libalpm/util.c | 6 ++---- lib/libalpm/util.h | 6 ++---- 41 files changed, 74 insertions(+), 154 deletions(-) (limited to 'lib') diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index 24f2b51f..11c5eb8c 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/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/lib/libalpm/add.h b/lib/libalpm/add.h index e576c075..4515d810 100644 --- a/lib/libalpm/add.h +++ b/lib/libalpm/add.h @@ -1,7 +1,7 @@ /* * add.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 _ALPM_ADD_H #define _ALPM_ADD_H diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index 62bb8316..473993a0 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -17,9 +17,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/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index c98adc5f..f64796cb 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -1,7 +1,7 @@ /* * alpm.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2005, 2006 by Miklos Vajna @@ -17,9 +17,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 _ALPM_H #define _ALPM_H diff --git a/lib/libalpm/alpm_list.c b/lib/libalpm/alpm_list.c index a1e8861b..57c8376a 100644 --- a/lib/libalpm/alpm_list.c +++ b/lib/libalpm/alpm_list.c @@ -1,7 +1,7 @@ /* * alpm_list.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/lib/libalpm/alpm_list.h b/lib/libalpm/alpm_list.h index 39cbdd30..ae373910 100644 --- a/lib/libalpm/alpm_list.h +++ b/lib/libalpm/alpm_list.h @@ -1,7 +1,7 @@ /* * alpm_list.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 _ALPM_LIST_H #define _ALPM_LIST_H diff --git a/lib/libalpm/backup.c b/lib/libalpm/backup.c index 6aa59acb..bedbe8c1 100644 --- a/lib/libalpm/backup.c +++ b/lib/libalpm/backup.c @@ -17,9 +17,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/lib/libalpm/backup.h b/lib/libalpm/backup.h index 04b7b9a3..dc44b1b3 100644 --- a/lib/libalpm/backup.h +++ b/lib/libalpm/backup.h @@ -1,7 +1,7 @@ /* * backup.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 _ALPM_BACKUP_H #define _ALPM_BACKUP_H diff --git a/lib/libalpm/be_files.c b/lib/libalpm/be_files.c index 078136ed..7df0b8b6 100644 --- a/lib/libalpm/be_files.c +++ b/lib/libalpm/be_files.c @@ -15,9 +15,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/lib/libalpm/cache.c b/lib/libalpm/cache.c index 1da65a49..f966bb2b 100644 --- a/lib/libalpm/cache.c +++ b/lib/libalpm/cache.c @@ -1,7 +1,7 @@ /* * cache.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/lib/libalpm/cache.h b/lib/libalpm/cache.h index 2526afac..915896e1 100644 --- a/lib/libalpm/cache.h +++ b/lib/libalpm/cache.h @@ -1,7 +1,7 @@ /* * cache.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 _ALPM_CACHE_H #define _ALPM_CACHE_H diff --git a/lib/libalpm/conflict.c b/lib/libalpm/conflict.c index 7b21c38a..91f43602 100644 --- a/lib/libalpm/conflict.c +++ b/lib/libalpm/conflict.c @@ -1,7 +1,7 @@ /* * conflict.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by David Kimpe * Copyright (c) 2006 by Miklos Vajna @@ -18,9 +18,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/lib/libalpm/conflict.h b/lib/libalpm/conflict.h index 00a593e9..a846aace 100644 --- a/lib/libalpm/conflict.h +++ b/lib/libalpm/conflict.h @@ -1,7 +1,7 @@ /* * conflict.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 _ALPM_CONFLICT_H #define _ALPM_CONFLICT_H diff --git a/lib/libalpm/db.c b/lib/libalpm/db.c index b772adde..d8e770b8 100644 --- a/lib/libalpm/db.c +++ b/lib/libalpm/db.c @@ -1,7 +1,7 @@ /* * db.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by David Kimpe @@ -18,9 +18,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/lib/libalpm/db.h b/lib/libalpm/db.h index 3916e848..8c8c9bd7 100644 --- a/lib/libalpm/db.h +++ b/lib/libalpm/db.h @@ -1,7 +1,7 @@ /* * db.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by Miklos Vajna * @@ -16,9 +16,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 _ALPM_DB_H #define _ALPM_DB_H diff --git a/lib/libalpm/delta.c b/lib/libalpm/delta.c index 8daac0c5..9be031a8 100644 --- a/lib/libalpm/delta.c +++ b/lib/libalpm/delta.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/lib/libalpm/delta.h b/lib/libalpm/delta.h index d2dd361f..3065d4d1 100644 --- a/lib/libalpm/delta.h +++ b/lib/libalpm/delta.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 _ALPM_DELTA_H #define _ALPM_DELTA_H diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index 0bfa4735..1603f99f 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -1,7 +1,7 @@ /* * deps.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005, 2006 by Miklos Vajna * @@ -16,9 +16,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/lib/libalpm/deps.h b/lib/libalpm/deps.h index 2da39b8b..75cbb5bc 100644 --- a/lib/libalpm/deps.h +++ b/lib/libalpm/deps.h @@ -1,7 +1,7 @@ /* * deps.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by Miklos Vajna * @@ -16,9 +16,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 _ALPM_DEPS_H #define _ALPM_DEPS_H diff --git a/lib/libalpm/error.c b/lib/libalpm/error.c index 9ced6775..a68340ad 100644 --- a/lib/libalpm/error.c +++ b/lib/libalpm/error.c @@ -1,7 +1,7 @@ /* * error.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by Miklos Vajna @@ -17,9 +17,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/lib/libalpm/error.h b/lib/libalpm/error.h index 7692a944..e417195f 100644 --- a/lib/libalpm/error.h +++ b/lib/libalpm/error.h @@ -1,7 +1,7 @@ /* * error.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 _ALPM_ERROR_H #define _ALPM_ERROR_H diff --git a/lib/libalpm/group.c b/lib/libalpm/group.c index 4ad39d6d..050bcbd5 100644 --- a/lib/libalpm/group.c +++ b/lib/libalpm/group.c @@ -1,7 +1,7 @@ /* * group.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/lib/libalpm/group.h b/lib/libalpm/group.h index 477e701c..88fc8b32 100644 --- a/lib/libalpm/group.h +++ b/lib/libalpm/group.h @@ -1,7 +1,7 @@ /* * group.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 _ALPM_GROUP_H #define _ALPM_GROUP_H diff --git a/lib/libalpm/handle.c b/lib/libalpm/handle.c index 755eefb3..ab6fc7eb 100644 --- a/lib/libalpm/handle.c +++ b/lib/libalpm/handle.c @@ -1,7 +1,7 @@ /* * handle.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005, 2006 by Miklos Vajna * @@ -16,9 +16,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/lib/libalpm/handle.h b/lib/libalpm/handle.h index fb3ced3c..128ab7e2 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -1,7 +1,7 @@ /* * handle.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 _ALPM_HANDLE_H #define _ALPM_HANDLE_H diff --git a/lib/libalpm/log.c b/lib/libalpm/log.c index f666a099..4445f935 100644 --- a/lib/libalpm/log.c +++ b/lib/libalpm/log.c @@ -1,7 +1,7 @@ /* * log.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/lib/libalpm/log.h b/lib/libalpm/log.h index 00bb8152..f15fb4c8 100644 --- a/lib/libalpm/log.h +++ b/lib/libalpm/log.h @@ -1,7 +1,7 @@ /* * log.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 _ALPM_LOG_H #define _ALPM_LOG_H diff --git a/lib/libalpm/md5.c b/lib/libalpm/md5.c index 2d111c9d..4c903895 100644 --- a/lib/libalpm/md5.c +++ b/lib/libalpm/md5.c @@ -13,9 +13,8 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * License along with this library. If not, see + * . */ /* * The MD5 algorithm was designed by Ron Rivest in 1991. diff --git a/lib/libalpm/md5.h b/lib/libalpm/md5.h index 08dad1ec..d206e463 100644 --- a/lib/libalpm/md5.h +++ b/lib/libalpm/md5.h @@ -13,9 +13,8 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * License along with this library. If not, see + * . */ #ifndef _MD5_H diff --git a/lib/libalpm/package.c b/lib/libalpm/package.c index efb54b02..88e93de1 100644 --- a/lib/libalpm/package.c +++ b/lib/libalpm/package.c @@ -1,7 +1,7 @@ /* * package.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005, 2006 by Christian Hamar * Copyright (c) 2005, 2006 by Miklos Vajna @@ -17,9 +17,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/lib/libalpm/package.h b/lib/libalpm/package.h index 5e06785e..7ef41f9b 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -1,7 +1,7 @@ /* * package.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by David Kimpe * Copyright (c) 2005, 2006 by Christian Hamar @@ -18,9 +18,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 _ALPM_PACKAGE_H #define _ALPM_PACKAGE_H diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index 349ff10c..0e8b57aa 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -1,7 +1,7 @@ /* * remove.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by David Kimpe @@ -18,9 +18,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/lib/libalpm/remove.h b/lib/libalpm/remove.h index f1bc58eb..468e1c2c 100644 --- a/lib/libalpm/remove.h +++ b/lib/libalpm/remove.h @@ -1,7 +1,7 @@ /* * remove.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 _ALPM_REMOVE_H #define _ALPM_REMOVE_H diff --git a/lib/libalpm/server.c b/lib/libalpm/server.c index 384df7c6..4bccf3ca 100644 --- a/lib/libalpm/server.c +++ b/lib/libalpm/server.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/lib/libalpm/server.h b/lib/libalpm/server.h index 08194d58..b82fcb09 100644 --- a/lib/libalpm/server.h +++ b/lib/libalpm/server.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 _ALPM_SERVER_H #define _ALPM_SERVER_H diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index 065340c9..8c213aae 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -1,7 +1,7 @@ /* * sync.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2005, 2006 by Miklos Vajna @@ -17,9 +17,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/lib/libalpm/sync.h b/lib/libalpm/sync.h index 0ef42627..a6a3e74f 100644 --- a/lib/libalpm/sync.h +++ b/lib/libalpm/sync.h @@ -1,7 +1,7 @@ /* * sync.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005, 2006 by Miklos Vajna * @@ -16,9 +16,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 _ALPM_SYNC_H #define _ALPM_SYNC_H diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c index d9988265..4bc0ce74 100644 --- a/lib/libalpm/trans.c +++ b/lib/libalpm/trans.c @@ -1,7 +1,7 @@ /* * trans.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2005, 2006 by Miklos Vajna @@ -17,9 +17,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/lib/libalpm/trans.h b/lib/libalpm/trans.h index e96a7c1f..75608ce4 100644 --- a/lib/libalpm/trans.h +++ b/lib/libalpm/trans.h @@ -1,7 +1,7 @@ /* * trans.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by Miklos Vajna @@ -17,9 +17,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 _ALPM_TRANS_H #define _ALPM_TRANS_H diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 57485c2e..851a7c25 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -1,7 +1,7 @@ /* * util.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by David Kimpe @@ -18,9 +18,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/lib/libalpm/util.h b/lib/libalpm/util.h index 89ac3204..3ffe6328 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -1,7 +1,7 @@ /* * util.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by David Kimpe @@ -18,9 +18,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 _ALPM_UTIL_H #define _ALPM_UTIL_H -- cgit v1.2.3-24-g4f1b