aboutsummaryrefslogtreecommitdiff
path: root/src/meta1lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/meta1lex.l')
-rw-r--r--src/meta1lex.l10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/meta1lex.l b/src/meta1lex.l
index 2b606ef..0b9a105 100644
--- a/src/meta1lex.l
+++ b/src/meta1lex.l
@@ -1,20 +1,20 @@
-/* MeTA1 configuration lexer for Pies. -*- c -*- */
+/* MeTA1 configuration lexer for GNU Pies. -*- c -*- */
%top {
-/* MeTA1 configuration lexer for Pies.
+/* MeTA1 configuration lexer for GNU Pies.
Copyright (C) 2008, 2009 Sergey Poznyakoff
- This program is free software; you can redistribute it and/or modify
+ GNU Pies 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 3, or (at your option)
any later version.
- This program is distributed in the hope that it will be useful,
+ GNU Pies is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. */
/* This file implements a lexical analyzer for MeTA1 main configuration file.
*/

Return to:

Send suggestions and report system problems to the System administrator.