OC-2534: Review library name and copyright
authormasensio <masensio@solidgear.es>
Thu, 16 Jan 2014 17:36:35 +0000 (18:36 +0100)
committermasensio <masensio@solidgear.es>
Thu, 16 Jan 2014 17:36:35 +0000 (18:36 +0100)
65 files changed:
oc_framework-test-project/AndroidManifest.xml
oc_framework-test-project/oc_framework-test-test/AndroidManifest.xml
oc_framework-test-project/oc_framework-test-test/res/values/strings.xml
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/CreateFolderTest.java
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/DeleteFileTest.java
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/DownloadFileTest.java
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/ReadFileTest.java
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/ReadFolderTest.java
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/RenameFileTest.java
oc_framework-test-project/oc_framework-test-test/src/com/owncloud/android/oc_framework_test_project/test/UploadFileTest.java
oc_framework-test-project/res/layout/activity_test.xml
oc_framework-test-project/res/menu/test.xml
oc_framework-test-project/res/values-sw600dp/dimens.xml
oc_framework-test-project/res/values-sw720dp-land/dimens.xml
oc_framework-test-project/res/values-v11/styles.xml
oc_framework-test-project/res/values-v14/styles.xml
oc_framework-test-project/res/values/dimens.xml
oc_framework-test-project/res/values/strings.xml
oc_framework-test-project/res/values/styles.xml
oc_framework/AndroidManifest.xml
oc_framework/res/values/empty.xml
oc_framework/sample_client/AndroidManifest.xml
oc_framework/sample_client/res/layout/file_in_list.xml
oc_framework/sample_client/res/layout/main.xml
oc_framework/sample_client/res/values-v11/styles.xml
oc_framework/sample_client/res/values/dimensions.xml
oc_framework/sample_client/res/values/setup.xml
oc_framework/sample_client/res/values/strings.xml
oc_framework/sample_client/res/values/styles.xml
oc_framework/sample_client/src/com/owncloud/android/oc_framework/sampleclient/FilesArrayAdapter.java
oc_framework/sample_client/src/com/owncloud/android/oc_framework/sampleclient/MainActivity.java
oc_framework/src/com/owncloud/android/oc_framework/accounts/AccountTypeUtils.java
oc_framework/src/com/owncloud/android/oc_framework/accounts/AccountUtils.java
oc_framework/src/com/owncloud/android/oc_framework/accounts/OwnCloudAccount.java
oc_framework/src/com/owncloud/android/oc_framework/network/AdvancedSslSocketFactory.java
oc_framework/src/com/owncloud/android/oc_framework/network/AdvancedX509TrustManager.java
oc_framework/src/com/owncloud/android/oc_framework/network/BearerAuthScheme.java
oc_framework/src/com/owncloud/android/oc_framework/network/BearerCredentials.java
oc_framework/src/com/owncloud/android/oc_framework/network/CertificateCombinedException.java
oc_framework/src/com/owncloud/android/oc_framework/network/NetworkUtils.java
oc_framework/src/com/owncloud/android/oc_framework/network/ProgressiveDataTransferer.java
oc_framework/src/com/owncloud/android/oc_framework/network/ServerNameIndicator.java
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/ChunkFromFileChannelRequestEntity.java
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/FileRequestEntity.java
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/OnDatatransferProgressListener.java
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/OwnCloudClientFactory.java
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/WebdavClient.java
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/WebdavEntry.java
oc_framework/src/com/owncloud/android/oc_framework/network/webdav/WebdavUtils.java
oc_framework/src/com/owncloud/android/oc_framework/operations/OnRemoteOperationListener.java
oc_framework/src/com/owncloud/android/oc_framework/operations/OperationCancelledException.java
oc_framework/src/com/owncloud/android/oc_framework/operations/RemoteFile.java
oc_framework/src/com/owncloud/android/oc_framework/operations/RemoteOperation.java
oc_framework/src/com/owncloud/android/oc_framework/operations/RemoteOperationResult.java
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/ChunkedUploadRemoteFileOperation.java
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/CreateRemoteFolderOperation.java
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/DownloadRemoteFileOperation.java
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/ExistenceCheckRemoteOperation.java
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/ReadRemoteFileOperation.java
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/ReadRemoteFolderOperation.java
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/RemoveRemoteFileOperation.java
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/RenameRemoteFileOperation.java
oc_framework/src/com/owncloud/android/oc_framework/operations/remote/UploadRemoteFileOperation.java
oc_framework/src/com/owncloud/android/oc_framework/utils/FileUtils.java
oc_framework/src/com/owncloud/android/oc_framework/utils/OwnCloudVersion.java

index 4d1aefb..f09a605 100644 (file)
@@ -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
index 8c24a0a..b29d32e 100644 (file)
@@ -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
index 45f5a8f..6061b50 100644 (file)
@@ -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
index 7fc346e..0660882 100644 (file)
@@ -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
index 7928db4..b3b7c37 100644 (file)
@@ -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
index 28f53e4..8c52eab 100644 (file)
@@ -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
index 932ec33..e6887ac 100644 (file)
@@ -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
index be950ee..29aae10 100644 (file)
@@ -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
index f2ea39f..55637ec 100644 (file)
@@ -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
index e8ff947..1406a58 100644 (file)
@@ -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
index d4a7466..6b03fd8 100644 (file)
@@ -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
index 7cb4110..bc80b56 100644 (file)
@@ -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
index 9d91aef..59ffe37 100644 (file)
@@ -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
index c3dda33..730c839 100644 (file)
@@ -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
index f923995..b5df882 100644 (file)
@@ -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
index 1385969..7679e46 100644 (file)
@@ -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
index 66000b6..de6ebd4 100644 (file)
@@ -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
index 4cc67be..3cc111d 100644 (file)
@@ -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
index 0ec1df4..6268658 100644 (file)
@@ -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
index c60f2a1..7c391cd 100644 (file)
@@ -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
index 0b0d210..bddce4c 100644 (file)
@@ -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
index b5d54fa..4e1ff7a 100644 (file)
@@ -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
index cb4c937..a355248 100644 (file)
@@ -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
index 731f038..816c465 100644 (file)
@@ -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
index 1d42361..aa588f4 100644 (file)
@@ -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
index 7b3d8a0..0bf62cd 100644 (file)
@@ -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
index bef55ee..03e45f5 100644 (file)
@@ -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
index 2922ff8..7de1de7 100644 (file)
@@ -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
index 1b46329..9ecd66f 100644 (file)
@@ -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
index 43db1ae..0020c72 100644 (file)
@@ -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
index b166d2a..847be9e 100644 (file)
@@ -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
index 9f95d38..5f81462 100644 (file)
@@ -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
index 5395f91..589e4e6 100644 (file)
@@ -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
index cb3fe28..2032504 100644 (file)
@@ -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
index 0555eaf..89b8b23 100644 (file)
@@ -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
index 61a7dfe..2df79dc 100644 (file)
@@ -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
index 4f7e7bb..a7b62e3 100644 (file)
@@ -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
index f45188d..97367c5 100644 (file)
@@ -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
index cf48423..464422c 100644 (file)
@@ -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
index 90f28cb..c94516a 100644 (file)
@@ -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
index b2418b6..4d803bf 100644 (file)
@@ -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
index 12973a5..e5a6d68 100644 (file)
@@ -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
index 3c3709a..6a921e9 100644 (file)
@@ -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
index 6012a53..1bc3eb6 100644 (file)
@@ -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
index 7da6f50..0ace2db 100644 (file)
@@ -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
index aa2a30f..b90deed 100644 (file)
@@ -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
index 84c585d..eb828d4 100644 (file)
@@ -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
index 3732bce..9d0d61f 100644 (file)
@@ -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
index 167657c..7b963fc 100644 (file)
@@ -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
index e3fb58a..c87a190 100644 (file)
@@ -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
index 1fe54b1..b47a8e1 100644 (file)
@@ -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
index 70c9dc1..9c947c8 100644 (file)
@@ -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
index 8736865..7efb588 100644 (file)
@@ -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
index 3790ba3..9c4f5f3 100644 (file)
@@ -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
index 6d7ebee..6df4264 100644 (file)
@@ -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
index ca9b187..ebbe3e6 100644 (file)
@@ -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
index 7be68c3..1f2522a 100644 (file)
@@ -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
index b1be536..e2c936f 100644 (file)
@@ -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
index c0ab4f2..5615543 100644 (file)
@@ -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
index 98223ab..fb03449 100644 (file)
@@ -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
index 8e54f2c..1c3570c 100644 (file)
@@ -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
index 5c96f86..c3056e5 100644 (file)
@@ -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
index 0e1957d..b23d1ff 100644 (file)
@@ -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
index 1f81f46..f6c5e81 100644 (file)
@@ -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
index 8dcff58..868b9bd 100644 (file)
@@ -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