Browse Source

Updated copyright in source files

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

+ 2 - 0
AndroidManifest.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 1 - 1
actionbarsherlock

@@ -1 +1 @@
-Subproject commit 90939dc3925ffaaa0de269bbbe1b35e274968ea1
+Subproject commit 9598f2bb2ceed4a834cd5586a903f270ca4c0ccc

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

@@ -1,8 +1,22 @@
 /* ownCloud Jelly Bean Workaround for lost credentials
- *
  *   Copyright (C) 2013 ownCloud Inc.
+ *
+ *   This program is free software: 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
+ *   (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, see <http://www.gnu.org/licenses/>.
+ *
  */
 
+
 package com.owncloud.android.workaround.accounts;
 
 import android.accounts.AbstractAccountAuthenticator;

+ 264 - 0
out.txt

@@ -0,0 +1,264 @@
+AndroidManifest.xml
+build.xml
+
+res/anim/disappear.xml
+res/anim/grow_from_bottom.xml
+res/anim/grow_from_bottomleft_to_topright.xml
+res/anim/grow_from_bottomright_to_topleft.xml
+res/anim/grow_from_top.xml
+res/anim/grow_from_topleft_to_bottomright.xml
+res/anim/grow_from_topright_to_bottomleft.xml
+res/anim/pump_bottom.xml
+res/anim/pump_top.xml
+res/anim/push_left_in.xml
+res/anim/push_left_out.xml
+res/anim/shrink_from_bottom.xml
+res/anim/shrink_from_bottomleft_to_topright.xml
+res/anim/shrink_from_bottomright_to_topleft.xml
+res/anim/shrink_from_top.xml
+res/anim/shrink_from_topleft_to_bottomright.xml
+res/anim/shrink_from_topright_to_bottomleft.xml
+
+res/drawable/action_item_btn.xml
+res/drawable/btn.xml
+res/drawable/btn_round.xml
+res/drawable/btn_round_pressed.xml
+res/drawable/connection_secure.xml
+res/drawable/icon_list_selector.xml
+res/drawable/list_selector.xml
+res/drawable/main_header_bg.xml
+res/drawable/progress_small.xml
+res/drawable/split_action_bg.xml
+res/drawable/uploader_list_separator.xml
+
+res/layout-land/account_setup.xml
+res/layout-large-land/files.xml
+res/layout-port/files.xml
+res/layout-port/main.xml
+
+res/layout/account_setup.xml
+res/layout/action_bar.xml
+res/layout/action_item.xml
+res/layout/authenticator_getting_started_fragment.xml
+res/layout/edit_box_dialog.xml
+res/layout/extensions_available_dialog.xml
+res/layout/file_activity_details.xml
+res/layout/file_details.xml
+res/layout/file_details_empty.xml
+res/layout/file_details_fragment.xml
+res/layout/file_display.xml
+res/layout/file_display_action_list_element.xml
+res/layout/files.xml
+res/layout/landing_page_fragment.xml
+res/layout/landing_page_item.xml
+res/layout/list_layout.xml
+res/layout/main.xml
+res/layout/no_account_available.xml
+res/layout/pick_account_layout.xml
+res/layout/pincodelock.xml
+res/layout/popup.xml
+res/layout/progressbar_layout.xml
+res/layout/selected_account_element.xml
+res/layout/uploader_layout.xml
+res/layout/uploader_list_item_layout.xml
+
+res/menu/account_picker.xml
+res/menu/account_picker_long_click.xml
+res/menu/menu.xml
+res/menu/prefs_menu.xml
+res/menu/session_context_menu.xml
+
+res/values-af/strings.xml
+res/values-ar-rSA/strings.xml
+res/values-ar/strings.xml
+res/values-bg-rBG/strings.xml
+res/values-ca/strings.xml
+res/values-cs-rCZ/strings.xml
+res/values-da/strings.xml
+res/values-de-rDE/strings.xml
+res/values-de/strings.xml
+res/values-el/strings.xml
+res/values-eo/strings.xml
+res/values-es-rAR/strings.xml
+res/values-es/strings.xml
+res/values-et-rEE/strings.xml
+res/values-eu-rES/strings.xml
+res/values-eu/strings.xml
+res/values-fa/strings.xml
+res/values-fi-rFI/strings.xml
+res/values-fi/strings.xml
+res/values-fr/strings.xml
+res/values-gl/strings.xml
+res/values-he/strings.xml
+res/values-hi/strings.xml
+res/values-hr/strings.xml
+res/values-hu-rHU/strings.xml
+res/values-hy/strings.xml
+res/values-ia/strings.xml
+res/values-id-rID/strings.xml
+res/values-id/strings.xml
+res/values-it/strings.xml
+res/values-ja-rJP/strings.xml
+res/values-ka-rGE/strings.xml
+res/values-ko/strings.xml
+res/values-lb/strings.xml
+res/values-lt-rLT/strings.xml
+res/values-lv/strings.xml
+res/values-mk/strings.xml
+res/values-ms-rMY/strings.xml
+res/values-nb-rNO/strings.xml
+res/values-nl/strings.xml
+res/values-nn-rNO/strings.xml
+res/values-oc/strings.xml
+res/values-pl-rPL/strings.xml
+res/values-pl/strings.xml
+res/values-pt-rBR/strings.xml
+res/values-pt-rPT/strings.xml
+res/values-ro/strings.xml
+res/values-ru-rRU/strings.xml
+res/values-ru/strings.xml
+res/values-si-rLK/strings.xml
+res/values-sk-rSK/strings.xml
+res/values-sl/strings.xml
+res/values-so/strings.xml
+res/values-sr-rSP/strings.xml
+res/values-sr/strings.xml
+res/values-sv/strings.xml
+res/values-ta-rLK/strings.xml
+res/values-th-rTH/strings.xml
+res/values-tr/strings.xml
+res/values-uk/strings.xml
+res/values-vi/strings.xml
+res/values-zh-rBG/strings.xml
+res/values-zh-rCN/strings.xml
+res/values-zh-rTW/strings.xml
+
+res/values/attrs.xml
+res/values/colors.xml
+res/values/strings.xml
+res/values/styles.xml
+
+res/xml/authenticator.xml
+res/xml/contacts.xml
+res/xml/preferences.xml
+res/xml/preferences_new_session.xml
+res/xml/syncadapter.xml
+res/xml/syncadapter_contacts.xml
+res/xml/syncadapter_files.xml
+
+src/com/owncloud/android/AccountUtils.java
+src/com/owncloud/android/CrashHandler.java
+src/com/owncloud/android/CrashlogSendActivity.java
+src/com/owncloud/android/DisplayUtils.java
+src/com/owncloud/android/OwnCloudSession.java
+src/com/owncloud/android/Uploader.java
+
+src/com/owncloud/android/authenticator/AccountAuthenticator.java
+src/com/owncloud/android/authenticator/AccountAuthenticatorService.java
+src/com/owncloud/android/authenticator/AuthenticationRunnable.java
+src/com/owncloud/android/authenticator/ConnectionCheckerRunnable.java
+src/com/owncloud/android/authenticator/EasySSLSocketFactory.java
+src/com/owncloud/android/authenticator/EasyX509TrustManager.java
+src/com/owncloud/android/authenticator/OnAuthenticationResultListener.java
+src/com/owncloud/android/authenticator/OnConnectCheckListener.java
+
+src/com/owncloud/android/datamodel/DataStorageManager.java
+src/com/owncloud/android/datamodel/FileDataStorageManager.java
+src/com/owncloud/android/datamodel/OCFile.java
+
+src/com/owncloud/android/db/DbHandler.java
+src/com/owncloud/android/db/ProviderMeta.java
+
+src/com/owncloud/android/extensions/ExtensionsAvailableActivity.java
+src/com/owncloud/android/extensions/ExtensionsAvailableDialog.java
+src/com/owncloud/android/extensions/ExtensionsListActivity.java
+
+src/com/owncloud/android/files/BootupBroadcastReceiver.java
+src/com/owncloud/android/files/InstantUploadBroadcastReceiver.java
+src/com/owncloud/android/files/OwnCloudFileObserver.java
+src/com/owncloud/android/files/PhotoTakenBroadcastReceiver.java
+
+src/com/owncloud/android/files/interfaces/OnDatatransferProgressListener.java
+
+src/com/owncloud/android/files/managers/OCNotificationManager.java
+
+src/com/owncloud/android/files/services/FileDownloader.java
+src/com/owncloud/android/files/services/FileObserverService.java
+src/com/owncloud/android/files/services/FileOperation.java
+src/com/owncloud/android/files/services/FileUploader.java
+src/com/owncloud/android/files/services/InstantUploadService.java
+src/com/owncloud/android/files/services/OnUploadCompletedListener.java
+
+src/com/owncloud/android/location/LocationServiceLauncherReciever.java
+src/com/owncloud/android/location/LocationUpdateService.java
+
+src/com/owncloud/android/network/AdvancedSslSocketFactory.java
+
+src/com/owncloud/android/operations/ChunkedUploadFileOperation.java
+src/com/owncloud/android/operations/OnRemoteOperationListener.java
+src/com/owncloud/android/operations/OperationCancelledException.java
+src/com/owncloud/android/operations/RemoteOperationResult.java
+src/com/owncloud/android/operations/SynchronizeFileOperation.java
+
+src/com/owncloud/android/providers/FileContentProvider.java
+
+src/com/owncloud/android/syncadapter/AbstractOwnCloudSyncAdapter.java
+src/com/owncloud/android/syncadapter/ContactSyncAdapter.java
+src/com/owncloud/android/syncadapter/ContactSyncService.java
+src/com/owncloud/android/syncadapter/FileSyncAdapter.java
+src/com/owncloud/android/syncadapter/FileSyncService.java
+
+src/com/owncloud/android/ui/ActionItem.java
+src/com/owncloud/android/ui/CustomPopup.java
+src/com/owncloud/android/ui/ExtendedListView.java
+src/com/owncloud/android/ui/FragmentListView.java
+src/com/owncloud/android/ui/QuickAction.java
+
+src/com/owncloud/android/ui/activity/AccountSelectActivity.java
+src/com/owncloud/android/ui/activity/AuthenticatorActivity.java
+src/com/owncloud/android/ui/activity/ConflictsResolveActivity.java
+src/com/owncloud/android/ui/activity/FileDetailActivity.java
+src/com/owncloud/android/ui/activity/FileDisplayActivity.java
+src/com/owncloud/android/ui/activity/LandingActivity.java
+src/com/owncloud/android/ui/activity/PinCodeActivity.java
+src/com/owncloud/android/ui/activity/Preferences.java
+src/com/owncloud/android/ui/activity/PreferencesNewSession.java
+src/com/owncloud/android/ui/activity/TransferServiceGetter.java
+
+src/com/owncloud/android/ui/adapter/FileListActionListAdapter.java
+src/com/owncloud/android/ui/adapter/FileListListAdapter.java
+src/com/owncloud/android/ui/adapter/LandingScreenAdapter.java
+src/com/owncloud/android/ui/adapter/LocalFileListAdapter.java
+
+src/com/owncloud/android/ui/dialog/ConflictsResolveDialog.java
+
+src/com/owncloud/android/ui/fragment/AuthenticatorAccountDetailsFragment.java
+src/com/owncloud/android/ui/fragment/AuthenticatorGetStartedFragment.java
+src/com/owncloud/android/ui/fragment/ConfirmationDialogFragment.java
+src/com/owncloud/android/ui/fragment/FileDetailFragment.java
+src/com/owncloud/android/ui/fragment/FileListFragment.java
+src/com/owncloud/android/ui/fragment/LandingPageFragment.java
+src/com/owncloud/android/ui/fragment/LocalFileListFragment.java
+
+src/com/owncloud/android/utils/OwnCloudVersion.java
+src/com/owncloud/android/utils/RecursiveFileObserver.java
+
+src/com/owncloud/android/widgets/ActionEditText.java
+
+src/eu/alefzero/webdav/FileRequestEntity.java
+src/eu/alefzero/webdav/HttpMkCol.java
+src/eu/alefzero/webdav/HttpPropFind.java
+src/eu/alefzero/webdav/HttpPropPatch.java
+src/eu/alefzero/webdav/OnDatatransferProgressListener.java
+src/eu/alefzero/webdav/OnUploadProgressListener.java
+src/eu/alefzero/webdav/TreeNode.java
+src/eu/alefzero/webdav/TreeNodeContainer.java
+src/eu/alefzero/webdav/TreeNodeFile.java
+src/eu/alefzero/webdav/WebdavClient.java
+src/eu/alefzero/webdav/WebdavEntry.java
+src/eu/alefzero/webdav/WebdavUtils.java
+
+tests/AndroidManifest.xml
+tests/proguard-project.txt
+tests/res/values/strings.xml
+tests/src/com/owncloud/android/test/AccountUtilsTest.java

+ 19 - 0
res/drawable/action_item_btn.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <selector xmlns:android="http://schemas.android.com/apk/res/android"
     android:dither="true">
 

+ 19 - 0
res/drawable/btn.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <selector xmlns:android="http://schemas.android.com/apk/res/android">
   <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/btn_round_pressed" />
   <item android:state_focused="true" android:state_pressed="false" android:drawable="@drawable/btn_round_pressed" />

+ 19 - 0
res/drawable/btn_round.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?> 
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <shape xmlns:android="http://schemas.android.com/apk/res/android" 
         android:shape="rectangle"> 
         <corners android:radius="5dip" />

+ 19 - 0
res/drawable/btn_round_pressed.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?> 
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <shape xmlns:android="http://schemas.android.com/apk/res/android" 
         android:shape="rectangle"> 
         <corners android:radius="5dip" />

+ 21 - 2
res/drawable/connection_secure.xml

@@ -1,8 +1,27 @@
-<!--?xml version="1.0" encoding="utf-8"? -->
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
 	<gradient android:endColor="#8dc73f" android:centerColor="#d4d4d4"
 		android:startColor="#d4d4d4">
-		<stroke android:width="1dp" color="#8dc73f">
+		<stroke android:width="1dp" android:color="#8dc73f">
 			<corners android:radius="5dp">
 				<padding android:left="7dp" android:top="7dp" android:right="7dp"
 					android:bottom="7dp">

+ 19 - 0
res/drawable/main_header_bg.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
         android:startColor="#1D2D44" 

+ 18 - 0
res/drawable/progress_small.xml

@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
 
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
     android:drawable="@drawable/spinner_inner"
     android:pivotX="50%"

+ 19 - 0
res/drawable/split_action_bg.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
         android:startColor="#D0D0D0" 

+ 19 - 0
res/drawable/uploader_list_separator.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <shape
   xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient android:startColor="@color/filelist_icon_backgorund" android:endColor="@color/filelist_icon_backgorund" android:angle="0"/>

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

@@ -2,7 +2,9 @@
 <!--
   ownCloud Android client application
 
-  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 0
res/layout-large-land/files.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2011  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

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

@@ -2,7 +2,8 @@
 <!-- 
   ownCloud Android client application
 
-  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 3 - 1
res/layout/account_setup.xml

@@ -2,7 +2,9 @@
 <!--
   ownCloud Android client application
 
-  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 20 - 0
res/layout/action_item.xml

@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <LinearLayout
 	xmlns:android="http://schemas.android.com/apk/res/android"
 	android:orientation="horizontal"

+ 2 - 0
res/layout/authenticator_getting_started_fragment.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 0
res/layout/edit_box_dialog.xml

@@ -3,6 +3,8 @@
     ownCloud Android client application
 
     Copyright (C) 2012  Bartek Przybylski
+    Copyright (C) 2012-2013 ownCloud Inc.
+
     This program is free software: 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

+ 19 - 0
res/layout/extensions_available_dialog.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@+id/extensions_avail"
     android:layout_width="wrap_content" android:layout_height="wrap_content"

+ 2 - 0
res/layout/file_activity_details.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 0
res/layout/file_details_empty.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 0
res/layout/file_details_fragment.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 0
res/layout/file_display_action_list_element.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 0
res/layout/files.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 1
res/layout/fragment_changelog.xml

@@ -2,7 +2,8 @@
 <!-- 
   ownCloud Android client application
 
-  Copyright (C) 2013 ownCloud Inc
+  Copyright (C) 2012-2013 ownCloud Inc.
+  
   This program is free software: 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

+ 2 - 1
res/layout/generic_explanation.xml

@@ -2,7 +2,8 @@
 <!-- 
   ownCloud Android client application
 
-  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 0
res/layout/landing_page_fragment.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 0
res/layout/landing_page_item.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 0
res/layout/list_fragment.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 0
res/layout/list_item.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 0
res/layout/main.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 19 - 0
res/layout/no_account_available.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"

+ 19 - 0
res/layout/pick_account_layout.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"

+ 3 - 0
res/layout/pincodelock.xml

@@ -2,6 +2,9 @@
 <!--
   ownCloud Android client application
 
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 19 - 0
res/layout/popup.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <RelativeLayout 
   xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="wrap_content"

+ 19 - 0
res/layout/progressbar_layout.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
   android:layout_width="fill_parent" android:layout_height="fill_parent"
   android:padding="5dp">

+ 19 - 0
res/layout/selected_account_element.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"

+ 2 - 1
res/layout/ssl_validator_layout.xml

@@ -2,7 +2,8 @@
 <!-- 
     ownCloud Android client application
 
-    Copyright (C) 2012  Bartek Przybylski
+    Copyright (C) 2012-2013 ownCloud Inc.
+
     This program is free software: 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

+ 2 - 1
res/layout/upload_files_layout.xml

@@ -2,7 +2,8 @@
 <!-- 
   ownCloud Android client application
 
-  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 0
res/layout/uploader_layout.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 2 - 0
res/layout/uploader_list_item_layout.xml

@@ -3,6 +3,8 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
   This program is free software: 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

+ 19 - 0
res/menu/account_picker.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <menu xmlns:android="http://schemas.android.com/apk/res/android" >
     <item android:id="@+id/createAccount" android:title="@string/create_account" android:showAsAction="ifRoom|withText"></item>
     

+ 19 - 0
res/menu/account_picker_long_click.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <menu xmlns:android="http://schemas.android.com/apk/res/android" >
     <item android:id="@+id/delete_account" android:title="@string/delete_account"></item>
     

+ 19 - 0
res/menu/file_context_menu.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <menu 	xmlns:android="http://schemas.android.com/apk/res/android">
     
 	<item 	android:id="@+id/open_file_item" 

+ 19 - 0
res/menu/menu.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <menu
   xmlns:android="http://schemas.android.com/apk/res/android">
     <item android:id="@+id/startSync" android:title="@string/actionbar_sync" android:icon="@drawable/ic_action_refresh"></item>

+ 19 - 0
res/menu/session_context_menu.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <menu
   xmlns:android="http://schemas.android.com/apk/res/android">
     <item android:id="@+id/SessionContextEdit" android:title="Edit"></item>

+ 18 - 0
res/raw-de/changelog.html

@@ -1,4 +1,22 @@
 <html>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 	<body>
 	<p>
 		Dieses Gerät läuft mit Android 4.1.x.

+ 18 - 0
res/raw-es/changelog.html

@@ -1,4 +1,22 @@
 <html>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 	<body>
 	<p>
 		Su dispositivo ejecuta Android 4.1.x. 

+ 18 - 0
res/raw/changelog.html

@@ -1,4 +1,22 @@
 <html>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 	<body>
 	<p>
 		Your device runs Android 4.1.x. 

+ 19 - 0
res/values/bools.xml

@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <!-- Default boolean values -->
 <resources>
     <bool name="large_layout">false</bool>

+ 19 - 0
res/values/colors.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <resources>
     <color name="filelist_icon_backgorund">#DDDDDD</color>
     <color name="owncloud_white">#F7F7F7</color>

+ 19 - 0
res/values/styles.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <resources>
 	<style name="Animations" />
 

+ 18 - 0
res/values/urls.xml

@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <resources>
     <string name="url_account_register">"https://owncloud.com/mobile/new"</string>
 </resources>

+ 19 - 0
res/xml/authenticator.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
                        android:accountType="owncloud"
                        android:icon="@drawable/icon"

+ 19 - 0
res/xml/preferences.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
 	<PreferenceCategory android:title="@string/prefs_category_general">
     

+ 19 - 0
res/xml/preferences_new_session.xml

@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
+-->
 <PreferenceScreen
   xmlns:android="http://schemas.android.com/apk/res/android">
     <EditTextPreference></EditTextPreference>

+ 17 - 15
res/xml/syncadapter_files.xml

@@ -1,20 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-/**
- * Copyright (c) 2010, The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+  ownCloud Android client application
+
+  Copyright (C) 2012  Bartek Przybylski
+  Copyright (C) 2012-2013 ownCloud Inc.
+
+  This program is free software: 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
+  (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, see <http://www.gnu.org/licenses/>.
 -->
 
 <!-- The attributes in this XML file provide configuration information -->

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,6 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2011  Bartek Przybylski
- *   Copyright (2) 2012-2013 ownCloud Inc.
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2011  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2011  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2011  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2011  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2011  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,5 @@
 /* ownCloud Android client application
- *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,5 @@
 /* ownCloud Android client application
- *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,5 @@
 /* ownCloud Android client application
- *   Copyright (C) 2011  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,5 @@
 /* ownCloud Android client application
- *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,5 @@
 /* ownCloud Android client application
- *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,5 @@
 /* ownCloud Android client application
- *   Copyright (C) 2011  Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,6 @@
 /* ownCloud Android client application
  *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,5 @@
 /* ownCloud Android client application
- *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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

@@ -1,5 +1,5 @@
 /* ownCloud Android client application
- *   Copyright (C) 2012 Bartek Przybylski
+ *   Copyright (C) 2012-2013 ownCloud Inc.
  *
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by

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