aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-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.c2
-rw-r--r--src/dstring.h2
-rw-r--r--src/extern.h2
-rw-r--r--src/fatal.c3
-rw-r--r--src/filemode.c4
-rw-r--r--src/filetypes.h3
-rw-r--r--src/global.c2
-rw-r--r--src/idcache.c4
-rw-r--r--src/main.c2
-rw-r--r--src/makepath.c4
-rw-r--r--src/mt.c4
-rw-r--r--src/tar.c4
-rw-r--r--src/tar.h3
-rw-r--r--src/tarhdr.h3
-rw-r--r--src/userspec.c2
-rw-r--r--src/util.c4
24 files changed, 41 insertions, 37 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e19529d..9d1f322 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of GNU cpio 1# This file is part of GNU cpio
2# Copyright (C) 2003-2004, 2007, 2009-2010, 2014 Free Software 2# Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015 Free Software
3# Foundation, Inc. 3# Foundation, Inc.
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
diff --git a/src/copyin.c b/src/copyin.c
index 337b0c9..cde911e 100644
--- a/src/copyin.c
+++ b/src/copyin.c
@@ -1,6 +1,6 @@
1/* copyin.c - extract or list a cpio archive 1/* copyin.c - extract or list a cpio archive
2 Copyright (C) 1990-1992, 2001-2007, 2009-2010, 2014 Free Software 2 Copyright (C) 1990-1992, 2001-2007, 2009-2010, 2014-2015 Free
3 Foundation, Inc. 3 Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/copyout.c b/src/copyout.c
index 673dad4..1f0987a 100644
--- a/src/copyout.c
+++ b/src/copyout.c
@@ -1,6 +1,6 @@
1/* copyout.c - create a cpio archive 1/* copyout.c - create a cpio archive
2 Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2009-2010, 2014 2 Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2009-2010,
3 Free Software Foundation, Inc. 3 2014-2015 Free Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/copypass.c b/src/copypass.c
index 0a0c79c..c5a9899 100644
--- a/src/copypass.c
+++ b/src/copypass.c
@@ -1,6 +1,6 @@
1/* copypass.c - cpio copy pass sub-function. 1/* copypass.c - cpio copy pass sub-function.
2 Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2010, 2014 Free 2 Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2010, 2014-2015
3 Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/cpio.h b/src/cpio.h
index 8f3295a..86609e2 100644
--- a/src/cpio.h
+++ b/src/cpio.h
@@ -1,6 +1,6 @@
1/* Extended cpio format from POSIX.1. 1/* Extended cpio format from POSIX.1.
2 Copyright (C) 1992, 2005, 2007, 2010, 2014 Free Software Foundation, 2 Copyright (C) 1992, 2005, 2007, 2010, 2014-2015 Free Software
3 Inc. 3 Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/cpiohdr.h b/src/cpiohdr.h
index 549cf1c..b29e6fb 100644
--- a/src/cpiohdr.h
+++ b/src/cpiohdr.h
@@ -1,6 +1,6 @@
1/* Extended cpio header from POSIX.1. 1/* Extended cpio header from POSIX.1.
2 Copyright (C) 1992, 2006-2007, 2010, 2014 Free Software Foundation, 2 Copyright (C) 1992, 2006-2007, 2010, 2014-2015 Free Software
3 Inc. 3 Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/defer.c b/src/defer.c
index 344a0fd..c07750f 100644
--- a/src/defer.c
+++ b/src/defer.c
@@ -1,6 +1,6 @@
1/* defer.c - handle "defered" links in newc and crc archives 1/* defer.c - handle "defered" links in newc and crc archives
2 Copyright (C) 1993, 2003-2004, 2006-2007, 2010, 2014 Free Software 2 Copyright (C) 1993, 2003-2004, 2006-2007, 2010, 2014-2015 Free
3 Foundation, Inc. 3 Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/defer.h b/src/defer.h
index f2a6892..0ba2c21 100644
--- a/src/defer.h
+++ b/src/defer.h
@@ -1,6 +1,6 @@
1/* defer.h 1/* defer.h
2 Copyright (C) 1993, 2001, 2004, 2006-2007, 2010, 2014 Free Software 2 Copyright (C) 1993, 2001, 2004, 2006-2007, 2010, 2014-2015 Free
3 Foundation, Inc. 3 Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/dstring.c b/src/dstring.c
index 46e0654..2e6b97b 100644
--- a/src/dstring.c
+++ b/src/dstring.c
@@ -1,5 +1,5 @@
1/* dstring.c - The dynamic string handling routines used by cpio. 1/* dstring.c - The dynamic string handling routines used by cpio.
2 Copyright (C) 1990-1992, 2004, 2007, 2010, 2014 Free Software 2 Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015 Free Software
3 Foundation, Inc. 3 Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
diff --git a/src/dstring.h b/src/dstring.h
index 16ed47f..5b49def 100644
--- a/src/dstring.h
+++ b/src/dstring.h
@@ -1,5 +1,5 @@
1/* dstring.h - Dynamic string handling include file. Requires strings.h. 1/* dstring.h - Dynamic string handling include file. Requires strings.h.
2 Copyright (C) 1990-1992, 2004, 2007, 2010, 2014 Free Software 2 Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015 Free Software
3 Foundation, Inc. 3 Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
diff --git a/src/extern.h b/src/extern.h
index da16794..e27d662 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -1,5 +1,5 @@
1/* extern.h - External declarations for cpio. Requires system.h. 1/* extern.h - External declarations for cpio. Requires system.h.
2 Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014 Free 2 Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2015 Free
3 Software Foundation, Inc. 3 Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
diff --git a/src/fatal.c b/src/fatal.c
index d35da22..7f8c075 100644
--- a/src/fatal.c
+++ b/src/fatal.c
@@ -1,5 +1,6 @@
1/* This file is part of GNU cpio. 1/* This file is part of GNU cpio.
2 Copyright (C) 2005, 2007, 2010, 2014 Free Software Foundation, Inc. 2 Copyright (C) 2005, 2007, 2010, 2014-2015 Free Software Foundation,
3 Inc.
3 4
4 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/filemode.c b/src/filemode.c
index d3ae714..06f443d 100644
--- a/src/filemode.c
+++ b/src/filemode.c
@@ -1,6 +1,6 @@
1/* filemode.c -- make a string describing file modes 1/* filemode.c -- make a string describing file modes
2 Copyright (C) 1985, 1990, 1993, 2004, 2007, 2010, 2014 Free Software 2 Copyright (C) 1985, 1990, 1993, 2004, 2007, 2010, 2014-2015 Free
3 Foundation, Inc. 3 Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/filetypes.h b/src/filetypes.h
index e91784c..7986bb4 100644
--- a/src/filetypes.h
+++ b/src/filetypes.h
@@ -1,5 +1,6 @@
1/* filetypes.h - deal with POSIX annoyances 1/* filetypes.h - deal with POSIX annoyances
2 Copyright (C) 1991, 2007, 2010, 2014 Free Software Foundation, Inc. 2 Copyright (C) 1991, 2007, 2010, 2014-2015 Free Software Foundation,
3 Inc.
3 4
4 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/global.c b/src/global.c
index 0449193..57e505a 100644
--- a/src/global.c
+++ b/src/global.c
@@ -1,5 +1,5 @@
1/* global.c - global variables and initial values for cpio. 1/* global.c - global variables and initial values for cpio.
2 Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014 Free 2 Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2015 Free
3 Software Foundation, Inc. 3 Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
diff --git a/src/idcache.c b/src/idcache.c
index eea0573..c89e7f1 100644
--- a/src/idcache.c
+++ b/src/idcache.c
@@ -1,6 +1,6 @@
1/* idcache.c -- map user and group IDs, cached for speed 1/* idcache.c -- map user and group IDs, cached for speed
2 Copyright (C) 1985, 1988-1990, 2004, 2007, 2010, 2014 Free Software 2 Copyright (C) 1985, 1988-1990, 2004, 2007, 2010, 2014-2015 Free
3 Foundation, Inc. 3 Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/main.c b/src/main.c
index ee9f64e..a13861f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
1/* main.c - main program and argument processing for cpio. 1/* main.c - main program and argument processing for cpio.
2 Copyright (C) 1990-1992, 2001, 2003-2007, 2009-2010, 2014 Free 2 Copyright (C) 1990-1992, 2001, 2003-2007, 2009-2010, 2014-2015 Free
3 Software Foundation, Inc. 3 Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
diff --git a/src/makepath.c b/src/makepath.c
index 1e3bbe4..18d5b69 100644
--- a/src/makepath.c
+++ b/src/makepath.c
@@ -1,6 +1,6 @@
1/* makepath.c -- Ensure that a directory path exists. 1/* makepath.c -- Ensure that a directory path exists.
2 Copyright (C) 1990, 2006-2007, 2010, 2014 Free Software Foundation, 2 Copyright (C) 1990, 2006-2007, 2010, 2014-2015 Free Software
3 Inc. 3 Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/mt.c b/src/mt.c
index cc5cbb9..b656c1a 100644
--- a/src/mt.c
+++ b/src/mt.c
@@ -1,6 +1,6 @@
1/* mt -- control magnetic tape drive operation 1/* mt -- control magnetic tape drive operation
2 Copyright (C) 1991-1992, 1995, 2001, 2007, 2010, 2014 Free Software 2 Copyright (C) 1991-1992, 1995, 2001, 2007, 2010, 2014-2015 Free
3 Foundation, Inc.