aboutsummaryrefslogtreecommitdiff
path: root/src/quick.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-20 11:05:09 +0000
committerFuwn <[email protected]>2026-02-20 11:05:09 +0000
commit35921f7e5b85dab0e7578d767caf607bf2f13fc7 (patch)
treeeb642a420ef01044f831c22bb5e5a43f477ebeb7 /src/quick.rs
parentchore: Bump version patch (diff)
downloadgerm-35921f7e5b85dab0e7578d767caf607bf2f13fc7.tar.xz
germ-35921f7e5b85dab0e7578d767caf607bf2f13fc7.zip
chore(license): Relicense under MIT OR Apache-2.0HEADmain
Diffstat (limited to 'src/quick.rs')
-rw-r--r--src/quick.rs18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/quick.rs b/src/quick.rs
index 024856e..76dd402 100644
--- a/src/quick.rs
+++ b/src/quick.rs
@@ -1,21 +1,3 @@
-// This file is part of Germ <https://github.com/gemrest/germ>.
-// Copyright (C) 2022-2025 Fuwn <[email protected]>
-//
-// 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 <http://www.gnu.org/licenses/>.
-//
-// Copyright (C) 2022-2025 Fuwn <[email protected]>
-// SPDX-License-Identifier: GPL-3.0-only
-
pub enum HeadingLevel {
One,
Two,