Commit 37c12a11c3a995c2846ae127b59be2c96ccf9bad

Authored by kevin_fourie
1 parent 49c0dcfb

Updated License header.

Committed By: Kevin
Reviewed By: Conrad

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6811 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 11 additions and 6 deletions
bin/openoffice/pdfgen.py
... ... @@ -4,15 +4,20 @@
4 4 # $Id: view.php 6203 2007-02-08 10:41:00Z kevin_fourie $
5 5 #
6 6 # The contents of this file are subject to the KnowledgeTree Public
7   -# License Version 1.1 ("License"); You may not use this file except in
  7 +# License Version 1.1.2 ("License"); You may not use this file except in
8 8 # compliance with the License. You may obtain a copy of the License at
9 9 # http://www.knowledgetree.com/KPL
10 10 #
11 11 # Software distributed under the License is distributed on an "AS IS"
12   -# basis,
13   -# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
14   -# for the specific language governing rights and limitations under the
15   -# License.
  12 +# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
  13 +# See the License for the specific language governing rights and
  14 +# limitations under the License.
  15 +#
  16 +# All copies of the Covered Code must include on each user interface screen:
  17 +# (i) the "Powered by KnowledgeTree" logo and
  18 +# (ii) the KnowledgeTree copyright notice
  19 +# in the same form as they appear in the distribution. See the License for
  20 +# requirements.
16 21 #
17 22 # The Original Code is: KnowledgeTree Open Source
18 23 #
... ... @@ -21,7 +26,7 @@
21 26 # Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright
22 27 # (C) 2007 The Jam Warehouse Software (Pty) Ltd;
23 28 # All Rights Reserved.
24   -#
  29 +# Contributor( s): ______________________________________
25 30 #
26 31  
27 32 import uno
... ...