summaryrefslogtreecommitdiff
path: root/src/devices
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/grodvi/dvi.cpp2
-rw-r--r--src/devices/grodvi/grodvi.man2
-rw-r--r--src/devices/grohtml/grohtml.man2
-rw-r--r--src/devices/grohtml/html-table.cpp3
-rw-r--r--src/devices/grohtml/html-table.h3
-rw-r--r--src/devices/grohtml/html-text.cpp2
-rw-r--r--src/devices/grohtml/html-text.h2
-rw-r--r--src/devices/grohtml/html.h3
-rw-r--r--src/devices/grohtml/output.cpp3
-rw-r--r--src/devices/grohtml/post-html.cpp2
-rw-r--r--src/devices/grolbp/charset.h2
-rw-r--r--src/devices/grolbp/grolbp.man3
-rw-r--r--src/devices/grolbp/lbp.cpp2
-rw-r--r--src/devices/grolbp/lbp.h2
-rw-r--r--src/devices/grolj4/grolj4.man2
-rw-r--r--src/devices/grolj4/lj4.cpp2
-rw-r--r--src/devices/grolj4/lj4_font.man2
-rw-r--r--src/devices/grops/grops.man3
-rw-r--r--src/devices/grops/ps.cpp2
-rw-r--r--src/devices/grops/ps.h2
-rw-r--r--src/devices/grops/psrm.cpp3
-rw-r--r--src/devices/grotty/grotty.man2
-rw-r--r--src/devices/grotty/tty.cpp2
23 files changed, 30 insertions, 23 deletions
diff --git a/src/devices/grodvi/dvi.cpp b/src/devices/grodvi/dvi.cpp
index 2d9b0a42..b895f439 100644
--- a/src/devices/grodvi/dvi.cpp
+++ b/src/devices/grodvi/dvi.cpp
@@ -1,6 +1,6 @@
// -*- C++ -*-
/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004, 2006,
- 2007
+ 2007, 2009
Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
diff --git a/src/devices/grodvi/grodvi.man b/src/devices/grodvi/grodvi.man
index 448a9a08..d75b978c 100644
--- a/src/devices/grodvi/grodvi.man
+++ b/src/devices/grodvi/grodvi.man
@@ -1,5 +1,5 @@
.ig
-Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2006
+Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2006, 2009
Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
diff --git a/src/devices/grohtml/grohtml.man b/src/devices/grohtml/grohtml.man
index f4ba9a49..f8a65e4f 100644
--- a/src/devices/grohtml/grohtml.man
+++ b/src/devices/grohtml/grohtml.man
@@ -1,5 +1,5 @@
.ig
-Copyright (C) 1999-2000, 2001, 2002, 2003, 2004, 2006, 2007
+Copyright (C) 1999-2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009
Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this
diff --git a/src/devices/grohtml/html-table.cpp b/src/devices/grohtml/html-table.cpp
index abefdebe..9998fa9e 100644
--- a/src/devices/grohtml/html-table.cpp
+++ b/src/devices/grohtml/html-table.cpp
@@ -1,5 +1,6 @@
// -*- C++ -*-
-/* Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009
+* Free Software Foundation, Inc.
*
* Gaius Mulley (gaius@glam.ac.uk) wrote html-table.cpp
*
diff --git a/src/devices/grohtml/html-table.h b/src/devices/grohtml/html-table.h
index 20576fe1..001b9df0 100644
--- a/src/devices/grohtml/html-table.h
+++ b/src/devices/grohtml/html-table.h
@@ -1,5 +1,6 @@
// -*- C++ -*-
-/* Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009
+ * Free Software Foundation, Inc.
*
* Gaius Mulley (gaius@glam.ac.uk) wrote html-table.h
*
diff --git a/src/devices/grohtml/html-text.cpp b/src/devices/grohtml/html-text.cpp
index 0e769408..cae579b6 100644
--- a/src/devices/grohtml/html-text.cpp
+++ b/src/devices/grohtml/html-text.cpp
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007
+/* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009
* Free Software Foundation, Inc.
*
* Gaius Mulley (gaius@glam.ac.uk) wrote html-text.cpp
diff --git a/src/devices/grohtml/html-text.h b/src/devices/grohtml/html-text.h
index fcd6c0fd..d2ab2650 100644
--- a/src/devices/grohtml/html-text.h
+++ b/src/devices/grohtml/html-text.h
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007
+/* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009
* Free Software Foundation, Inc.
*
* Gaius Mulley (gaius@glam.ac.uk) wrote html-text.h
diff --git a/src/devices/grohtml/html.h b/src/devices/grohtml/html.h
index 512d45b9..3a960a27 100644
--- a/src/devices/grohtml/html.h
+++ b/src/devices/grohtml/html.h
@@ -1,5 +1,6 @@
// -*- C++ -*-
-/* Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2001, 2002, 2004, 2009
+ Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
diff --git a/src/devices/grohtml/output.cpp b/src/devices/grohtml/output.cpp
index afa5ebb5..aec739b4 100644
--- a/src/devices/grohtml/output.cpp
+++ b/src/devices/grohtml/output.cpp
@@ -1,5 +1,6 @@
// -*- C++ -*-
-/* Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2001, 2003, 2004, 2005, 2009
+ * Free Software Foundation, Inc.
*
* Gaius Mulley (gaius@glam.ac.uk) wrote output.cpp
* but it owes a huge amount of ideas and raw code from
diff --git a/src/devices/grohtml/post-html.cpp b/src/devices/grohtml/post-html.cpp
index e38bdad9..7f19820b 100644
--- a/src/devices/grohtml/post-html.cpp
+++ b/src/devices/grohtml/post-html.cpp
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+/* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
* Free Software Foundation, Inc.
*
* Gaius Mulley (gaius@glam.ac.uk) wrote post-html.cpp
diff --git a/src/devices/grolbp/charset.h b/src/devices/grolbp/charset.h
index 3be8f8c3..196a5a89 100644
--- a/src/devices/grolbp/charset.h
+++ b/src/devices/grolbp/charset.h
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 2000, 2003
+/* Copyright (C) 2000, 2003, 2009
Free Software Foundation, Inc.
Written by Francisco Andrés Verdú <pandres@dragonet.es> with many ideas
taken from the other groff drivers.
diff --git a/src/devices/grolbp/grolbp.man b/src/devices/grolbp/grolbp.man
index 8726c110..3672f761 100644
--- a/src/devices/grolbp/grolbp.man
+++ b/src/devices/grolbp/grolbp.man
@@ -3,7 +3,8 @@
.\" vim: set syntax=nroff :
.\" The above line should set vim into nroff mode
.ig
-Copyright (C) 1994-2000, 2002, 2006 Free Software Foundation, Inc.
+Copyright (C) 1994-2000, 2002, 2006, 2009
+ Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
diff --git a/src/devices/grolbp/lbp.cpp b/src/devices/grolbp/lbp.cpp
index 2574ee37..8a32b45d 100644
--- a/src/devices/grolbp/lbp.cpp
+++ b/src/devices/grolbp/lbp.cpp
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+/* Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
Free Software Foundation, Inc.
Written by Francisco Andrés Verdú <pandres@dragonet.es> with many ideas
taken from the other groff drivers.
diff --git a/src/devices/grolbp/lbp.h b/src/devices/grolbp/lbp.h
index a00212cb..7f7bdaeb 100644
--- a/src/devices/grolbp/lbp.h
+++ b/src/devices/grolbp/lbp.h
@@ -1,5 +1,5 @@
// -*- C -*-
-/* Copyright (C) 1994, 2000, 2001, 2003, 2004, 2005
+/* Copyright (C) 1994, 2000, 2001, 2003, 2004, 2005, 2009
Free Software Foundation, Inc.
Written by Francisco Andrés Verdú <pandres@dragonet.es>
diff --git a/src/devices/grolj4/grolj4.man b/src/devices/grolj4/grolj4.man
index a3aaa053..62385c4f 100644
--- a/src/devices/grolj4/grolj4.man
+++ b/src/devices/grolj4/grolj4.man
@@ -1,5 +1,5 @@
.ig
-Copyright (C) 1994-2000, 2001, 2002, 2004, 2006
+Copyright (C) 1994-2000, 2001, 2002, 2004, 2006, 2009
Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
diff --git a/src/devices/grolj4/lj4.cpp b/src/devices/grolj4/lj4.cpp
index 612abb1e..f6d72918 100644
--- a/src/devices/grolj4/lj4.cpp
+++ b/src/devices/grolj4/lj4.cpp
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, 2006
+/* Copyright (C) 1994, 2000, 2001, 2002, 2003, 2004, 2006, 2009
Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
diff --git a/src/devices/grolj4/lj4_font.man b/src/devices/grolj4/lj4_font.man
index e82edff7..30a3c3bd 100644
--- a/src/devices/grolj4/lj4_font.man
+++ b/src/devices/grolj4/lj4_font.man
@@ -1,6 +1,6 @@
.tr ~
.ig
-Copyright (C) 2004 Free Software Foundation, Inc.
+Copyright (C) 2004, 2009 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
diff --git a/src/devices/grops/grops.man b/src/devices/grops/grops.man
index b64ec6a6..67c0b747 100644
--- a/src/devices/grops/grops.man
+++ b/src/devices/grops/grops.man
@@ -1,5 +1,6 @@
.ig
-Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008
+Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008,
+ 2009
Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
diff --git a/src/devices/grops/ps.cpp b/src/devices/grops/ps.cpp
index 496b4362..37fd4efa 100644
--- a/src/devices/grops/ps.cpp
+++ b/src/devices/grops/ps.cpp
@@ -1,6 +1,6 @@
// -*- C++ -*-
/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004, 2005,
- 2006, 2007
+ 2006, 2007, 2009
Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
diff --git a/src/devices/grops/ps.h b/src/devices/grops/ps.h
index 95e2ec0f..85a06fec 100644
--- a/src/devices/grops/ps.h
+++ b/src/devices/grops/ps.h
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2002, 2003
+/* Copyright (C) 1989, 1990, 1991, 1992, 2002, 2003, 2009
Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
diff --git a/src/devices/grops/psrm.cpp b/src/devices/grops/psrm.cpp
index f315be89..b5c7e3b2 100644
--- a/src/devices/grops/psrm.cpp
+++ b/src/devices/grops/psrm.cpp
@@ -1,5 +1,6 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004
+/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004,
+ 2009
Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
diff --git a/src/devices/grotty/grotty.man b/src/devices/grotty/grotty.man
index ad56e24c..30510eab 100644
--- a/src/devices/grotty/grotty.man
+++ b/src/devices/grotty/grotty.man
@@ -1,5 +1,5 @@
.ig
-Copyright (C) 1989-2000, 2001, 2002, 2003, 2005, 2006
+Copyright (C) 1989-2000, 2001, 2002, 2003, 2005, 2006, 2009
Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
diff --git a/src/devices/grotty/tty.cpp b/src/devices/grotty/tty.cpp
index e035375c..9b824097 100644
--- a/src/devices/grotty/tty.cpp
+++ b/src/devices/grotty/tty.cpp
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005, 2006
+/* Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)