CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Updated copyright notices to 2010.
authorJuergen Daubert <jue@jue.li>
Sat, 29 May 2010 14:30:15 +0000 (16:30 +0200)
committerTilman Sauerbeck <tilman@crux.nu>
Sat, 29 May 2010 14:30:15 +0000 (16:30 +0200)
19 files changed:
Makefile
README
main.cc
pkgadd.8.in
pkgadd.cc
pkgadd.h
pkginfo.8.in
pkginfo.cc
pkginfo.h
pkgmk.8.in
pkgmk.conf.5.in
pkgmk.in
pkgrm.8.in
pkgrm.cc
pkgrm.h
pkgutil.cc
pkgutil.h
rejmerge.8.in
rejmerge.in

index 6c68f2de4ca99f1703507ce065080d6cb66e0493..40cf0b1e3e011c1823644571e7a6c706c56eec8d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 #  pkgutils
 #
 #  Copyright (c) 2000-2005 by Per Liden <per@fukt.bth.se>
-#  Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
+#  Copyright (c) 2006-2010 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 1e57cdc3e0151ba37271af46f18cfbee6a7465b2..703a8efc4ddbd975092653d78d0a97614f92a1eb 100644 (file)
--- 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-2007 CRUX team (http://crux.nu).
+Copyright (c) 2006-2010 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 566f4db95d71c230d56b441f1d747f9ac6460793..6897c8fc31f6c53bd5ef09f082eec4f2680d93d8 100644 (file)
--- a/main.cc
+++ b/main.cc
@@ -2,7 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
-//  Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
+//  Copyright (c) 2006-2010 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 a4747ca93ca8ca4c109b417b696ef52ec111b147..34dcb52e929fcc37a2c165ab6d391f317c24e1d1 100644 (file)
@@ -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-2007 CRUX team (http://crux.nu).
+pkgadd (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2010 CRUX team (http://crux.nu).
 pkgadd (pkgutils) is licensed through the GNU General Public License.
 Read the COPYING file for the complete license.
index 4bc16520aea2b166627f549318af5ef66939909b..527216f8586eceabb200db6517a9ef7b2788da42 100644 (file)
--- a/pkgadd.cc
+++ b/pkgadd.cc
@@ -2,7 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
-//  Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
+//  Copyright (c) 2006-2010 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 e121dc1d8d4c1c5ac7050b418428683a2f107ddc..a4a1d4eaf02da2397539a3b7cc9dea6a8d4aa9d6 100644 (file)
--- a/pkgadd.h
+++ b/pkgadd.h
@@ -2,7 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
-//  Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
+//  Copyright (c) 2006-2010 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 8d2f8257265da746efb21c4354d547364b7d1036..ee0da6cc3cec6cd80720d63aa8799b5dc18e06a1 100644 (file)
@@ -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-2007 CRUX team (http://crux.nu).
+pkginfo (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2010 CRUX team (http://crux.nu).
 pkginfo (pkgutils) is licensed through the GNU General Public License.
 Read the COPYING file for the complete license.
index d4b827087443375f0debb495321a101cd1654925..fb4d993138dfe4dc529094a71ad4b5a508cdc14c 100644 (file)
@@ -2,7 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
-//  Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
+//  Copyright (c) 2006-2010 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 535dfbe24a0672a0ee7afb8fb71f7bc6208d1c7e..8db95da7a0fe8772d80c068cb209ec05d8806d23 100644 (file)
--- a/pkginfo.h
+++ b/pkginfo.h
@@ -2,7 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
-//  Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
+//  Copyright (c) 2006-2010 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 5c416d734140125d3cdbe792c740bcbce2ad7838..b2043c2c3c9762ccd5a86770d0edb4e1cd2bd689 100644 (file)
@@ -122,6 +122,6 @@ An error occured while installing the package via pkgadd.
 .SH SEE ALSO
 pkgmk.conf(5), pkgadd(8), pkgrm(8), pkginfo(8), rejmerge(8), wget(1)
 .SH COPYRIGHT
-pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2007 CRUX team (http://crux.nu).
+pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2010 CRUX team (http://crux.nu).
 pkgmk (pkgutils) is licensed through the GNU General Public License.
 Read the COPYING file for the complete license.
index 216a3e114ca0431e982693827ea05336d7f9b018..6490fafbc53691b314516e0defbed0a5268a5db8 100644 (file)
@@ -65,6 +65,6 @@ Default: 'gz'
 .SH SEE ALSO
 pkgmk(8)
 .SH COPYRIGHT
-pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2008 CRUX team (http://crux.nu).
+pkgmk (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2010 CRUX team (http://crux.nu).
 pkgmk (pkgutils) is licensed through the GNU General Public License.
 Read the COPYING file for the complete license.
index 4379f653e2eca3875a7de06fb6b240625fbb7b37..f8d8a1463aae74b15f7853cf3c80922d7695d9ab 100755 (executable)
--- a/pkgmk.in
+++ b/pkgmk.in
@@ -3,7 +3,7 @@
 #  pkgutils
 # 
 #  Copyright (c) 2000-2005 Per Liden
-#  Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
+#  Copyright (c) 2006-2010 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 25de6a3652c9c6704a6622d211e646900785d2f4..ba78afe15a68a480a23db7de2d3f4a60627dfc5b 100644 (file)
@@ -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-2007 CRUX team (http://crux.nu).
+pkgrm (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2010 CRUX team (http://crux.nu).
 pkgrm (pkgutils) is licensed through the GNU General Public License.
 Read the COPYING file for the complete license.
index 18d6169c51240de047d106f50badd24bc2b6a985..2a53a2648afbd873c1b03b1589b4edd0f234df10 100644 (file)
--- a/pkgrm.cc
+++ b/pkgrm.cc
@@ -2,7 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
-//  Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
+//  Copyright (c) 2006-2010 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 5a5ebb005f6802b8458ee5751eed877a2c0504e5..967c0269f05ba573f9e52eeb32752ab785ae36d2 100644 (file)
--- a/pkgrm.h
+++ b/pkgrm.h
@@ -2,7 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
-//  Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
+//  Copyright (c) 2006-2010 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 05b7a1a80e02c69bc7698a36542dfb4068f52893..f549b893e12b92884a6b437cfb9b9752868606bd 100644 (file)
@@ -2,7 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
-//  Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
+//  Copyright (c) 2006-2010 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 480c25d81af1b9d493255ce152ebd179f26e8868..faebf10d1d57c21e6568b871274a63c87c521cd2 100644 (file)
--- a/pkgutil.h
+++ b/pkgutil.h
@@ -2,7 +2,7 @@
 //  pkgutils
 // 
 //  Copyright (c) 2000-2005 Per Liden
-//  Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
+//  Copyright (c) 2006-2010 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 baf8eb825b058c5adfdad85013ef647f61ae5151..cc05c4c8f58c3e89c2b72597ee81210ec30438ab 100644 (file)
@@ -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-2007 CRUX team (http://crux.nu).
+rejmerge (pkgutils) is Copyright (c) 2000-2005 Per Liden and Copyright (c) 2006-2010 CRUX team (http://crux.nu).
 rejmerge (pkgutils) is licensed through the GNU General Public License.
 Read the COPYING file for the complete license.
index 6570b77504ce22a49863d474d10f07a59cac2254..d6b479ab6ca97a5297f7a4a96e2cf6ee62d1f3b7 100755 (executable)
@@ -3,7 +3,7 @@
 #  rejmerge (pkgutils)
 # 
 #  Copyright (c) 2000-2005 Per Liden
-#  Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
+#  Copyright (c) 2006-2010 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