diff options
author | Christian Schneider | 2007-10-11 02:39:05 +0000 |
---|---|---|
committer | Christian Schneider | 2007-10-11 02:39:05 +0000 |
commit | 6f5bc905419df0be868560f04a4be7086592991b (patch) | |
tree | f26d16d5c14510a59dadae7dd0e7cd5eb826ac1e | |
parent | c79e0cce75cbae3f78e2ae6770c8975b3f2c468a (diff) | |
download | itools-6f5bc905419df0be868560f04a4be7086592991b.tar.gz itools-6f5bc905419df0be868560f04a4be7086592991b.tar.bz2 itools-6f5bc905419df0be868560f04a4be7086592991b.zip |
More uniform file headers
-rw-r--r-- | it_browser.class | 21 | ||||
-rw-r--r-- | it_debug.class | 22 | ||||
-rw-r--r-- | it_mail.class | 22 | ||||
-rw-r--r-- | it_session.class | 15 | ||||
-rw-r--r-- | it_text.class | 19 | ||||
-rw-r--r-- | it_url.class | 20 | ||||
-rw-r--r-- | it_xml.class | 22 | ||||
-rw-r--r-- | itjs.class | 20 |
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 @@ -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 */ |