Bläddra i källkod

update copyright

tags/v4.5.0beta1
Frank Karlitschek 12 år sedan
förälder
incheckning
a945fa10a6
57 ändrade filer med 58 tillägg och 57 borttagningar
  1. 1
    1
      apps/external/ajax/setsites.php
  2. 1
    1
      apps/external/appinfo/app.php
  3. 1
    1
      apps/external/index.php
  4. 1
    1
      apps/files/appinfo/remote.php
  5. 1
    1
      apps/files_encryption/lib/crypt.php
  6. 1
    1
      apps/files_versions/history.php
  7. 1
    1
      apps/remoteStorage/WebDAV.php
  8. 1
    1
      apps/remoteStorage/ajax/revokeToken.php
  9. 1
    1
      apps/remoteStorage/auth.php
  10. 1
    1
      core/lostpassword/index.php
  11. 1
    1
      core/lostpassword/resetpassword.php
  12. 1
    1
      files/webdav.php
  13. 2
    1
      index.php
  14. 1
    1
      lib/app.php
  15. 1
    1
      lib/appconfig.php
  16. 1
    1
      lib/base.php
  17. 1
    1
      lib/config.php
  18. 1
    1
      lib/db.php
  19. 1
    1
      lib/files.php
  20. 1
    1
      lib/filestorage.php
  21. 1
    1
      lib/filesystem.php
  22. 1
    1
      lib/filesystemview.php
  23. 1
    1
      lib/group.php
  24. 1
    1
      lib/group/backend.php
  25. 1
    1
      lib/group/database.php
  26. 1
    1
      lib/group/dummy.php
  27. 1
    1
      lib/group/example.php
  28. 1
    1
      lib/helper.php
  29. 1
    1
      lib/installer.php
  30. 1
    1
      lib/l10n.php
  31. 1
    1
      lib/ocs.php
  32. 1
    1
      lib/ocsclient.php
  33. 1
    1
      lib/preferences.php
  34. 1
    1
      lib/public/app.php
  35. 1
    1
      lib/public/config.php
  36. 1
    1
      lib/public/db.php
  37. 1
    1
      lib/public/files.php
  38. 1
    1
      lib/public/json.php
  39. 1
    1
      lib/public/response.php
  40. 1
    1
      lib/public/template.php
  41. 1
    1
      lib/public/user.php
  42. 1
    1
      lib/public/util.php
  43. 1
    1
      lib/search.php
  44. 1
    1
      lib/template.php
  45. 1
    1
      lib/updater.php
  46. 1
    1
      lib/user.php
  47. 1
    1
      lib/user/backend.php
  48. 1
    1
      lib/user/database.php
  49. 1
    1
      lib/user/dummy.php
  50. 1
    1
      lib/user/example.php
  51. 1
    1
      ocs/providers.php
  52. 1
    1
      ocs/v1.php
  53. 1
    1
      settings/apps.php
  54. 1
    1
      settings/help.php
  55. 1
    1
      settings/templates/help.php
  56. 1
    1
      status.php
  57. 1
    1
      webapps.php

+ 1
- 1
apps/external/ajax/setsites.php Visa fil

@@ -1,7 +1,7 @@
<?php

/**
* Copyright (c) 2011, Frank Karlitschek <karlitschek@kde.org>
* 2012 Frank Karlitschek frank@owncloud.org
* This file is licensed under the Affero General Public License version 3 or later.
* See the COPYING-README file.
*/

+ 1
- 1
apps/external/appinfo/app.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud - External plugin
*
* @author Frank Karlitschek
* @copyright 2011 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
apps/external/index.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud - External plugin
*
* @author Frank Karlitschek
* @copyright 2011 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
apps/files/appinfo/remote.php Visa fil

@@ -5,7 +5,7 @@
*
* @author Frank Karlitschek
* @author Jakob Sack
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
* @copyright 2011 Jakob Sack kde@jakobsack.de
*
* This library is free software; you can redistribute it and/or

+ 1
- 1
apps/files_encryption/lib/crypt.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
apps/files_versions/history.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud - History page of the Versions App
*
* @author Frank Karlitschek
* @copyright 2011 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
apps/remoteStorage/WebDAV.php Visa fil

@@ -5,7 +5,7 @@
*
* Original:
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* Adapted:
* @author Michiel de Jong, 2011

+ 1
- 1
apps/remoteStorage/ajax/revokeToken.php Visa fil

@@ -5,7 +5,7 @@
*
* Original:
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* Adapted:
* @author Michiel de Jong, 2012

+ 1
- 1
apps/remoteStorage/auth.php Visa fil

@@ -5,7 +5,7 @@
*
* Original:
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* Adapted:
* @author Michiel de Jong, 2012

+ 1
- 1
core/lostpassword/index.php Visa fil

@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010 Frank Karlitschek karlitschek@kde.org
* Copyright (c) 2012 Frank Karlitschek frank@owncloud.org
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.

+ 1
- 1
core/lostpassword/resetpassword.php Visa fil

@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2010 Frank Karlitschek karlitschek@kde.org
* Copyright (c) 2012 Frank Karlitschek frank@owncloud.org
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.

+ 1
- 1
files/webdav.php Visa fil

@@ -5,7 +5,7 @@
*
* @author Frank Karlitschek
* @author Jakob Sack
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
* @copyright 2011 Jakob Sack kde@jakobsack.de
*
* This library is free software; you can redistribute it and/or

+ 2
- 1
index.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
@@ -21,6 +21,7 @@
*
*/


$RUNTIME_NOAPPS = TRUE; //no apps, yet

require_once('lib/base.php');

+ 1
- 1
lib/app.php Visa fil

@@ -4,7 +4,7 @@
*
* @author Frank Karlitschek
* @author Jakob Sack
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/appconfig.php Visa fil

@@ -4,7 +4,7 @@
*
* @author Frank Karlitschek
* @author Jakob Sack
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/base.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/config.php Visa fil

@@ -4,7 +4,7 @@
*
* @author Frank Karlitschek
* @author Jakob Sack
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/db.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/files.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/filestorage.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/filesystem.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/filesystemview.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/group.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/group/backend.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/group/database.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/group/dummy.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/group/example.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/helper.php Visa fil

@@ -4,7 +4,7 @@
*
* @author Frank Karlitschek
* @author Jakob Sack
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/installer.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Robin Appelman
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/l10n.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Jakob Sack
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/ocs.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/ocsclient.php Visa fil

@@ -4,7 +4,7 @@
*
* @author Frank Karlitschek
* @author Jakob Sack
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/preferences.php Visa fil

@@ -4,7 +4,7 @@
*
* @author Frank Karlitschek
* @author Jakob Sack
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/public/app.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/public/config.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/public/db.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/public/files.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/public/json.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/public/response.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/public/template.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/public/user.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/public/util.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/search.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/template.php Visa fil

@@ -4,7 +4,7 @@
*
* @author Frank Karlitschek
* @author Jakob Sack
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/updater.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/user.php Visa fil

@@ -3,7 +3,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/user/backend.php Visa fil

@@ -5,7 +5,7 @@
*
* @author Frank Karlitschek
* @author Dominik Schmidt
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
* @copyright 2011 Dominik Schmidt dev@dominik-schmidt.de
*
* This library is free software; you can redistribute it and/or

+ 1
- 1
lib/user/database.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/user/dummy.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
lib/user/example.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
ocs/providers.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
ocs/v1.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
settings/apps.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
settings/help.php Visa fil

@@ -1,6 +1,6 @@
<?php
/**
* Copyright (c) 2011, Frank Karlitschek karlitschek@kde.org
* 2012 Frank Karlitschek frank@owncloud.org
* This file is licensed under the Affero General Public License version 3 or later.
* See the COPYING-README file.
*/

+ 1
- 1
settings/templates/help.php Visa fil

@@ -1,5 +1,5 @@
<?php /**
* Copyright (c) 2011, Frank Karlitschek karlitschek@kde.org
* 2012 Frank Karlitschek frank@owncloud.org
* This file is licensed under the Affero General Public License version 3 or later.
* See the COPYING-README file.
*/?>

+ 1
- 1
status.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud status page. usefull if you want to check from the outside if an owncloud installation exists
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

+ 1
- 1
webapps.php Visa fil

@@ -4,7 +4,7 @@
* ownCloud status page. usefull if you want to check from the outside if an owncloud installation exists
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
* @copyright 2012 Frank Karlitschek frank@owncloud.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE

Laddar…
Avbryt
Spara