summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-10-05 10:52:37 +0200
committerJuergen Daubert <jue@jue.li>2021-10-05 10:52:37 +0200
commitbd31e5150b403977ae5074655ada9d14e830e5fc (patch)
tree03e38e72becf8e8b84819d0a850cc35d67e81acd
parentbe21f295dbe9901e2b0877e9481dac79e0c03137 (diff)
downloadpkgutils-bd31e5150b403977ae5074655ada9d14e830e5fc.tar.gz
pkgutils-bd31e5150b403977ae5074655ada9d14e830e5fc.tar.xz
adjust copyright year
-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
-rw-r--r--pkgmk.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
-rw-r--r--[-rwxr-xr-x]rejmerge.in2
19 files changed, 19 insertions, 19 deletions
diff --git a/Makefile b/Makefile
index dfa5db30..8d845d97 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# pkgutils
#
# Copyright (c) 2000-2005 by Per Liden <per@fukt.bth.se>
-# Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
+# Copyright (c) 2006-2021 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 fe056f8a..83133f8d 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-2017 CRUX team (http://crux.nu).
+Copyright (c) 2006-2021 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 3853ee54..08a50926 100644
--- a/main.cc
+++ b/main.cc
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2021 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 9a40f412..81eb179d 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-2017 CRUX team (http://crux.nu).
+pkgadd (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2021 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 d76a39f4..231f5ba3 100644
--- a/pkgadd.cc
+++ b/pkgadd.cc
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2021 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 a1b68e15..e0c133d3 100644
--- a/pkgadd.h
+++ b/pkgadd.h
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2021 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 bc3bf412..89c0f1ce 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-2017 CRUX team (http://crux.nu).
+pkginfo (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2021 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 d3eb57f2..b06b9b24 100644
--- a/pkginfo.cc
+++ b/pkginfo.cc
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2021 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 41d6f58f..66c3d8f6 100644
--- a/pkginfo.h
+++ b/pkginfo.h
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2021 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 4843b16e..c3b79d96 100644
--- a/pkgmk.8.in
+++ b/pkgmk.8.in
@@ -151,6 +151,6 @@ An error occured while installing the package via pkgadd.
.SH SEE ALSO
pkgmk.conf(5), pkgadd(8), pkgrm(8), pkginfo(8), rejmerge(8), signify(1), curl(1), wget(1)
.SH COPYRIGHT
-pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2017 CRUX team (http://crux.nu).
+pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2021 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 98976d61..193ecc63 100644
--- a/pkgmk.conf.5.in
+++ b/pkgmk.conf.5.in
@@ -90,6 +90,6 @@ Default: 'gz'
.SH SEE ALSO
pkgmk(8)
.SH COPYRIGHT
-pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2017 CRUX team (http://crux.nu).
+pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2021 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 67bc47fa..9fd29651 100644
--- a/pkgmk.in
+++ b/pkgmk.in
@@ -3,7 +3,7 @@
# pkgutils
#
# Copyright (c) 2000-2005 Per Liden
-# Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
+# Copyright (c) 2006-2021 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 3cd41b5e..9e28b27b 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-2017 CRUX team (http://crux.nu).
+pkgrm (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2021 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 8df89b05..cbb2c673 100644
--- a/pkgrm.cc
+++ b/pkgrm.cc
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2021 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 683db6d8..889650d8 100644
--- a/pkgrm.h
+++ b/pkgrm.h
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2021 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 e72d8176..bf1a0aa6 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2021 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 ce58f807..7d18c5ea 100644
--- a/pkgutil.h
+++ b/pkgutil.h
@@ -2,7 +2,7 @@
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
-// Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
+// Copyright (c) 2006-2021 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 905496d4..d496b0ff 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-2017 CRUX team (http://crux.nu).
+rejmerge (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2021 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 f72bd77b..ae93489a 100755..100644
--- a/rejmerge.in
+++ b/rejmerge.in
@@ -3,7 +3,7 @@
# rejmerge (pkgutils)
#
# Copyright (c) 2000-2005 Per Liden
-# Copyright (c) 2006-2017 by CRUX team (http://crux.nu)
+# Copyright (c) 2006-2021 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