From b845e89a3c496136fca553de6c66b04f0592b3c7 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 26 Oct 2023 15:41:34 -0400 Subject: [PATCH] add GPL copyright notice --- GPL_Copyright_notice.txt | 17 +++++++++++++++++ clion_header_conf.txt | 19 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 GPL_Copyright_notice.txt create mode 100644 clion_header_conf.txt diff --git a/GPL_Copyright_notice.txt b/GPL_Copyright_notice.txt new file mode 100644 index 0000000..e85457f --- /dev/null +++ b/GPL_Copyright_notice.txt @@ -0,0 +1,17 @@ +/* + * + * Copyright (C) 2023 Brett Terpstra + * + * 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, either version 3 of the License, or + * (at your option) any later version. + * + * 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 . + */ diff --git a/clion_header_conf.txt b/clion_header_conf.txt new file mode 100644 index 0000000..ef85009 --- /dev/null +++ b/clion_header_conf.txt @@ -0,0 +1,19 @@ +#if ($HEADER_COMMENTS) +/* + * + * Copyright (C) $YEAR Brett Terpstra + * + * 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, either version 3 of the License, or + * (at your option) any later version. + * + * 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 . + */ +#end