diff --git a/action.php b/action.php index ebf741b..7b5d30f 100644 --- a/action.php +++ b/action.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once('config/dmsDefaults.php'); diff --git a/admin.php b/admin.php index ccfd241..5ea7157 100644 --- a/admin.php +++ b/admin.php @@ -2,27 +2,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once("config/dmsDefaults.php"); diff --git a/bin/automated_upgrade.php b/bin/automated_upgrade.php index 65be817..bf76ecc 100644 --- a/bin/automated_upgrade.php +++ b/bin/automated_upgrade.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once('../config/dmsDefaults.php'); diff --git a/bin/cleanup.php b/bin/cleanup.php index 7287509..2e7d21c 100644 --- a/bin/cleanup.php +++ b/bin/cleanup.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once('../config/dmsDefaults.php'); diff --git a/bin/upgrade/pre-upgrade-3.0b3.php b/bin/upgrade/pre-upgrade-3.0b3.php index 1e640ba..4acff27 100644 --- a/bin/upgrade/pre-upgrade-3.0b3.php +++ b/bin/upgrade/pre-upgrade-3.0b3.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ $checkup = true; diff --git a/bin/upgrade/upgrade-to-2.0.6.php b/bin/upgrade/upgrade-to-2.0.6.php index 7dca92f..106e1be 100644 --- a/bin/upgrade/upgrade-to-2.0.6.php +++ b/bin/upgrade/upgrade-to-2.0.6.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once('../../config/dmsDefaults.php'); diff --git a/browse.php b/browse.php index a1174f2..50fcc75 100755 --- a/browse.php +++ b/browse.php @@ -3,21 +3,25 @@ /** * $Id$ * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Brad Shuttleworth , Jam Warehouse (Pty) Ltd, South Africa diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index 3d1bb16..0d214dd 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -6,21 +6,25 @@ * * Defines KnowledgeTree application defaults. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 */ if (function_exists('apd_set_pprof_trace')) { diff --git a/config/siteMap.inc b/config/siteMap.inc index 4db0b79..dbd0dbb 100644 --- a/config/siteMap.inc +++ b/config/siteMap.inc @@ -4,21 +4,25 @@ * * Defines site mappings- actions, pages and permissions. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * */ require_once(KT_LIB_DIR . '/session/SiteMap.inc'); diff --git a/config/tableMappings.inc b/config/tableMappings.inc index 1ff83ae..b376600 100644 --- a/config/tableMappings.inc +++ b/config/tableMappings.inc @@ -4,21 +4,25 @@ * * Stores the table mappings. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * */ // Table mappings diff --git a/control.php b/control.php index 2262786..a37beb1 100644 --- a/control.php +++ b/control.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ // main library routines and defaults diff --git a/dashboard.php b/dashboard.php index db6d983..20561ca 100644 --- a/dashboard.php +++ b/dashboard.php @@ -7,21 +7,25 @@ * It contains a high level overview of the users subscriptions, checked out * document, pending approval routing documents, etc. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/docs/COPYING b/docs/COPYING deleted file mode 100755 index 5b6e7c6..0000000 --- a/docs/COPYING +++ /dev/null @@ -1,340 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - 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 - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/edit.php b/edit.php index 0499677..4e53e1d 100644 --- a/edit.php +++ b/edit.php @@ -2,27 +2,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ * * ------------------------------------------------------------------------- * diff --git a/examples/fieldsynchronisation/syncFieldFromLDAP.php b/examples/fieldsynchronisation/syncFieldFromLDAP.php index d3d13fe..1a6609d 100644 --- a/examples/fieldsynchronisation/syncFieldFromLDAP.php +++ b/examples/fieldsynchronisation/syncFieldFromLDAP.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once('../../config/dmsDefaults.php'); diff --git a/help.php b/help.php index 9c5acbc..dfd3656 100644 --- a/help.php +++ b/help.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ // main library routines and defaults diff --git a/lib/Log.inc b/lib/Log.inc index 9a31f01..4db75a6 100644 --- a/lib/Log.inc +++ b/lib/Log.inc @@ -9,21 +9,25 @@ define("ERROR", 2); * * File logging class. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/actions/actionregistry.inc.php b/lib/actions/actionregistry.inc.php index 3fcdfee..b8ed9a9 100644 --- a/lib/actions/actionregistry.inc.php +++ b/lib/actions/actionregistry.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTActionRegistry { diff --git a/lib/actions/documentaction.inc.php b/lib/actions/documentaction.inc.php index 7e9cf49..7917e13 100644 --- a/lib/actions/documentaction.inc.php +++ b/lib/actions/documentaction.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/actions/actionregistry.inc.php'); diff --git a/lib/actions/folderaction.inc.php b/lib/actions/folderaction.inc.php index 97f7d81..511f099 100644 --- a/lib/actions/folderaction.inc.php +++ b/lib/actions/folderaction.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/dispatcher.inc.php'); diff --git a/lib/actions/portletregistry.inc.php b/lib/actions/portletregistry.inc.php index df343c7..3100c77 100644 --- a/lib/actions/portletregistry.inc.php +++ b/lib/actions/portletregistry.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTPortletRegistry { diff --git a/lib/alert/delivery/EmailAlert.inc b/lib/alert/delivery/EmailAlert.inc index 7a7ec38..ecf1b53 100644 --- a/lib/alert/delivery/EmailAlert.inc +++ b/lib/alert/delivery/EmailAlert.inc @@ -5,21 +5,25 @@ require_once(KT_LIB_DIR . '/email/Email.inc'); * * Sends an email (subscription) alert. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/alert/delivery/SMSAlert.inc b/lib/alert/delivery/SMSAlert.inc index e090064..315983f 100644 --- a/lib/alert/delivery/SMSAlert.inc +++ b/lib/alert/delivery/SMSAlert.inc @@ -4,21 +4,25 @@ * * Sends an sms (subscription) alert (UNIMPLEMENTED). * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/authentication/Authenticator.inc b/lib/authentication/Authenticator.inc index d49adbf..e61cc21 100644 --- a/lib/authentication/Authenticator.inc +++ b/lib/authentication/Authenticator.inc @@ -5,21 +5,25 @@ require_once(KT_LIB_DIR . '/users/User.inc'); * * Interface class that performs all authentication functions. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/authentication/DBAuthenticator.inc b/lib/authentication/DBAuthenticator.inc index b77569e..7cbcfc1 100644 --- a/lib/authentication/DBAuthenticator.inc +++ b/lib/authentication/DBAuthenticator.inc @@ -5,21 +5,25 @@ require_once(KT_LIB_DIR . "/authentication/Authenticator.inc"); * * Perform authentication tasks against the database. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/authentication/authenticationprovider.inc.php b/lib/authentication/authenticationprovider.inc.php index 9e9358e..7c68eee 100644 --- a/lib/authentication/authenticationprovider.inc.php +++ b/lib/authentication/authenticationprovider.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/dispatcher.inc.php"); diff --git a/lib/authentication/authenticationproviderregistry.inc.php b/lib/authentication/authenticationproviderregistry.inc.php index 6373417..953456f 100644 --- a/lib/authentication/authenticationproviderregistry.inc.php +++ b/lib/authentication/authenticationproviderregistry.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ /** diff --git a/lib/authentication/authenticationsource.inc.php b/lib/authentication/authenticationsource.inc.php index 212131e..4010fce 100644 --- a/lib/authentication/authenticationsource.inc.php +++ b/lib/authentication/authenticationsource.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/users/User.inc"); diff --git a/lib/authentication/authenticationutil.inc.php b/lib/authentication/authenticationutil.inc.php index 5b1e667..5d327fa 100644 --- a/lib/authentication/authenticationutil.inc.php +++ b/lib/authentication/authenticationutil.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/authentication/authenticationsource.inc.php'); diff --git a/lib/authentication/builtinauthenticationprovider.inc.php b/lib/authentication/builtinauthenticationprovider.inc.php index c4a98dc..0ea33dc 100644 --- a/lib/authentication/builtinauthenticationprovider.inc.php +++ b/lib/authentication/builtinauthenticationprovider.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/authentication/authenticationprovider.inc.php'); diff --git a/lib/browse/BrowseColumns.inc.php b/lib/browse/BrowseColumns.inc.php index 97cf9f7..077410a 100644 --- a/lib/browse/BrowseColumns.inc.php +++ b/lib/browse/BrowseColumns.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * http://www.ktdms.com/ */ /** BrowserColumns diff --git a/lib/browse/Criteria.inc b/lib/browse/Criteria.inc index 84f7c98..9cdb02d 100644 --- a/lib/browse/Criteria.inc +++ b/lib/browse/Criteria.inc @@ -15,21 +15,25 @@ require_once(KT_LIB_DIR . '/workflow/workflow.inc.php'); * * Contains document browsing business logic. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Neil Blakey-Milner , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/browse/DocumentCollection.inc.php b/lib/browse/DocumentCollection.inc.php index 17159b4..6affe3d 100644 --- a/lib/browse/DocumentCollection.inc.php +++ b/lib/browse/DocumentCollection.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/templating/templating.inc.php"); diff --git a/lib/browse/PartialQuery.inc.php b/lib/browse/PartialQuery.inc.php index f5bee18..a0bd860 100644 --- a/lib/browse/PartialQuery.inc.php +++ b/lib/browse/PartialQuery.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * http://www.ktdms.com/ */ /* Partial Query diff --git a/lib/browse/browseutil.inc.php b/lib/browse/browseutil.inc.php index a8f648b..4415b6b 100644 --- a/lib/browse/browseutil.inc.php +++ b/lib/browse/browseutil.inc.php @@ -5,21 +5,25 @@ * * Utilities helpful to traversing the document repository * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/browse/columnentry.inc.php b/lib/browse/columnentry.inc.php index 5414c2b..7bcc890 100644 --- a/lib/browse/columnentry.inc.php +++ b/lib/browse/columnentry.inc.php @@ -3,27 +3,25 @@ /** * $Id: columnentry.inc.php 5492 2006-06-04 20:50:43Z bshuttle $ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTColumnEntry extends KTEntity { diff --git a/lib/browse/columnregistry.inc.php b/lib/browse/columnregistry.inc.php index 818a809..347c07c 100644 --- a/lib/browse/columnregistry.inc.php +++ b/lib/browse/columnregistry.inc.php @@ -3,27 +3,25 @@ /** * $Id: columnregistry.inc.php 5492 2006-06-04 20:50:43Z bshuttle $ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/browse/columnentry.inc.php'); diff --git a/lib/config/config.inc.php b/lib/config/config.inc.php index b415502..78252a8 100644 --- a/lib/config/config.inc.php +++ b/lib/config/config.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once("Config.php"); diff --git a/lib/dashboard/DashletDisables.inc.php b/lib/dashboard/DashletDisables.inc.php index d01a5dd..7bfc116 100644 --- a/lib/dashboard/DashletDisables.inc.php +++ b/lib/dashboard/DashletDisables.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/dashboard/Notification.inc.php b/lib/dashboard/Notification.inc.php index b9b9d78..574e21b 100644 --- a/lib/dashboard/Notification.inc.php +++ b/lib/dashboard/Notification.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/session/control.inc"); diff --git a/lib/dashboard/NotificationRegistry.inc.php b/lib/dashboard/NotificationRegistry.inc.php index 2c8a17f..841475c 100644 --- a/lib/dashboard/NotificationRegistry.inc.php +++ b/lib/dashboard/NotificationRegistry.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTNotificationRegistry { diff --git a/lib/dashboard/dashlet.inc.php b/lib/dashboard/dashlet.inc.php index f7425f1..f570709 100644 --- a/lib/dashboard/dashlet.inc.php +++ b/lib/dashboard/dashlet.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ /* base class for dashlets. */ diff --git a/lib/dashboard/dashletregistry.inc.php b/lib/dashboard/dashletregistry.inc.php index 8dd18d5..dd1dd34 100644 --- a/lib/dashboard/dashletregistry.inc.php +++ b/lib/dashboard/dashletregistry.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/plugins/pluginregistry.inc.php"); diff --git a/lib/database/datetime.inc b/lib/database/datetime.inc index d9bef8f..e35278b 100644 --- a/lib/database/datetime.inc +++ b/lib/database/datetime.inc @@ -4,21 +4,25 @@ * * Contains datetime functions. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/database/dbcompat.inc b/lib/database/dbcompat.inc index ccedfc8..fe9c93e 100644 --- a/lib/database/dbcompat.inc +++ b/lib/database/dbcompat.inc @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class DBCompat { diff --git a/lib/database/dbutil.inc b/lib/database/dbutil.inc index f8813f8..3e5f111 100644 --- a/lib/database/dbutil.inc +++ b/lib/database/dbutil.inc @@ -5,21 +5,24 @@ * * Database access utility class * - * Copyright (c) 2004 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * - * - * 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 + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * * @version $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/database/lookup.inc b/lib/database/lookup.inc index cb10ffe..3981ea9 100644 --- a/lib/database/lookup.inc +++ b/lib/database/lookup.inc @@ -4,21 +4,25 @@ * * Contains database helper functions. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/database/sqlfile.inc.php b/lib/database/sqlfile.inc.php index 15a343e..674ca87 100644 --- a/lib/database/sqlfile.inc.php +++ b/lib/database/sqlfile.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class SQLFile { diff --git a/lib/discussions/DiscussionComment.inc b/lib/discussions/DiscussionComment.inc index 8a212f1..0c642d9 100644 --- a/lib/discussions/DiscussionComment.inc +++ b/lib/discussions/DiscussionComment.inc @@ -4,21 +4,25 @@ * * Represents a document discussion comment. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Neil Blakey-Milner, Jam Warehouse, South Africa diff --git a/lib/discussions/DiscussionThread.inc b/lib/discussions/DiscussionThread.inc index 93214e2..586173a 100644 --- a/lib/discussions/DiscussionThread.inc +++ b/lib/discussions/DiscussionThread.inc @@ -4,21 +4,25 @@ * * Represents a document discussion thread. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Omar Rahbeeni, CS Holdings, South Africa diff --git a/lib/dispatcher.inc.php b/lib/dispatcher.inc.php index 3c4c315..ad26b04 100644 --- a/lib/dispatcher.inc.php +++ b/lib/dispatcher.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/validation/dispatchervalidation.inc.php'); diff --git a/lib/documentmanagement/Document.inc b/lib/documentmanagement/Document.inc index 60154bc..f10c6a2 100644 --- a/lib/documentmanagement/Document.inc +++ b/lib/documentmanagement/Document.inc @@ -2,27 +2,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ * * ------------------------------------------------------------------------- * diff --git a/lib/documentmanagement/DocumentField.inc b/lib/documentmanagement/DocumentField.inc index 3a01858..b910f8a 100644 --- a/lib/documentmanagement/DocumentField.inc +++ b/lib/documentmanagement/DocumentField.inc @@ -4,21 +4,25 @@ * * Represents a document field as per the database document_fields table. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/documentmanagement/DocumentFieldLink.inc b/lib/documentmanagement/DocumentFieldLink.inc index 3564c09..a255c9e 100644 --- a/lib/documentmanagement/DocumentFieldLink.inc +++ b/lib/documentmanagement/DocumentFieldLink.inc @@ -4,21 +4,25 @@ * * Represents a document field link as per the database table document_fields_link. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/documentmanagement/DocumentLink.inc b/lib/documentmanagement/DocumentLink.inc index 7f2c2d8..0d0f82b 100644 --- a/lib/documentmanagement/DocumentLink.inc +++ b/lib/documentmanagement/DocumentLink.inc @@ -5,21 +5,25 @@ * Links a child document to a parent document. Direction of relationship * is defined through document collaboration. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @author Bryn Divey, Jam Warehouse (Pty) Ltd, South Africa * @package lib.documentmanagement diff --git a/lib/documentmanagement/DocumentTransaction.inc b/lib/documentmanagement/DocumentTransaction.inc index 5b1b9e3..f62a0d6 100644 --- a/lib/documentmanagement/DocumentTransaction.inc +++ b/lib/documentmanagement/DocumentTransaction.inc @@ -9,21 +9,25 @@ require_once(KT_LIB_DIR . "/documentmanagement/documentutil.inc.php"); * No delete or update functions are provided. Once a transaction has been stored * in the database it may not be changed. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/documentmanagement/DocumentTransactionType.inc.php b/lib/documentmanagement/DocumentTransactionType.inc.php index bbd0106..6631dd1 100644 --- a/lib/documentmanagement/DocumentTransactionType.inc.php +++ b/lib/documentmanagement/DocumentTransactionType.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/documentmanagement/DocumentType.inc b/lib/documentmanagement/DocumentType.inc index cfcf056..7ea9e28 100644 --- a/lib/documentmanagement/DocumentType.inc +++ b/lib/documentmanagement/DocumentType.inc @@ -4,21 +4,25 @@ * * Represents a document type as per the database document_types_lookup table. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/documentmanagement/LinkType.inc b/lib/documentmanagement/LinkType.inc index 1fbcad8..3a21027 100644 --- a/lib/documentmanagement/LinkType.inc +++ b/lib/documentmanagement/LinkType.inc @@ -4,21 +4,25 @@ * * Represents the type of link between documents * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/documentmanagement/MDTree.inc b/lib/documentmanagement/MDTree.inc index e57a371..7a8c3ef 100644 --- a/lib/documentmanagement/MDTree.inc +++ b/lib/documentmanagement/MDTree.inc @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/documentmanagement/MetaData.inc b/lib/documentmanagement/MetaData.inc index 00a8925..fb0bc30 100644 --- a/lib/documentmanagement/MetaData.inc +++ b/lib/documentmanagement/MetaData.inc @@ -4,21 +4,25 @@ * * Represents a document field lookups as per the database document_types_lookup table * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/documentmanagement/PhysicalDocumentManager.inc b/lib/documentmanagement/PhysicalDocumentManager.inc index a1233d2..64cb97b 100644 --- a/lib/documentmanagement/PhysicalDocumentManager.inc +++ b/lib/documentmanagement/PhysicalDocumentManager.inc @@ -5,21 +5,25 @@ * Contains all functions required to upload, alter and * delete a physical document. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/documentmanagement/documentcontentversion.inc.php b/lib/documentmanagement/documentcontentversion.inc.php index 5474b8f..e8b3ac1 100644 --- a/lib/documentmanagement/documentcontentversion.inc.php +++ b/lib/documentmanagement/documentcontentversion.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/ktentity.inc'); diff --git a/lib/documentmanagement/documentcore.inc.php b/lib/documentmanagement/documentcore.inc.php index 02b6d46..49e573c 100644 --- a/lib/documentmanagement/documentcore.inc.php +++ b/lib/documentmanagement/documentcore.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/ktentity.inc'); diff --git a/lib/documentmanagement/documentmetadataversion.inc.php b/lib/documentmanagement/documentmetadataversion.inc.php index 0ff13bb..1b56ff4 100644 --- a/lib/documentmanagement/documentmetadataversion.inc.php +++ b/lib/documentmanagement/documentmetadataversion.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/ktentity.inc'); diff --git a/lib/documentmanagement/documentutil.inc.php b/lib/documentmanagement/documentutil.inc.php index d5621eb..0c4382a 100644 --- a/lib/documentmanagement/documentutil.inc.php +++ b/lib/documentmanagement/documentutil.inc.php @@ -7,21 +7,25 @@ * Simplifies and canonicalises operations such as adding, updating, and * deleting documents from the repository. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * - * - * 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. + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/documentmanagement/observers.inc.php b/lib/documentmanagement/observers.inc.php index 8a7f67a..14483a6 100644 --- a/lib/documentmanagement/observers.inc.php +++ b/lib/documentmanagement/observers.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTMultipartPageObserver { diff --git a/lib/email/Email.inc b/lib/email/Email.inc index 685bc1c..9ae6e75 100644 --- a/lib/email/Email.inc +++ b/lib/email/Email.inc @@ -4,21 +4,25 @@ * * Contains static functions concerned with sending emails. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/filelike/filelike.inc.php b/lib/filelike/filelike.inc.php index 0ad3ca7..702fc81 100644 --- a/lib/filelike/filelike.inc.php +++ b/lib/filelike/filelike.inc.php @@ -5,21 +5,25 @@ * Interface for representing file-like operations (open, read, write, * close) that may not deal with files on the filesystem (or URLs). * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/filelike/filelikeutil.inc.php b/lib/filelike/filelikeutil.inc.php index aa18335..96637e6 100644 --- a/lib/filelike/filelikeutil.inc.php +++ b/lib/filelike/filelikeutil.inc.php @@ -4,21 +4,25 @@ * * Utilities using file-like objects * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/filelike/fsfilelike.inc.php b/lib/filelike/fsfilelike.inc.php index fb3f077..f7eb1ed 100644 --- a/lib/filelike/fsfilelike.inc.php +++ b/lib/filelike/fsfilelike.inc.php @@ -4,21 +4,25 @@ * * Filelike wrapper for normal files (and streams too) * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/filelike/stringfilelike.inc.php b/lib/filelike/stringfilelike.inc.php index d752632..3e02a7b 100644 --- a/lib/filelike/stringfilelike.inc.php +++ b/lib/filelike/stringfilelike.inc.php @@ -4,21 +4,25 @@ * * Filelike wrapper for strings * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/foldermanagement/Folder.inc b/lib/foldermanagement/Folder.inc index f07fb5c..a98447e 100644 --- a/lib/foldermanagement/Folder.inc +++ b/lib/foldermanagement/Folder.inc @@ -4,21 +4,25 @@ * * Represents as folder as the per the folders table in the database. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/foldermanagement/PhysicalFolderManagement.inc b/lib/foldermanagement/PhysicalFolderManagement.inc index a608958..2934bc1 100644 --- a/lib/foldermanagement/PhysicalFolderManagement.inc +++ b/lib/foldermanagement/PhysicalFolderManagement.inc @@ -5,21 +5,25 @@ * Contains static functions for doing physical folder managements * such as creating/deleting folders * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/foldermanagement/foldertransaction.inc.php b/lib/foldermanagement/foldertransaction.inc.php index 2e6d9a5..845d9f4 100644 --- a/lib/foldermanagement/foldertransaction.inc.php +++ b/lib/foldermanagement/foldertransaction.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/foldermanagement/folderutil.inc.php b/lib/foldermanagement/folderutil.inc.php index 4ae74be..1ac2ea9 100644 --- a/lib/foldermanagement/folderutil.inc.php +++ b/lib/foldermanagement/folderutil.inc.php @@ -4,21 +4,25 @@ * * High-level folder operations * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/groups/Group.inc b/lib/groups/Group.inc index d41f3ec..e286127 100644 --- a/lib/groups/Group.inc +++ b/lib/groups/Group.inc @@ -4,21 +4,24 @@ * * Represents a Group as per the database table groups. * - * Copyright (c) 2006, 2005 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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. + * The Original Code is: KnowledgeTree Open Source * - * 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 + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * * @version $Revision$ * @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/groups/GroupUtil.php b/lib/groups/GroupUtil.php index 83c3aa9..37351e7 100644 --- a/lib/groups/GroupUtil.php +++ b/lib/groups/GroupUtil.php @@ -4,21 +4,25 @@ * * Utility functions regarding groups and membership * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/help/help.inc.php b/lib/help/help.inc.php index 9f35112..ae1ca5a 100644 --- a/lib/help/help.inc.php +++ b/lib/help/help.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ /* help has changed significantly. see /help.php */ diff --git a/lib/help/helpentity.inc.php b/lib/help/helpentity.inc.php index 050190e..83553f9 100644 --- a/lib/help/helpentity.inc.php +++ b/lib/help/helpentity.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/help/helpreplacement.inc.php b/lib/help/helpreplacement.inc.php index d755b25..2e1c727 100644 --- a/lib/help/helpreplacement.inc.php +++ b/lib/help/helpreplacement.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/i18n/i18n.inc.php b/lib/i18n/i18n.inc.php index 2b0f8e7..a1dcb25 100644 --- a/lib/i18n/i18n.inc.php +++ b/lib/i18n/i18n.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTi18n { diff --git a/lib/i18n/i18nregistry.inc.php b/lib/i18n/i18nregistry.inc.php index bfac32c..c292c1d 100644 --- a/lib/i18n/i18nregistry.inc.php +++ b/lib/i18n/i18nregistry.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/i18n/i18n.inc.php'); diff --git a/lib/i18n/i18nutil.inc.php b/lib/i18n/i18nutil.inc.php index 3068f2d..becddcd 100644 --- a/lib/i18n/i18nutil.inc.php +++ b/lib/i18n/i18nutil.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTi18nUtil { diff --git a/lib/import/bulkimport.inc.php b/lib/import/bulkimport.inc.php index dc64047..6131f68 100644 --- a/lib/import/bulkimport.inc.php +++ b/lib/import/bulkimport.inc.php @@ -4,21 +4,25 @@ * * Import all documents from an import storage location * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/import/fsimportstorage.inc.php b/lib/import/fsimportstorage.inc.php index df0b3bd..940bda4 100644 --- a/lib/import/fsimportstorage.inc.php +++ b/lib/import/fsimportstorage.inc.php @@ -4,21 +4,25 @@ * * Manages listing and contents for documents on a filesystem. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/import/importstorage.inc.php b/lib/import/importstorage.inc.php index e484e16..7b60e12 100644 --- a/lib/import/importstorage.inc.php +++ b/lib/import/importstorage.inc.php @@ -5,21 +5,25 @@ * Interface for representing a method of listing and importing * documents from storage. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/import/zipimportstorage.inc.php b/lib/import/zipimportstorage.inc.php index 0850b78..4433c49 100644 --- a/lib/import/zipimportstorage.inc.php +++ b/lib/import/zipimportstorage.inc.php @@ -4,21 +4,25 @@ * * Manages listing and contents for documents uploaded from a zip file * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/ktentity.inc b/lib/ktentity.inc index a35c55d..55144c5 100644 --- a/lib/ktentity.inc +++ b/lib/ktentity.inc @@ -5,21 +5,25 @@ * * Base class for database-backed objects * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/metadata/fieldbehaviour.inc.php b/lib/metadata/fieldbehaviour.inc.php index fe32ac6..aa46519 100644 --- a/lib/metadata/fieldbehaviour.inc.php +++ b/lib/metadata/fieldbehaviour.inc.php @@ -6,21 +6,25 @@ * define how they affect dependent columns in terms of restricting * the available lookups. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/metadata/fieldset.inc.php b/lib/metadata/fieldset.inc.php index af428fc..62899b2 100644 --- a/lib/metadata/fieldset.inc.php +++ b/lib/metadata/fieldset.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/metadata/metadatautil.inc.php b/lib/metadata/metadatautil.inc.php index f3fa5d5..cdfd161 100644 --- a/lib/metadata/metadatautil.inc.php +++ b/lib/metadata/metadatautil.inc.php @@ -5,21 +5,25 @@ * Utility functions for retrieving information from and managing * fieldsets with conditions. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/metadata/valueinstance.inc.php b/lib/metadata/valueinstance.inc.php index 1cd3ce3..b8b44bf 100644 --- a/lib/metadata/valueinstance.inc.php +++ b/lib/metadata/valueinstance.inc.php @@ -6,21 +6,25 @@ * define how they affect dependent columns in terms of restricting * the available lookups. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/mime.inc.php b/lib/mime.inc.php index 6522b5e..726c788 100644 --- a/lib/mime.inc.php +++ b/lib/mime.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ /** diff --git a/lib/permissions/permission.inc.php b/lib/permissions/permission.inc.php index 00fb4b1..b511148 100644 --- a/lib/permissions/permission.inc.php +++ b/lib/permissions/permission.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/permissions/permissionassignment.inc.php b/lib/permissions/permissionassignment.inc.php index 812bda3..3a9cfe4 100644 --- a/lib/permissions/permissionassignment.inc.php +++ b/lib/permissions/permissionassignment.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/permissions/permissiondescriptor.inc.php b/lib/permissions/permissiondescriptor.inc.php index 8077b6a..c979b8b 100644 --- a/lib/permissions/permissiondescriptor.inc.php +++ b/lib/permissions/permissiondescriptor.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/permissions/permissiondynamiccondition.inc.php b/lib/permissions/permissiondynamiccondition.inc.php index 53336f1..b80cdbb 100644 --- a/lib/permissions/permissiondynamiccondition.inc.php +++ b/lib/permissions/permissiondynamiccondition.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/permissions/permissionlookup.inc.php b/lib/permissions/permissionlookup.inc.php index 62a4dd1..57a3cf1 100644 --- a/lib/permissions/permissionlookup.inc.php +++ b/lib/permissions/permissionlookup.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/permissions/permissionlookupassignment.inc.php b/lib/permissions/permissionlookupassignment.inc.php index 703bf37..8fce080 100644 --- a/lib/permissions/permissionlookupassignment.inc.php +++ b/lib/permissions/permissionlookupassignment.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/permissions/permissionobject.inc.php b/lib/permissions/permissionobject.inc.php index 7102982..ac9f292 100644 --- a/lib/permissions/permissionobject.inc.php +++ b/lib/permissions/permissionobject.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/permissions/permissionutil.inc.php b/lib/permissions/permissionutil.inc.php index d672d5c..b22eddc 100644 --- a/lib/permissions/permissionutil.inc.php +++ b/lib/permissions/permissionutil.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/documentmanagement/Document.inc"); diff --git a/lib/plugins/KTAdminNavigation.php b/lib/plugins/KTAdminNavigation.php index 46f55ec..d8e4ef7 100644 --- a/lib/plugins/KTAdminNavigation.php +++ b/lib/plugins/KTAdminNavigation.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ // FIXME should we refactor this into a separate file? Do we gain anything? diff --git a/lib/plugins/pageregistry.inc.php b/lib/plugins/pageregistry.inc.php index 9ba08d5..919c5cc 100644 --- a/lib/plugins/pageregistry.inc.php +++ b/lib/plugins/pageregistry.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTPageRegistry { diff --git a/lib/plugins/plugin.inc.php b/lib/plugins/plugin.inc.php index c9dd2b2..4b40305 100644 --- a/lib/plugins/plugin.inc.php +++ b/lib/plugins/plugin.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/database/sqlfile.inc.php'); diff --git a/lib/plugins/pluginentity.inc.php b/lib/plugins/pluginentity.inc.php index c1caa9f..31c7616 100644 --- a/lib/plugins/pluginentity.inc.php +++ b/lib/plugins/pluginentity.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/ktentity.inc'); diff --git a/lib/plugins/pluginregistry.inc.php b/lib/plugins/pluginregistry.inc.php index 90c6161..496beae 100644 --- a/lib/plugins/pluginregistry.inc.php +++ b/lib/plugins/pluginregistry.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTPluginRegistry { diff --git a/lib/plugins/pluginutil.inc.php b/lib/plugins/pluginutil.inc.php index c188a87..c9bc31b 100644 --- a/lib/plugins/pluginutil.inc.php +++ b/lib/plugins/pluginutil.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/plugins/pluginentity.inc.php'); diff --git a/lib/roles/Role.inc b/lib/roles/Role.inc index d4561f4..fcc3093 100644 --- a/lib/roles/Role.inc +++ b/lib/roles/Role.inc @@ -4,21 +4,25 @@ * * Represents a role as per the roles database table. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Brad Shuttleworth, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/roles/roleallocation.inc.php b/lib/roles/roleallocation.inc.php index 511c79f..1c98c19 100644 --- a/lib/roles/roleallocation.inc.php +++ b/lib/roles/roleallocation.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/sanitize.inc b/lib/sanitize.inc index 5c34b50..772e9a6 100644 --- a/lib/sanitize.inc +++ b/lib/sanitize.inc @@ -5,21 +5,25 @@ * * This page is meant to provide functions to prevent XSS cracks. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Andrew Glen-Young , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/search/savedsearch.inc.php b/lib/search/savedsearch.inc.php index ef65b8a..75004bb 100644 --- a/lib/search/savedsearch.inc.php +++ b/lib/search/savedsearch.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/ktentity.inc'); diff --git a/lib/search/searchutil.inc.php b/lib/search/searchutil.inc.php index 72fd593..890e662 100644 --- a/lib/search/searchutil.inc.php +++ b/lib/search/searchutil.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/search/savedsearch.inc.php'); diff --git a/lib/security/Permission.inc b/lib/security/Permission.inc index 76359fe..71260c4 100644 --- a/lib/security/Permission.inc +++ b/lib/security/Permission.inc @@ -8,21 +8,25 @@ * o is assigned to a certain group * o has read/write access for a specific folder/directory * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/session/Session.inc b/lib/session/Session.inc index 3352f6c..f3fb3a3 100644 --- a/lib/session/Session.inc +++ b/lib/session/Session.inc @@ -4,20 +4,24 @@ * * Session management class. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * - * 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 + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * * @version $Revision$ */ diff --git a/lib/session/SiteMap.inc b/lib/session/SiteMap.inc index f570de8..1e79180 100644 --- a/lib/session/SiteMap.inc +++ b/lib/session/SiteMap.inc @@ -11,21 +11,25 @@ define("SysAdmin", 5); * * Maintains (page, access) access map, as well as (section, page) map. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/session/control.inc b/lib/session/control.inc index 3f89dec..97d85d2 100644 --- a/lib/session/control.inc +++ b/lib/session/control.inc @@ -4,21 +4,25 @@ * * Contains the controller helper functions. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/storage/ondiskhashedstoragemanager.inc.php b/lib/storage/ondiskhashedstoragemanager.inc.php index a444e63..3f7a176 100644 --- a/lib/storage/ondiskhashedstoragemanager.inc.php +++ b/lib/storage/ondiskhashedstoragemanager.inc.php @@ -5,21 +5,25 @@ * Provides storage for contents of documents on disk, using a hashed * folder path and the content version as the file name. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/storage/ondiskpathstoragemanager.inc.php b/lib/storage/ondiskpathstoragemanager.inc.php index 62bc76a..d9c1c12 100644 --- a/lib/storage/ondiskpathstoragemanager.inc.php +++ b/lib/storage/ondiskpathstoragemanager.inc.php @@ -12,21 +12,25 @@ * and the repository change in combination can't be atomic, even if * they individually are. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/storage/storagemanager.inc.php b/lib/storage/storagemanager.inc.php index b123751..37732b1 100644 --- a/lib/storage/storagemanager.inc.php +++ b/lib/storage/storagemanager.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ * ------------------------------------------------------------------------- * * Manages the storage and storage location of a file. diff --git a/lib/subscriptions/Subscription.inc b/lib/subscriptions/Subscription.inc index 9863180..1f598f0 100644 --- a/lib/subscriptions/Subscription.inc +++ b/lib/subscriptions/Subscription.inc @@ -8,21 +8,25 @@ require_once(KT_LIB_DIR . "/subscriptions/subscriptions.inc.php"); * * Represents a subscription. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/subscriptions/SubscriptionConstants.inc b/lib/subscriptions/SubscriptionConstants.inc index 48a2e0f..f3fd476 100644 --- a/lib/subscriptions/SubscriptionConstants.inc +++ b/lib/subscriptions/SubscriptionConstants.inc @@ -4,21 +4,25 @@ * * Holds all the subscription constants. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/subscriptions/SubscriptionManager.inc b/lib/subscriptions/SubscriptionManager.inc index 933a8cc..ddfd273 100644 --- a/lib/subscriptions/SubscriptionManager.inc +++ b/lib/subscriptions/SubscriptionManager.inc @@ -8,21 +8,25 @@ require_once(KT_LIB_DIR . "/subscriptions/subscriptions.inc.php"); * * Facilitates adding and removing file and folder subscriptions. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/subscriptions/subscriptions.inc.php b/lib/subscriptions/subscriptions.inc.php index 3ed0d0f..1bb70bc 100644 --- a/lib/subscriptions/subscriptions.inc.php +++ b/lib/subscriptions/subscriptions.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ * * ------------------------------------------------------------------------- * diff --git a/lib/templating/kt3template.inc.php b/lib/templating/kt3template.inc.php index cf0a0e9..ea8ff6d 100644 --- a/lib/templating/kt3template.inc.php +++ b/lib/templating/kt3template.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ * * ------------------------------------------------------------------------- * diff --git a/lib/templating/smartytemplate.inc.php b/lib/templating/smartytemplate.inc.php index c5cedd2..2c8d791 100644 --- a/lib/templating/smartytemplate.inc.php +++ b/lib/templating/smartytemplate.inc.php @@ -4,21 +4,25 @@ * * Smarty Template implementation * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/templating/template.inc.php b/lib/templating/template.inc.php index 7dd6288..4c02cb4 100644 --- a/lib/templating/template.inc.php +++ b/lib/templating/template.inc.php @@ -4,21 +4,25 @@ * * Abstract template interface * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/templating/templating.inc.php b/lib/templating/templating.inc.php index 613d918..5db6bde 100644 --- a/lib/templating/templating.inc.php +++ b/lib/templating/templating.inc.php @@ -4,21 +4,25 @@ * * Template factory class * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/triggers/triggerregistry.inc.php b/lib/triggers/triggerregistry.inc.php index ea3f800..8fec33c 100644 --- a/lib/triggers/triggerregistry.inc.php +++ b/lib/triggers/triggerregistry.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTTriggerRegistry { diff --git a/lib/unitmanagement/Unit.inc b/lib/unitmanagement/Unit.inc index 5448734..6e1ef2e 100644 --- a/lib/unitmanagement/Unit.inc +++ b/lib/unitmanagement/Unit.inc @@ -2,21 +2,24 @@ /** * $Id$ * - * Copyright (c) 2006, 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * - * - * 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 + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * * @version $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/upgrades/UpgradeFunctions.inc.php b/lib/upgrades/UpgradeFunctions.inc.php index fddab82..eecad28 100644 --- a/lib/upgrades/UpgradeFunctions.inc.php +++ b/lib/upgrades/UpgradeFunctions.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class UpgradeFunctions { diff --git a/lib/upgrades/UpgradeItems.inc.php b/lib/upgrades/UpgradeItems.inc.php index b248770..2e32c15 100644 --- a/lib/upgrades/UpgradeItems.inc.php +++ b/lib/upgrades/UpgradeItems.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ // {{{ Format of the descriptor diff --git a/lib/upgrades/upgrade.inc.php b/lib/upgrades/upgrade.inc.php index c8ff92a..895c444 100644 --- a/lib/upgrades/upgrade.inc.php +++ b/lib/upgrades/upgrade.inc.php @@ -7,21 +7,25 @@ * Assists in discovering what needs to be done to upgrade one version * of KnowledgeTree to another. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/users/User.inc b/lib/users/User.inc index 60d6050..7b373e0 100644 --- a/lib/users/User.inc +++ b/lib/users/User.inc @@ -4,21 +4,25 @@ * * Represents a user as per the users table in the database. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Rob Cherry, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/users/userhistory.inc.php b/lib/users/userhistory.inc.php index a11a138..8db7125 100644 --- a/lib/users/userhistory.inc.php +++ b/lib/users/userhistory.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/lib/util/ktutil.inc b/lib/util/ktutil.inc index 525acaa..0b2f54e 100644 --- a/lib/util/ktutil.inc +++ b/lib/util/ktutil.inc @@ -5,21 +5,24 @@ * * Small non-domain-specific utility functions * - * Copyright (c) 2004, 2005 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * - * - * 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 + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * * @version $Revision$ * @author Neil Blakey-Milner , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/util/legacy.inc b/lib/util/legacy.inc index ed60d2a..9116512 100644 --- a/lib/util/legacy.inc +++ b/lib/util/legacy.inc @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ if (!function_exists('array_fill')) { diff --git a/lib/util/sanitize.inc b/lib/util/sanitize.inc index 5c34b50..772e9a6 100644 --- a/lib/util/sanitize.inc +++ b/lib/util/sanitize.inc @@ -5,21 +5,25 @@ * * This page is meant to provide functions to prevent XSS cracks. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Andrew Glen-Young , Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/validation/dispatchervalidation.inc.php b/lib/validation/dispatchervalidation.inc.php index 96191e3..1ff177e 100644 --- a/lib/validation/dispatchervalidation.inc.php +++ b/lib/validation/dispatchervalidation.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/validation/errorviewer.inc.php'); diff --git a/lib/validation/errorviewer.inc.php b/lib/validation/errorviewer.inc.php index 527cf86..1025546 100644 --- a/lib/validation/errorviewer.inc.php +++ b/lib/validation/errorviewer.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTErrorViewerRegistry { diff --git a/lib/widgets/FieldsetDisplayRegistry.inc.php b/lib/widgets/FieldsetDisplayRegistry.inc.php index 3eecde4..c61964a 100644 --- a/lib/widgets/FieldsetDisplayRegistry.inc.php +++ b/lib/widgets/FieldsetDisplayRegistry.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/metadata/fieldset.inc.php'); diff --git a/lib/widgets/fieldWidgets.php b/lib/widgets/fieldWidgets.php index 4f52415..3324af6 100644 --- a/lib/widgets/fieldWidgets.php +++ b/lib/widgets/fieldWidgets.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ /* Field Widgets diff --git a/lib/widgets/fieldsetDisplay.inc.php b/lib/widgets/fieldsetDisplay.inc.php index d0c2d0e..9980e06 100644 --- a/lib/widgets/fieldsetDisplay.inc.php +++ b/lib/widgets/fieldsetDisplay.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ /* KT3 Fieldset (DISPLAY ONLY) diff --git a/lib/widgets/portlet.inc.php b/lib/widgets/portlet.inc.php index f0a4a3c..77fee2b 100644 --- a/lib/widgets/portlet.inc.php +++ b/lib/widgets/portlet.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ /* KT3 Basic Portlet diff --git a/lib/widgets/reorderdisplay.inc.php b/lib/widgets/reorderdisplay.inc.php index e986063..6a7a36c 100644 --- a/lib/widgets/reorderdisplay.inc.php +++ b/lib/widgets/reorderdisplay.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ diff --git a/lib/workflow/workflow.inc.php b/lib/workflow/workflow.inc.php index 2fbb2cb..dbde454 100644 --- a/lib/workflow/workflow.inc.php +++ b/lib/workflow/workflow.inc.php @@ -6,21 +6,25 @@ * document can be in and a set of transitions that allow that document * to change to other states. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/workflow/workflowstate.inc.php b/lib/workflow/workflowstate.inc.php index f95e577..3d03c52 100644 --- a/lib/workflow/workflowstate.inc.php +++ b/lib/workflow/workflowstate.inc.php @@ -5,21 +5,25 @@ * Describes a state for a document, representing how far along in its * workflow it is, and providing a set of transitions to other states. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/workflow/workflowstatepermissionsassignment.inc.php b/lib/workflow/workflowstatepermissionsassignment.inc.php index 4368a8e..68628b5 100644 --- a/lib/workflow/workflowstatepermissionsassignment.inc.php +++ b/lib/workflow/workflowstatepermissionsassignment.inc.php @@ -5,21 +5,25 @@ * Describes the permissions that apply to a document in a given * workflow state. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/workflow/workflowtransition.inc.php b/lib/workflow/workflowtransition.inc.php index 323b48c..9ae0cc8 100644 --- a/lib/workflow/workflowtransition.inc.php +++ b/lib/workflow/workflowtransition.inc.php @@ -5,21 +5,25 @@ * Describes a transition to another state, available from some other * states, subject to permissions and user-providable scripts. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision$ * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/workflow/workflowtrigger.inc.php b/lib/workflow/workflowtrigger.inc.php index f8ce941..b9b85f9 100644 --- a/lib/workflow/workflowtrigger.inc.php +++ b/lib/workflow/workflowtrigger.inc.php @@ -9,21 +9,25 @@ * This class will be subclassed - any configuration that is performed * should be saved through the associated KTWorkflowTriggerInstance. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision: 5268 $ * @author Brad Shuttleworth, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/workflow/workflowtriggerinstance.inc.php b/lib/workflow/workflowtriggerinstance.inc.php index e1fdf79..427c53f 100644 --- a/lib/workflow/workflowtriggerinstance.inc.php +++ b/lib/workflow/workflowtriggerinstance.inc.php @@ -5,21 +5,25 @@ * Provides both association between a transition and a trigger, and a * way to store the configuration for that instance. * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * - * 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 $Revision: 5268 $ * @author Brad Shuttleworth, Jam Warehouse (Pty) Ltd, South Africa diff --git a/lib/workflow/workflowutil.inc.php b/lib/workflow/workflowutil.inc.php index 8e88291..9082ac5 100644 --- a/lib/workflow/workflowutil.inc.php +++ b/lib/workflow/workflowutil.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/workflow/workflow.inc.php'); diff --git a/login.php b/login.php index b76c013..6cd66f3 100644 --- a/login.php +++ b/login.php @@ -16,21 +16,25 @@ require_once(KT_LIB_DIR . '/help/helpreplacement.inc.php'); * This page handles logging a user into the dms. * This page displays the login form, and performs the business logic login processing. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/notify.php b/notify.php index 4c53621..afe9ae4 100644 --- a/notify.php +++ b/notify.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once('config/dmsDefaults.php'); diff --git a/plugin.php b/plugin.php index c4867dc..bf69068 100644 --- a/plugin.php +++ b/plugin.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once('config/dmsDefaults.php'); diff --git a/plugins/browseabledashlet/BrowseableDashlet.php b/plugins/browseabledashlet/BrowseableDashlet.php index 6171658..472d1c9 100644 --- a/plugins/browseabledashlet/BrowseableDashlet.php +++ b/plugins/browseabledashlet/BrowseableDashlet.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/browse/browseutil.inc.php'); diff --git a/plugins/browseabledashlet/BrowseableDashletPlugin.php b/plugins/browseabledashlet/BrowseableDashletPlugin.php index 850ce35..8bdf02a 100644 --- a/plugins/browseabledashlet/BrowseableDashletPlugin.php +++ b/plugins/browseabledashlet/BrowseableDashletPlugin.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/plugins/plugin.inc.php'); diff --git a/plugins/ktcore/KTAssist.php b/plugins/ktcore/KTAssist.php index 5adecdf..e055dda 100644 --- a/plugins/ktcore/KTAssist.php +++ b/plugins/ktcore/KTAssist.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/actions/documentaction.inc.php'); diff --git a/plugins/ktcore/KTCoreLanguagePlugin.php b/plugins/ktcore/KTCoreLanguagePlugin.php index 1c7c914..c243ca9 100644 --- a/plugins/ktcore/KTCoreLanguagePlugin.php +++ b/plugins/ktcore/KTCoreLanguagePlugin.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/plugins/pluginregistry.inc.php'); diff --git a/plugins/ktcore/KTCorePlugin.php b/plugins/ktcore/KTCorePlugin.php index 2ae6691..01c316f 100644 --- a/plugins/ktcore/KTCorePlugin.php +++ b/plugins/ktcore/KTCorePlugin.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/plugins/pluginregistry.inc.php'); diff --git a/plugins/ktcore/KTDashlets.php b/plugins/ktcore/KTDashlets.php index 496bf20..d6a4857 100644 --- a/plugins/ktcore/KTDashlets.php +++ b/plugins/ktcore/KTDashlets.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/dashboard/dashlet.inc.php'); diff --git a/plugins/ktcore/KTDocumentActions.php b/plugins/ktcore/KTDocumentActions.php index 147bcaf..9a08a55 100644 --- a/plugins/ktcore/KTDocumentActions.php +++ b/plugins/ktcore/KTDocumentActions.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/actions/documentaction.inc.php'); diff --git a/plugins/ktcore/KTFolderActions.php b/plugins/ktcore/KTFolderActions.php index 63e1228..e256f4c 100644 --- a/plugins/ktcore/KTFolderActions.php +++ b/plugins/ktcore/KTFolderActions.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/actions/folderaction.inc.php'); diff --git a/plugins/ktcore/KTPermissions.php b/plugins/ktcore/KTPermissions.php index 7faab6a..f2768a9 100644 --- a/plugins/ktcore/KTPermissions.php +++ b/plugins/ktcore/KTPermissions.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/actions/folderaction.inc.php'); diff --git a/plugins/ktcore/KTPortlets.php b/plugins/ktcore/KTPortlets.php index 548319d..3f928f5 100644 --- a/plugins/ktcore/KTPortlets.php +++ b/plugins/ktcore/KTPortlets.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/actions/portletregistry.inc.php'); diff --git a/plugins/ktcore/KTWorkflowTriggers.inc.php b/plugins/ktcore/KTWorkflowTriggers.inc.php index 4512102..52432b1 100644 --- a/plugins/ktcore/KTWorkflowTriggers.inc.php +++ b/plugins/ktcore/KTWorkflowTriggers.inc.php @@ -3,27 +3,25 @@ /** * $Id: KTWorkflowTriggers.php 5439 2006-05-25 13:20:15Z bryndivey $ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/workflow/workflowtrigger.inc.php"); diff --git a/plugins/ktcore/admin/ajaxComplexConditionals.php b/plugins/ktcore/admin/ajaxComplexConditionals.php index 7759ab7..de775d4 100755 --- a/plugins/ktcore/admin/ajaxComplexConditionals.php +++ b/plugins/ktcore/admin/ajaxComplexConditionals.php @@ -2,27 +2,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once("../../../config/dmsDefaults.php"); diff --git a/plugins/ktcore/admin/ajaxSimpleConditionals.php b/plugins/ktcore/admin/ajaxSimpleConditionals.php index 0d5976a..285552a 100755 --- a/plugins/ktcore/admin/ajaxSimpleConditionals.php +++ b/plugins/ktcore/admin/ajaxSimpleConditionals.php @@ -2,27 +2,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once("../../../config/dmsDefaults.php"); diff --git a/plugins/ktcore/admin/archivedDocuments.php b/plugins/ktcore/admin/archivedDocuments.php index 27f9422..35ce522 100755 --- a/plugins/ktcore/admin/archivedDocuments.php +++ b/plugins/ktcore/admin/archivedDocuments.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/dispatcher.inc.php'); diff --git a/plugins/ktcore/admin/conditions.php b/plugins/ktcore/admin/conditions.php index 89894dc..ba17922 100755 --- a/plugins/ktcore/admin/conditions.php +++ b/plugins/ktcore/admin/conditions.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/templating/templating.inc.php"); diff --git a/plugins/ktcore/admin/deletedDocuments.php b/plugins/ktcore/admin/deletedDocuments.php index 7a6da73..2635a74 100755 --- a/plugins/ktcore/admin/deletedDocuments.php +++ b/plugins/ktcore/admin/deletedDocuments.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/dispatcher.inc.php'); diff --git a/plugins/ktcore/admin/documentCheckout.php b/plugins/ktcore/admin/documentCheckout.php index e6530d6..1a2403a 100644 --- a/plugins/ktcore/admin/documentCheckout.php +++ b/plugins/ktcore/admin/documentCheckout.php @@ -3,21 +3,24 @@ /* * Document Checkout Administration * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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. + * The Original Code is: KnowledgeTree Open Source * - * 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 + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * * @version $Revision$ * @author Brad Shuttleworth , Jam Warehouse (Pty) Ltd, South Africa diff --git a/plugins/ktcore/admin/documentFields.php b/plugins/ktcore/admin/documentFields.php index 1badcab..bce2961 100755 --- a/plugins/ktcore/admin/documentFields.php +++ b/plugins/ktcore/admin/documentFields.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/dispatcher.inc.php'); diff --git a/plugins/ktcore/admin/documentLinks.php b/plugins/ktcore/admin/documentLinks.php index 8697b22..74346c5 100644 --- a/plugins/ktcore/admin/documentLinks.php +++ b/plugins/ktcore/admin/documentLinks.php @@ -3,21 +3,25 @@ /* * Document Link Type management * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @author Brad Shuttleworth , Jam Warehouse (Pty) Ltd, South Africa * @package documentmanagement diff --git a/plugins/ktcore/admin/documentTypes.php b/plugins/ktcore/admin/documentTypes.php index 960fe90..68e67aa 100755 --- a/plugins/ktcore/admin/documentTypes.php +++ b/plugins/ktcore/admin/documentTypes.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/dispatcher.inc.php'); diff --git a/plugins/ktcore/admin/groupManagement.php b/plugins/ktcore/admin/groupManagement.php index 7bdf931..4a05937 100755 --- a/plugins/ktcore/admin/groupManagement.php +++ b/plugins/ktcore/admin/groupManagement.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/users/User.inc'); diff --git a/plugins/ktcore/admin/manageCleanup.php b/plugins/ktcore/admin/manageCleanup.php index 5f3132e..914c2c1 100755 --- a/plugins/ktcore/admin/manageCleanup.php +++ b/plugins/ktcore/admin/manageCleanup.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/templating/templating.inc.php"); diff --git a/plugins/ktcore/admin/manageConditionals.php b/plugins/ktcore/admin/manageConditionals.php index 9582ab2..93a1c63 100755 --- a/plugins/ktcore/admin/manageConditionals.php +++ b/plugins/ktcore/admin/manageConditionals.php @@ -2,27 +2,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once("../../../config/dmsDefaults.php"); diff --git a/plugins/ktcore/admin/manageHelp.php b/plugins/ktcore/admin/manageHelp.php index 1870ce6..d36aee9 100755 --- a/plugins/ktcore/admin/manageHelp.php +++ b/plugins/ktcore/admin/manageHelp.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ //require_once("../../../../../config/dmsDefaults.php"); diff --git a/plugins/ktcore/admin/managePermissions.php b/plugins/ktcore/admin/managePermissions.php index 84c261b..242c840 100755 --- a/plugins/ktcore/admin/managePermissions.php +++ b/plugins/ktcore/admin/managePermissions.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/templating/templating.inc.php"); diff --git a/plugins/ktcore/admin/plugins.php b/plugins/ktcore/admin/plugins.php index 7ce4a84..39b7748 100755 --- a/plugins/ktcore/admin/plugins.php +++ b/plugins/ktcore/admin/plugins.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/dispatcher.inc.php'); diff --git a/plugins/ktcore/admin/roleManagement.php b/plugins/ktcore/admin/roleManagement.php index 9c0939b..50cbc1e 100644 --- a/plugins/ktcore/admin/roleManagement.php +++ b/plugins/ktcore/admin/roleManagement.php @@ -3,21 +3,25 @@ /* * Document Link Type management * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Brad Shuttleworth , Jam Warehouse (Pty) Ltd, South Africa diff --git a/plugins/ktcore/admin/savedSearch.php b/plugins/ktcore/admin/savedSearch.php index 80b3439..4a0a1dc 100755 --- a/plugins/ktcore/admin/savedSearch.php +++ b/plugins/ktcore/admin/savedSearch.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ // boilerplate includes diff --git a/plugins/ktcore/admin/techsupport.php b/plugins/ktcore/admin/techsupport.php index 70eaf3e..afed2b0 100644 --- a/plugins/ktcore/admin/techsupport.php +++ b/plugins/ktcore/admin/techsupport.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/templating/templating.inc.php"); diff --git a/plugins/ktcore/admin/unitManagement.php b/plugins/ktcore/admin/unitManagement.php index 6c1ca15..249b88a 100755 --- a/plugins/ktcore/admin/unitManagement.php +++ b/plugins/ktcore/admin/unitManagement.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/unitmanagement/Unit.inc'); diff --git a/plugins/ktcore/admin/userManagement.php b/plugins/ktcore/admin/userManagement.php index 5bce625..c1746b2 100755 --- a/plugins/ktcore/admin/userManagement.php +++ b/plugins/ktcore/admin/userManagement.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/database/dbutil.inc'); diff --git a/plugins/ktcore/admin/workflows.php b/plugins/ktcore/admin/workflows.php index 0a8d388..078344c 100755 --- a/plugins/ktcore/admin/workflows.php +++ b/plugins/ktcore/admin/workflows.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/dispatcher.inc.php'); diff --git a/plugins/ktcore/authentication/authenticationadminpage.inc.php b/plugins/ktcore/authentication/authenticationadminpage.inc.php index b2c79a1..3b944f6 100644 --- a/plugins/ktcore/authentication/authenticationadminpage.inc.php +++ b/plugins/ktcore/authentication/authenticationadminpage.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/dispatcher.inc.php'); diff --git a/plugins/ktcore/document/Rename.php b/plugins/ktcore/document/Rename.php index 60c4d05..332bea5 100644 --- a/plugins/ktcore/document/Rename.php +++ b/plugins/ktcore/document/Rename.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/actions/documentaction.inc.php'); diff --git a/plugins/ktcore/folder/BulkImport.php b/plugins/ktcore/folder/BulkImport.php index 3370cb2..46306eb 100644 --- a/plugins/ktcore/folder/BulkImport.php +++ b/plugins/ktcore/folder/BulkImport.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/actions/folderaction.inc.php"); diff --git a/plugins/ktcore/folder/BulkUpload.php b/plugins/ktcore/folder/BulkUpload.php index 2a9c162..ac9a0bb 100644 --- a/plugins/ktcore/folder/BulkUpload.php +++ b/plugins/ktcore/folder/BulkUpload.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/actions/folderaction.inc.php"); diff --git a/plugins/ktcore/folder/Rename.php b/plugins/ktcore/folder/Rename.php index e539701..f22713c 100644 --- a/plugins/ktcore/folder/Rename.php +++ b/plugins/ktcore/folder/Rename.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/actions/folderaction.inc.php'); diff --git a/plugins/ktcore/folder/Transactions.php b/plugins/ktcore/folder/Transactions.php index fb0ca15..50a6f95 100644 --- a/plugins/ktcore/folder/Transactions.php +++ b/plugins/ktcore/folder/Transactions.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/actions/folderaction.inc.php'); diff --git a/plugins/ktcore/folder/addDocument.php b/plugins/ktcore/folder/addDocument.php index 85b5445..16c0a7c 100644 --- a/plugins/ktcore/folder/addDocument.php +++ b/plugins/ktcore/folder/addDocument.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/actions/folderaction.inc.php'); diff --git a/plugins/ktstandard/KTAdminVersionPlugin.php b/plugins/ktstandard/KTAdminVersionPlugin.php index fe4e38c..2100b49 100644 --- a/plugins/ktstandard/KTAdminVersionPlugin.php +++ b/plugins/ktstandard/KTAdminVersionPlugin.php @@ -2,27 +2,25 @@ /** * $Id: KTWorkflowAssociation.php 5336 2006-04-25 12:42:45Z bshuttle $ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/plugins/plugin.inc.php'); diff --git a/plugins/ktstandard/KTBulkExportPlugin.php b/plugins/ktstandard/KTBulkExportPlugin.php index 674dde1..b6d4887 100644 --- a/plugins/ktstandard/KTBulkExportPlugin.php +++ b/plugins/ktstandard/KTBulkExportPlugin.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/plugins/plugin.inc.php'); diff --git a/plugins/ktstandard/KTDisclaimers.php b/plugins/ktstandard/KTDisclaimers.php index 30ac5dc..dec336f 100644 --- a/plugins/ktstandard/KTDisclaimers.php +++ b/plugins/ktstandard/KTDisclaimers.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/plugins/plugin.inc.php'); diff --git a/plugins/ktstandard/KTDiscussion.php b/plugins/ktstandard/KTDiscussion.php index c1faa98..79e9f4e 100644 --- a/plugins/ktstandard/KTDiscussion.php +++ b/plugins/ktstandard/KTDiscussion.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/widgets/fieldWidgets.php'); diff --git a/plugins/ktstandard/KTDocumentLinks.php b/plugins/ktstandard/KTDocumentLinks.php index cbb5c7d..41e6dfa 100644 --- a/plugins/ktstandard/KTDocumentLinks.php +++ b/plugins/ktstandard/KTDocumentLinks.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/widgets/fieldWidgets.php'); diff --git a/plugins/ktstandard/KTEmail.php b/plugins/ktstandard/KTEmail.php index 84adda8..0210611 100644 --- a/plugins/ktstandard/KTEmail.php +++ b/plugins/ktstandard/KTEmail.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/actions/actionregistry.inc.php'); diff --git a/plugins/ktstandard/KTIndexer.php b/plugins/ktstandard/KTIndexer.php index 188a74c..0685b59 100644 --- a/plugins/ktstandard/KTIndexer.php +++ b/plugins/ktstandard/KTIndexer.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTIndexerPlugin extends KTPlugin { diff --git a/plugins/ktstandard/KTLDAPAuthenticationPlugin.php b/plugins/ktstandard/KTLDAPAuthenticationPlugin.php index ae7566c..a87c1ab 100644 --- a/plugins/ktstandard/KTLDAPAuthenticationPlugin.php +++ b/plugins/ktstandard/KTLDAPAuthenticationPlugin.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/plugins/plugin.inc.php'); diff --git a/plugins/ktstandard/KTStandardPlugin.php b/plugins/ktstandard/KTStandardPlugin.php index 44a77c5..d1874c9 100644 --- a/plugins/ktstandard/KTStandardPlugin.php +++ b/plugins/ktstandard/KTStandardPlugin.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/plugins/plugin.inc.php'); diff --git a/plugins/ktstandard/KTSubscriptions.php b/plugins/ktstandard/KTSubscriptions.php index fdfaba9..1075ade 100644 --- a/plugins/ktstandard/KTSubscriptions.php +++ b/plugins/ktstandard/KTSubscriptions.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/subscriptions/Subscription.inc'); diff --git a/plugins/ktstandard/KTWorkflowAssociation.php b/plugins/ktstandard/KTWorkflowAssociation.php index 11f4cc7..2f7370b 100644 --- a/plugins/ktstandard/KTWorkflowAssociation.php +++ b/plugins/ktstandard/KTWorkflowAssociation.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/workflow/workflowutil.inc.php'); diff --git a/plugins/ktstandard/SearchDashlet.php b/plugins/ktstandard/SearchDashlet.php index b7464e9..2567ac5 100644 --- a/plugins/ktstandard/SearchDashlet.php +++ b/plugins/ktstandard/SearchDashlet.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ diff --git a/plugins/ktstandard/SearchDashletPlugin.php b/plugins/ktstandard/SearchDashletPlugin.php index 1645de0..83cb1e2 100644 --- a/plugins/ktstandard/SearchDashletPlugin.php +++ b/plugins/ktstandard/SearchDashletPlugin.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/plugins/plugin.inc.php'); diff --git a/plugins/ktstandard/admin/manageDisclaimers.php b/plugins/ktstandard/admin/manageDisclaimers.php index 6e93acc..2efd0a1 100644 --- a/plugins/ktstandard/admin/manageDisclaimers.php +++ b/plugins/ktstandard/admin/manageDisclaimers.php @@ -3,27 +3,25 @@ /** * $Id * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/templating/templating.inc.php"); diff --git a/plugins/ktstandard/contents/BaseIndexer.php b/plugins/ktstandard/contents/BaseIndexer.php index fd6eff5..d9e8e27 100644 --- a/plugins/ktstandard/contents/BaseIndexer.php +++ b/plugins/ktstandard/contents/BaseIndexer.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTBaseIndexerTrigger { diff --git a/plugins/ktstandard/contents/ExcelIndexer.php b/plugins/ktstandard/contents/ExcelIndexer.php index 12bef16..bfce6a6 100644 --- a/plugins/ktstandard/contents/ExcelIndexer.php +++ b/plugins/ktstandard/contents/ExcelIndexer.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ diff --git a/plugins/ktstandard/contents/OpenDocumentIndexer.php b/plugins/ktstandard/contents/OpenDocumentIndexer.php index e0b0baa..f111399 100644 --- a/plugins/ktstandard/contents/OpenDocumentIndexer.php +++ b/plugins/ktstandard/contents/OpenDocumentIndexer.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_DIR . '/plugins/ktstandard/contents/BaseIndexer.php'); diff --git a/plugins/ktstandard/contents/PdfIndexer.php b/plugins/ktstandard/contents/PdfIndexer.php index 6bde8a2..c4dfcce 100644 --- a/plugins/ktstandard/contents/PdfIndexer.php +++ b/plugins/ktstandard/contents/PdfIndexer.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_DIR . '/plugins/ktstandard/contents/BaseIndexer.php'); diff --git a/plugins/ktstandard/contents/PowerpointIndexer.php b/plugins/ktstandard/contents/PowerpointIndexer.php index 3e2b9f2..8d753fb 100644 --- a/plugins/ktstandard/contents/PowerpointIndexer.php +++ b/plugins/ktstandard/contents/PowerpointIndexer.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ class KTPowerpointIndexerTrigger extends KTBaseIndexerTrigger { diff --git a/plugins/ktstandard/contents/PsIndexer.php b/plugins/ktstandard/contents/PsIndexer.php index bca4f06..915c369 100644 --- a/plugins/ktstandard/contents/PsIndexer.php +++ b/plugins/ktstandard/contents/PsIndexer.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_DIR . '/plugins/ktstandard/contents/BaseIndexer.php'); diff --git a/plugins/ktstandard/contents/RtfIndexer.php b/plugins/ktstandard/contents/RtfIndexer.php index 79a8a30..14c4e97 100644 --- a/plugins/ktstandard/contents/RtfIndexer.php +++ b/plugins/ktstandard/contents/RtfIndexer.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_DIR . '/plugins/ktstandard/contents/BaseIndexer.php'); diff --git a/plugins/ktstandard/contents/TextIndexer.php b/plugins/ktstandard/contents/TextIndexer.php index 46ba808..08f0b80 100644 --- a/plugins/ktstandard/contents/TextIndexer.php +++ b/plugins/ktstandard/contents/TextIndexer.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_DIR . '/plugins/ktstandard/contents/BaseIndexer.php'); diff --git a/plugins/ktstandard/contents/WordIndexer.php b/plugins/ktstandard/contents/WordIndexer.php index 326ef6b..d715411 100644 --- a/plugins/ktstandard/contents/WordIndexer.php +++ b/plugins/ktstandard/contents/WordIndexer.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_DIR . '/plugins/ktstandard/contents/BaseIndexer.php'); diff --git a/plugins/ktstandard/ldap/activedirectoryauthenticationprovider.inc.php b/plugins/ktstandard/ldap/activedirectoryauthenticationprovider.inc.php index 8c7deac..f4f7799 100644 --- a/plugins/ktstandard/ldap/activedirectoryauthenticationprovider.inc.php +++ b/plugins/ktstandard/ldap/activedirectoryauthenticationprovider.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/authentication/authenticationprovider.inc.php'); diff --git a/plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php b/plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php index 78b12d4..b93a9d2 100644 --- a/plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php +++ b/plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/authentication/authenticationprovider.inc.php'); diff --git a/plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php b/plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php index a7f5c35..5ea2b2e 100644 --- a/plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php +++ b/plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . '/authentication/authenticationprovider.inc.php'); diff --git a/plugins/ktstandard/workflow/FolderAssociator.php b/plugins/ktstandard/workflow/FolderAssociator.php index 167a338..d8595f1 100644 --- a/plugins/ktstandard/workflow/FolderAssociator.php +++ b/plugins/ktstandard/workflow/FolderAssociator.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_DIR . '/plugins/ktstandard/KTWorkflowAssociation.php'); diff --git a/plugins/ktstandard/workflow/TypeAssociator.php b/plugins/ktstandard/workflow/TypeAssociator.php index 96022d4..2998a68 100644 --- a/plugins/ktstandard/workflow/TypeAssociator.php +++ b/plugins/ktstandard/workflow/TypeAssociator.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_DIR . '/plugins/ktstandard/KTWorkflowAssociation.php'); diff --git a/plugins/ktstandard/workflow/adminpage.php b/plugins/ktstandard/workflow/adminpage.php index bb714ad..a28c159 100644 --- a/plugins/ktstandard/workflow/adminpage.php +++ b/plugins/ktstandard/workflow/adminpage.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ require_once(KT_LIB_DIR . "/templating/templating.inc.php"); diff --git a/preferences.php b/preferences.php index ca76e61..cb54ad1 100644 --- a/preferences.php +++ b/preferences.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ // main library routines and defaults diff --git a/presentation/i18nJavascript.php b/presentation/i18nJavascript.php index 2b71313..66862cc 100644 --- a/presentation/i18nJavascript.php +++ b/presentation/i18nJavascript.php @@ -1,20 +1,24 @@ , Jam Warehouse (Pty) Ltd, South Africa diff --git a/presentation/lookAndFeel/knowledgeTree/noAccess.php b/presentation/lookAndFeel/knowledgeTree/noAccess.php index 41bb603..86c80e7 100644 --- a/presentation/lookAndFeel/knowledgeTree/noAccess.php +++ b/presentation/lookAndFeel/knowledgeTree/noAccess.php @@ -4,21 +4,25 @@ * * No access page. * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Michael Joseph , Jam Warehouse (Pty) Ltd, South Africa diff --git a/search/ajaxBooleanSearch.php b/search/ajaxBooleanSearch.php index 2da32aa..cab7c23 100755 --- a/search/ajaxBooleanSearch.php +++ b/search/ajaxBooleanSearch.php @@ -2,27 +2,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * http://www.ktdms.com/ */ require_once("../config/dmsDefaults.php"); diff --git a/search/booleanSearch.php b/search/booleanSearch.php index 213aa39..c1b5ed2 100755 --- a/search/booleanSearch.php +++ b/search/booleanSearch.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ // boilerplate includes diff --git a/search/simpleSearch.php b/search/simpleSearch.php index f88b61a..a6ec161 100644 --- a/search/simpleSearch.php +++ b/search/simpleSearch.php @@ -3,21 +3,25 @@ /** * $Id$ * - * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com - * - * 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; using version 2 of the License. - * + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL * - * 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. + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. * - * 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 + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. + * * * @version $Revision$ * @author Brad Shuttleworth , Jam Warehouse (Pty) Ltd, South Africa diff --git a/setup/postcheckup.php b/setup/postcheckup.php index 9857fb2..a54c65d 100644 --- a/setup/postcheckup.php +++ b/setup/postcheckup.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ $checkup = true; diff --git a/setup/precheckup.php b/setup/precheckup.php index a55b691..81c28f5 100644 --- a/setup/precheckup.php +++ b/setup/precheckup.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ error_reporting(E_ALL); diff --git a/setup/upgrade.php b/setup/upgrade.php index b5a2999..cdde9c7 100644 --- a/setup/upgrade.php +++ b/setup/upgrade.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ $GLOBALS["checkup"] = true; diff --git a/view.php b/view.php index b544e5b..1e37748 100755 --- a/view.php +++ b/view.php @@ -3,27 +3,25 @@ /** * $Id$ * - * Copyright (c) 2006 Jam Warehouse http://www.jamwarehouse.com + * The contents of this file are subject to the KnowledgeTree Public + * License Version 1.1 ("License"); You may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://www.ktdms.com/KPL + * + * Software distributed under the License is distributed on an "AS IS" + * basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is: KnowledgeTree Open Source + * + * The Initial Developer of the Original Code is The Jam Warehouse Software + * (Pty) Ltd, trading as KnowledgeTree. + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright + * (C) 2006 The Jam Warehouse Software (Pty) Ltd; + * All Rights Reserved. * - * 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; using version 2 of the License. - * - * 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 - * - * ------------------------------------------------------------------------- - * - * You can contact the copyright owner regarding licensing via the contact - * details that can be found on the KnowledgeTree web site: - * - * http://www.ktdms.com/ */ // boilerplate.