summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/analyze.c2
-rw-r--r--src/cmp.c2
-rw-r--r--src/context.c2
-rw-r--r--src/die.h2
-rw-r--r--src/diff.c2
-rw-r--r--src/diff.h2
-rw-r--r--src/diff3.c2
-rw-r--r--src/dir.c2
-rw-r--r--src/ed.c2
-rw-r--r--src/ifdef.c2
-rw-r--r--src/io.c2
-rw-r--r--src/normal.c2
-rw-r--r--src/sdiff.c2
-rw-r--r--src/side.c2
-rw-r--r--src/system.h2
-rw-r--r--src/util.c2
17 files changed, 17 insertions, 17 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 50acad9..35ddefe 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
# Automakefile for GNU diffutils programs.
-# Copyright (C) 2001-2002, 2006, 2009-2013, 2015-2017 Free Software Foundation,
+# Copyright (C) 2001-2002, 2006, 2009-2013, 2015-2018 Free Software Foundation,
# Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/src/analyze.c b/src/analyze.c
index 403ae73..3c5b002 100644
--- a/src/analyze.c
+++ b/src/analyze.c
@@ -1,7 +1,7 @@
/* Analyze file differences for GNU DIFF.
Copyright (C) 1988-1989, 1992-1995, 1998, 2001-2002, 2004, 2006-2007,
- 2009-2013, 2015-2017 Free Software Foundation, Inc.
+ 2009-2013, 2015-2018 Free Software Foundation, Inc.
This file is part of GNU DIFF.
diff --git a/src/cmp.c b/src/cmp.c
index bc39153..0b9c710 100644
--- a/src/cmp.c
+++ b/src/cmp.c
@@ -1,7 +1,7 @@
/* cmp - compare two files byte by byte
Copyright (C) 1990-1996, 1998, 2001-2002, 2004, 2006-2007, 2009-2013,
- 2015-2017 Free Software Foundation, Inc.
+ 2015-2018 Free Software Foundation, Inc.
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/src/context.c b/src/context.c
index e96007d..4dd882d 100644
--- a/src/context.c
+++ b/src/context.c
@@ -1,7 +1,7 @@
/* Context-format output routines for GNU DIFF.
Copyright (C) 1988-1989, 1991-1995, 1998, 2001-2002, 2004, 2006, 2009-2013,
- 2015-2017 Free Software Foundation, Inc.
+ 2015-2018 Free Software Foundation, Inc.
This file is part of GNU DIFF.
diff --git a/src/die.h b/src/die.h
index 8835d80..f56945f 100644
--- a/src/die.h
+++ b/src/die.h
@@ -1,5 +1,5 @@
/* Report an error and exit.
- Copyright 2016-2017 Free Software Foundation, Inc.
+ Copyright 2016-2018 Free Software Foundation, Inc.
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/src/diff.c b/src/diff.c
index df3338c..04131ce 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -1,7 +1,7 @@
/* diff - compare files line by line
Copyright (C) 1988-1989, 1992-1994, 1996, 1998, 2001-2002, 2004, 2006-2007,
- 2009-2013, 2015-2017 Free Software Foundation, Inc.
+ 2009-2013, 2015-2018 Free Software Foundation, Inc.
This file is part of GNU DIFF.
diff --git a/src/diff.h b/src/diff.h
index c8cf436..03daaa4 100644
--- a/src/diff.h
+++ b/src/diff.h
@@ -1,7 +1,7 @@
/* Shared definitions for GNU DIFF
Copyright (C) 1988-1989, 1991-1995, 1998, 2001-2002, 2004, 2009-2013,
- 2015-2017 Free Software Foundation, Inc.
+ 2015-2018 Free Software Foundation, Inc.
This file is part of GNU DIFF.
diff --git a/src/diff3.c b/src/diff3.c
index 5f3c7cb..0d31cf4 100644
--- a/src/diff3.c
+++ b/src/diff3.c
@@ -1,7 +1,7 @@
/* diff3 - compare three files line by line
Copyright (C) 1988-1989, 1992-1996, 1998, 2001-2002, 2004, 2006, 2009-2013,
- 2015-2017 Free Software Foundation, Inc.
+ 2015-2018 Free Software Foundation, Inc.
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/src/dir.c b/src/dir.c
index 52c320a..734603e 100644
--- a/src/dir.c
+++ b/src/dir.c
@@ -1,7 +1,7 @@
/* Read, sort and compare two directories. Used for GNU DIFF.
Copyright (C) 1988-1989, 1992-1995, 1998, 2001-2002, 2004, 2006-2007,
- 2009-2013, 2015-2017 Free Software Foundation, Inc.
+ 2009-2013, 2015-2018 Free Software Foundation, Inc.
This file is part of GNU DIFF.
diff --git a/src/ed.c b/src/ed.c
index 68789a4..73771a2 100644
--- a/src/ed.c
+++ b/src/ed.c
@@ -1,7 +1,7 @@
/* Output routines for ed-script format.
Copyright (C) 1988-1989, 1991-1993, 1995, 1998, 2001, 2004, 2006, 2009-2013,
- 2015-2017 Free Software Foundation, Inc.
+ 2015-2018 Free Software Foundation, Inc.
This file is part of GNU DIFF.
diff --git a/src/ifdef.c b/src/ifdef.c
index c7dae8d..0ecc2c0 100644
--- a/src/ifdef.c
+++ b/src/ifdef.c
@@ -1,6 +1,6 @@
/* #ifdef-format output routines for GNU DIFF.
- Copyright (C) 1989, 1991-1994, 2001-2002, 2004, 2006, 2009-2013, 2015-2017
+ Copyright (C) 1989, 1991-1994, 2001-2002, 2004, 2006, 2009-2013, 2015-2018
Free Software Foundation, Inc.
This file is part of GNU DIFF.
diff --git a/src/io.c b/src/io.c
index b4ef5dc..fb86392 100644
--- a/src/io.c
+++ b/src/io.c
@@ -1,7 +1,7 @@
/* File I/O for GNU DIFF.
Copyright (C) 1988-1989, 1992-1995, 1998, 2001-2002, 2004, 2006, 2009-2013,
- 2015-2017 Free Software Foundation, Inc.
+ 2015-2018 Free Software Foundation, Inc.
This file is part of GNU DIFF.
diff --git a/src/normal.c b/src/normal.c
index 0f809da..c6aac07 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -1,6 +1,6 @@
/* Normal-format output routines for GNU DIFF.
- Copyright (C) 1988-1989, 1993, 1995, 1998, 2001, 2006, 2009-2013, 2015-2017
+ Copyright (C) 1988-1989, 1993, 1995, 1998, 2001, 2006, 2009-2013, 2015-2018
Free Software Foundation, Inc.
This file is part of GNU DIFF.
diff --git a/src/sdiff.c b/src/sdiff.c
index 1ae3dcb..1b23a0c 100644
--- a/src/sdiff.c
+++ b/src/sdiff.c
@@ -1,7 +1,7 @@
/* sdiff - side-by-side merge of file differences
Copyright (C) 1992-1996, 1998, 2001-2002, 2004, 2006-2007, 2009-2013,
- 2015-2017 Free Software Foundation, Inc.
+ 2015-2018 Free Software Foundation, Inc.
This file is part of GNU DIFF.
diff --git a/src/side.c b/src/side.c
index 7f902da..9670025 100644
--- a/src/side.c
+++ b/src/side.c
@@ -1,6 +1,6 @@
/* sdiff-format output routines for GNU DIFF.
- Copyright (C) 1991-1993, 1998, 2001-2002, 2004, 2009-2013, 2015-2017 Free
+ Copyright (C) 1991-1993, 1998, 2001-2002, 2004, 2009-2013, 2015-2018 Free
Software Foundation, Inc.
This file is part of GNU DIFF.
diff --git a/src/system.h b/src/system.h
index a8936ba..0c351b9 100644
--- a/src/system.h
+++ b/src/system.h
@@ -1,7 +1,7 @@
/* System dependent declarations.
Copyright (C) 1988-1989, 1992-1995, 1998, 2001-2002, 2004, 2006, 2009-2013,
- 2015-2017 Free Software Foundation, Inc.
+ 2015-2018 Free Software Foundation, Inc.
This file is part of GNU DIFF.
diff --git a/src/util.c b/src/util.c
index 88955da..4f4d9bb 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,7 +1,7 @@
/* Support routines for GNU DIFF.
Copyright (C) 1988-1989, 1992-1995, 1998, 2001-2002, 2004, 2006, 2009-2013,
- 2015-2017 Free Software Foundation, Inc.
+ 2015-2018 Free Software Foundation, Inc.
This file is part of GNU DIFF.