preparing version 0.5, added GPL statements to all source files.

This commit is contained in:
david 2002-06-26 07:29:34 +00:00
parent 41d438ecae
commit 95a2745adb
5 changed files with 52 additions and 3 deletions

View File

@ -1 +1,2 @@
Copyright 2002 David C. Merrill <david@lupercalia.net>
Copyright 2002 David Merrill
david@lupercalia.net

View File

@ -37,4 +37,4 @@ CVS Switched -V and -v, now -v is version, -V is verbose.
"#" and "*" for lists no longer have to be in the first column.
Added inclusion of XML ISO Entities.
Added XML ISO Entity reference.

View File

@ -2,6 +2,22 @@
#
# Converts WikiText files into docbook.
#
# Copyright (c) 2001, 2002 David Merrill <david@lupercalia.net>.
#
# 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 of the License, or
# (at your option) any later version.
#
# This program 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, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
package Wt2Db;
use File::Basename;

View File

@ -1,5 +1,21 @@
#!/usr/bin/perl
#
# Copyright (c) 2001, 2002 David Merrill <david@lupercalia.net>.
#
# 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 of the License, or
# (at your option) any later version.
#
# This program 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, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
use Wt2Db;
$WT = new Wt2Db;

View File

@ -2,7 +2,23 @@
#
#Converts txt files into DocBook XML/SGML.
#
$VERSION = '0.4-CVS';
# Copyright (c) 2001, 2002 David Merrill <david@lupercalia.net>.
#
# 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 of the License, or
# (at your option) any later version.
#
# This program 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, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
$VERSION = '0.5';
use Wt2Db;
$WT2DB = new Wt2Db;