summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-04-26 19:10:41 +0200
committerGitHub <noreply@github.com>2024-04-26 19:10:41 +0200
commit8ef7b2ef63a809bc9136ed6c730a73269060f29a (patch)
treec76ab95e07dbdcbffca30720a2ba2902f2b92bfa
parent0ace1fe5ca9e7c7e8a51bd91d8007d58deb2e096 (diff)
parentb2d9bf1fa9c11fd57da9ea874f2653085862f948 (diff)
Merge pull request #12204 from nextcloud/chore/spdx
chore: Migrate to SPDX headers
-rw-r--r--.editorconfig2
-rw-r--r--.eslintignore2
-rw-r--r--.eslintrc.js4
-rw-r--r--.gitattributes2
-rw-r--r--.github/workflows/reuse.yml19
-rw-r--r--.php-cs-fixer.dist.php4
-rw-r--r--.readthedocs.yaml2
-rw-r--r--.reuse/dep5182
-rw-r--r--.stylelintignore5
-rw-r--r--CHANGELOG.md4
-rw-r--r--LICENSES/AGPL-3.0-only.txt235
-rw-r--r--LICENSES/AGPL-3.0-or-later.txt235
-rw-r--r--LICENSES/Apache-2.0.txt73
-rw-r--r--LICENSES/CC-BY-4.0.txt156
-rw-r--r--LICENSES/CC-BY-SA-4.0.txt170
-rw-r--r--LICENSES/CC0-1.0.txt121
-rw-r--r--LICENSES/LicenseRef-Discord.txt10
-rw-r--r--LICENSES/LicenseRef-Mattermost.txt7
-rw-r--r--LICENSES/LicenseRef-Nasa.txt1
-rw-r--r--LICENSES/LicenseRef-NextcloudTrademarks.txt9
-rw-r--r--LICENSES/LicenseRef-RocketChat.txt7
-rw-r--r--LICENSES/MIT.txt9
-rw-r--r--Makefile3
-rw-r--r--README.md4
-rw-r--r--appinfo/info.xml4
-rw-r--r--babel.config.js4
-rw-r--r--composer/autoload.php4
-rw-r--r--css/icons.css4
-rw-r--r--css/publicshare.css5
-rw-r--r--css/publicshareauth.css5
-rw-r--r--css/unified-search.css4
-rw-r--r--docs/HPB-P2P.png.license2
-rw-r--r--docs/HPB-log-simplifier.sh18
-rw-r--r--docs/Talkbuchet-cli.py18
-rwxr-xr-xdocs/Talkbuchet-run.sh18
-rw-r--r--docs/botscreenshots/call-summary.png.license2
-rw-r--r--docs/botscreenshots/currency-convertor.png.license2
-rw-r--r--docs/botscreenshots/stable-diffusion.png.license2
-rw-r--r--docs/botscreenshots/welcome-bot.png.license2
-rw-r--r--docs/call-in-action.jpg.license2
-rw-r--r--docs/call-in-action.png.license2
-rw-r--r--docs/chat.png.license2
-rw-r--r--docs/file-darg-and-drop.png.license2
-rw-r--r--docs/screensharing.png.license2
-rw-r--r--docs/screenshotplaceholders/placeholder-0.jpegbin693130 -> 55252 bytes
-rw-r--r--docs/screenshotplaceholders/placeholder-3.jpegbin480170 -> 37683 bytes
-rw-r--r--docs/screenshotplaceholders/placeholder-6.jpegbin560811 -> 114845 bytes
-rw-r--r--docs/screenshotplaceholders/placeholder-8.jpegbin529489 -> 71347 bytes
-rw-r--r--docs/video-verfication.png.license2
-rw-r--r--img/COPYING15
-rw-r--r--img/backgrounds/COPYING24
-rw-r--r--img/bridge-bot.pngbin2534 -> 995 bytes
-rwxr-xr-x[-rw-r--r--]img/bridge-services/discord.svg2
-rw-r--r--img/bridge-services/irc.svg2
-rw-r--r--img/bridge-services/matrix.svg11
-rw-r--r--img/bridge-services/msteams.svg9
-rw-r--r--img/bridge-services/rocketchat.svg7
-rw-r--r--img/bridge-services/slack.svg11
-rw-r--r--img/bridge-services/xmpp.svg3
-rw-r--r--img/bridge-services/zulip.svg7
-rw-r--r--img/clip-add-file.svg1
-rw-r--r--img/menu-people.svg2
-rw-r--r--img/no-password.svg2
-rw-r--r--img/share-window.svg1
-rw-r--r--lib/AppInfo/Application.php1
-rw-r--r--lib/Chat/Parser/ReactionParser.php1
-rw-r--r--lib/Controller/FederationController.php1
-rw-r--r--lib/Federation/FederationManager.php1
-rw-r--r--lib/Model/Invitation.php1
-rw-r--r--lib/Recording/BackendNotifier.php1
-rw-r--r--lib/Service/RecordingService.php1
-rw-r--r--lib/Status/Listener.php1
-rw-r--r--mkdocs.yml3
-rw-r--r--src/App.vue20
-rw-r--r--src/__mocks__/router.js4
-rw-r--r--src/__mocks__/tabbable.js4
-rw-r--r--src/__mocks__/webdav.js4
-rw-r--r--src/assets/missingMaterialDesignIcons/MenuPeople.vue5
-rw-r--r--src/components/AvatarWrapper/AvatarWrapper.spec.js4
-rw-r--r--src/components/CallView/shared/VideoBottomBar.spec.js4
-rw-r--r--src/components/EmptyView.vue5
-rw-r--r--src/components/LeftSidebar/ConversationsList/Conversation.spec.js4
-rw-r--r--src/components/LeftSidebar/LeftSidebar.spec.js4
-rw-r--r--src/components/MessagesList/MessagesGroup/Message/Message.spec.js4
-rw-r--r--src/components/MessagesList/MessagesGroup/Message/MessageButtonsBar/MessageButtonsBar.spec.js4
-rw-r--r--src/components/MessagesList/MessagesGroup/Message/MessagePart/FilePreview.spec.js4
-rw-r--r--src/components/MessagesList/MessagesGroup/Message/MessagePart/Reactions.spec.js4
-rw-r--r--src/components/MessagesList/MessagesGroup/MessagesGroup.spec.js4
-rw-r--r--src/components/MessagesList/MessagesList.spec.js4
-rw-r--r--src/components/RightSidebar/BreakoutRooms/BreakoutRoomsActions.vue5
-rw-r--r--src/components/RightSidebar/Participants/Participant.spec.js4
-rw-r--r--src/components/RightSidebar/Participants/ParticipantPermissionsEditor.spec.js4
-rw-r--r--src/components/RightSidebar/SharedItems/sharedItemsConstants.js4
-rw-r--r--src/components/RoomSelector.spec.js4