Browse Source

OC-2534: Review library name and copyright

masensio 11 years ago
parent
commit
1c6fcdb372
65 changed files with 77 additions and 77 deletions
  1. 1 1
      oc_framework-test-project/AndroidManifest.xml
  2. 1 1
      oc_framework-test-project/oc_framework-test-test/AndroidManifest.xml
  3. 1 1
      oc_framework-test-project/oc_framework-test-test/res/values/strings.xml
  4. 1 1
      oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/CreateFolderTest.java
  5. 1 1
      oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/DeleteFileTest.java
  6. 1 1
      oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/DownloadFileTest.java
  7. 1 1
      oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/ReadFileTest.java
  8. 1 1
      oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/ReadFolderTest.java
  9. 1 1
      oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/RenameFileTest.java
  10. 1 1
      oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/UploadFileTest.java
  11. 1 1
      oc_framework-test-project/res/layout/activity_test.xml
  12. 1 1
      oc_framework-test-project/res/menu/test.xml
  13. 1 1
      oc_framework-test-project/res/values-sw600dp/dimens.xml
  14. 1 1
      oc_framework-test-project/res/values-sw720dp-land/dimens.xml
  15. 1 1
      oc_framework-test-project/res/values-v11/styles.xml
  16. 1 1
      oc_framework-test-project/res/values-v14/styles.xml
  17. 1 1
      oc_framework-test-project/res/values/dimens.xml
  18. 1 1
      oc_framework-test-project/res/values/strings.xml
  19. 1 1
      oc_framework-test-project/res/values/styles.xml
  20. 1 1
      oc_framework/AndroidManifest.xml
  21. 1 1
      oc_framework/res/values/empty.xml
  22. 1 1
      oc_framework/sample_client/AndroidManifest.xml
  23. 1 1
      oc_framework/sample_client/res/layout/file_in_list.xml
  24. 1 1
      oc_framework/sample_client/res/layout/main.xml
  25. 1 1
      oc_framework/sample_client/res/values-v11/styles.xml
  26. 1 1
      oc_framework/sample_client/res/values/dimensions.xml
  27. 1 1
      oc_framework/sample_client/res/values/setup.xml
  28. 1 1
      oc_framework/sample_client/res/values/strings.xml
  29. 1 1
      oc_framework/sample_client/res/values/styles.xml
  30. 1 1
      oc_framework/sample_client/src/com/owncloud/android/oc_framework/sampleclient/FilesArrayAdapter.java
  31. 1 1
      oc_framework/sample_client/src/com/owncloud/android/oc_framework/sampleclient/MainActivity.java
  32. 2 2
      oc_framework/src/com/owncloud/android/oc_framework/accounts/AccountTypeUtils.java
  33. 2 2
      oc_framework/src/com/owncloud/android/oc_framework/accounts/AccountUtils.java
  34. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/accounts/OwnCloudAccount.java
  35. 2 2
      oc_framework/src/com/owncloud/android/oc_framework/network/AdvancedSslSocketFactory.java
  36. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/network/AdvancedX509TrustManager.java
  37. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/network/BearerAuthScheme.java
  38. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/network/BearerCredentials.java
  39. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/network/CertificateCombinedException.java
  40. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/network/NetworkUtils.java
  41. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/network/ProgressiveDataTransferer.java
  42. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/network/ServerNameIndicator.java
  43. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/network/webdav/ChunkFromFileChannelRequestEntity.java
  44. 2 2
      oc_framework/src/com/owncloud/android/oc_framework/network/webdav/FileRequestEntity.java
  45. 2 2
      oc_framework/src/com/owncloud/android/oc_framework/network/webdav/OnDatatransferProgressListener.java
  46. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/network/webdav/OwnCloudClientFactory.java
  47. 2 2
      oc_framework/src/com/owncloud/android/oc_framework/network/webdav/WebdavClient.java
  48. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/network/webdav/WebdavEntry.java
  49. 2 2
      oc_framework/src/com/owncloud/android/oc_framework/network/webdav/WebdavUtils.java
  50. 2 2
      oc_framework/src/com/owncloud/android/oc_framework/operations/OnRemoteOperationListener.java
  51. 2 2
      oc_framework/src/com/owncloud/android/oc_framework/operations/OperationCancelledException.java
  52. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/operations/RemoteFile.java
  53. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/operations/RemoteOperation.java
  54. 2 2
      oc_framework/src/com/owncloud/android/oc_framework/operations/RemoteOperationResult.java
  55. 2 2
      oc_framework/src/com/owncloud/android/oc_framework/operations/remote/ChunkedUploadRemoteFileOperation.java
  56. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/operations/remote/CreateRemoteFolderOperation.java
  57. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/operations/remote/DownloadRemoteFileOperation.java
  58. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/operations/remote/ExistenceCheckRemoteOperation.java
  59. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/operations/remote/ReadRemoteFileOperation.java
  60. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/operations/remote/ReadRemoteFolderOperation.java
  61. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/operations/remote/RemoveRemoteFileOperation.java
  62. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/operations/remote/RenameRemoteFileOperation.java
  63. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/operations/remote/UploadRemoteFileOperation.java
  64. 1 1
      oc_framework/src/com/owncloud/android/oc_framework/utils/FileUtils.java
  65. 2 2
      oc_framework/src/com/owncloud/android/oc_framework/utils/OwnCloudVersion.java

+ 1 - 1
oc_framework-test-project/AndroidManifest.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/oc_framework-test-test/AndroidManifest.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/oc_framework-test-test/res/values/strings.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/CreateFolderTest.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/DeleteFileTest.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/DownloadFileTest.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/ReadFileTest.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/ReadFolderTest.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/RenameFileTest.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/UploadFileTest.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/res/layout/activity_test.xml

@@ -1,4 +1,4 @@
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/res/menu/test.xml

@@ -1,4 +1,4 @@
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/res/values-sw600dp/dimens.xml

@@ -1,4 +1,4 @@
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/res/values-sw720dp-land/dimens.xml

@@ -1,4 +1,4 @@
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/res/values-v11/styles.xml

@@ -1,4 +1,4 @@
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/res/values-v14/styles.xml

@@ -1,4 +1,4 @@
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/res/values/dimens.xml

@@ -1,4 +1,4 @@
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/res/values/strings.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework-test-project/res/values/styles.xml

@@ -1,4 +1,4 @@
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/AndroidManifest.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/res/values/empty.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/sample_client/AndroidManifest.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/sample_client/res/layout/file_in_list.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/sample_client/res/layout/main.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/sample_client/res/values-v11/styles.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/sample_client/res/values/dimensions.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/sample_client/res/values/setup.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/sample_client/res/values/strings.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/sample_client/res/values/styles.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!--  ownCloud webDAV Library for Android is available under MIT license
+<!--  ownCloud Android Library is available under MIT license
    Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
     
    Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/sample_client/src/com/owncloud/android/oc_framework/sampleclient/FilesArrayAdapter.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/sample_client/src/com/owncloud/android/oc_framework/sampleclient/MainActivity.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 2 - 2
oc_framework/src/com/owncloud/android/oc_framework/accounts/AccountTypeUtils.java

@@ -1,6 +1,6 @@
-/* ownCloud webDAV Library for Android is available under MIT license
- *   Copyright (C) 2012  Bartek Przybylski
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
+ *   Copyright (C) 2012  Bartek Przybylski
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy
  *   of this software and associated documentation files (the "Software"), to deal

+ 2 - 2
oc_framework/src/com/owncloud/android/oc_framework/accounts/AccountUtils.java

@@ -1,6 +1,6 @@
-/* ownCloud webDAV Library for Android is available under MIT license
- *   Copyright (C) 2012  Bartek Przybylski
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
+ *   Copyright (C) 2012  Bartek Przybylski
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy
  *   of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/accounts/OwnCloudAccount.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 2 - 2
oc_framework/src/com/owncloud/android/oc_framework/network/AdvancedSslSocketFactory.java

@@ -1,6 +1,6 @@
-/* ownCloud webDAV Library for Android is available under MIT license
- *   Copyright (C) 2012  Bartek Przybylski
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
+ *   Copyright (C) 2012  Bartek Przybylski
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy
  *   of this software and associated documentation files (the "Software"), to deal

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

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/network/BearerAuthScheme.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/network/BearerCredentials.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

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

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/network/NetworkUtils.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/network/ProgressiveDataTransferer.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/network/ServerNameIndicator.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/ChunkFromFileChannelRequestEntity.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 2 - 2
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/FileRequestEntity.java

@@ -1,6 +1,6 @@
-/* ownCloud webDAV Library for Android is available under MIT license
- *   Copyright (C) 2012  Bartek Przybylski
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
+ *   Copyright (C) 2012  Bartek Przybylski
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy
  *   of this software and associated documentation files (the "Software"), to deal

+ 2 - 2
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/OnDatatransferProgressListener.java

@@ -1,6 +1,6 @@
-/* ownCloud webDAV Library for Android is available under MIT license
- *   Copyright (C) 2012  Bartek Przybylski
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
+ *   Copyright (C) 2012  Bartek Przybylski
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy
  *   of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/OwnCloudClientFactory.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 2 - 2
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/WebdavClient.java

@@ -1,6 +1,6 @@
-/* ownCloud webDAV Library for Android is available under MIT license
- *   Copyright (C) 2012  Bartek Przybylski
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
+ *   Copyright (C) 2012  Bartek Przybylski
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy
  *   of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/WebdavEntry.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 2 - 2
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/WebdavUtils.java

@@ -1,6 +1,6 @@
-/* ownCloud webDAV Library for Android is available under MIT license
- *   Copyright (C) 2012  Bartek Przybylski
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
+ *   Copyright (C) 2012  Bartek Przybylski
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy
  *   of this software and associated documentation files (the "Software"), to deal

+ 2 - 2
oc_framework/src/com/owncloud/android/oc_framework/operations/OnRemoteOperationListener.java

@@ -1,6 +1,6 @@
-/* ownCloud webDAV Library for Android is available under MIT license
- *   Copyright (C) 2012  Bartek Przybylski
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
+ *   Copyright (C) 2012  Bartek Przybylski
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy
  *   of this software and associated documentation files (the "Software"), to deal

+ 2 - 2
oc_framework/src/com/owncloud/android/oc_framework/operations/OperationCancelledException.java

@@ -1,6 +1,6 @@
-/* ownCloud webDAV Library for Android is available under MIT license
- *   Copyright (C) 2012  Bartek Przybylski
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
+ *   Copyright (C) 2012  Bartek Przybylski
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy
  *   of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/operations/RemoteFile.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

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

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 2 - 2
oc_framework/src/com/owncloud/android/oc_framework/operations/RemoteOperationResult.java

@@ -1,6 +1,6 @@
-/* ownCloud webDAV Library for Android is available under MIT license
- *   Copyright (C) 2012  Bartek Przybylski
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
+ *   Copyright (C) 2012  Bartek Przybylski
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy
  *   of this software and associated documentation files (the "Software"), to deal

+ 2 - 2
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/ChunkedUploadRemoteFileOperation.java

@@ -1,6 +1,6 @@
-/* ownCloud webDAV Library for Android is available under MIT license
- *   Copyright (C) 2012  Bartek Przybylski
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
+ *   Copyright (C) 2012  Bartek Przybylski
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy
  *   of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/CreateRemoteFolderOperation.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/DownloadRemoteFileOperation.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/ExistenceCheckRemoteOperation.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/ReadRemoteFileOperation.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/ReadRemoteFolderOperation.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/RemoveRemoteFileOperation.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/RenameRemoteFileOperation.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/UploadRemoteFileOperation.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 1 - 1
oc_framework/src/com/owncloud/android/oc_framework/utils/FileUtils.java

@@ -1,4 +1,4 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
  *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy

+ 2 - 2
oc_framework/src/com/owncloud/android/oc_framework/utils/OwnCloudVersion.java

@@ -1,6 +1,6 @@
-/* ownCloud webDAV Library for Android is available under MIT license
+/* ownCloud Android Library is available under MIT license
+ *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/) 
  *   Copyright (C) 2012  Bartek Przybylski
- *   Copyright (C) 2014 ownCloud (http://www.owncloud.org/)
  *   
  *   Permission is hereby granted, free of charge, to any person obtaining a copy
  *   of this software and associated documentation files (the "Software"), to deal