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 92d96950fdff8e60286c6b23d67ec8b47e056cec..a38815ebf70e7a8b67269e18f021a97c7555fd2b 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 0000000000000000000000000000000000000000..2071b23b0e08594ea6bc99ac71129ef992abf498 --- /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 18949622232f9a4789df9910ad2d381ec7312448..0b4532a2de578cd91212caef3d3a88241fbb8f59 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 74732489081578291e77a5109ba4f0a7dc68b708..3965822aad16c0e9eb50b63f3cb271e10de54725 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;