Compare commits
No commits in common. "bffaf6777033e535bd66cf622faa83bd5fc48136" and "b758d2a741747db2920e3edd0635e353ae20f188" have entirely different histories.
bffaf67770
...
b758d2a741
|
@ -1,17 +0,0 @@
|
||||||
/*
|
|
||||||
* <Short Descrption>
|
|
||||||
* 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 <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
|
@ -1,2 +0,0 @@
|
||||||
Block Comments : default #71A1CD
|
|
||||||
Doc Comments : text #0A9349
|
|
|
@ -1,19 +0,0 @@
|
||||||
#if ($HEADER_COMMENTS)
|
|
||||||
/*
|
|
||||||
* <Short Description>
|
|
||||||
* 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 <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
#end
|
|
Loading…
Reference in New Issue