aboutsummaryrefslogtreecommitdiff
path: root/src/html.gram.y
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-04-25 02:07:44 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-04-25 02:07:44 +0300
commitcedb36dcc43d5cb89a0b4af0e7eeeddb02401595 (patch)
tree29b1af920d3f7a1ce3711be14a4ede9aba4b4cef /src/html.gram.y
parentafb4d23167b4d2092f7fb84f98d7de4f007a83a3 (diff)
downloadtagr-cedb36dcc43d5cb89a0b4af0e7eeeddb02401595.tar.gz
tagr-cedb36dcc43d5cb89a0b4af0e7eeeddb02401595.tar.bz2
Switch to GPLv3+
Diffstat (limited to 'src/html.gram.y')
-rw-r--r--src/html.gram.y8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/html.gram.y b/src/html.gram.y
index f65c4ff..ddc1500 100644
--- a/src/html.gram.y
+++ b/src/html.gram.y
@@ -1,10 +1,10 @@
%{
/* This file is part of tagr.
- Copyright (C) 2000, 2005, Max Bouglacoff, Sergey Poznyakoff
+ Copyright (C) 2000, 2005, 2009 Max Bouglacoff, Sergey Poznyakoff
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,
@@ -13,9 +13,7 @@
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, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>

Return to:

Send suggestions and report system problems to the System administrator.