summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it_browser.class21
-rw-r--r--it_debug.class22
-rw-r--r--it_mail.class22
-rw-r--r--it_session.class15
-rw-r--r--it_text.class19
-rw-r--r--it_url.class20
-rw-r--r--it_xml.class22
-rw-r--r--itjs.class20
8 files changed, 114 insertions, 47 deletions
diff --git a/it_browser.class b/it_browser.class
index e67b658..17f3a8f 100644
--- a/it_browser.class
+++ b/it_browser.class
@@ -2,16 +2,21 @@
/*
** $Id$
**
-** ITools - the Internet Tools Library
+** Copyright (C) 1995-2007 by the ITools Authors.
+** This file is part of ITools - the Internet Tools Library
**
-** Copyright (C) 1995-2003 by the ITools Authors.
-** This program is free software; you can redistribute it and/or
-** modify it under the terms of either the GNU General Public License
-** or the GNU Lesser General Public License, as published by the Free
-** Software Foundation. See http://www.gnu.org/licenses/ for details.
+** ITools 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.
**
-** Class it_Browser: Browser capability class
-** For a good list see http://www.msb.edu/dept/msbtc/waehner/browser/
+** ITools 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/>.
**
** Inspired by browser.pinc,v 1.1.1.1 1999/03/23 14:51:39 bobak Exp
*/
diff --git a/it_debug.class b/it_debug.class
index 79433db..92753b2 100644
--- a/it_debug.class
+++ b/it_debug.class
@@ -2,15 +2,23 @@
/*
** $Id$
**
-** debug.class - Debug Functionality for ITools
+** Copyright (C) 1995-2007 by the ITools Authors.
+** This file is part of ITools - the Internet Tools Library
+**
+** ITools 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.
**
-** ITools - the Internet Tools Library
+** ITools 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.
**
-** Copyright (C) 1995-2003 by the ITools Authors.
-** This program is free software; you can redistribute it and/or
-** modify it under the terms of either the GNU General Public License
-** or the GNU Lesser General Public License, as published by the Free
-** Software Foundation. See http://www.gnu.org/licenses/ for 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/>.
+**
+** debug.class - Debug Functionality for ITools
*/
/**
diff --git a/it_mail.class b/it_mail.class
index f10e84d..2c8b89e 100644
--- a/it_mail.class
+++ b/it_mail.class
@@ -2,15 +2,23 @@
/*
** $Id$
**
-** mail.class - Create a mail object, add header and content and send it
+** Copyright (C) 1995-2007 by the ITools Authors.
+** This file is part of ITools - the Internet Tools Library
+**
+** ITools 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.
**
-** ITools - the Internet Tools Library
+** ITools 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.
**
-** Copyright (C) 1995-2003 by the ITools Authors.
-** This program is free software; you can redistribute it and/or
-** modify it under the terms of either the GNU General Public License
-** or the GNU Lesser General Public License, as published by the Free
-** Software Foundation. See http://www.gnu.org/licenses/ for 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/>.
+**
+** mail.class - Create a mail object, add header and content and send it
*/
define('IT_MAIL_PLAIN', 0);
diff --git a/it_session.class b/it_session.class
index 34ed379..a2300e5 100644
--- a/it_session.class
+++ b/it_session.class
@@ -2,6 +2,21 @@
/*
** $Id$
**
+** Copyright (C) 1995-2007 by the ITools Authors.
+** This file is part of ITools - the Internet Tools Library
+**
+** ITools 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.
+**
+** ITools 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/>.
*/
/* Default values */
diff --git a/it_text.class b/it_text.class
index f8b2583..1b92bf7 100644
--- a/it_text.class
+++ b/it_text.class
@@ -2,14 +2,21 @@
/*
** $Id$
**
-** ITools - the Internet Tools Library
+** Copyright (C) 1995-2007 by the ITools Authors.
+** This file is part of ITools - the Internet Tools Library
**
-** Copyright (C) 1995-2006 by the ITools Authors.
-** This program is free software; you can redistribute it and/or
-** modify it under the terms of either the GNU General Public License
-** or the GNU Lesser General Public License, as published by the Free
-** Software Foundation. See http://www.gnu.org/licenses/ for details.
+** ITools 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.
**
+** ITools 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/>.
*/
class it_text
diff --git a/it_url.class b/it_url.class
index b2ebe05..3dfc8e7 100644
--- a/it_url.class
+++ b/it_url.class
@@ -2,13 +2,21 @@
/*
** $Id$
**
-** ITools - the Internet Tools Library
-**
** Copyright (C) 1995-2007 by the ITools Authors.
-** This program is free software; you can redistribute it and/or
-** modify it under the terms of either the GNU General Public License
-** or the GNU Lesser General Public License, as published by the Free
-** Software Foundation. See http://www.gnu.org/licenses/ for details.
+** This file is part of ITools - the Internet Tools Library
+**
+** ITools 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.
+**
+** ITools 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/>.
**
** url.class - URL parsing, retrieval and caching functions
*/
diff --git a/it_xml.class b/it_xml.class
index 8cd386a..381d4eb 100644
--- a/it_xml.class
+++ b/it_xml.class
@@ -2,15 +2,23 @@
/*
** $Id$
**
-** it_xml.class - XML parser / object factory
+** Copyright (C) 1995-2007 by the ITools Authors.
+** This file is part of ITools - the Internet Tools Library
+**
+** ITools 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.
**
-** ITools - the Internet Tools Library
+** ITools 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.
**
-** Copyright (C) 1995-2005 by the ITools Authors.
-** This program is free software; you can redistribute it and/or
-** modify it under the terms of either the GNU General Public License
-** or the GNU Lesser General Public License, as published by the Free
-** Software Foundation. See http://www.gnu.org/licenses/ for 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/>.
+**
+** it_xml.class - XML parser / object factory
*/
class it_xml
diff --git a/itjs.class b/itjs.class
index 8828d78..f54bb18 100644
--- a/itjs.class
+++ b/itjs.class
@@ -2,13 +2,21 @@
/*
** $Id$
**
-** ITools - the Internet Tools Library
+** Copyright (C) 1995-2007 by the ITools Authors.
+** This file is part of ITools - the Internet Tools Library
**
-** Copyright (C) 1995-2004 by the ITools Authors.
-** This program is free software; you can redistribute it and/or
-** modify it under the terms of either the GNU General Public License
-** or the GNU Lesser General Public License, as published by the Free
-** Software Foundation. See http://www.gnu.org/licenses/ for details.
+** ITools 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.
+**
+** ITools 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/>.
**
** itjs.class - functions to handle javascript inclusion
*/