summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik.rinnestam@valvea.se>2017-02-07 15:55:35 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2017-02-07 21:01:46 +0100
commit66f664ffb7a9970321ddff43754232fb7e956c06 (patch)
treef795e9e7966d383eafd548deecc344fa620371c0
parentca8de9052585fc2616fa6cf8ce6e2c6c680cd551 (diff)
downloadpkgutils-66f664ffb7a9970321ddff43754232fb7e956c06.tar.gz
pkgutils-66f664ffb7a9970321ddff43754232fb7e956c06.tar.xz
updated copyright to 2017
-rw-r--r--Makefile2
-rw-r--r--README2
-rw-r--r--main.cc2
-rw-r--r--pkgadd.8.in2
-rw-r--r--pkgadd.cc2
-rw-r--r--pkgadd.h2
-rw-r--r--pkginfo.8.in2
-rw-r--r--pkginfo.cc2
-rw-r--r--pkginfo.h2
-rw-r--r--pkgmk.8.in2
-rw-r--r--pkgmk.conf.5.in2
-rwxr-xr-xpkgmk.in2
-rw-r--r--pkgrm.8.in2
-rw-r--r--pkgrm.cc2
-rw-r--r--pkgrm.h2
-rw-r--r--pkgutil.cc2
-rw-r--r--pkgutil.h2
-rw-r--r--rejmerge.8.in2
-rwxr-xr-xrejmerge.in2
19 files changed, 19 insertions, 19 deletions
diff --git a/Makefile b/Makefile
index 9a38bf51..fc691a8c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# pkgutils
#
# Copyright (c) 2000-2005 by Per Liden <per@fukt.bth.se>
-# Copyright (c) 2006-2016 by CRUX team (http://crux.nu)
+# Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
#
# 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/README b/README
index cc146da9..fe056f8a 100644
--- a/README
+++ b/README
@@ -22,7 +22,7 @@ $ make DESTDIR=/some/other/path install
Copyright
---------
pkgutils is Copyright (c) 2000-2005 Per Liden and
-Copyright (c) 2006-2016 CRUX team (http://crux.nu).
+Copyright (c) 2006-2017 CRUX team (http://crux.nu).
pkgutils is licensed through the GNU General Public License.
Read the COPYING file for the complete license.
diff --git a/main.cc b/main.cc
index 7ca0b079..c79f07e8 100644
--- a/main.cc
+++ b/main.cc
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2016 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
//
// 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/pkgadd.8.in b/pkgadd.8.in
index c323e4ce..9a40f412 100644
--- a/pkgadd.8.in
+++ b/pkgadd.8.in
@@ -58,6 +58,6 @@ Configuration file.
.SH SEE ALSO
pkgrm(8), pkginfo(8), pkgmk(8), rejmerge(8)
.SH COPYRIGHT
-pkgadd (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2016 CRUX team (http://crux.nu).
+pkgadd (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2017 CRUX team (http://crux.nu).
pkgadd (pkgutils) is licensed through the GNU General Public License.
Read the COPYING file for the complete license.
diff --git a/pkgadd.cc b/pkgadd.cc
index 64312a24..03cf0ec9 100644
--- a/pkgadd.cc
+++ b/pkgadd.cc
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2016 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
//
// 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/pkgadd.h b/pkgadd.h
index db9cd4b5..b63fc5d1 100644
--- a/pkgadd.h
+++ b/pkgadd.h
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2016 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
//
// 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/pkginfo.8.in b/pkginfo.8.in
index c2c477c4..bc3bf412 100644
--- a/pkginfo.8.in
+++ b/pkginfo.8.in
@@ -37,6 +37,6 @@ Print help and exit.
.SH SEE ALSO
pkgadd(8), pkgrm(8), pkgmk(8), rejmerge(8)
.SH COPYRIGHT
-pkginfo (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2016 CRUX team (http://crux.nu).
+pkginfo (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2017 CRUX team (http://crux.nu).
pkginfo (pkgutils) is licensed through the GNU General Public License.
Read the COPYING file for the complete license.
diff --git a/pkginfo.cc b/pkginfo.cc
index a8540b63..d3eb57f2 100644
--- a/pkginfo.cc
+++ b/pkginfo.cc
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2016 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
//
// 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/pkginfo.h b/pkginfo.h
index c1eee873..41d6f58f 100644
--- a/pkginfo.h
+++ b/pkginfo.h
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2016 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
//
// 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/pkgmk.8.in b/pkgmk.8.in
index 6594fbbb..db81cc6b 100644
--- a/pkgmk.8.in
+++ b/pkgmk.8.in
@@ -148,6 +148,6 @@ An error occured while installing the package via pkgadd.
.SH SEE ALSO
pkgmk.conf(5), pkgadd(8), pkgrm(8), pkginfo(8), rejmerge(8), curl(1), wget(1)
.SH COPYRIGHT
-pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2016 CRUX team (http://crux.nu).
+pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2017 CRUX team (http://crux.nu).
pkgmk (pkgutils) is licensed through the GNU General Public License.
Read the COPYING file for the complete license.
diff --git a/pkgmk.conf.5.in b/pkgmk.conf.5.in
index bec3fdba..9be2e4f6 100644
--- a/pkgmk.conf.5.in
+++ b/pkgmk.conf.5.in
@@ -85,6 +85,6 @@ Default: 'gz'
.SH SEE ALSO
pkgmk(8)
.SH COPYRIGHT
-pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2016 CRUX team (http://crux.nu).
+pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2017 CRUX team (http://crux.nu).
pkgmk (pkgutils) is licensed through the GNU General Public License.
Read the COPYING file for the complete license.
diff --git a/pkgmk.in b/pkgmk.in
index 1f8e9e87..6c45fcc2 100755
--- a/pkgmk.in
+++ b/pkgmk.in
@@ -3,7 +3,7 @@
# pkgutils
#
# Copyright (c) 2000-2005 Per Liden
-# Copyright (c) 2006-2016 by CRUX team (http://crux.nu)
+# Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
#
# 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/pkgrm.8.in b/pkgrm.8.in
index f464c4ba..3cd41b5e 100644
--- a/pkgrm.8.in
+++ b/pkgrm.8.in
@@ -23,6 +23,6 @@ Print help and exit.
.SH SEE ALSO
pkgadd(8), pkginfo(8), pkgmk(8), rejmerge(8)
.SH COPYRIGHT
-pkgrm (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2016 CRUX team (http://crux.nu).
+pkgrm (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2017 CRUX team (http://crux.nu).
pkgrm (pkgutils) is licensed through the GNU General Public License.
Read the COPYING file for the complete license.
diff --git a/pkgrm.cc b/pkgrm.cc
index 9e5209da..8df89b05 100644
--- a/pkgrm.cc
+++ b/pkgrm.cc
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2016 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
//
// 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/pkgrm.h b/pkgrm.h
index 6cc4a936..683db6d8 100644
--- a/pkgrm.h
+++ b/pkgrm.h
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2016 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
//
// 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/pkgutil.cc b/pkgutil.cc
index 30c50e7b..87a4ffcc 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2016 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
//
// 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/pkgutil.h b/pkgutil.h
index 1ecd9f7c..4a4cabff 100644
--- a/pkgutil.h
+++ b/pkgutil.h
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2016 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
//
// 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/rejmerge.8.in b/rejmerge.8.in
index 7c1a7b3b..905496d4 100644
--- a/rejmerge.8.in
+++ b/rejmerge.8.in
@@ -73,6 +73,6 @@ Directory where rejected files are stored.
.SH SEE ALSO
pkgadd(8), pkgrm(8), pkginfo(8), pkgmk(8)
.SH COPYRIGHT
-rejmerge (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2016 CRUX team (http://crux.nu).
+rejmerge (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2017 CRUX team (http://crux.nu).
rejmerge (pkgutils) is licensed through the GNU General Public License.
Read the COPYING file for the complete license.
diff --git a/rejmerge.in b/rejmerge.in
index faa4f98c..f72bd77b 100755
--- a/rejmerge.in
+++ b/rejmerge.in
@@ -3,7 +3,7 @@
# rejmerge (pkgutils)
#
# Copyright (c) 2000-2005 Per Liden
-# Copyright (c) 2006-2016 by CRUX team (http://crux.nu)
+# Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
#
# 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

Generated by cgit