Browse Source

Replace license information to SPDX expression

Signed-off-by: Louis Chemineau <louis@chmn.me>
Louis Chemineau 2 years ago
parent
commit
14e57bf70a
100 changed files with 107 additions and 107 deletions
  1. 1 1
      apps/accessibility/src/accessibilityoca.js
  2. 1 1
      apps/accessibility/src/main.js
  3. 1 1
      apps/comments/src/activitytabviewplugin.js
  4. 1 1
      apps/comments/src/app.js
  5. 1 1
      apps/comments/src/comments-app.js
  6. 1 1
      apps/comments/src/comments-tab.js
  7. 1 1
      apps/comments/src/comments.js
  8. 1 1
      apps/comments/src/filesplugin.js
  9. 1 1
      apps/comments/src/mixins/CommentMixin.js
  10. 1 1
      apps/comments/src/services/CommentsInstance.js
  11. 1 1
      apps/comments/src/services/DavClient.js
  12. 1 1
      apps/comments/src/services/DeleteComment.js
  13. 1 1
      apps/comments/src/services/EditComment.js
  14. 1 1
      apps/comments/src/services/GetComments.js
  15. 1 1
      apps/comments/src/services/NewComment.js
  16. 1 1
      apps/comments/src/utils/cancelableRequest.js
  17. 1 1
      apps/comments/src/utils/davUtils.js
  18. 1 1
      apps/comments/src/utils/numberUtil.js
  19. 1 1
      apps/comments/tests/js/filespluginSpec.js
  20. 1 1
      apps/dashboard/src/helpers/getBackgroundUrl.js
  21. 1 1
      apps/dashboard/src/helpers/prefixWithBaseUrl.js
  22. 1 1
      apps/dashboard/src/main.js
  23. 1 1
      apps/dashboard/src/mixins/isMobile.js
  24. 1 1
      apps/dav/src/dav/client.js
  25. 1 1
      apps/dav/src/service/CalendarService.js
  26. 1 1
      apps/dav/src/service/logger.js
  27. 2 2
      apps/federatedfilesharing/tests/js/externalSpec.js
  28. 1 1
      apps/files/src/files-app-settings.js
  29. 1 1
      apps/files/src/legacy/filelistSearch.js
  30. 1 1
      apps/files/src/logger.js
  31. 1 1
      apps/files/src/main-personal-settings.js
  32. 1 1
      apps/files/src/models/Setting.js
  33. 1 1
      apps/files/src/models/Tab.js
  34. 1 1
      apps/files/src/services/FileInfo.js
  35. 1 1
      apps/files/src/services/Settings.js
  36. 1 1
      apps/files/src/services/Sidebar.js
  37. 1 1
      apps/files/src/services/Templates.js
  38. 1 1
      apps/files/src/sidebar.js
  39. 1 1
      apps/files/src/templates.js
  40. 1 1
      apps/files/src/utils/davUtils.js
  41. 1 1
      apps/files/src/utils/fileUtils.js
  42. 1 1
      apps/files/tests/js/appSpec.js
  43. 1 1
      apps/files/tests/js/breadcrumbSpec.js
  44. 2 2
      apps/files/tests/js/detailsviewSpec.js
  45. 1 1
      apps/files/tests/js/favoritesfilelistspec.js
  46. 1 1
      apps/files/tests/js/favoritespluginspec.js
  47. 1 1
      apps/files/tests/js/fileUploadSpec.js
  48. 1 1
      apps/files/tests/js/fileactionsSpec.js
  49. 1 1
      apps/files/tests/js/fileactionsmenuSpec.js
  50. 1 1
      apps/files/tests/js/filelistSpec.js
  51. 1 1
      apps/files/tests/js/filesSpec.js
  52. 1 1
      apps/files/tests/js/filesummarySpec.js
  53. 1 1
      apps/files/tests/js/mainfileinfodetailviewSpec.js
  54. 1 1
      apps/files/tests/js/newfilemenuSpec.js
  55. 1 1
      apps/files/tests/js/tagspluginspec.js
  56. 1 1
      apps/files_external/tests/appSpec.js
  57. 1 1
      apps/files_external/tests/js/mountsfilelistSpec.js
  58. 1 1
      apps/files_external/tests/js/settingsSpec.js
  59. 2 2
      apps/files_sharing/js/public_note.js
  60. 1 1
      apps/files_sharing/src/additionalScripts.js
  61. 1 1
      apps/files_sharing/src/collaborationresources.js
  62. 1 1
      apps/files_sharing/src/collaborationresourceshandler.js
  63. 1 1
      apps/files_sharing/src/files_sharing.js
  64. 1 1
      apps/files_sharing/src/files_sharing_tab.js
  65. 1 1
      apps/files_sharing/src/index.js
  66. 1 1
      apps/files_sharing/src/mixins/ShareRequests.js
  67. 1 1
      apps/files_sharing/src/mixins/ShareTypes.js
  68. 1 1
      apps/files_sharing/src/mixins/SharesMixin.js
  69. 1 1
      apps/files_sharing/src/models/Share.js
  70. 1 1
      apps/files_sharing/src/personal-settings.js
  71. 1 1
      apps/files_sharing/src/services/ConfigService.js
  72. 1 1
      apps/files_sharing/src/services/ExternalLinkActions.js
  73. 1 1
      apps/files_sharing/src/services/ExternalShareActions.js
  74. 1 1
      apps/files_sharing/src/services/ShareSearch.js
  75. 1 1
      apps/files_sharing/src/services/TabSections.js
  76. 1 1
      apps/files_sharing/src/share.js
  77. 1 1
      apps/files_sharing/src/sharebreadcrumbview.js
  78. 1 1
      apps/files_sharing/src/utils/GeneratePassword.js
  79. 1 1
      apps/files_sharing/src/utils/SharedWithMe.js
  80. 1 1
      apps/files_sharing/tests/js/appSpec.js
  81. 4 4
      apps/files_sharing/tests/js/fileDropSpec.js
  82. 1 1
      apps/files_sharing/tests/js/publicAppSpec.js
  83. 1 1
      apps/files_sharing/tests/js/shareSpec.js
  84. 1 1
      apps/files_trashbin/src/app.js
  85. 1 1
      apps/files_trashbin/src/filelist.js
  86. 1 1
      apps/files_trashbin/src/files_trashbin.js
  87. 1 1
      apps/files_trashbin/tests/js/appSpec.js
  88. 1 1
      apps/files_trashbin/tests/js/filelistSpec.js
  89. 1 1
      apps/files_versions/src/files_versions.js
  90. 1 1
      apps/files_versions/src/filesplugin.js
  91. 1 1
      apps/files_versions/src/versioncollection.js
  92. 1 1
      apps/files_versions/src/versionmodel.js
  93. 1 1
      apps/files_versions/src/versionstabview.js
  94. 1 1
      apps/files_versions/tests/js/versioncollectionSpec.js
  95. 1 1
      apps/files_versions/tests/js/versionmodelSpec.js
  96. 2 2
      apps/files_versions/tests/js/versionstabviewSpec.js
  97. 1 1
      apps/oauth2/src/main.js
  98. 1 1
      apps/settings/src/constants/AccountPropertyConstants.js
  99. 1 1
      apps/settings/src/constants/ProfileConstants.js
  100. 1 1
      apps/settings/src/logger.js

+ 1 - 1
apps/accessibility/src/accessibilityoca.js

@@ -4,7 +4,7 @@
  * @author Jan C. Borchardt <hey@jancborchardt.net>
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/accessibility/src/main.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/activitytabviewplugin.js

@@ -4,7 +4,7 @@
  * @author Joas Schilling <coding@schilljs.com>
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/app.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/comments-app.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/comments-tab.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/comments.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/filesplugin.js

@@ -7,7 +7,7 @@
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/mixins/CommentMixin.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/services/CommentsInstance.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/services/DavClient.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/services/DeleteComment.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/services/EditComment.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/services/GetComments.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/services/NewComment.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/utils/cancelableRequest.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/utils/davUtils.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/src/utils/numberUtil.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/comments/tests/js/filespluginSpec.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/dashboard/src/helpers/getBackgroundUrl.js

@@ -5,7 +5,7 @@
  * @author Julien Veyssier <eneiluj@posteo.net>
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/dashboard/src/helpers/prefixWithBaseUrl.js

@@ -3,7 +3,7 @@
  *
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/dashboard/src/main.js

@@ -3,7 +3,7 @@
  *
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/dashboard/src/mixins/isMobile.js

@@ -3,7 +3,7 @@
  *
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/dav/src/dav/client.js

@@ -3,7 +3,7 @@
  *
  * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/dav/src/service/CalendarService.js

@@ -3,7 +3,7 @@
  *
  * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/dav/src/service/logger.js

@@ -3,7 +3,7 @@
  *
  * @author 2021 Christoph Wurst <christoph@winzerhof-wurst.at>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 2 - 2
apps/federatedfilesharing/tests/js/externalSpec.js

@@ -4,7 +4,7 @@
  * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -146,7 +146,7 @@ describe('OCA.Sharing external tests', function() {
 			plugin.processSharesToConfirm();
 
 			expect(fakeServer.requests.length).toEqual(1);
-			
+
 			var req = fakeServer.requests[0];
 			expect(req.method).toEqual('GET');
 			expect(req.url).toEqual(OC.getRootPath() + '/index.php/apps/files_sharing/api/externalShares');

+ 1 - 1
apps/files/src/files-app-settings.js

@@ -5,7 +5,7 @@
  * @author Gary Kim <gary@garykim.dev>
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/src/legacy/filelistSearch.js

@@ -3,7 +3,7 @@
  *
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/src/logger.js

@@ -4,7 +4,7 @@
  * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/src/main-personal-settings.js

@@ -5,7 +5,7 @@
  *
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/src/models/Setting.js

@@ -4,7 +4,7 @@
  *
  * @author Gary Kim <gary@garykim.dev>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/src/models/Tab.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/src/services/FileInfo.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/src/services/Settings.js

@@ -3,7 +3,7 @@
  *
  * @author Gary Kim <gary@garykim.dev>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/src/services/Sidebar.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/src/services/Templates.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/src/sidebar.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/src/templates.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/src/utils/davUtils.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/src/utils/fileUtils.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/tests/js/appSpec.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/tests/js/breadcrumbSpec.js

@@ -6,7 +6,7 @@
  * @author Lukas Reschke <lukas@statuscode.ch>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 2 - 2
apps/files/tests/js/detailsviewSpec.js

@@ -4,7 +4,7 @@
  * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -249,7 +249,7 @@ describe('OCA.Files.DetailsView tests', function() {
 
 			var tabs = detailsView.$el.find('.tabHeader').map(function() {
 				return $(this).attr('data-tabid');
-			}).toArray(); 
+			}).toArray();
 
 			expect(tabs).toEqual(['ghi', 'jkl', 'def', 'abc']);
 		});

+ 1 - 1
apps/files/tests/js/favoritesfilelistspec.js

@@ -5,7 +5,7 @@
  * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/tests/js/favoritespluginspec.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/tests/js/fileUploadSpec.js

@@ -8,7 +8,7 @@
  * @author Tomasz Grobelny <tomasz@grobelny.net>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/tests/js/fileactionsSpec.js

@@ -9,7 +9,7 @@
  * @author Vincent Chan <plus.vincchan@gmail.com>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/tests/js/fileactionsmenuSpec.js

@@ -8,7 +8,7 @@
  * @author Roland Tapken <roland@bitarbeiter.net>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/tests/js/filelistSpec.js

@@ -29,7 +29,7 @@
  * @author Tomasz Grobelny <tomasz@grobelny.net>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/tests/js/filesSpec.js

@@ -5,7 +5,7 @@
  * @author Felix Heidecke <felix@heidecke.me>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/tests/js/filesummarySpec.js

@@ -6,7 +6,7 @@
  * @author Thomas Müller <thomas.mueller@tmit.eu>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/tests/js/mainfileinfodetailviewSpec.js

@@ -8,7 +8,7 @@
  * @author Raghu Nayyar <hey@raghunayyar.com>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/tests/js/newfilemenuSpec.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files/tests/js/tagspluginspec.js

@@ -5,7 +5,7 @@
  * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_external/tests/appSpec.js

@@ -5,7 +5,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_external/tests/js/mountsfilelistSpec.js

@@ -5,7 +5,7 @@
  * @author Joas Schilling <coding@schilljs.com>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_external/tests/js/settingsSpec.js

@@ -11,7 +11,7 @@
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 2 - 2
apps/files_sharing/js/public_note.js

@@ -2,8 +2,8 @@
  * @copyright Copyright (c) 2018, John Molakvoæ (skjnldsv@protonmail.com)
  *
  * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
- * 
- * @license GNU AGPL version 3 or any later version
+ *
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/additionalScripts.js

@@ -5,7 +5,7 @@
  * @author Julius Härtl <jus@bitgrid.net>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/collaborationresources.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/collaborationresourceshandler.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/files_sharing.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/files_sharing_tab.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/index.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/mixins/ShareRequests.js

@@ -6,7 +6,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/mixins/ShareTypes.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/mixins/SharesMixin.js

@@ -8,7 +8,7 @@
  * @author Julius Härtl <jus@bitgrid.net>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/models/Share.js

@@ -8,7 +8,7 @@
  * @author Julius Härtl <jus@bitgrid.net>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/personal-settings.js

@@ -4,7 +4,7 @@
  *
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/services/ConfigService.js

@@ -5,7 +5,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/services/ExternalLinkActions.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/services/ExternalShareActions.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/services/ShareSearch.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/services/TabSections.js

@@ -3,7 +3,7 @@
  *
  * @author Julius Härtl <jus@bitgrid.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/share.js

@@ -15,7 +15,7 @@
  * @author Samuel <faust64@gmail.com>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/sharebreadcrumbview.js

@@ -5,7 +5,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/utils/GeneratePassword.js

@@ -3,7 +3,7 @@
  *
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/src/utils/SharedWithMe.js

@@ -4,7 +4,7 @@
  * @author Joas Schilling <coding@schilljs.com>
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/tests/js/appSpec.js

@@ -5,7 +5,7 @@
  * @author Morris Jobke <hey@morrisjobke.de>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 4 - 4
apps/files_sharing/tests/js/fileDropSpec.js

@@ -3,7 +3,7 @@
  *
  * @author Artur Neumann <info@individual-it.net>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -34,7 +34,7 @@ describe("files Drop tests", function() {
 
 	//this pre/post positions should not change the result of the file name validation
 	var prePostPositions = [""," ","  ","	"];
-	
+
 	//use the testFiles and the pre/post positions to generate more testing data
 	var replicatedTestFiles = [];
 	prePostPositions.map(function (prePostPosition) {
@@ -80,7 +80,7 @@ describe("files Drop tests", function() {
 						'wrongly validated file named "'+testFile.name+'"'
 						);
 		});
-		
+
 		if (testFile.expectedValidationResult === true) {
 			it("should set correct PUT URL, Auth header and submit", function () {
 				data = {
@@ -88,7 +88,7 @@ describe("files Drop tests", function() {
 						'files': [testFile]
 					}
 				$('#sharingToken').val(sharingToken);
-				
+
 				OCA.FilesSharingDrop.addFileToUpload('',data);
 				expect(data.submit.calledOnce).toEqual(true);
 				expect(data.url).toContain("/public.php/webdav/" + encodeURI(testFile.name));

+ 1 - 1
apps/files_sharing/tests/js/publicAppSpec.js

@@ -6,7 +6,7 @@
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_sharing/tests/js/shareSpec.js

@@ -9,7 +9,7 @@
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_trashbin/src/app.js

@@ -10,7 +10,7 @@
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_trashbin/src/filelist.js

@@ -8,7 +8,7 @@
  * @author Robin Appelman <robin@icewind.nl>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_trashbin/src/files_trashbin.js

@@ -3,7 +3,7 @@
  *
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_trashbin/tests/js/appSpec.js

@@ -3,7 +3,7 @@
  *
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_trashbin/tests/js/filelistSpec.js

@@ -9,7 +9,7 @@
  * @author Robin Appelman <robin@icewind.nl>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_versions/src/files_versions.js

@@ -3,7 +3,7 @@
  *
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_versions/src/filesplugin.js

@@ -4,7 +4,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_versions/src/versioncollection.js

@@ -5,7 +5,7 @@
  * @author Robin Appelman <robin@icewind.nl>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_versions/src/versionmodel.js

@@ -5,7 +5,7 @@
  * @author Robin Appelman <robin@icewind.nl>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_versions/src/versionstabview.js

@@ -9,7 +9,7 @@
  * @author Robin Appelman <robin@icewind.nl>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_versions/tests/js/versioncollectionSpec.js

@@ -4,7 +4,7 @@
  * @author Robin Appelman <robin@icewind.nl>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/files_versions/tests/js/versionmodelSpec.js

@@ -5,7 +5,7 @@
  * @author Robin Appelman <robin@icewind.nl>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 2 - 2
apps/files_versions/tests/js/versionstabviewSpec.js

@@ -7,7 +7,7 @@
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  * @author Vincent Petry <vincent@nextcloud.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -137,7 +137,7 @@ describe('OCA.Versions.VersionsTabView', function() {
 			tabView.setFileInfo(fileInfoModel);
 			tabView.collection.set(testVersions);
 		});
-		
+
 		afterEach(function() {
 			revertStub.restore();
 		});

+ 1 - 1
apps/oauth2/src/main.js

@@ -5,7 +5,7 @@
  * @author John Molakvoæ <skjnldsv@protonmail.com>
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/settings/src/constants/AccountPropertyConstants.js

@@ -3,7 +3,7 @@
  *
  * @author Christopher Ng <chrng8@gmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/settings/src/constants/ProfileConstants.js

@@ -3,7 +3,7 @@
  *
  * @author Christopher Ng <chrng8@gmail.com>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

+ 1 - 1
apps/settings/src/logger.js

@@ -3,7 +3,7 @@
  *
  * @author Roeland Jago Douma <roeland@famdouma.nl>
  *
- * @license GNU AGPL version 3 or any later version
+ * @license AGPL-3.0-or-later
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as

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