aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-01-02 14:51:09 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-01-02 14:51:09 +0200
commit8abf8bda2fe9a9e5fd24b78b9ddc77475737cd38 (patch)
tree219cb5393cdc959da931d50f0d97304a4283ffb0 /src
parentcb76d31808b47783cb0bdac694db5643d1a23b4e (diff)
downloadcpio-8abf8bda2fe9a9e5fd24b78b9ddc77475737cd38.tar.gz
cpio-8abf8bda2fe9a9e5fd24b78b9ddc77475737cd38.tar.bz2
Update copyright years
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
-rw-r--r--src/copyin.c2
-rw-r--r--src/copyout.c2
-rw-r--r--src/copypass.c4
-rw-r--r--src/cpio.h2
-rw-r--r--src/cpiohdr.h2
-rw-r--r--src/defer.c2
-rw-r--r--src/defer.h2
-rw-r--r--src/dstring.c4
-rw-r--r--src/dstring.h4
-rw-r--r--src/extern.h2
-rw-r--r--src/fatal.c4
-rw-r--r--src/filemode.c4
-rw-r--r--src/filetypes.h4
-rw-r--r--src/global.c4
-rw-r--r--src/idcache.c2
-rw-r--r--src/main.c4
-rw-r--r--src/makepath.c2
-rw-r--r--src/mt.c2
-rw-r--r--src/tar.c2
-rw-r--r--src/tar.h4
-rw-r--r--src/tarhdr.h4
-rw-r--r--src/userspec.c4
-rw-r--r--src/util.c4
24 files changed, 37 insertions, 37 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9d1f322..ab3fc1a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,9 +1,9 @@
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-2015 Free Software 2# Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015, 2017 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
7# the Free Software Foundation; either version 3, or (at your option) 7# the Free Software Foundation; either version 3, or (at your option)
8# any later version. 8# any later version.
9# 9#
diff --git a/src/copyin.c b/src/copyin.c
index 99d9cdb..6a306ee 100644
--- a/src/copyin.c
+++ b/src/copyin.c
@@ -1,8 +1,8 @@
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-2015 Free 2 Copyright (C) 1990-1992, 2001-2007, 2009-2010, 2014-2015, 2017 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
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
7 the Free Software Foundation; either version 3, or (at your option) 7 the Free Software Foundation; either version 3, or (at your option)
8 any later version. 8 any later version.
diff --git a/src/copyout.c b/src/copyout.c
index 1f0987a..87c1932 100644
--- a/src/copyout.c
+++ b/src/copyout.c
@@ -1,9 +1,9 @@
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, 2 Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2009-2010,
3 2014-2015 Free Software Foundation, Inc. 3 2014-2015, 2017 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
7 the Free Software Foundation; either version 3, or (at your option) 7 the Free Software Foundation; either version 3, or (at your option)
8 any later version. 8 any later version.
9 9
diff --git a/src/copypass.c b/src/copypass.c
index c5a9899..d94e347 100644
--- a/src/copypass.c
+++ b/src/copypass.c
@@ -1,9 +1,9 @@
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-2015 2 Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2010, 2014-2015,
3 Free Software Foundation, Inc. 3 2017 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
7 the Free Software Foundation; either version 3, or (at your option) 7 the Free Software Foundation; either version 3, or (at your option)
8 any later version. 8 any later version.
9 9
diff --git a/src/cpio.h b/src/cpio.h
index 86609e2..b0932ce 100644
--- a/src/cpio.h
+++ b/src/cpio.h
@@ -1,8 +1,8 @@
1/* Extended cpio format from POSIX.1. 1/* Extended cpio format from POSIX.1.
2 Copyright (C) 1992, 2005, 2007, 2010, 2014-2015 Free Software 2 Copyright (C) 1992, 2005, 2007, 2010, 2014-2015, 2017 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
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
7 the Free Software Foundation; either version 3, or (at your option) 7 the Free Software Foundation; either version 3, or (at your option)
8 any later version. 8 any later version.
diff --git a/src/cpiohdr.h b/src/cpiohdr.h
index b29e6fb..c297415 100644
--- a/src/cpiohdr.h
+++ b/src/cpiohdr.h
@@ -1,8 +1,8 @@
1/* Extended cpio header from POSIX.1. 1/* Extended cpio header from POSIX.1.
2 Copyright (C) 1992, 2006-2007, 2010, 2014-2015 Free Software 2 Copyright (C) 1992, 2006-2007, 2010, 2014-2015, 2017 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
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
7 the Free Software Foundation; either version 3, or (at your option) 7 the Free Software Foundation; either version 3, or (at your option)
8 any later version. 8 any later version.
diff --git a/src/defer.c b/src/defer.c
index c07750f..c7bcfd7 100644
--- a/src/defer.c
+++ b/src/defer.c
@@ -1,8 +1,8 @@
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-2015 Free 2 Copyright (C) 1993, 2003-2004, 2006-2007, 2010, 2014-2015, 2017 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
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
7 the Free Software Foundation; either version 3, or (at your option) 7 the Free Software Foundation; either version 3, or (at your option)
8 any later version. 8 any later version.
diff --git a/src/defer.h b/src/defer.h
index 0ba2c21..908a3b8 100644
--- a/src/defer.h
+++ b/src/defer.h
@@ -1,8 +1,8 @@
1/* defer.h 1/* defer.h
2 Copyright (C) 1993, 2001, 2004, 2006-2007, 2010, 2014-2015 Free 2 Copyright (C) 1993, 2001, 2004, 2006-2007, 2010, 2014-2015, 2017 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
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
7 the Free Software Foundation; either version 3, or (at your option) 7 the Free Software Foundation; either version 3, or (at your option)
8 any later version. 8 any later version.
diff --git a/src/dstring.c b/src/dstring.c
index 2e6b97b..ddad4c8 100644
--- a/src/dstring.c
+++ b/src/dstring.c
@@ -1,9 +1,9 @@
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-2015 Free Software 2 Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015, 2017 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
7 the Free Software Foundation; either version 3, or (at your option) 7 the Free Software Foundation; either version 3, or (at your option)
8 any later version. 8 any later version.
9 9
diff --git a/src/dstring.h b/src/dstring.h
index 5b49def..b5135fe 100644
--- a/src/dstring.h
+++ b/src/dstring.h
@@ -1,9 +1,9 @@
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-2015 Free Software 2 Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015, 2017 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
7 the Free Software Foundation; either version 3, or (at your option) 7 the Free Software Foundation; either version 3, or (at your option)
8 any later version. 8 any later version.
9 9
diff --git a/src/extern.h b/src/extern.h
index 8339050..6fa2089 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -1,8 +1,8 @@
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-2016 Free 2 Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2017 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
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
7 the Free Software Foundation; either version 3, or (at your option) 7 the Free Software Foundation; either version 3, or (at your option)
8 any later version. 8 any later version.
diff --git a/src/fatal.c b/src/fatal.c
index 7f8c075..55c2d70 100644
--- a/src/fatal.c
+++ b/src/fatal.c
@@ -1,9 +1,9 @@
1/* This file is part of GNU cpio. 1/* This file is part of GNU cpio.
2 Copyright (C) 2005, 2007, 2010, 2014-2015 Free Software Foundation, 2 Copyright (C) 2005, 2007, 2010, 2014-2015, 2017 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
7 the Free Software Foundation; either version 3, or (at your option) 7 the Free Software Foundation; either version 3, or (at your option)
8 any later version. 8 any later version.
9 9
diff --git a/src/filemode.c b/src/filemode.c
index 06f443d..5fc6c74 100644
--- a/src/filemode.c
+++ b/src/filemode.c
@@ -1,9 +1,9 @@
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-2015 Free 2 Copyright (C) 1985, 1990, 1993, 2004, 2007, 2010, 2014-2015, 2017
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
7 the Free Software Foundation; either version 3, or (at your option)