summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2015-01-01 18:49:40 -0800
committerJim Meyering <meyering@fb.com>2015-01-01 18:55:33 -0800
commitd433dad3f4183eba763f73345055ba4800cdef43 (patch)
treea10ed0149b01070a390f21e00061481e6594d4fd /src
parent4aed929ac46fae52b47990190d3ffa16fae233b0 (diff)
downloadgrep-d433dad3f4183eba763f73345055ba4800cdef43.tar.gz
maint: update copyright year ranges to include 2015
Run "make update-copyright". Also, ... * grep.texi: Update manually, converting each "--" to "-".
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/dfa.c2
-rw-r--r--src/dfa.h2
-rw-r--r--src/dfasearch.c2
-rw-r--r--src/dosbuf.c2
-rw-r--r--src/grep.c2
-rw-r--r--src/grep.h2
-rw-r--r--src/kwsearch.c2
-rw-r--r--src/kwset.c2
-rw-r--r--src/kwset.h2
-rw-r--r--src/pcresearch.c2
-rw-r--r--src/search.h2
-rw-r--r--src/searchutils.c2
-rw-r--r--src/system.h2
14 files changed, 14 insertions, 14 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 11acdb1b..5c608dfb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to create Makefile.in
-# Copyright 1997-1998, 2005-2014 Free Software Foundation, Inc.
+# Copyright 1997-1998, 2005-2015 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/dfa.c b/src/dfa.c
index 806cb046..6c46919b 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -1,5 +1,5 @@
/* dfa.c - deterministic extended regexp routines for GNU
- Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2014 Free Software
+ Copyright (C) 1988, 1998, 2000, 2002, 2004-2005, 2007-2015 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/dfa.h b/src/dfa.h
index f30c3cb8..9f95415a 100644
--- a/src/dfa.h
+++ b/src/dfa.h
@@ -1,5 +1,5 @@
/* dfa.h - declarations for GNU deterministic regexp compiler
- Copyright (C) 1988, 1998, 2007, 2009-2014 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1998, 2007, 2009-2015 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/dfasearch.c b/src/dfasearch.c
index 77b4e3ec..c8fc91b2 100644
--- a/src/dfasearch.c
+++ b/src/dfasearch.c
@@ -1,5 +1,5 @@
/* dfasearch.c - searching subroutines using dfa and regex for grep.
- Copyright 1992, 1998, 2000, 2007, 2009-2014 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000, 2007, 2009-2015 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/dosbuf.c b/src/dosbuf.c
index 3b4052ac..0e8f6f7b 100644
--- a/src/dosbuf.c
+++ b/src/dosbuf.c
@@ -1,5 +1,5 @@
/* dosbuf.c
- Copyright (C) 1992, 1997-2002, 2004-2014 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1997-2002, 2004-2015 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/grep.c b/src/grep.c
index 8dbf86ec..2276e93a 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -1,5 +1,5 @@
/* grep.c - main driver file for grep.
- Copyright (C) 1992, 1997-2002, 2004-2014 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1997-2002, 2004-2015 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/grep.h b/src/grep.h
index 02052b48..580eb116 100644
--- a/src/grep.h
+++ b/src/grep.h
@@ -1,5 +1,5 @@
/* grep.h - interface to grep driver for searching subroutines.
- Copyright (C) 1992, 1998, 2001, 2007, 2009-2014 Free Software Foundation,
+ Copyright (C) 1992, 1998, 2001, 2007, 2009-2015 Free Software Foundation,
Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/kwsearch.c b/src/kwsearch.c
index 1335a269..04d1b6d4 100644
--- a/src/kwsearch.c
+++ b/src/kwsearch.c
@@ -1,5 +1,5 @@
/* kwsearch.c - searching subroutines using kwset for grep.
- Copyright 1992, 1998, 2000, 2007, 2009-2014 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000, 2007, 2009-2015 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/kwset.c b/src/kwset.c
index 6d218938..4003c8d1 100644
--- a/src/kwset.c
+++ b/src/kwset.c
@@ -1,5 +1,5 @@
/* kwset.c - search for any of a set of keywords.
- Copyright (C) 1989, 1998, 2000, 2005, 2007, 2009-2014 Free Software
+ Copyright (C) 1989, 1998, 2000, 2005, 2007, 2009-2015 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/kwset.h b/src/kwset.h
index 12afb8ee..b449847c 100644
--- a/src/kwset.h
+++ b/src/kwset.h
@@ -1,5 +1,5 @@
/* kwset.h - header declaring the keyword set library.
- Copyright (C) 1989, 1998, 2005, 2007, 2009-2014 Free Software Foundation,
+ Copyright (C) 1989, 1998, 2005, 2007, 2009-2015 Free Software Foundation,
Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/pcresearch.c b/src/pcresearch.c
index 36cf4dd4..0bd021aa 100644
--- a/src/pcresearch.c
+++ b/src/pcresearch.c
@@ -1,5 +1,5 @@
/* pcresearch.c - searching subroutines using PCRE for grep.
- Copyright 2000, 2007, 2009-2014 Free Software Foundation, Inc.
+ Copyright 2000, 2007, 2009-2015 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/search.h b/src/search.h
index 3f10a470..3e4d0054 100644
--- a/src/search.h
+++ b/src/search.h
@@ -1,5 +1,5 @@
/* search.c - searching subroutines using dfa, kwset and regex for grep.
- Copyright 1992, 1998, 2000, 2007, 2009-2014 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000, 2007, 2009-2015 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/searchutils.c b/src/searchutils.c
index 9edc7855..dd424519 100644
--- a/src/searchutils.c
+++ b/src/searchutils.c
@@ -1,5 +1,5 @@
/* searchutils.c - helper subroutines for grep's matchers.
- Copyright 1992, 1998, 2000, 2007, 2009-2014 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000, 2007, 2009-2015 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/system.h b/src/system.h
index bac26239..1cc2bd31 100644
--- a/src/system.h
+++ b/src/system.h
@@ -1,5 +1,5 @@
/* Portability cruft. Include after config.h and sys/types.h.
- Copyright 1996, 1998-2000, 2007, 2009-2014 Free Software Foundation, Inc.
+ Copyright 1996, 1998-2000, 2007, 2009-2015 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