assets: adds license notices to all files

This commit is contained in:
2026-04-28 00:58:33 -06:00
parent 4d33e4fe43
commit 713edfb4cf
7 changed files with 113 additions and 1 deletions

View File

@@ -1,4 +1,16 @@
/* martian theme */
/*
* Copyright (c) 2022 Sasha Koshka <sashakoshka@tebibyte.media>
* SPDX-License-Identifier: FSFAP
*
* This file is part of Mintee.
*
* Copying and distribution of this file, with or without modification, are
* permitted in any medium without royalty provided the copyright notice and
* this notice are preserved. This file is offered as-is, without any
* warranty.
*/
/* arctica theme */
:root {
--glass: url("frost.webp"), #24293370;
--background: #242933;

View File

@@ -1,3 +1,15 @@
/*
* Copyright (c) 2022 Sasha Koshka <sashakoshka@tebibyte.media>
* SPDX-License-Identifier: FSFAP
*
* This file is part of Mintee.
*
* Copying and distribution of this file, with or without modification, are
* permitted in any medium without royalty provided the copyright notice and
* this notice are preserved. This file is offered as-is, without any
* warranty.
*/
/* martian theme */
:root {
--glass: url("frost.webp"), hsla(0, 20%, 7%, 0.5);

View File

@@ -1,3 +1,16 @@
/*
* Copyright (c) 2022 Sasha Koshka <sashakoshka@tebibyte.media>
* SPDX-License-Identifier: FSFAP
*
* This file is part of Mintee.
*
* Copying and distribution of this file, with or without modification, are
* permitted in any medium without royalty provided the copyright notice and
* this notice are preserved. This file is offered as-is, without any
* warranty.
*/
/* mint theme */
:root {
--glass: url("frost.webp"), #33333377;

View File

@@ -1,3 +1,16 @@
/*
* Copyright (c) 2022, 2025 Sasha Koshka <sashakoshka@tebibyte.media>
* Copyright (c) 2026 Emma Tebibyte <sashakoshka@tebibyte.media>
* SPDX-License-Identifier: FSFAP
*
* This file is part of Mintee.
*
* Copying and distribution of this file, with or without modification, are
* permitted in any medium without royalty provided the copyright notice and
* this notice are preserved. This file is offered as-is, without any
* warranty.
*/
@import url("/res/mint-dark.css") (prefers-color-scheme: dark);
@media (prefers-color-scheme: light) {

View File

@@ -1,3 +1,23 @@
/*
* Copyright (c) 2022 Sasha Koshka <sashakoshka@tebibyte.media>
* SPDX-License-Identifier: AGPL-3.0-or-later
*
* This file is part of Mintee.
*
* Mintee is free software: you can redistribute it and/or modify it under the
* terms of the GNU Affero General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* Mintee is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Mintee. If not, see https://www.gnu.org/licenses/.
*/
* {
box-sizing: border-box;
scrollbar-color: var(--accent) transparent;

View File

@@ -1,5 +1,26 @@
{% extends "base.html" %}
{#
Copyright (c) 2022 Sasha Koshka <sashakoshka@tebibyte.media>
Copyright (c) 2023,2025 Emma Tebibyte <emma@tebibyte.media>
SPDX-License-Identifier: AGPL-3.0-or-later
This file is part of Mintee.
Mintee is free software: you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Mintee is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
more details.
You should have received a copy of the GNU Affero General Public License
along with Mintee. If not, see https://www.gnu.org/licenses/.
#}
{% block page %}code{% endblock page %}
{% block breadcrumbs %}

View File

@@ -1,5 +1,26 @@
{% extends "base.html" %}
{#
Copyright (c) 2025 Sasha Koshka <sashakoshka@tebibyte.media>
SPDX-License-Identifier: AGPL-3.0-or-later
This file is part of Mintee.
Mintee is free software: you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
any later version.
Mintee is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
more details.
You should have received a copy of the GNU Affero General Public License
along with Mintee. If not, see https://www.gnu.org/licenses/.
#}
{% block page %}tickets{% endblock page %}
{% block content %}