Skip to content

Commit

Permalink
Add REUSE headers
Browse files Browse the repository at this point in the history
  • Loading branch information
wginolas committed Apr 2, 2024
1 parent 30b97b0 commit 9760264
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <[email protected]> and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later

# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!---
SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <[email protected]> and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->
# Changelog

## [Unreleased]
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!--
SPDX-FileCopyrightText: Wolfgang Ginolas <[email protected]>
SPDX-License-Identifier: CC0-1.0
<!---
SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <[email protected]> and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->

# Open In CryptPad
Expand Down
6 changes: 6 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!---
SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <[email protected]> and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
-->

# Security Policy

## Supported Versions
Expand Down
4 changes: 4 additions & 0 deletions css/editor.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <[email protected]> and contributors

// SPDX-License-Identifier: AGPL-3.0-or-later

iframe {
width: 100%;
height: 100%;
Expand Down
4 changes: 4 additions & 0 deletions css/settings.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <[email protected]> and contributors

// SPDX-License-Identifier: AGPL-3.0-or-later

.urls {
margin-top: 12px;
}
Expand Down
3 changes: 3 additions & 0 deletions openincryptpad.pubkey.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 XWiki CryptPad Team <[email protected]> and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
3 changes: 3 additions & 0 deletions screenshot.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 XWiki CryptPad Team <[email protected]> and contributors

SPDX-License-Identifier: AGPL-3.0-or-later
4 changes: 4 additions & 0 deletions src/editor.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <[email protected]> and contributors
//
// SPDX-License-Identifier: AGPL-3.0-or-later

import { generateUrl, generateOcsUrl, generateFilePath } from '@nextcloud/router'
import { getFilePickerBuilder } from '@nextcloud/dialogs'
import { saveFileContent, deferredToPromise } from './utils.js'
Expand Down
4 changes: 4 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <[email protected]> and contributors
//
// SPDX-License-Identifier: AGPL-3.0-or-later

import { generateUrl, generateFilePath } from '@nextcloud/router'
import { saveFileContent, getFileInfo } from './utils.js'
import { showError } from '@nextcloud/dialogs'
Expand Down
4 changes: 4 additions & 0 deletions src/settings.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <[email protected]> and contributors
//
// SPDX-License-Identifier: AGPL-3.0-or-later

import { confirmPassword } from '@nextcloud/password-confirmation'
import { generateUrl, generateFilePath } from '@nextcloud/router'
import { getRequestToken } from '@nextcloud/auth'
Expand Down
4 changes: 4 additions & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <[email protected]> and contributors
//
// SPDX-License-Identifier: AGPL-3.0-or-later

/**
*
* @param {string} path the file path
Expand Down

0 comments on commit 9760264

Please sign in to comment.