From 242b0b9591fa4fd5f8b4a45ec4c179f451c62c14 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 15 May 2022 23:44:53 -0700 Subject: feat: initial development release --- .license_template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .license_template (limited to '.license_template') diff --git a/.license_template b/.license_template new file mode 100644 index 0000000..a8a4846 --- /dev/null +++ b/.license_template @@ -0,0 +1,17 @@ +// This file is part of Chorus . +// Copyright (C) {20\d{2}(-20\d{2})?} Fuwn +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, version 3. +// +// This program 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 +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// Copyright (C) {20\d{2}(-20\d{2})?} Fuwn +// SPDX-License-Identifier: GPL-3.0-only -- cgit v1.2.3