summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-12-11 05:55:22 +0100
committerDan McGee <dan@archlinux.org>2007-12-11 05:55:39 +0100
commit9781d0d637fb2a077b0c4b262af1e2fb4decc2a0 (patch)
treec81397dec4a1977df7594487afd7b30c0efc105b /src
parent572bdb5c997846c426aba53392800e5866f725bd (diff)
downloadpacman-9781d0d637fb2a077b0c4b262af1e2fb4decc2a0.tar.gz
pacman-9781d0d637fb2a077b0c4b262af1e2fb4decc2a0.tar.xz
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 <dan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r--src/pacman/add.c4
-rw-r--r--src/pacman/callback.c4
-rw-r--r--src/pacman/callback.h4
-rw-r--r--src/pacman/conf.c6
-rw-r--r--src/pacman/conf.h6
-rw-r--r--src/pacman/deptest.c6
-rw-r--r--src/pacman/package.c6
-rw-r--r--src/pacman/package.h6
-rw-r--r--src/pacman/pacman.c4
-rw-r--r--src/pacman/pacman.h4
-rw-r--r--src/pacman/query.c4
-rw-r--r--src/pacman/remove.c6
-rw-r--r--src/pacman/sync.c4
-rw-r--r--src/pacman/util.c6
-rw-r--r--src/pacman/util.h4
-rw-r--r--src/util/testdb.c4
-rw-r--r--src/util/testpkg.c4
-rw-r--r--src/util/vercmp.c4
18 files changed, 25 insertions, 61 deletions
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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <jvinet@zeroflux.org>
+ * Copyright (c) 2002-2007 by Judd Vinet <jvinet@zeroflux.org>
*
* 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 <http://www.gnu.org/licenses/>.
*/
#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 <jvinet@zeroflux.org>
+ * Copyright (c) 2002-2007 by Judd Vinet <jvinet@zeroflux.org>
*
* 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 <http://www.gnu.org/licenses/>.
*/
#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 <jvinet@zeroflux.org>
+ * Copyright (c) 2002-2007 by Judd Vinet <jvinet@zeroflux.org>
*
* 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 <http://www.gnu.org/licenses/>.
*/
#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 <jvinet@zeroflux.org>
+ * Copyright (c) 2002-2007 by Judd Vinet <jvinet@zeroflux.org>
*
* 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 <http://www.gnu.org/licenses/>.
*/
#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 <jvinet@zeroflux.org>
+ * Copyright (c) 2002-2007 by Judd Vinet <jvinet@zeroflux.org>
*
* 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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <jvinet@zeroflux.org>
+ * Copyright (c) 2002-2007 by Judd Vinet <jvinet@zeroflux.org>
*
* 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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <jvinet@zeroflux.org>
+ * Copyright (c) 2002-2007 by Judd Vinet <jvinet@zeroflux.org>
*
* 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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#include <unistd.h>
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 <http://www.gnu.org/licenses/>.
*/
#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 <http://www.gnu.org/licenses/>.
*/
#include "config.h"