summaryrefslogtreecommitdiff
path: root/charspace/cmi.y
diff options
context:
space:
mode:
Diffstat (limited to 'charspace/cmi.y')
-rw-r--r--charspace/cmi.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/charspace/cmi.y b/charspace/cmi.y
index 22cbc7a..3281188 100644
--- a/charspace/cmi.y
+++ b/charspace/cmi.y
@@ -2,11 +2,11 @@
/* cmi.y: parse a character metric information file, entering what we
find into the symbol table.
-Copyright (C) 1992 Free Software Foundation, Inc.
+Copyright (C) 1992, 2011 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
-the Free Software Foundation; either version 2, or (at your option)
+the Free Software Foundation; either version 3, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
@@ -32,7 +32,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
static void yyerror (string);
static int yylex (void);
%}
-
+
%union
{
real realval;