update debian/copyright for copyright changes up to year bump
[gnulib.git] / lib / ptsname.c
index 102a65c..f97d71c 100644 (file)
@@ -1,5 +1,5 @@
 /* Determine name of the slave side of a pseudo-terminal.
-   Copyright (C) 1998, 2002, 2010-2011 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2010-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
@@ -18,7 +18,7 @@
 
 #include <stdlib.h>
 
-/* Static buffer for `ptsname'.  */
+/* Static buffer for 'ptsname'.  */
 static char buffer[64];