CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Updated copyright notices.
authorTilman Sauerbeck <tilman@crux.nu>
Wed, 18 Apr 2007 20:38:09 +0000 (22:38 +0200)
committerTilman Sauerbeck <tilman@crux.nu>
Wed, 18 Apr 2007 20:38:09 +0000 (22:38 +0200)
18 files changed:
Makefile
README
main.cc
pkgadd.8.in
pkgadd.cc
pkgadd.h
pkginfo.8.in
pkginfo.cc
pkginfo.h
pkgmk.8.in
pkgmk.in
pkgrm.8.in
pkgrm.cc
pkgrm.h
pkgutil.cc
pkgutil.h
rejmerge.8.in
rejmerge.in

index 8b21d2b906a78c2a1813341f6d9fbe6f127633d0..958f08da166fe0c4006d9331abb26778ae70fd10 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@
 #  pkgutils
 #
 #  Copyright (c) 2000-2005 by Per Liden <per@fukt.bth.se>
+#  Copyright (c) 2006-2007 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 0ec366091a4a44c691c9e06ab4cf05f5eda46f24..1e57cdc3e0151ba37271af46f18cfbee6a7465b2 100644 (file)
--- a/README
+++ b/README
@@ -21,5 +21,8 @@ $ make DESTDIR=/some/other/path install
 
 Copyright
 ---------
-pkgutils is Copyright (c) 2000-2005 Per Liden and is licensed through the
-GNU General Public License. Read the COPYING file for the complete license.
+pkgutils is Copyright (c) 2000-2005 Per Liden and
+Copyright (c) 2006-2007 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 1681564a2a51335ec2d4540c598280d8b0a8852c..566f4db95d71c230d56b441f1d747f9ac6460793 100644 (file)
--- a/main.cc
+++ b/main.cc
@@ -2,6 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
+//  Copyright (c) 2006-2007 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
index 564672c3fb0f58a5a213527ba1bff2d689b848dd..a4747ca93ca8ca4c109b417b696ef52ec111b147 100644 (file)
@@ -58,5 +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 is licensed through
-the GNU General Public License. Read the COPYING file for the complete license.
+pkgadd (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2007 CRUX team (http://crux.nu).
+pkgadd (pkgutils) is licensed through the GNU General Public License.
+Read the COPYING file for the complete license.
index 8856851e6d979f9117cae92cc26237a8f43efeca..4bc16520aea2b166627f549318af5ef66939909b 100644 (file)
--- a/pkgadd.cc
+++ b/pkgadd.cc
@@ -2,6 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
+//  Copyright (c) 2006-2007 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
index c69aab9513f4c512c69d5523023f932d88922139..e121dc1d8d4c1c5ac7050b418428683a2f107ddc 100644 (file)
--- a/pkgadd.h
+++ b/pkgadd.h
@@ -2,6 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
+//  Copyright (c) 2006-2007 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
index e5aba5410cdad9724d1e4a6ef6a9bcd4eb3dcddc..8d2f8257265da746efb21c4354d547364b7d1036 100644 (file)
@@ -37,5 +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 is licensed through
-the GNU General Public License. Read the COPYING file for the complete license.
+pkginfo (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2007 CRUX team (http://crux.nu).
+pkginfo (pkgutils) is licensed through the GNU General Public License.
+Read the COPYING file for the complete license.
index 76980a37815b529cef9e31171e8e09e596e262ca..d4b827087443375f0debb495321a101cd1654925 100644 (file)
@@ -2,6 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
+//  Copyright (c) 2006-2007 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
index 25a4686e5d53acf88fdedf2b6e462ce5eefbac5b..535dfbe24a0672a0ee7afb8fb71f7bc6208d1c7e 100644 (file)
--- a/pkginfo.h
+++ b/pkginfo.h
@@ -2,6 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
+//  Copyright (c) 2006-2007 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
index 0be8d3aa07d8acb239d7e69a5f9ca97e6474ae9f..b131b182aeed88bcddaadfe306801f4e9116094e 100644 (file)
@@ -88,5 +88,6 @@ Used by pkgmk to download source code.
 .SH SEE ALSO
 pkgadd(8), pkgrm(8), pkginfo(8), rejmerge(8), wget(1)
 .SH COPYRIGHT
-pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and is licensed through
-the GNU General Public License. Read the COPYING file for the complete license.
+pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2007 CRUX team (http://crux.nu).
+pkgmk (pkgutils) is licensed through the GNU General Public License.
+Read the COPYING file for the complete license.
index bfa1701103ac7ca78ae9938066d03461b832f7bb..67425e08c452c91e4cd580bcb86a50b9d91aa1f1 100755 (executable)
--- a/pkgmk.in
+++ b/pkgmk.in
@@ -3,6 +3,7 @@
 #  pkgutils
 # 
 #  Copyright (c) 2000-2005 Per Liden
+#  Copyright (c) 2006-2007 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
index e7b46d2fd3d8f3e50f5a39252ca0151f2d6720f6..25de6a3652c9c6704a6622d211e646900785d2f4 100644 (file)
@@ -23,5 +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 is licensed through
-the GNU General Public License. Read the COPYING file for the complete license.
+pkgrm (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2007 CRUX team (http://crux.nu).
+pkgrm (pkgutils) is licensed through the GNU General Public License.
+Read the COPYING file for the complete license.
index a779f7185fdf4f78a1d86c4eefbda807bdb6b852..18d6169c51240de047d106f50badd24bc2b6a985 100644 (file)
--- a/pkgrm.cc
+++ b/pkgrm.cc
@@ -2,6 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
+//  Copyright (c) 2006-2007 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 3958367e09180f95607f70b8b652e17fe3a6ad39..5a5ebb005f6802b8458ee5751eed877a2c0504e5 100644 (file)
--- a/pkgrm.h
+++ b/pkgrm.h
@@ -2,6 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
+//  Copyright (c) 2006-2007 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
index 00cedafab26c95ed795e96af8c4fd6d17196cc92..b3afa5151e6f7c4a76638c100158002bf0fc9d65 100644 (file)
@@ -2,6 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
+//  Copyright (c) 2006-2007 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
index d9503526784d4d3ad52d16dd2b56b54978d73e62..30b41f84e35213ad2edc81164105833b682cdfb8 100644 (file)
--- a/pkgutil.h
+++ b/pkgutil.h
@@ -2,6 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
+//  Copyright (c) 2006-2007 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
index 210d2c0b0a4004ff96bee9efbc333612e7dd0d8e..baf8eb825b058c5adfdad85013ef647f61ae5151 100644 (file)
@@ -73,5 +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 is licensed through
-the GNU General Public License. Read the COPYING file for the complete license.
+rejmerge (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2007 CRUX team (http://crux.nu).
+rejmerge (pkgutils) is licensed through the GNU General Public License.
+Read the COPYING file for the complete license.
index e95f4dfd7c7b53dba9550e6a1c6f9f2c19522ff6..6570b77504ce22a49863d474d10f07a59cac2254 100755 (executable)
@@ -3,6 +3,7 @@
 #  rejmerge (pkgutils)
 # 
 #  Copyright (c) 2000-2005 Per Liden
+#  Copyright (c) 2006-2007 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