kopia lustrzana https://github.com/nextcloud/social
feat(spdx): Add SPDX headers
...and authors file Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>pull/1892/head
rodzic
174154dd55
commit
e59a69a453
|
@ -0,0 +1,39 @@
|
|||
<!--
|
||||
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
||||
- SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
# Authors
|
||||
|
||||
- Andy Scherzinger <info@andy-scherzinger.de>
|
||||
- blizzz <blizzz@arthur-schiwon.de>
|
||||
- Carl Schwan <carl@carlschwan.eu>
|
||||
- Christoph Wurst <ChristophWurst@users.noreply.github.com>
|
||||
- Curtis Parfitt-Ford <curtis@mashedkeyboard.me>
|
||||
- Cyrille Bollu <cyrille@bollu.be>
|
||||
- Emerson Kfuri <emersonkfuri@gmail.com>
|
||||
- emmanuel <154705254+codesmith-emmy@users.noreply.github.com>
|
||||
- Jan C. Borchardt <hey@jancborchardt.net>
|
||||
- Joas Schilling <coding@schilljs.com>
|
||||
- John Molakvoæ <skjnldsv@protonmail.com>
|
||||
- Jonas Sulzer <jonas@violoncello.ch>
|
||||
- Jos Poortvliet <jospoortvliet@gmail.com>
|
||||
- Julien Veyssier <eneiluj@posteo.net>
|
||||
- Julius Härtl <jus@bitgrid.net>
|
||||
- Jérémie Tarot (@silopolis) <silopolis@gmail.com>
|
||||
- Louis Chemineau <louis@chmn.me>
|
||||
- Max <max@nextcloud.com>
|
||||
- Maxence Lange <maxence@artificial-owl.com>
|
||||
- Morris Jobke <hey@morrisjobke.de>
|
||||
- Mostafa Ahangarha <ahangarha@riseup.net>
|
||||
- Nikolai Merinov <nikolai.merinov@member.fsf.org>
|
||||
- rakekniven <mark.ziegler@rakekniven.de>
|
||||
- Rik Meijer <rik@pulledbits.org>
|
||||
- Robin Appelman <robin@icewind.nl>
|
||||
- Roeland Jago Douma <roeland@famdouma.nl>
|
||||
- Ruben Barkow <github@r.z11.de>
|
||||
- stefan123t <stefan.thieme@gmx.ch>
|
||||
- szaimen <szaimen@e.mail.de>
|
||||
- Tobias Speicher <rootcommander@gmail.com>
|
||||
- Valdnet <47037905+Valdnet@users.noreply.github.com>
|
||||
- Vincent Petry <vincent@nextcloud.com>
|
||||
- violoncello.ch <22591354+violoncelloCH@users.noreply.github.com>
|
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
- SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
- SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
# Changelog
|
||||
|
||||
## 0.6.1
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
- SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
- SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
# Nextcloud Social
|
||||
|
||||
**🎉 Nextcloud becomes part of the federated social networks!**
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
- SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
- SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
<template>
|
||||
<NcContent v-if="!serverData.setup" app-name="social" :class="{public: serverData.public}">
|
||||
<NcAppNavigation v-if="!serverData.public">
|
||||
|
|
|
@ -1,14 +1,8 @@
|
|||
/* jshint esversion: 6 */
|
||||
|
||||
/**
|
||||
* Nextcloud - social
|
||||
*
|
||||
*
|
||||
* This file is licensed under the Affero General Public License version 3 or
|
||||
* later. See the COPYING file.
|
||||
*
|
||||
* @author Julien Veyssier <eneiluj@posteo.net>
|
||||
* @copyright Julien Veyssier 2020
|
||||
* SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
import Vue from 'vue'
|
||||
|
|
21
src/main.js
21
src/main.js
|
@ -1,23 +1,6 @@
|
|||
/**
|
||||
* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
|
||||
*
|
||||
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
||||
*
|
||||
* @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
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
import Vue from 'vue'
|
||||
|
|
18
src/oauth.js
18
src/oauth.js
|
@ -1,20 +1,6 @@
|
|||
/**
|
||||
* @copyright 2022 Carl Schwan <carl@carlschwan.eu>
|
||||
*
|
||||
* @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
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
import Vue from 'vue'
|
||||
|
|
|
@ -1,23 +1,6 @@
|
|||
/**
|
||||
* @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
|
||||
*
|
||||
* @author Julius Härtl <jus@bitgrid.net>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
import Vue from 'vue'
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
// SPDX-FileCopyrigthText: 2022 Carl Schwan <carl@carlschwan.eu>
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
/**
|
||||
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
// eslint-disable-next-line
|
||||
import ProfilePageIntegration from './views/ProfilePageIntegration.vue'
|
||||
|
|
|
@ -1,25 +1,6 @@
|
|||
/**
|
||||
* @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
|
||||
* @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
|
||||
*
|
||||
* @author Julius Härtl <jus@bitgrid.net>
|
||||
* @author John Molakvoæ <skjnldsv@protonmail.com>
|
||||
*
|
||||
* @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
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
import Vue from 'vue'
|
||||
import Router from 'vue-router'
|
||||
|
|
Ładowanie…
Reference in New Issue