Browse Source

Replaced GPL v3 with GPL v2; PLEASE, note that GPL v2 still allows the code is used under the terms of later versions of GPL, depending upon the will of the user, so no right is being diminished

David A. Velasco 12 years ago
parent
commit
2623e9c195
100 changed files with 101 additions and 101 deletions
  1. 1 1
      AndroidManifest.xml
  2. 1 1
      oc_jb_workaround/src/com/owncloud/android/workaround/accounts/AccountAuthenticatorService.java
  3. 1 1
      res/drawable/action_item_btn.xml
  4. 1 1
      res/drawable/btn.xml
  5. 1 1
      res/drawable/btn_round.xml
  6. 1 1
      res/drawable/btn_round_pressed.xml
  7. 1 1
      res/drawable/connection_secure.xml
  8. 1 1
      res/drawable/main_header_bg.xml
  9. 1 1
      res/drawable/progress_small.xml
  10. 1 1
      res/drawable/split_action_bg.xml
  11. 1 1
      res/drawable/uploader_list_separator.xml
  12. 1 1
      res/layout-land/account_setup.xml
  13. 1 1
      res/layout-large-land/files.xml
  14. 1 1
      res/layout-v14/generic_explanation.xml
  15. 1 1
      res/layout/account_setup.xml
  16. 1 1
      res/layout/action_item.xml
  17. 1 1
      res/layout/authenticator_getting_started_fragment.xml
  18. 1 1
      res/layout/edit_box_dialog.xml
  19. 1 1
      res/layout/extensions_available_dialog.xml
  20. 1 1
      res/layout/file_activity_details.xml
  21. 1 1
      res/layout/file_details_empty.xml
  22. 1 1
      res/layout/file_details_fragment.xml
  23. 1 1
      res/layout/file_display_action_list_element.xml
  24. 1 1
      res/layout/files.xml
  25. 1 1
      res/layout/generic_explanation.xml
  26. 1 1
      res/layout/landing_page_fragment.xml
  27. 1 1
      res/layout/landing_page_item.xml
  28. 1 1
      res/layout/list_fragment.xml
  29. 1 1
      res/layout/list_item.xml
  30. 1 1
      res/layout/main.xml
  31. 1 1
      res/layout/no_account_available.xml
  32. 1 1
      res/layout/pick_account_layout.xml
  33. 1 1
      res/layout/pincodelock.xml
  34. 1 1
      res/layout/popup.xml
  35. 1 1
      res/layout/progressbar_layout.xml
  36. 1 1
      res/layout/selected_account_element.xml
  37. 1 1
      res/layout/ssl_validator_layout.xml
  38. 1 1
      res/layout/upload_files_layout.xml
  39. 1 1
      res/layout/uploader_layout.xml
  40. 1 1
      res/layout/uploader_list_item_layout.xml
  41. 1 1
      res/menu/account_picker.xml
  42. 1 1
      res/menu/account_picker_long_click.xml
  43. 1 1
      res/menu/file_context_menu.xml
  44. 1 1
      res/menu/menu.xml
  45. 1 1
      res/menu/session_context_menu.xml
  46. 1 1
      res/raw-de/changelog.html
  47. 1 1
      res/raw-es/changelog.html
  48. 1 1
      res/raw/changelog.html
  49. 1 1
      res/values/bools.xml
  50. 1 1
      res/values/colors.xml
  51. 1 1
      res/values/styles.xml
  52. 1 1
      res/values/urls.xml
  53. 1 1
      res/xml/authenticator.xml
  54. 1 1
      res/xml/preferences.xml
  55. 1 1
      res/xml/preferences_new_session.xml
  56. 1 1
      res/xml/syncadapter_files.xml
  57. 1 1
      src/com/owncloud/android/AccountUtils.java
  58. 1 1
      src/com/owncloud/android/DisplayUtils.java
  59. 1 1
      src/com/owncloud/android/OwnCloudSession.java
  60. 1 1
      src/com/owncloud/android/Uploader.java
  61. 1 1
      src/com/owncloud/android/authenticator/AccountAuthenticator.java
  62. 1 1
      src/com/owncloud/android/authenticator/AccountAuthenticatorService.java
  63. 1 1
      src/com/owncloud/android/authenticator/AuthenticationRunnable.java
  64. 1 1
      src/com/owncloud/android/authenticator/OnAuthenticationResultListener.java
  65. 1 1
      src/com/owncloud/android/authenticator/OnConnectCheckListener.java
  66. 1 1
      src/com/owncloud/android/datamodel/DataStorageManager.java
  67. 1 1
      src/com/owncloud/android/datamodel/FileDataStorageManager.java
  68. 1 1
      src/com/owncloud/android/datamodel/OCFile.java
  69. 1 1
      src/com/owncloud/android/db/DbHandler.java
  70. 1 1
      src/com/owncloud/android/db/ProviderMeta.java
  71. 1 1
      src/com/owncloud/android/extensions/ExtensionsAvailableActivity.java
  72. 1 1
      src/com/owncloud/android/extensions/ExtensionsAvailableDialog.java
  73. 1 1
      src/com/owncloud/android/extensions/ExtensionsListActivity.java
  74. 1 1
      src/com/owncloud/android/files/BootupBroadcastReceiver.java
  75. 1 1
      src/com/owncloud/android/files/InstantUploadBroadcastReceiver.java
  76. 1 1
      src/com/owncloud/android/files/OwnCloudFileObserver.java
  77. 1 1
      src/com/owncloud/android/files/managers/OCNotificationManager.java
  78. 1 1
      src/com/owncloud/android/files/services/FileDownloader.java
  79. 1 1
      src/com/owncloud/android/files/services/FileObserverService.java
  80. 1 1
      src/com/owncloud/android/files/services/FileOperation.java
  81. 1 1
      src/com/owncloud/android/files/services/FileUploader.java
  82. 1 1
      src/com/owncloud/android/files/services/InstantUploadService.java
  83. 1 1
      src/com/owncloud/android/files/services/OnUploadCompletedListener.java
  84. 1 1
      src/com/owncloud/android/location/LocationServiceLauncherReciever.java
  85. 1 1
      src/com/owncloud/android/location/LocationUpdateService.java
  86. 1 1
      src/com/owncloud/android/network/AdvancedSslSocketFactory.java
  87. 1 1
      src/com/owncloud/android/network/AdvancedX509TrustManager.java
  88. 1 1
      src/com/owncloud/android/network/CertificateCombinedException.java
  89. 1 1
      src/com/owncloud/android/network/OwnCloudClientUtils.java
  90. 1 1
      src/com/owncloud/android/operations/ChunkedUploadFileOperation.java
  91. 1 1
      src/com/owncloud/android/operations/ConnectionCheckOperation.java
  92. 1 1
      src/com/owncloud/android/operations/DownloadFileOperation.java
  93. 1 1
      src/com/owncloud/android/operations/OnRemoteOperationListener.java
  94. 1 1
      src/com/owncloud/android/operations/OperationCancelledException.java
  95. 1 1
      src/com/owncloud/android/operations/RemoteOperation.java
  96. 1 1
      src/com/owncloud/android/operations/RemoteOperationResult.java
  97. 1 1
      src/com/owncloud/android/operations/RemoveFileOperation.java
  98. 1 1
      src/com/owncloud/android/operations/RenameFileOperation.java
  99. 2 2
      src/com/owncloud/android/operations/SynchronizeFileOperation.java
  100. 1 1
      src/com/owncloud/android/operations/SynchronizeFolderOperation.java

+ 1 - 1
AndroidManifest.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
oc_jb_workaround/src/com/owncloud/android/workaround/accounts/AccountAuthenticatorService.java

@@ -3,7 +3,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
res/drawable/action_item_btn.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/drawable/btn.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/drawable/btn_round.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/drawable/btn_round_pressed.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/drawable/connection_secure.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/drawable/main_header_bg.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/drawable/progress_small.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/drawable/split_action_bg.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/drawable/uploader_list_separator.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout-land/account_setup.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout-large-land/files.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout-v14/generic_explanation.xml

@@ -6,7 +6,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/account_setup.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/action_item.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/authenticator_getting_started_fragment.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/edit_box_dialog.xml

@@ -7,7 +7,7 @@
 
     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 3 of the License, or
+    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,

+ 1 - 1
res/layout/extensions_available_dialog.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/file_activity_details.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/file_details_empty.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/file_details_fragment.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/file_display_action_list_element.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/files.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/generic_explanation.xml

@@ -6,7 +6,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/landing_page_fragment.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/landing_page_item.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/list_fragment.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/list_item.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/main.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/no_account_available.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/pick_account_layout.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/pincodelock.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/popup.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/progressbar_layout.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/selected_account_element.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/ssl_validator_layout.xml

@@ -6,7 +6,7 @@
 
     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 3 of the License, or
+    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,

+ 1 - 1
res/layout/upload_files_layout.xml

@@ -6,7 +6,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/uploader_layout.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/layout/uploader_list_item_layout.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/menu/account_picker.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/menu/account_picker_long_click.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/menu/file_context_menu.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/menu/menu.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/menu/session_context_menu.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/raw-de/changelog.html

@@ -6,7 +6,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/raw-es/changelog.html

@@ -6,7 +6,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/raw/changelog.html

@@ -6,7 +6,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/values/bools.xml

@@ -6,7 +6,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/values/colors.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/values/styles.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/values/urls.xml

@@ -6,7 +6,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/xml/authenticator.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/xml/preferences.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/xml/preferences_new_session.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
res/xml/syncadapter_files.xml

@@ -7,7 +7,7 @@
 
   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 3 of the License, or
+  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,

+ 1 - 1
src/com/owncloud/android/AccountUtils.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/DisplayUtils.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/OwnCloudSession.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/Uploader.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/authenticator/AccountAuthenticator.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/authenticator/AccountAuthenticatorService.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/authenticator/AuthenticationRunnable.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/authenticator/OnAuthenticationResultListener.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/authenticator/OnConnectCheckListener.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/datamodel/DataStorageManager.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/datamodel/FileDataStorageManager.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/datamodel/OCFile.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/db/DbHandler.java

@@ -3,7 +3,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/db/ProviderMeta.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/extensions/ExtensionsAvailableActivity.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/extensions/ExtensionsAvailableDialog.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/extensions/ExtensionsListActivity.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/files/BootupBroadcastReceiver.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/files/InstantUploadBroadcastReceiver.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/files/OwnCloudFileObserver.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/files/managers/OCNotificationManager.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/files/services/FileDownloader.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/files/services/FileObserverService.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/files/services/FileOperation.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/files/services/FileUploader.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/files/services/InstantUploadService.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/files/services/OnUploadCompletedListener.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/location/LocationServiceLauncherReciever.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/location/LocationUpdateService.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/network/AdvancedSslSocketFactory.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/network/AdvancedX509TrustManager.java

@@ -3,7 +3,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/network/CertificateCombinedException.java

@@ -3,7 +3,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/network/OwnCloudClientUtils.java

@@ -3,7 +3,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/operations/ChunkedUploadFileOperation.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/operations/ConnectionCheckOperation.java

@@ -3,7 +3,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/operations/DownloadFileOperation.java

@@ -3,7 +3,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/operations/OnRemoteOperationListener.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/operations/OperationCancelledException.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/operations/RemoteOperation.java

@@ -3,7 +3,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/operations/RemoteOperationResult.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/operations/RemoveFileOperation.java

@@ -3,7 +3,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 1 - 1
src/com/owncloud/android/operations/RenameFileOperation.java

@@ -3,7 +3,7 @@
  *
  *   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 3 of the License, or
+ *   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,

+ 2 - 2
src/com/owncloud/android/operations/SynchronizeFileOperation.java

@@ -4,7 +4,7 @@
  *
  *   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 3 of the License, or
+ *   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,
@@ -117,7 +117,7 @@ public class SynchronizeFileOperation extends RemoteOperation {
                         serverChanged = (mServerFile.getModificationTimestamp() > mLocalFile.getModificationTimestampAtLastSyncForData());
                     }
                     boolean localChanged = (mLocalChangeAlreadyKnown || mLocalFile.getLocalModificationTimestamp() > mLocalFile.getLastSyncDateForData());
-                        // TODO this will be always true after the app is upgraded to database version 3; will result in unnecessary uploads
+                        // TODO this will be always true after the app is upgraded to database version 2; will result in unnecessary uploads
               
                     /// decide action to perform depending upon changes
                     if (localChanged && serverChanged) {

+ 1 - 1
src/com/owncloud/android/operations/SynchronizeFolderOperation.java

@@ -3,7 +3,7 @@
  *
  *   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 3 of the License, or
+ *   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,

Some files were not shown because too many files changed in this diff