Blob Blame History Raw
As requested by RH legal: https://bugzilla.redhat.com/show_bug.cgi?id=458643#c8


diff -Nrup dansguardian-2.9.9.5.orig/src/Auth.cpp dansguardian-2.9.9.5/src/Auth.cpp
--- dansguardian-2.9.9.5.orig/src/Auth.cpp	2007-11-26 06:59:22.000000000 -0500
+++ dansguardian-2.9.9.5/src/Auth.cpp	2008-12-21 06:47:01.039671280 -0500
@@ -1,8 +1,7 @@
 // AuthPlugin class - interface for plugins for retrieving client usernames
 // and filter group membership
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/Auth.hpp dansguardian-2.9.9.5/src/Auth.hpp
--- dansguardian-2.9.9.5.orig/src/Auth.hpp	2007-03-19 13:26:06.000000000 -0400
+++ dansguardian-2.9.9.5/src/Auth.hpp	2008-12-21 06:47:01.054671865 -0500
@@ -1,8 +1,7 @@
 // AuthPlugin class - interface for plugins for retrieving client usernames
 // and filter group membership
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/BaseSocket.cpp dansguardian-2.9.9.5/src/BaseSocket.cpp
--- dansguardian-2.9.9.5.orig/src/BaseSocket.cpp	2007-11-20 08:26:31.000000000 -0500
+++ dansguardian-2.9.9.5/src/BaseSocket.cpp	2008-12-21 06:47:01.047672035 -0500
@@ -1,7 +1,6 @@
 // Base socket class - inherit this to implement UNIX/INET domain sockets
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/BaseSocket.hpp dansguardian-2.9.9.5/src/BaseSocket.hpp
--- dansguardian-2.9.9.5.orig/src/BaseSocket.hpp	2007-11-20 08:26:21.000000000 -0500
+++ dansguardian-2.9.9.5/src/BaseSocket.hpp	2008-12-21 06:47:01.044671289 -0500
@@ -1,7 +1,6 @@
 // BaseSocket class - inherit & implement to make UNIX/INET domain sockets
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/ConfigVar.cpp dansguardian-2.9.9.5/src/ConfigVar.cpp
--- dansguardian-2.9.9.5.orig/src/ConfigVar.cpp	2005-10-13 05:22:08.000000000 -0400
+++ dansguardian-2.9.9.5/src/ConfigVar.cpp	2008-12-21 06:47:01.050671104 -0500
@@ -1,7 +1,6 @@
 //Implements the ConfigVar class
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/ConfigVar.hpp dansguardian-2.9.9.5/src/ConfigVar.hpp
--- dansguardian-2.9.9.5.orig/src/ConfigVar.hpp	2008-03-06 05:25:39.000000000 -0500
+++ dansguardian-2.9.9.5/src/ConfigVar.hpp	2008-12-21 06:47:01.033671116 -0500
@@ -1,8 +1,7 @@
 //Defines the ConfigVar class, which implements reading options from a file
 //into a map
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/ConnectionHandler.cpp dansguardian-2.9.9.5/src/ConnectionHandler.cpp
--- dansguardian-2.9.9.5.orig/src/ConnectionHandler.cpp	2008-05-22 05:21:11.000000000 -0400
+++ dansguardian-2.9.9.5/src/ConnectionHandler.cpp	2008-12-21 06:47:01.042671048 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@jadeb//.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/ConnectionHandler.hpp dansguardian-2.9.9.5/src/ConnectionHandler.hpp
--- dansguardian-2.9.9.5.orig/src/ConnectionHandler.hpp	2008-05-22 05:21:11.000000000 -0400
+++ dansguardian-2.9.9.5/src/ConnectionHandler.hpp	2008-12-21 06:47:01.028671317 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@jadeb//.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/ContentScanner.cpp dansguardian-2.9.9.5/src/ContentScanner.cpp
--- dansguardian-2.9.9.5.orig/src/ContentScanner.cpp	2007-07-12 05:05:24.000000000 -0400
+++ dansguardian-2.9.9.5/src/ContentScanner.cpp	2008-12-21 06:47:01.044671289 -0500
@@ -1,7 +1,6 @@
 // Implements CSPlugin class and cs_plugin_loader base class
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/ContentScanner.hpp dansguardian-2.9.9.5/src/ContentScanner.hpp
--- dansguardian-2.9.9.5.orig/src/ContentScanner.hpp	2007-01-09 05:12:30.000000000 -0500
+++ dansguardian-2.9.9.5/src/ContentScanner.hpp	2008-12-21 06:47:01.038671195 -0500
@@ -1,7 +1,6 @@
 // Defines the class interface to be implemented by ContentScanner plugins
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/DataBuffer.cpp dansguardian-2.9.9.5/src/DataBuffer.cpp
--- dansguardian-2.9.9.5.orig/src/DataBuffer.cpp	2008-05-22 05:08:26.000000000 -0400
+++ dansguardian-2.9.9.5/src/DataBuffer.cpp	2008-12-21 06:47:01.057671214 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/DataBuffer.hpp dansguardian-2.9.9.5/src/DataBuffer.hpp
--- dansguardian-2.9.9.5.orig/src/DataBuffer.hpp	2007-12-11 09:22:59.000000000 -0500
+++ dansguardian-2.9.9.5/src/DataBuffer.hpp	2008-12-21 06:47:01.027671791 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@/jadeb//.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/DownloadManager.cpp dansguardian-2.9.9.5/src/DownloadManager.cpp
--- dansguardian-2.9.9.5.orig/src/DownloadManager.cpp	2007-01-08 07:56:47.000000000 -0500
+++ dansguardian-2.9.9.5/src/DownloadManager.cpp	2008-12-21 06:47:01.057671214 -0500
@@ -1,7 +1,6 @@
 // Implements dm_plugin_load and base DMPlugin methods
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/DownloadManager.hpp dansguardian-2.9.9.5/src/DownloadManager.hpp
--- dansguardian-2.9.9.5.orig/src/DownloadManager.hpp	2005-11-07 10:15:21.000000000 -0500
+++ dansguardian-2.9.9.5/src/DownloadManager.hpp	2008-12-21 06:47:01.036671443 -0500
@@ -1,7 +1,6 @@
 //Defines the DMPlugin base class, and dm_plugin_loader function
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/DynamicIPList.cpp dansguardian-2.9.9.5/src/DynamicIPList.cpp
--- dansguardian-2.9.9.5.orig/src/DynamicIPList.cpp	2006-01-23 09:08:01.000000000 -0500
+++ dansguardian-2.9.9.5/src/DynamicIPList.cpp	2008-12-21 06:47:01.057671214 -0500
@@ -1,8 +1,7 @@
 // DynamicIPList - maintains a sorted list of IP addresses, for checking &
 // limiting the number of concurrent proxy users.
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/DynamicIPList.hpp dansguardian-2.9.9.5/src/DynamicIPList.hpp
--- dansguardian-2.9.9.5.orig/src/DynamicIPList.hpp	2006-01-23 09:08:01.000000000 -0500
+++ dansguardian-2.9.9.5/src/DynamicIPList.hpp	2008-12-21 06:47:01.032670961 -0500
@@ -1,8 +1,7 @@
 // DynamicIPList - maintains a sorted list of IP addresses, for checking &
 // limiting the number of concurrent proxy users.
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/DynamicURLList.cpp dansguardian-2.9.9.5/src/DynamicURLList.cpp
--- dansguardian-2.9.9.5.orig/src/DynamicURLList.cpp	2007-09-10 09:23:49.000000000 -0400
+++ dansguardian-2.9.9.5/src/DynamicURLList.cpp	2008-12-21 06:47:01.033671116 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/DynamicURLList.hpp dansguardian-2.9.9.5/src/DynamicURLList.hpp
--- dansguardian-2.9.9.5.orig/src/DynamicURLList.hpp	2006-01-17 11:09:01.000000000 -0500
+++ dansguardian-2.9.9.5/src/DynamicURLList.hpp	2008-12-21 06:47:01.036671443 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/FDFuncs.cpp dansguardian-2.9.9.5/src/FDFuncs.cpp
--- dansguardian-2.9.9.5.orig/src/FDFuncs.cpp	2005-10-13 05:22:08.000000000 -0400
+++ dansguardian-2.9.9.5/src/FDFuncs.cpp	2008-12-21 06:47:01.055671671 -0500
@@ -2,8 +2,7 @@
 //  and (in future) creating files
 //  Please use *only* for files, not sockets!
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/FDFuncs.hpp dansguardian-2.9.9.5/src/FDFuncs.hpp
--- dansguardian-2.9.9.5.orig/src/FDFuncs.hpp	2005-10-13 05:22:08.000000000 -0400
+++ dansguardian-2.9.9.5/src/FDFuncs.hpp	2008-12-21 06:47:01.054671865 -0500
@@ -2,8 +2,7 @@
 //  and (in future) creating files
 //  Please use *only* for files, not sockets!
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/FDTunnel.cpp dansguardian-2.9.9.5/src/FDTunnel.cpp
--- dansguardian-2.9.9.5.orig/src/FDTunnel.cpp	2007-12-11 11:24:48.000000000 -0500
+++ dansguardian-2.9.9.5/src/FDTunnel.cpp	2008-12-21 06:47:01.028671317 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/FDTunnel.hpp dansguardian-2.9.9.5/src/FDTunnel.hpp
--- dansguardian-2.9.9.5.orig/src/FDTunnel.hpp	2007-12-11 10:21:40.000000000 -0500
+++ dansguardian-2.9.9.5/src/FDTunnel.hpp	2008-12-21 06:47:01.047672035 -0500
@@ -2,8 +2,7 @@
 // that uses blocking select() to be as efficient as possible.  It tunnels
 // between the two supplied FDs.
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/FOptionContainer.cpp dansguardian-2.9.9.5/src/FOptionContainer.cpp
--- dansguardian-2.9.9.5.orig/src/FOptionContainer.cpp	2008-05-22 05:27:41.000000000 -0400
+++ dansguardian-2.9.9.5/src/FOptionContainer.cpp	2008-12-21 06:47:01.046670971 -0500
@@ -1,8 +1,7 @@
 // FOptionContainer class - contains the options for a filter group,
 // including the banned/grey/exception site lists and the content/site/url regexp lists
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/FOptionContainer.hpp dansguardian-2.9.9.5/src/FOptionContainer.hpp
--- dansguardian-2.9.9.5.orig/src/FOptionContainer.hpp	2008-05-22 05:27:50.000000000 -0400
+++ dansguardian-2.9.9.5/src/FOptionContainer.hpp	2008-12-21 06:47:01.047672035 -0500
@@ -1,8 +1,7 @@
 // FOptionContainer class - contains the options for a filter group,
 // including the banned/grey/exception site lists and the content/site/url regexp lists
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/FatController.cpp dansguardian-2.9.9.5/src/FatController.cpp
--- dansguardian-2.9.9.5.orig/src/FatController.cpp	2008-05-22 05:23:54.000000000 -0400
+++ dansguardian-2.9.9.5/src/FatController.cpp	2008-12-21 06:47:01.053671291 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@jadeb//.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/FatController.hpp dansguardian-2.9.9.5/src/FatController.hpp
--- dansguardian-2.9.9.5.orig/src/FatController.hpp	2005-10-12 07:43:16.000000000 -0400
+++ dansguardian-2.9.9.5/src/FatController.hpp	2008-12-21 06:47:01.027671791 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/HTMLTemplate.cpp dansguardian-2.9.9.5/src/HTMLTemplate.cpp
--- dansguardian-2.9.9.5.orig/src/HTMLTemplate.cpp	2006-05-26 04:53:55.000000000 -0400
+++ dansguardian-2.9.9.5/src/HTMLTemplate.cpp	2008-12-21 06:47:01.054671865 -0500
@@ -1,7 +1,6 @@
 //Implements the HTMLTemplate class, for displaying template-based banned pages to clients
 
-//Please refer to http://dansguardian.org/?page=copyright
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/HTMLTemplate.hpp dansguardian-2.9.9.5/src/HTMLTemplate.hpp
--- dansguardian-2.9.9.5.orig/src/HTMLTemplate.hpp	2006-01-18 12:37:39.000000000 -0500
+++ dansguardian-2.9.9.5/src/HTMLTemplate.hpp	2008-12-21 06:47:01.043671273 -0500
@@ -1,7 +1,6 @@
 //Declares the HTMLTemplate class, for displaying template-based banned pages to clients
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/HTTPHeader.cpp dansguardian-2.9.9.5/src/HTTPHeader.cpp
--- dansguardian-2.9.9.5.orig/src/HTTPHeader.cpp	2008-04-01 06:36:21.000000000 -0400
+++ dansguardian-2.9.9.5/src/HTTPHeader.cpp	2008-12-21 06:47:01.038671195 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/HTTPHeader.hpp dansguardian-2.9.9.5/src/HTTPHeader.hpp
--- dansguardian-2.9.9.5.orig/src/HTTPHeader.hpp	2007-12-11 10:20:10.000000000 -0500
+++ dansguardian-2.9.9.5/src/HTTPHeader.hpp	2008-12-21 06:47:01.042671048 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/IPList.hpp dansguardian-2.9.9.5/src/IPList.hpp
--- dansguardian-2.9.9.5.orig/src/IPList.hpp	2008-06-05 09:11:50.000000000 -0400
+++ dansguardian-2.9.9.5/src/IPList.hpp	2008-12-21 06:47:01.039671280 -0500
@@ -1,6 +1,5 @@
-//Please refer to http://dansguardian.org/?page=copyright2
+//Copyright (C) Daniel Barron.
 //
-//for the license for this code.
 //Written by Daniel Barron (daniel@jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/ImageContainer.cpp dansguardian-2.9.9.5/src/ImageContainer.cpp
--- dansguardian-2.9.9.5.orig/src/ImageContainer.cpp	2006-04-05 12:22:07.000000000 -0400
+++ dansguardian-2.9.9.5/src/ImageContainer.cpp	2008-12-21 06:47:01.039671280 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@jadeb//.com) but heavily based on code
 //written by Aecio F. Neto (afn@harvest.com.br).
 //For support go to http://groups.yahoo.com/group/dansguardian
diff -Nrup dansguardian-2.9.9.5.orig/src/ImageContainer.hpp dansguardian-2.9.9.5/src/ImageContainer.hpp
--- dansguardian-2.9.9.5.orig/src/ImageContainer.hpp	2005-10-12 08:21:33.000000000 -0400
+++ dansguardian-2.9.9.5/src/ImageContainer.hpp	2008-12-21 06:47:01.028671317 -0500
@@ -1,7 +1,6 @@
 // ImageContainer - container class for custom banned image
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@jadeb//.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/LanguageContainer.cpp dansguardian-2.9.9.5/src/LanguageContainer.cpp
--- dansguardian-2.9.9.5.orig/src/LanguageContainer.cpp	2005-10-12 08:21:33.000000000 -0400
+++ dansguardian-2.9.9.5/src/LanguageContainer.cpp	2008-12-21 06:47:01.034671761 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/LanguageContainer.hpp dansguardian-2.9.9.5/src/LanguageContainer.hpp
--- dansguardian-2.9.9.5.orig/src/LanguageContainer.hpp	2005-10-12 08:21:33.000000000 -0400
+++ dansguardian-2.9.9.5/src/LanguageContainer.hpp	2008-12-21 06:47:01.028671317 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/ListContainer.cpp dansguardian-2.9.9.5/src/ListContainer.cpp
--- dansguardian-2.9.9.5.orig/src/ListContainer.cpp	2008-04-25 10:16:47.000000000 -0400
+++ dansguardian-2.9.9.5/src/ListContainer.cpp	2008-12-21 06:47:01.032670961 -0500
@@ -1,7 +1,6 @@
 // ListContainer - class for both item and phrase lists
 
-//Please refer to http://dansguardian.org/?page=copyright
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/ListContainer.hpp dansguardian-2.9.9.5/src/ListContainer.hpp
--- dansguardian-2.9.9.5.orig/src/ListContainer.hpp	2008-05-22 05:04:56.000000000 -0400
+++ dansguardian-2.9.9.5/src/ListContainer.hpp	2008-12-21 06:47:01.025671270 -0500
@@ -1,7 +1,6 @@
 // ListContainer class - for item and phrase lists
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@/ jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/ListManager.cpp dansguardian-2.9.9.5/src/ListManager.cpp
--- dansguardian-2.9.9.5.orig/src/ListManager.cpp	2007-09-10 09:23:50.000000000 -0400
+++ dansguardian-2.9.9.5/src/ListManager.cpp	2008-12-21 06:47:01.026671286 -0500
@@ -1,7 +1,6 @@
 // ListManager - contains the ListContainers for all item and phrase lists, and can create new ones
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@/ jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/ListManager.hpp dansguardian-2.9.9.5/src/ListManager.hpp
--- dansguardian-2.9.9.5.orig/src/ListManager.hpp	2005-11-17 07:43:45.000000000 -0500
+++ dansguardian-2.9.9.5/src/ListManager.hpp	2008-12-21 06:47:01.054671865 -0500
@@ -1,7 +1,6 @@
 // ListManager - for creating & containing all ListContainers of item & phrase lists
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@/jadeb//.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/NaughtyFilter.cpp dansguardian-2.9.9.5/src/NaughtyFilter.cpp
--- dansguardian-2.9.9.5.orig/src/NaughtyFilter.cpp	2008-05-22 05:06:22.000000000 -0400
+++ dansguardian-2.9.9.5/src/NaughtyFilter.cpp	2008-12-21 06:47:01.050671104 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/NaughtyFilter.hpp dansguardian-2.9.9.5/src/NaughtyFilter.hpp
--- dansguardian-2.9.9.5.orig/src/NaughtyFilter.hpp	2008-05-22 05:06:30.000000000 -0400
+++ dansguardian-2.9.9.5/src/NaughtyFilter.hpp	2008-12-21 06:47:01.036671443 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/OptionContainer.cpp dansguardian-2.9.9.5/src/OptionContainer.cpp
--- dansguardian-2.9.9.5.orig/src/OptionContainer.cpp	2008-05-22 05:26:28.000000000 -0400
+++ dansguardian-2.9.9.5/src/OptionContainer.cpp	2008-12-21 06:47:01.043671273 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/OptionContainer.hpp dansguardian-2.9.9.5/src/OptionContainer.hpp
--- dansguardian-2.9.9.5.orig/src/OptionContainer.hpp	2008-05-22 05:26:28.000000000 -0400
+++ dansguardian-2.9.9.5/src/OptionContainer.hpp	2008-12-21 06:47:01.058671160 -0500
@@ -1,6 +1,5 @@
-//Please refer to http://dansguardian.org/?page=copyright2
+//Copyright (C) Daniel Barron.
 //
-//for the license for this code.
 //Written by Daniel Barron (daniel@jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/Plugin.hpp dansguardian-2.9.9.5/src/Plugin.hpp
--- dansguardian-2.9.9.5.orig/src/Plugin.hpp	2005-11-03 06:44:13.000000000 -0500
+++ dansguardian-2.9.9.5/src/Plugin.hpp	2008-12-21 06:47:01.044671289 -0500
@@ -1,7 +1,6 @@
 // the Plugin interface - inherit this to define new plugin types
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/RegExp.cpp dansguardian-2.9.9.5/src/RegExp.cpp
--- dansguardian-2.9.9.5.orig/src/RegExp.cpp	2008-03-06 05:25:56.000000000 -0500
+++ dansguardian-2.9.9.5/src/RegExp.cpp	2008-12-21 06:47:01.026671286 -0500
@@ -1,7 +1,6 @@
 // RegExp class - search text using regular expressions
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@// jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/RegExp.hpp dansguardian-2.9.9.5/src/RegExp.hpp
--- dansguardian-2.9.9.5.orig/src/RegExp.hpp	2005-10-24 07:37:15.000000000 -0400
+++ dansguardian-2.9.9.5/src/RegExp.hpp	2008-12-21 06:47:01.032670961 -0500
@@ -1,7 +1,6 @@
 // RegExp class - search text using regular expressions
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@// jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/Socket.cpp dansguardian-2.9.9.5/src/Socket.cpp
--- dansguardian-2.9.9.5.orig/src/Socket.cpp	2007-11-20 09:20:24.000000000 -0500
+++ dansguardian-2.9.9.5/src/Socket.cpp	2008-12-21 06:47:01.039671280 -0500
@@ -1,7 +1,6 @@
 // Socket class - implements BaseSocket for INET domain sockets
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/Socket.hpp dansguardian-2.9.9.5/src/Socket.hpp
--- dansguardian-2.9.9.5.orig/src/Socket.hpp	2007-11-20 09:19:51.000000000 -0500
+++ dansguardian-2.9.9.5/src/Socket.hpp	2008-12-21 06:47:01.034671761 -0500
@@ -1,7 +1,6 @@
 // Socket class - implements BaseSocket for INET domain sockets
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/SocketArray.cpp dansguardian-2.9.9.5/src/SocketArray.cpp
--- dansguardian-2.9.9.5.orig/src/SocketArray.cpp	2006-04-11 05:44:06.000000000 -0400
+++ dansguardian-2.9.9.5/src/SocketArray.cpp	2008-12-21 06:47:01.027671791 -0500
@@ -1,7 +1,6 @@
 // SocketArray - wrapper for clean handling of an array of Sockets
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/SocketArray.hpp dansguardian-2.9.9.5/src/SocketArray.hpp
--- dansguardian-2.9.9.5.orig/src/SocketArray.hpp	2006-01-17 10:24:54.000000000 -0500
+++ dansguardian-2.9.9.5/src/SocketArray.hpp	2008-12-21 06:47:01.038671195 -0500
@@ -1,7 +1,6 @@
 // SocketArray - wrapper for clean handling of an array of Sockets
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/String.cpp dansguardian-2.9.9.5/src/String.cpp
--- dansguardian-2.9.9.5.orig/src/String.cpp	2008-03-06 05:25:22.000000000 -0500
+++ dansguardian-2.9.9.5/src/String.cpp	2008-12-21 06:47:01.034671761 -0500
@@ -1,7 +1,6 @@
 // String - guess what: it's a string class!
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/String.hpp dansguardian-2.9.9.5/src/String.hpp
--- dansguardian-2.9.9.5.orig/src/String.hpp	2007-12-13 12:14:24.000000000 -0500
+++ dansguardian-2.9.9.5/src/String.hpp	2008-12-21 06:47:01.046670971 -0500
@@ -1,8 +1,7 @@
 // String - guess what: it's a string class! Cut down version of Java string
 // class interface
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@ jadeb//.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/SysV.cpp dansguardian-2.9.9.5/src/SysV.cpp
--- dansguardian-2.9.9.5.orig/src/SysV.cpp	2005-10-12 08:15:57.000000000 -0400
+++ dansguardian-2.9.9.5/src/SysV.cpp	2008-12-21 06:47:01.028671317 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@ //jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/SysV.hpp dansguardian-2.9.9.5/src/SysV.hpp
--- dansguardian-2.9.9.5.orig/src/SysV.hpp	2005-10-12 08:15:57.000000000 -0400
+++ dansguardian-2.9.9.5/src/SysV.hpp	2008-12-21 06:47:01.029671263 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@?? jadeb.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/UDSocket.cpp dansguardian-2.9.9.5/src/UDSocket.cpp
--- dansguardian-2.9.9.5.orig/src/UDSocket.cpp	2005-10-25 10:03:32.000000000 -0400
+++ dansguardian-2.9.9.5/src/UDSocket.cpp	2008-12-21 06:47:01.051670980 -0500
@@ -1,7 +1,6 @@
 // UDSocket class - implements BaseSocket for UNIX domain sockets
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/UDSocket.hpp dansguardian-2.9.9.5/src/UDSocket.hpp
--- dansguardian-2.9.9.5.orig/src/UDSocket.hpp	2005-10-25 10:03:32.000000000 -0400
+++ dansguardian-2.9.9.5/src/UDSocket.hpp	2008-12-21 06:47:01.048671072 -0500
@@ -1,7 +1,6 @@
 // UDSocket class - implements BaseSocket for UNIX domain sockets
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/authplugins/digest.cpp dansguardian-2.9.9.5/src/authplugins/digest.cpp
--- dansguardian-2.9.9.5.orig/src/authplugins/digest.cpp	2007-11-26 06:57:04.000000000 -0500
+++ dansguardian-2.9.9.5/src/authplugins/digest.cpp	2008-12-21 06:47:01.034671761 -0500
@@ -1,8 +1,7 @@
 // Digest auth plugin 
 // Based on contribution by Darryl Sutherland <darryl@weblink.co.za>
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/authplugins/ident.cpp dansguardian-2.9.9.5/src/authplugins/ident.cpp
--- dansguardian-2.9.9.5.orig/src/authplugins/ident.cpp	2007-03-27 07:36:25.000000000 -0400
+++ dansguardian-2.9.9.5/src/authplugins/ident.cpp	2008-12-21 06:47:01.035671078 -0500
@@ -1,7 +1,6 @@
 // Ident server auth plugin
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/authplugins/ip.cpp dansguardian-2.9.9.5/src/authplugins/ip.cpp
--- dansguardian-2.9.9.5.orig/src/authplugins/ip.cpp	2008-05-22 10:49:14.000000000 -0400
+++ dansguardian-2.9.9.5/src/authplugins/ip.cpp	2008-12-21 06:47:01.036671443 -0500
@@ -1,7 +1,6 @@
 // IP (range, subnet) auth plugin
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/authplugins/ntlm.cpp dansguardian-2.9.9.5/src/authplugins/ntlm.cpp
--- dansguardian-2.9.9.5.orig/src/authplugins/ntlm.cpp	2007-12-11 10:19:10.000000000 -0500
+++ dansguardian-2.9.9.5/src/authplugins/ntlm.cpp	2008-12-21 06:47:01.035671078 -0500
@@ -1,7 +1,6 @@
 // NTLM auth plugin
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/authplugins/proxy.cpp dansguardian-2.9.9.5/src/authplugins/proxy.cpp
--- dansguardian-2.9.9.5.orig/src/authplugins/proxy.cpp	2007-03-19 13:26:06.000000000 -0400
+++ dansguardian-2.9.9.5/src/authplugins/proxy.cpp	2008-12-21 06:47:01.035671078 -0500
@@ -1,7 +1,6 @@
 // Proxy auth plugin
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/contentscanners/clamav.cpp dansguardian-2.9.9.5/src/contentscanners/clamav.cpp
--- dansguardian-2.9.9.5.orig/src/contentscanners/clamav.cpp	2008-04-25 11:21:34.000000000 -0400
+++ dansguardian-2.9.9.5/src/contentscanners/clamav.cpp	2008-12-21 06:47:01.023671379 -0500
@@ -1,7 +1,6 @@
 // LibClamAV content scanning plugin
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/contentscanners/clamdscan.cpp dansguardian-2.9.9.5/src/contentscanners/clamdscan.cpp
--- dansguardian-2.9.9.5.orig/src/contentscanners/clamdscan.cpp	2007-10-23 08:04:28.000000000 -0400
+++ dansguardian-2.9.9.5/src/contentscanners/clamdscan.cpp	2008-12-21 06:47:01.024672232 -0500
@@ -1,7 +1,6 @@
 // ClamD content scanning plugin
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/contentscanners/commandlinescan.cpp dansguardian-2.9.9.5/src/contentscanners/commandlinescan.cpp
--- dansguardian-2.9.9.5.orig/src/contentscanners/commandlinescan.cpp	2007-11-20 09:36:04.000000000 -0500
+++ dansguardian-2.9.9.5/src/contentscanners/commandlinescan.cpp	2008-12-21 06:47:01.024672232 -0500
@@ -1,7 +1,6 @@
 // Command line content scanning plugin
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/contentscanners/icapscan.cpp dansguardian-2.9.9.5/src/contentscanners/icapscan.cpp
--- dansguardian-2.9.9.5.orig/src/contentscanners/icapscan.cpp	2007-11-20 09:13:55.000000000 -0500
+++ dansguardian-2.9.9.5/src/contentscanners/icapscan.cpp	2008-12-21 06:47:01.025671270 -0500
@@ -1,7 +1,6 @@
 // ICAP server content scanning plugin
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/contentscanners/kavdscan.cpp dansguardian-2.9.9.5/src/contentscanners/kavdscan.cpp
--- dansguardian-2.9.9.5.orig/src/contentscanners/kavdscan.cpp	2006-12-19 06:16:33.000000000 -0500
+++ dansguardian-2.9.9.5/src/contentscanners/kavdscan.cpp	2008-12-21 06:47:01.024672232 -0500
@@ -1,7 +1,6 @@
 // Kaspersky AV Daemon content scanning plugin
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/dansguardian.cpp dansguardian-2.9.9.5/src/dansguardian.cpp
--- dansguardian-2.9.9.5.orig/src/dansguardian.cpp	2007-09-10 09:23:50.000000000 -0400
+++ dansguardian-2.9.9.5/src/dansguardian.cpp	2008-12-21 06:47:01.048671072 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 //Written by Daniel Barron (daniel@//jadeb/.com).
 //For support go to http://groups.yahoo.com/group/dansguardian
 
diff -Nrup dansguardian-2.9.9.5.orig/src/downloadmanagers/default.cpp dansguardian-2.9.9.5/src/downloadmanagers/default.cpp
--- dansguardian-2.9.9.5.orig/src/downloadmanagers/default.cpp	2007-12-11 10:22:18.000000000 -0500
+++ dansguardian-2.9.9.5/src/downloadmanagers/default.cpp	2008-12-21 06:47:01.030671349 -0500
@@ -1,7 +1,6 @@
 // Default download manager, used when no other plugin matches the user agent
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/downloadmanagers/fancy.cpp dansguardian-2.9.9.5/src/downloadmanagers/fancy.cpp
--- dansguardian-2.9.9.5.orig/src/downloadmanagers/fancy.cpp	2007-12-24 08:34:07.000000000 -0500
+++ dansguardian-2.9.9.5/src/downloadmanagers/fancy.cpp	2008-12-21 06:47:01.030671349 -0500
@@ -1,5 +1,4 @@
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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
diff -Nrup dansguardian-2.9.9.5.orig/src/downloadmanagers/trickle.cpp dansguardian-2.9.9.5/src/downloadmanagers/trickle.cpp
--- dansguardian-2.9.9.5.orig/src/downloadmanagers/trickle.cpp	2007-12-11 10:33:05.000000000 -0500
+++ dansguardian-2.9.9.5/src/downloadmanagers/trickle.cpp	2008-12-21 06:47:01.029671263 -0500
@@ -5,8 +5,7 @@
 // working, malicious portion sent to the browser before scanning has
 // completed!
 
-//Please refer to http://dansguardian.org/?page=copyright2
-//for the license for this code.
+//Copyright (C) Daniel Barron.
 
 //  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