summaryrefslogtreecommitdiff
path: root/gl/version-etc.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-01-23 21:49:24 +0100
committerSimon Josefsson <simon@josefsson.org>2012-01-23 21:49:24 +0100
commitd87061e176d4e7b1f900482ee5276490160d0c76 (patch)
treec330778cd53e749c17c8f9b44df7e49662708809 /gl/version-etc.h
parenta45f4f9acdf46b8c039bef2c169a2557b4df0a29 (diff)
downloadlibtasn1-d87061e176d4e7b1f900482ee5276490160d0c76.tar.gz
libtasn1-d87061e176d4e7b1f900482ee5276490160d0c76.tar.bz2
libtasn1-d87061e176d4e7b1f900482ee5276490160d0c76.zip
Update gnulib files.
Diffstat (limited to 'gl/version-etc.h')
-rw-r--r--gl/version-etc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/version-etc.h b/gl/version-etc.h
index a9b313d..c62704c 100644
--- a/gl/version-etc.h
+++ b/gl/version-etc.h
@@ -1,5 +1,5 @@
/* Print --version and bug-reporting information in a consistent format.
- Copyright (C) 1999, 2003, 2005, 2009-2011 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2003, 2005, 2009-2012 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
@@ -22,7 +22,7 @@
# include <stdarg.h>
# include <stdio.h>
-/* The `sentinel' attribute was added in gcc 4.0. */
+/* The 'sentinel' attribute was added in gcc 4.0. */
#ifndef _GL_ATTRIBUTE_SENTINEL
# if 4 <= __GNUC__
# define _GL_ATTRIBUTE_SENTINEL __attribute__ ((__sentinel__))
@@ -72,7 +72,7 @@ extern void version_etc (FILE *stream,
/* const char *author1, ..., NULL */ ...)
_GL_ATTRIBUTE_SENTINEL;
-/* Display the usual `Report bugs to' stanza */
+/* Display the usual "Report bugs to" stanza. */
extern void emit_bug_reporting_address (void);
#endif /* VERSION_ETC_H */