aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-08-03 17:38:25 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-08-03 17:50:21 +0200
commit403d686f509790b126b09e4b50f302032e1b8728 (patch)
treef2c209bc388c93fc10cc09b06180c13208f65719
parentchore(deps): bump dependencies (diff)
downloadblog-403d686f509790b126b09e4b50f302032e1b8728.tar.gz
blog-403d686f509790b126b09e4b50f302032e1b8728.tar.zst
blog-403d686f509790b126b09e4b50f302032e1b8728.zip
chore: upgrade to REUSE 3.2
-rw-r--r--.reuse/dep528
-rw-r--r--.vscode/extensions.json3
-rw-r--r--.vscode/settings.json3
-rw-r--r--README.md4
-rw-r--r--REUSE.toml39
-rw-r--r--src/theme/apple-touch-icon.png.license5
-rw-r--r--src/theme/favicon.svg.license5
-rw-r--r--src/theme/favicon_source.svg.license3
-rw-r--r--static/favicon.ico.license5
9 files changed, 63 insertions, 32 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5
deleted file mode 100644
index edc24b8..0000000
--- a/.reuse/dep5
+++ /dev/null
@@ -1,28 +0,0 @@
1Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2Upstream-Name: Personal website of Kristóf Marussy
3Upstream-Contact: Kristóf Marussy <kristof@marussy.com>
4Source: https://marussy.com
5
6# Sample paragraph, commented out:
7#
8# Files: src/*
9# Copyright: $YEAR $NAME <$CONTACT>
10# License: ...
11
12Files: .yarn/releases/*.cjs
13Copyright: (c) 2016-present, Yarn Contributors. All rights reserved.
14 (c) 2014-present, Jon Schlinkert.
15 (c) 2014-2016, Jon Schlinkert.
16 (c) 2014-2017, Jon Schlinkert.
17 © 2015-2018, Jon Schlinkert.
18 (c) 2015-present, Jon Schlinkert.
19 (c) 2015, Rebecca Turner
20 Joyent, Inc. and other Node contributors.
21 Node.js contributors. All rights reserved.
22 (c) 2014 Blake Embrey (hello@blakeembrey.com)
23 (c) Facebook, Inc. and its affiliates.
24License: BSD-2-Clause AND MIT
25
26Files: .yarn/sdks/typescript/*
27Copyright: (c) 2016-present, Yarn Contributors. All rights reserved.
28License: BSD-2-Clause
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index 6e4f74d..62235a0 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -2,7 +2,8 @@
2 * SPDX-FileCopyrightText: 2023 Kristóf Marussy <kristof@marussy.com> 2 * SPDX-FileCopyrightText: 2023 Kristóf Marussy <kristof@marussy.com>
3 * 3 *
4 * SPDX-License-Identifier: CC0-1.0 4 * SPDX-License-Identifier: CC0-1.0
5 */{ 5 */
6 {
6 "recommendations": [ 7 "recommendations": [
7 "EditorConfig.EditorConfig", 8 "EditorConfig.EditorConfig",
8 "arcanis.vscode-zipfs", 9 "arcanis.vscode-zipfs",
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 3a6313b..4adfef8 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -2,7 +2,8 @@
2 * SPDX-FileCopyrightText: 2023 Kristóf Marussy <kristof@marussy.com> 2 * SPDX-FileCopyrightText: 2023 Kristóf Marussy <kristof@marussy.com>
3 * 3 *
4 * SPDX-License-Identifier: CC0-1.0 4 * SPDX-License-Identifier: CC0-1.0
5 */{ 5 */
6 {
6 "search.exclude": { 7 "search.exclude": {
7 "**/.yarn": true, 8 "**/.yarn": true,
8 "**/.pnp.*": true 9 "**/.pnp.*": true
diff --git a/README.md b/README.md
index 40963be..5cc5954 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Most content on this site is licensed under the [Creative Commons Attribution 4.
43 43
44Files with restricted content that I have the rights for to post but not to license for re-use were replaced by placeholders or omitted entirely. The `third-party` git submodule, which is not publicly accessible, contains all such restricted content. 44Files with restricted content that I have the rights for to post but not to license for re-use were replaced by placeholders or omitted entirely. The `third-party` git submodule, which is not publicly accessible, contains all such restricted content.
45 45
46The code for this site is license under the [MIT License](https://spdx.org/licenses/MIT.html). 46The code for this site is licensed under the [MIT License](https://spdx.org/licenses/MIT.html).
47 47
48> MIT License 48> MIT License
49> 49>
@@ -55,6 +55,6 @@ The code for this site is license under the [MIT License](https://spdx.org/licen
55> 55>
56> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 56> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
57 57
58I follow the [REUSE Specification – Version 3.0](https://reuse.software/spec/) to declare copyright and licensing for each individual file. 58I follow the [REUSE Specification – Version 3.2](https://reuse.software/spec/) to declare copyright and licensing for each individual file.
59In particular, files which contain _both code and content_ (e.g., content inside complex JSX components) have the [SPDX License identifier](https://spdx.org/ids) `MIT AND CC-BY-4.0` to signify that they are both `MIT` and `CC-BY-4.0`. 59In particular, files which contain _both code and content_ (e.g., content inside complex JSX components) have the [SPDX License identifier](https://spdx.org/ids) `MIT AND CC-BY-4.0` to signify that they are both `MIT` and `CC-BY-4.0`.
60If you use only code or only content from such files, you only need to abide by the _corresponding license_ (`MIT` or `CC-BY-4.0`, respectively). 60If you use only code or only content from such files, you only need to abide by the _corresponding license_ (`MIT` or `CC-BY-4.0`, respectively).
diff --git a/REUSE.toml b/REUSE.toml
new file mode 100644
index 0000000..473f955
--- /dev/null
+++ b/REUSE.toml
@@ -0,0 +1,39 @@
1# SPDX-FileCopyrightText: 2024 Kristóf Marussy
2#
3# SPDX-License-Identifier: CC0-1.0
4
5version = 1
6SPDX-PackageName = "Personal website of Kristóf Marussy"
7SPDX-PackageSupplier = "Kristóf Marussy <kristof@marussy.com>"
8
9[[annotations]]
10path = ".yarn/releases/**.cjs"
11SPDX-FileCopyrightText = [
12 "(c) 2016-present, Yarn Contributors. All rights reserved.",
13 "(c) 2014-present, Jon Schlinkert.",
14 "(c) 2014-2016, Jon Schlinkert.",
15 "(c) 2014-2017, Jon Schlinkert.",
16 "© 2015-2018, Jon Schlinkert.",
17 "(c) 2015-present, Jon Schlinkert.",
18 "(c) 2015, Rebecca Turner",
19 "Joyent, Inc. and other Node contributors.",
20 "Node.js contributors. All rights reserved.",
21 "(c) 2014 Blake Embrey (hello@blakeembrey.com)",
22 "(c) Facebook, Inc. and its affiliates.",
23]
24SPDX-License-Identifier = "BSD-2-Clause AND MIT"
25
26[[annotations]]
27path = ".yarn/sdks/prettier/**"
28SPDX-FileCopyrightText = "(c) 2016-present, Yarn Contributors. All rights reserved."
29SPDX-License-Identifier = "BSD-2-Clause"
30
31[[annotations]]
32path = ".yarn/sdks/typescript/**"
33SPDX-FileCopyrightText = "(c) 2016-present, Yarn Contributors. All rights reserved."
34SPDX-License-Identifier = "BSD-2-Clause"
35
36[[annotations]]
37path = ".yarn/sdks/integrations.yml"
38SPDX-FileCopyrightText = "2023-2024 Kristóf Marussy <kristof@marussy.com>"
39SPDX-License-Identifier = "CC0-1.0"
diff --git a/src/theme/apple-touch-icon.png.license b/src/theme/apple-touch-icon.png.license
new file mode 100644
index 0000000..bf67ba9
--- /dev/null
+++ b/src/theme/apple-touch-icon.png.license
@@ -0,0 +1,5 @@
1SPDX-FileCopyrightText: 2024 Kristóf Marussy
2
3SPDX-License-Identifier: CC-BY-4.0
4
5This file was generated from src/theme/favicon_source.svg
diff --git a/src/theme/favicon.svg.license b/src/theme/favicon.svg.license
new file mode 100644
index 0000000..bf67ba9
--- /dev/null
+++ b/src/theme/favicon.svg.license
@@ -0,0 +1,5 @@
1SPDX-FileCopyrightText: 2024 Kristóf Marussy
2
3SPDX-License-Identifier: CC-BY-4.0
4
5This file was generated from src/theme/favicon_source.svg
diff --git a/src/theme/favicon_source.svg.license b/src/theme/favicon_source.svg.license
new file mode 100644
index 0000000..79c88b4
--- /dev/null
+++ b/src/theme/favicon_source.svg.license
@@ -0,0 +1,3 @@
1SPDX-FileCopyrightText: 2024 Kristóf Marussy
2
3SPDX-License-Identifier: CC-BY-4.0
diff --git a/static/favicon.ico.license b/static/favicon.ico.license
new file mode 100644
index 0000000..bf67ba9
--- /dev/null
+++ b/static/favicon.ico.license
@@ -0,0 +1,5 @@
1SPDX-FileCopyrightText: 2024 Kristóf Marussy
2
3SPDX-License-Identifier: CC-BY-4.0
4
5This file was generated from src/theme/favicon_source.svg