Commit b2522b032888e65891cfaf1d886f7db2c4b36481
1 parent
5e7e9ed3
removed copy for Jam
Showing
11 changed files
with
13 additions
and
22 deletions
.gitignore
clienttools/.gitignore deleted
ktwebservice/KTDownloadManager.inc.php
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | * KnowledgeTree Community Edition |
| 10 | 10 | * Document Management Made Simple |
| 11 | 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 12 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | |
| 12 | + * | |
| 13 | 13 | * |
| 14 | 14 | * This program is free software; you can redistribute it and/or modify it under |
| 15 | 15 | * the terms of the GNU General Public License version 3 as published by the | ... | ... |
ktwebservice/KTUploadManager.inc.php
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | * KnowledgeTree Community Edition |
| 10 | 10 | * Document Management Made Simple |
| 11 | 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 12 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | |
| 12 | + * | |
| 13 | 13 | * |
| 14 | 14 | * This program is free software; you can redistribute it and/or modify it under |
| 15 | 15 | * the terms of the GNU General Public License version 3 as published by the | ... | ... |
ktwebservice/KTWebService.php
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | * KnowledgeTree Community Edition |
| 6 | 6 | * Document Management Made Simple |
| 7 | 7 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 8 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | |
| 8 | + * | |
| 9 | 9 | * |
| 10 | 10 | * This program is free software; you can redistribute it and/or modify it under |
| 11 | 11 | * the terms of the GNU General Public License version 3 as published by the |
| ... | ... | @@ -671,4 +671,4 @@ $ws->handle(); |
| 671 | 671 | |
| 672 | 672 | exit(); |
| 673 | 673 | |
| 674 | -?> | |
| 675 | 674 | \ No newline at end of file |
| 675 | +?> | ... | ... |
ktwebservice/checkup.php
ktwebservice/download.php
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | * KnowledgeTree Community Edition |
| 8 | 8 | * Document Management Made Simple |
| 9 | 9 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 10 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | |
| 10 | + * | |
| 11 | 11 | * |
| 12 | 12 | * This program is free software; you can redistribute it and/or modify it under |
| 13 | 13 | * the terms of the GNU General Public License version 3 as published by the |
| ... | ... | @@ -81,4 +81,4 @@ if (PEAR::isError($response)) |
| 81 | 81 | exit; |
| 82 | 82 | } |
| 83 | 83 | |
| 84 | -?> | |
| 85 | 84 | \ No newline at end of file |
| 85 | +?> | ... | ... |
ktwebservice/download_cleanup.php
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | * KnowledgeTree Community Edition |
| 10 | 10 | * Document Management Made Simple |
| 11 | 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 12 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | |
| 12 | + * | |
| 13 | 13 | * |
| 14 | 14 | * This program is free software; you can redistribute it and/or modify it under |
| 15 | 15 | * the terms of the GNU General Public License version 3 as published by the | ... | ... |
ktwebservice/index.php
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | * KnowledgeTree Community Edition |
| 10 | 10 | * Document Management Made Simple |
| 11 | 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 12 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | |
| 12 | + * | |
| 13 | 13 | * |
| 14 | 14 | * This program is free software; you can redistribute it and/or modify it under |
| 15 | 15 | * the terms of the GNU General Public License version 3 as published by the | ... | ... |
ktwebservice/json.php
ktwebservice/upload.php
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | * KnowledgeTree Community Edition |
| 10 | 10 | * Document Management Made Simple |
| 11 | 11 | * Copyright (C) 2008, 2009 KnowledgeTree Inc. |
| 12 | - * Portions copyright The Jam Warehouse Software (Pty) Limited | |
| 12 | + * | |
| 13 | 13 | * |
| 14 | 14 | * This program is free software; you can redistribute it and/or modify it under |
| 15 | 15 | * the terms of the GNU General Public License version 3 as published by the |
| ... | ... | @@ -207,4 +207,4 @@ function respond($code, $msg, $uploads=array()) |
| 207 | 207 | } |
| 208 | 208 | |
| 209 | 209 | |
| 210 | -?> | |
| 211 | 210 | \ No newline at end of file |
| 211 | +?> | ... | ... |