Index: branches/stable/DNSDB.pm
===================================================================
--- branches/stable/DNSDB.pm	(revision 261)
+++ branches/stable/DNSDB.pm	(revision 263)
@@ -1,11 +1,21 @@
 # dns/trunk/DNSDB.pm
 # Abstraction functions for DNS administration
-###
-# SVN revision info
-# $Date$
-# SVN revision $Rev$
-# Last update by $Author$
-###
-# Copyright (C) 2008-2011 - Kris Deugau <kdeugau@deepnet.cx>
+##
+# $Id$
+# Copyright 2008-2011 Kris Deugau <kdeugau@deepnet.cx>
+# 
+#    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 3 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, see <http://www.gnu.org/licenses/>.
+##
 
 package DNSDB;
Index: branches/stable/Makefile
===================================================================
--- branches/stable/Makefile	(revision 261)
+++ branches/stable/Makefile	(revision 263)
@@ -46,5 +46,5 @@
 	INSTALL COPYING TODO Makefile dnsadmin.spec \
 	\
-	new-dns.sql dns.sql dns.cgi dns-rpc.cgi DNSDB.pm vega-import.pl \
+	new-dns.sql dns.sql dns.cgi dns-rpc.cgi DNSDB.pm vega-import.pl export.pl \
 	\
 	index.shtml \
@@ -75,5 +75,5 @@
 
 SCRIPTS = \
-	dns.cgi dns-rpc.cgi vega-import.pl
+	dns.cgi dns-rpc.cgi vega-import.pl export.pl
 
 MODULES = DNSDB.pm
@@ -137,3 +137,3 @@
 	gzip -v -f -9 $(PKGNAME)-$(VERSION).tar
 	rm -rf $(PKGNAME)-$(VERSION)
-	gpg --detach-sign $(PKGNAME)-$(VERSION).tar.gz
+	gpg -a --detach-sign $(PKGNAME)-$(VERSION).tar.gz
Index: branches/stable/dns-rpc.cgi
===================================================================
--- branches/stable/dns-rpc.cgi	(revision 261)
+++ branches/stable/dns-rpc.cgi	(revision 263)
@@ -1,6 +1,21 @@
 #!/usr/bin/perl -w -T
+# XMLRPC interface to manipulate most DNS DB entities
+##
 # $Id$
-# XMLRPC interface to manipulate most DNS DB entities
-# Copyright (C) 2011 - Kris Deugau <kdeugau@deepnet.cx>
+# Copyright 2011 Kris Deugau <kdeugau@deepnet.cx>
+# 
+#    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 3 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, see <http://www.gnu.org/licenses/>.
+##
 
 use strict;
Index: branches/stable/dns.cgi
===================================================================
--- branches/stable/dns.cgi	(revision 261)
+++ branches/stable/dns.cgi	(revision 263)
@@ -1,11 +1,21 @@
 #!/usr/bin/perl -w -T
-# dns/cgi-bin/dns.cgi
-###
-# SVN revision info
-# $Date$
-# SVN revision $Rev$
-# Last update by $Author$
-###
-# Copyright (C) 2008-2011 - Kris Deugau <kdeugau@deepnet.cx>
+# Main web UI script for DeepNet DNS Administrator
+##
+# $Id$
+# Copyright 2008-2011 Kris Deugau <kdeugau@deepnet.cx>
+# 
+#    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 3 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, see <http://www.gnu.org/licenses/>.
+##
 
 use strict;
Index: branches/stable/export.pl
===================================================================
--- branches/stable/export.pl	(revision 261)
+++ branches/stable/export.pl	(revision 263)
@@ -1,6 +1,21 @@
 #!/usr/bin/perl
+# Absolutely minimal DNS record export script
+##
 # $Id$
-# Absolutely minimal DNS record export script
-# (C) 2012 - Kris Deugau <kdeugau@deepnet.cx>
+# Copyright 2012 Kris Deugau <kdeugau@deepnet.cx>
+# 
+#    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 3 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, see <http://www.gnu.org/licenses/>.
+##
 
 use strict;
Index: branches/stable/vega-import.pl
===================================================================
--- branches/stable/vega-import.pl	(revision 261)
+++ branches/stable/vega-import.pl	(revision 263)
@@ -1,6 +1,21 @@
 #!/usr/bin/perl
+# Import script for VegaDNS data
+##
 # $Id$
-# Import script for VegaDNS data
-# Copyright (C) 2011 - Kris Deugau <kdeugau@deepnet.cx>
+# Copyright 2008-2011 Kris Deugau <kdeugau@deepnet.cx>
+# 
+#    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 3 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, see <http://www.gnu.org/licenses/>.
+##
 
 # Runs in one of two modes:
