aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-27 14:00:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-27 14:00:00 +0000
commitfaf3661b4168e852c2ac453f675ff34b821c0d49 (patch)
tree7d15341f95683fe83c987c48461f8ed45c6680f9 /src
parent8ebd66c7218bb622f00adf75ac640f5642970b2d (diff)
downloadcpio-faf3661b4168e852c2ac453f675ff34b821c0d49.tar.gz
cpio-faf3661b4168e852c2ac453f675ff34b821c0d49.tar.bz2
Relicense under GPLv3
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/copyin.c4
-rw-r--r--src/copyout.c4
-rw-r--r--src/copypass.c4
-rw-r--r--src/cpio.h4
-rw-r--r--src/cpiohdr.h4
-rw-r--r--src/defer.c4
-rw-r--r--src/defer.h4
-rw-r--r--src/dstring.c4
-rw-r--r--src/dstring.h4
-rw-r--r--src/extern.h5
-rw-r--r--src/filemode.c4
-rw-r--r--src/filetypes.h4
-rw-r--r--src/global.c5
-rw-r--r--src/idcache.c5
-rw-r--r--src/main.c8
-rw-r--r--src/makepath.c4
-rw-r--r--src/mt.c4
-rw-r--r--src/tar.c4
-rw-r--r--src/tar.h4
-rw-r--r--src/tarhdr.h4
-rw-r--r--src/userspec.c4
-rw-r--r--src/util.c4
23 files changed, 51 insertions, 48 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4a8b392..b52527f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,3 @@
# This file is part of GNU cpio
-# Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
#
@@ -5,3 +5,3 @@
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
diff --git a/src/copyin.c b/src/copyin.c
index 819e2f4..dfbd048 100644
--- a/src/copyin.c
+++ b/src/copyin.c
@@ -2,3 +2,3 @@
Copyright (C) 1990,1991,1992,2001,2002,2003,2004,
- 2005, 2006 Free Software Foundation, Inc.
+ 2005, 2006, 2007 Free Software Foundation, Inc.
@@ -6,3 +6,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/copyout.c b/src/copyout.c
index 0ab294e..265d03d 100644
--- a/src/copyout.c
+++ b/src/copyout.c
@@ -2,3 +2,3 @@
Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004,
- 2006 Free Software Foundation, Inc.
+ 2006, 2007 Free Software Foundation, Inc.
@@ -6,3 +6,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/copypass.c b/src/copypass.c
index 78576c6..9847711 100644
--- a/src/copypass.c
+++ b/src/copypass.c
@@ -2,3 +2,3 @@
Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004,
- 2006 Free Software Foundation, Inc.
+ 2006, 2007 Free Software Foundation, Inc.
@@ -6,3 +6,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/cpio.h b/src/cpio.h
index 34d1cf1..2bf6166 100644
--- a/src/cpio.h
+++ b/src/cpio.h
@@ -1,3 +1,3 @@
/* Extended cpio format from POSIX.1.
- Copyright (C) 1992, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1992, 2005, 2007 Free Software Foundation, Inc.
@@ -5,3 +5,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/cpiohdr.h b/src/cpiohdr.h
index 503563f..29ad858 100644
--- a/src/cpiohdr.h
+++ b/src/cpiohdr.h
@@ -1,3 +1,3 @@
/* Extended cpio header from POSIX.1.
- Copyright (C) 1992, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1992, 2006, 2007 Free Software Foundation, Inc.
@@ -5,3 +5,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/defer.c b/src/defer.c
index 83e15dd..1e889d1 100644
--- a/src/defer.c
+++ b/src/defer.c
@@ -1,3 +1,3 @@
/* defer.c - handle "defered" links in newc and crc archives
- Copyright (C) 1993, 2003, 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1993, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
@@ -5,3 +5,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/defer.h b/src/defer.h
index 00aafec..32e0951 100644
--- a/src/defer.h
+++ b/src/defer.h
@@ -1,3 +1,3 @@
/* defer.h
- Copyright (C) 1993, 2001, 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1993, 2001, 2004, 2006, 2007 Free Software Foundation, Inc.
@@ -5,3 +5,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/dstring.c b/src/dstring.c
index aefeab8..2d8e287 100644
--- a/src/dstring.c
+++ b/src/dstring.c
@@ -1,3 +1,3 @@
/* dstring.c - The dynamic string handling routines used by cpio.
- Copyright (C) 1990, 1991, 1992, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2004, 2007 Free Software Foundation, Inc.
@@ -5,3 +5,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/dstring.h b/src/dstring.h
index 3628b99..dd2dc84 100644
--- a/src/dstring.h
+++ b/src/dstring.h
@@ -1,3 +1,3 @@
/* dstring.h - Dynamic string handling include file. Requires strings.h.
- Copyright (C) 1990, 1991, 1992, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2004, 2007 Free Software Foundation, Inc.
@@ -5,3 +5,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/extern.h b/src/extern.h
index 2bed3ce..6eb4cea 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -1,3 +1,4 @@
/* extern.h - External declarations for cpio. Requires system.h.
- Copyright (C) 1990, 1991, 1992, 2001, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2001, 2006,
+ 2007 Free Software Foundation, Inc.
@@ -5,3 +6,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/filemode.c b/src/filemode.c
index 98f2813..8d2e9a7 100644
--- a/src/filemode.c
+++ b/src/filemode.c
@@ -1,3 +1,3 @@
/* filemode.c -- make a string describing file modes
- Copyright (C) 1985, 1990, 1993, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1985, 1990, 1993, 2004, 2007 Free Software Foundation, Inc.
@@ -5,3 +5,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/filetypes.h b/src/filetypes.h
index de6d77f..17c2662 100644
--- a/src/filetypes.h
+++ b/src/filetypes.h
@@ -1,3 +1,3 @@
/* filetypes.h - deal with POSIX annoyances
- Copyright (C) 1991 Free Software Foundation, Inc.
+ Copyright (C) 1991, 2007 Free Software Foundation, Inc.
@@ -5,3 +5,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/global.c b/src/global.c
index 3341e8a..b2be72b 100644
--- a/src/global.c
+++ b/src/global.c
@@ -1,3 +1,4 @@
/* global.c - global variables and initial values for cpio.
- Copyright (C) 1990, 1991, 1992, 2001, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2001, 2006,
+ 2007 Free Software Foundation, Inc.
@@ -5,3 +6,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/idcache.c b/src/idcache.c
index 17fcc04..c524eea 100644
--- a/src/idcache.c
+++ b/src/idcache.c
@@ -1,3 +1,4 @@
/* idcache.c -- map user and group IDs, cached for speed
- Copyright (C) 1985, 1988, 1989, 1990, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1985, 1988, 1989, 1990, 2004,
+ 2007 Free Software Foundation, Inc.
@@ -5,3 +6,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/main.c b/src/main.c
index 7581b8f..0105e92 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,4 +1,4 @@
/* main.c - main program and argument processing for cpio.
- Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004, 2005, 2006
- Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004, 2005, 2006,
+ 2007 Free Software Foundation, Inc.
@@ -6,3 +6,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
@@ -251,3 +251,3 @@ license ()
" it under the terms of the GNU General Public License as published by\n"
- " the Free Software Foundation; either version 2 of the License, or\n"
+ " the Free Software Foundation; either version 3 of the License, or\n"
" (at your option) any later version.\n"
diff --git a/src/makepath.c b/src/makepath.c
index ff4c25f..e79ed8d 100644
--- a/src/makepath.c
+++ b/src/makepath.c
@@ -1,3 +1,3 @@
/* makepath.c -- Ensure that a directory path exists.
- Copyright (C) 1990, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1990, 2006, 2007 Free Software Foundation, Inc.
@@ -5,3 +5,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/mt.c b/src/mt.c
index c07e235..5d128a9 100644
--- a/src/mt.c
+++ b/src/mt.c
@@ -1,3 +1,3 @@
/* mt -- control magnetic tape drive operation
- Copyright (C) 1991, 1992, 1995, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1992, 1995, 2001, 2007 Free Software Foundation, Inc.
@@ -5,3 +5,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/tar.c b/src/tar.c
index 2a470c4..3c26967 100644
--- a/src/tar.c
+++ b/src/tar.c
@@ -1,3 +1,3 @@
/* tar.c - read in write tar headers for cpio
- Copyright (C) 1992, 2001, 2004, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1992, 2001, 2004, 2006, 2007 Free Software Foundation, Inc.
@@ -5,3 +5,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/tar.h b/src/tar.h
index 7b27e86..80037c8 100644
--- a/src/tar.h
+++ b/src/tar.h
@@ -1,3 +1,3 @@
/* Extended tar format from POSIX.1.
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright (C) 1992, 2007 Free Software Foundation, Inc.
Written by David J. MacKenzie.
@@ -8,3 +8,3 @@ The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2 of the
+published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version.
diff --git a/src/tarhdr.h b/src/tarhdr.h
index b901739..010eb5b 100644
--- a/src/tarhdr.h
+++ b/src/tarhdr.h
@@ -1,3 +1,3 @@
/* Extended tar header from POSIX.1.
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright (C) 1992, 2007 Free Software Foundation, Inc.
@@ -5,3 +5,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/userspec.c b/src/userspec.c
index d9be4f4..ccd2eb5 100644
--- a/src/userspec.c
+++ b/src/userspec.c
@@ -2,3 +2,3 @@
Copyright (C) 1989, 1990, 1991, 1992, 2001,
- 2004, 2005 Free Software Foundation, Inc.
+ 2004, 2005, 2007 Free Software Foundation, Inc.
@@ -6,3 +6,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/util.c b/src/util.c
index 5bcc40a..5994758 100644
--- a/src/util.c
+++ b/src/util.c
@@ -2,3 +2,3 @@
Copyright (C) 1990, 1991, 1992, 2001, 2004,
- 2006 Free Software Foundation, Inc.
+ 2006, 2007 Free Software Foundation, Inc.
@@ -6,3 +6,3 @@
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.

Return to:

Send suggestions and report system problems to the System administrator.