From a30446940c5b9bd48faf3435c34f727b0295d6f6 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 28 Oct 2023 13:11:51 -0400 Subject: [PATCH] add copyright info to new files --- .air.toml | 4 ++++ LICENSES/MIT.txt | 9 +++++++++ ws/static/reset.css | 6 ++++++ ws/static/styles.css | 6 ++++++ 4 files changed, 25 insertions(+) create mode 100644 LICENSES/MIT.txt diff --git a/.air.toml b/.air.toml index 92d9695..a38815e 100644 --- a/.air.toml +++ b/.air.toml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: Amolith +# +# SPDX-License-Identifier: CC0-1.0 + root = "." tmp_dir = "tmp" diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt new file mode 100644 index 0000000..2071b23 --- /dev/null +++ b/LICENSES/MIT.txt @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +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. diff --git a/ws/static/reset.css b/ws/static/reset.css index 1894962..0b4532a 100644 --- a/ws/static/reset.css +++ b/ws/static/reset.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Andy Bell + * + * SPDX-License-Identifier: MIT + */ + /* Box sizing rules */ *, *::before, diff --git a/ws/static/styles.css b/ws/static/styles.css index 7473248..3965822 100644 --- a/ws/static/styles.css +++ b/ws/static/styles.css @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: Amolith + * + * SPDX-License-Identifier: CC0-1.0 + */ + html { max-width: 500px; margin: auto auto;