summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwl <wl>2012-12-28 11:59:30 +0000
committerwl <wl>2012-12-28 11:59:30 +0000
commitb9eb56730bdb0f3fa54a59926f1273ed13072f76 (patch)
tree3c1c4b2be345ff9db2220514da321d94bc74d61f /src
parent811a7e9a5a8d9c132e070cec35b4dcf0a737700b (diff)
downloadgroff-b9eb56730bdb0f3fa54a59926f1273ed13072f76.tar.gz
Version 1.22 releasedgroff-1_22
===================== * NEWS, VERSION, doc/groff.texinfo, doc/webpage.ms: Updated. * config.guess, config.sub: Updated from `config' repository. * INSTALL.gen: Updated from `gnulib' repository (file `INSTALL'). * aclocal.m4, configure: Regenerated. * doc/texinfo.tex: Updated from `texinfo' repository. * src/roff/groff/groff.cpp (main) <'v'>: Update copyright year.
Diffstat (limited to 'src')
-rw-r--r--src/roff/groff/groff.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roff/groff/groff.cpp b/src/roff/groff/groff.cpp
index 8eef10e6..a0ba9d72 100644
--- a/src/roff/groff/groff.cpp
+++ b/src/roff/groff/groff.cpp
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1989-2011
+/* Copyright (C) 1989-2012
Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
@@ -215,7 +215,7 @@ int main(int argc, char **argv)
vflag = 1;
printf("GNU groff version %s\n", Version_string);
printf(
- "Copyright (C) 2011 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2012 Free Software Foundation, Inc.\n"
"GNU groff comes with ABSOLUTELY NO WARRANTY.\n"
"You may redistribute copies of groff and its subprograms\n"
"under the terms of the GNU General Public License.\n"