Skip to content

Commit

Permalink
reuse info
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuxie committed Apr 20, 2024
1 parent c7a619b commit 785b145
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2024 Gnuxie <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

root = true

Expand Down
4 changes: 4 additions & 0 deletions templates/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 Gnuxie <[email protected]>
//
// SPDX-License-Identifier: CC0-1.0

const { gnuxieEslint } = require("gnuxie-tsconfig");

module.exports = {
Expand Down
4 changes: 4 additions & 0 deletions templates/.github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Gnuxie <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

version: 2
updates:
- package-ecosystem: 'npm'
Expand Down
4 changes: 4 additions & 0 deletions templates/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Gnuxie <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

# Created by https://www.gitignore.io/api/node,macos,visualstudiocode
# Edit at https://www.gitignore.io/?templates=node,macos,visualstudiocode

Expand Down
4 changes: 4 additions & 0 deletions templates/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Gnuxie <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
# See https://pre-commit.ci for more information
Expand Down
29 changes: 29 additions & 0 deletions templates/.reuse/dep5
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: matrix-protection-suite
Upstream-Contact: Gnuxie <[email protected]>
Source: https://github.com/Gnuxie/matrix-protection-suite

# Sample paragraph, commented out:
#
# Files: src/*
# Copyright: $YEAR $NAME <$CONTACT>
# License: ...


# These are files that can't be copyrighted but we need to add information to anyhow
Files: .husky/pre-commit
Copyright: Gnuxie <[email protected]>
License: CC0-1.0

Files: tsconfig.json
Copyright: Gnuxie <[email protected]>
License: CC0-1.0

Files: yarn.lock
Copyright: Gnuxie <[email protected]>
License: CC0-1.0

Files: package.json
Copyright: Gnuxie <[email protected]>
License: Apache-2.0

0 comments on commit 785b145

Please sign in to comment.