summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/abitset.c2
-rw-r--r--lib/abitset.h2
-rw-r--r--lib/bbitset.h2
-rw-r--r--lib/bitset.c2
-rw-r--r--lib/bitset.h2
-rw-r--r--lib/bitset_stats.c2
-rw-r--r--lib/bitset_stats.h2
-rw-r--r--lib/bitsetv-print.c2
-rw-r--r--lib/bitsetv-print.h2
-rw-r--r--lib/bitsetv.c2
-rw-r--r--lib/bitsetv.h2
-rw-r--r--lib/ebitset.c2
-rw-r--r--lib/ebitset.h2
-rw-r--r--lib/get-errno.c2
-rw-r--r--lib/get-errno.h2
-rw-r--r--lib/lbitset.c2
-rw-r--r--lib/lbitset.h2
-rw-r--r--lib/libiberty.h2
-rw-r--r--lib/main.c2
-rw-r--r--lib/timevar.c2
-rw-r--r--lib/timevar.def2
-rw-r--r--lib/timevar.h2
-rw-r--r--lib/vbitset.c2
-rw-r--r--lib/vbitset.h2
-rw-r--r--lib/yyerror.c2
26 files changed, 26 insertions, 26 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1abfb753..67bfeb99 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
# Make bison/lib.
-# Copyright (C) 2001-2004, 2006, 2008-2012 Free Software Foundation,
+# Copyright (C) 2001-2004, 2006, 2008-2013 Free Software Foundation,
# Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/lib/abitset.c b/lib/abitset.c
index 5ffba830..f0a665d3 100644
--- a/lib/abitset.c
+++ b/lib/abitset.c
@@ -1,6 +1,6 @@
/* Array bitsets.
- Copyright (C) 2002-2003, 2006, 2009-2012 Free Software Foundation,
+ Copyright (C) 2002-2003, 2006, 2009-2013 Free Software Foundation,
Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/abitset.h b/lib/abitset.h
index ad858fa3..f6612289 100644
--- a/lib/abitset.h
+++ b/lib/abitset.h
@@ -1,6 +1,6 @@
/* Functions to support abitsets.
- Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/bbitset.h b/lib/bbitset.h
index f819b17a..ce9d56bd 100644
--- a/lib/bbitset.h
+++ b/lib/bbitset.h
@@ -1,6 +1,6 @@
/* Base bitset stuff.
- Copyright (C) 2002-2004, 2006, 2009-2012 Free Software Foundation,
+ Copyright (C) 2002-2004, 2006, 2009-2013 Free Software Foundation,
Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/bitset.c b/lib/bitset.c
index d64d5f82..2bb20335 100644
--- a/lib/bitset.c
+++ b/lib/bitset.c
@@ -1,6 +1,6 @@
/* General bitsets.
- Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/bitset.h b/lib/bitset.h
index fbc7b778..64592426 100644
--- a/lib/bitset.h
+++ b/lib/bitset.h
@@ -1,6 +1,6 @@
/* Generic bitsets.
- Copyright (C) 2002-2004, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002-2004, 2009-2013 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/bitset_stats.c b/lib/bitset_stats.c
index bde9b988..f099b4b3 100644
--- a/lib/bitset_stats.c
+++ b/lib/bitset_stats.c
@@ -1,6 +1,6 @@
/* Bitset statistics.
- Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/bitset_stats.h b/lib/bitset_stats.h
index 96efd56e..d65fcad9 100644
--- a/lib/bitset_stats.h
+++ b/lib/bitset_stats.h
@@ -1,6 +1,6 @@
/* Functions to support bitset statistics.
- Copyright (C) 2002-2004, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002-2004, 2009-2013 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/bitsetv-print.c b/lib/bitsetv-print.c
index 92b617ec..4b44b565 100644
--- a/lib/bitsetv-print.c
+++ b/lib/bitsetv-print.c
@@ -1,6 +1,6 @@
/* Bitset vectors.
- Copyright (C) 2001-2002, 2004, 2006, 2009-2012 Free Software
+ Copyright (C) 2001-2002, 2004, 2006, 2009-2013 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/bitsetv-print.h b/lib/bitsetv-print.h
index 27736ef8..a7cc8bc1 100644
--- a/lib/bitsetv-print.h
+++ b/lib/bitsetv-print.h
@@ -1,6 +1,6 @@
/* Bitset vectors.
- Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
Contributed by Akim Demaille (akim@freefriends.org).
diff --git a/lib/bitsetv.c b/lib/bitsetv.c
index e3bafb96..8d925aa3 100644
--- a/lib/bitsetv.c
+++ b/lib/bitsetv.c
@@ -1,6 +1,6 @@
/* Bitset vectors.
- Copyright (C) 2001-2002, 2004-2006, 2009-2012 Free Software
+ Copyright (C) 2001-2002, 2004-2006, 2009-2013 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/bitsetv.h b/lib/bitsetv.h
index 34e16042..2472a82a 100644
--- a/lib/bitsetv.h
+++ b/lib/bitsetv.h
@@ -1,6 +1,6 @@
/* Bitset vectors.
- Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/ebitset.c b/lib/ebitset.c
index 9f35499a..9d9341fb 100644
--- a/lib/ebitset.c
+++ b/lib/ebitset.c
@@ -1,6 +1,6 @@
/* Functions to support expandable bitsets.
- Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/ebitset.h b/lib/ebitset.h
index a25ed282..d31bda7d 100644
--- a/lib/ebitset.h
+++ b/lib/ebitset.h
@@ -1,6 +1,6 @@
/* Functions to support ebitsets.
- Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/get-errno.c b/lib/get-errno.c
index b77ecc22..7865212c 100644
--- a/lib/get-errno.c
+++ b/lib/get-errno.c
@@ -1,6 +1,6 @@
/* get-errno.c - get and set errno.
- Copyright (C) 2002, 2006, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2006, 2009-2013 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/lib/get-errno.h b/lib/get-errno.h
index 99ab52f6..04b3d4c8 100644
--- a/lib/get-errno.h
+++ b/lib/get-errno.h
@@ -1,6 +1,6 @@
/* get-errno.h - get and set errno.
- Copyright (C) 2002, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2009-2013 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/lib/lbitset.c b/lib/lbitset.c
index aa19f45d..5af5fcc8 100644
--- a/lib/lbitset.c
+++ b/lib/lbitset.c
@@ -1,6 +1,6 @@
/* Functions to support link list bitsets.
- Copyright (C) 2002-2004, 2006, 2009-2012 Free Software Foundation,
+ Copyright (C) 2002-2004, 2006, 2009-2013 Free Software Foundation,
Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/lbitset.h b/lib/lbitset.h
index 79804da0..8ccaca74 100644
--- a/lib/lbitset.h
+++ b/lib/lbitset.h
@@ -1,6 +1,6 @@
/* Functions to support lbitsets.
- Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/libiberty.h b/lib/libiberty.h
index ad7b358f..2ae5cf16 100644
--- a/lib/libiberty.h
+++ b/lib/libiberty.h
@@ -1,6 +1,6 @@
/* Fake libiberty.h for Bison.
- Copyright (C) 2002-2004, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002-2004, 2009-2013 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/lib/main.c b/lib/main.c
index 7996c7fb..36578517 100644
--- a/lib/main.c
+++ b/lib/main.c
@@ -1,6 +1,6 @@
/* Yacc library main function.
- Copyright (C) 2002, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2009-2013 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
diff --git a/lib/timevar.c b/lib/timevar.c
index 355ecb55..c257c322 100644
--- a/lib/timevar.c
+++ b/lib/timevar.c
@@ -1,6 +1,6 @@
/* Timing variables for measuring compiler performance.
- Copyright (C) 2000, 2002, 2004, 2006, 2009-2012 Free Software
+ Copyright (C) 2000, 2002, 2004, 2006, 2009-2013 Free Software
Foundation, Inc.
Contributed by Alex Samuel <samuel@codesourcery.com>
diff --git a/lib/timevar.def b/lib/timevar.def
index 1143e998..484fe35f 100644
--- a/lib/timevar.def
+++ b/lib/timevar.def
@@ -1,7 +1,7 @@
/* This file contains the definitions for timing variables used to -*- C -*-
measure run-time performance of the compiler.
- Copyright (C) 2002, 2007, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2007, 2009-2013 Free Software Foundation, Inc.
Contributed by Akim Demaille <akim@freefriends.org>.
diff --git a/lib/timevar.h b/lib/timevar.h
index a28b4cfd..c4180908 100644
--- a/lib/timevar.h
+++ b/lib/timevar.h
@@ -1,6 +1,6 @@
/* Timing variables for measuring compiler performance.
- Copyright (C) 2000, 2002, 2004, 2009-2012 Free Software Foundation,
+ Copyright (C) 2000, 2002, 2004, 2009-2013 Free Software Foundation,
Inc.
Contributed by Alex Samuel <samuel@codesourcery.com>
diff --git a/lib/vbitset.c b/lib/vbitset.c
index fbe6e7c0..7d4d920f 100644
--- a/lib/vbitset.c
+++ b/lib/vbitset.c
@@ -1,6 +1,6 @@
/* Variable array bitsets.
- Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002-2006, 2009-2013 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/vbitset.h b/lib/vbitset.h
index 5b3e810b..b91019bc 100644
--- a/lib/vbitset.h
+++ b/lib/vbitset.h
@@ -1,6 +1,6 @@
/* Functions to support vbitsets.
- Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2004, 2009-2013 Free Software Foundation, Inc.
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
diff --git a/lib/yyerror.c b/lib/yyerror.c
index 332e91e2..3aeb5cef 100644
--- a/lib/yyerror.c
+++ b/lib/yyerror.c
@@ -1,6 +1,6 @@
/* Yacc library error-printing function.
- Copyright (C) 2002, 2009-2012 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2009-2013 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.