diff --git a/.gitignore b/.gitignore index 7cd5de1..de147a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,19 @@ +## Copyright (C) 2017 Jeremiah Orians +## This file is part of M2-Planet. +## +## M2-Planet 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. +## +## M2-Planet 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 M2-Planet. If not, see . + # Prerequisites *.d @@ -50,4 +66,7 @@ modules.order Module.symvers Mkfile.old dkms.conf -bin/* + +# Directories storing data that should be ignored +bin/ +temp/ diff --git a/CHANGELOG.org b/CHANGELOG.org index 21fe567..b6ecc83 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -29,6 +29,7 @@ Harmonized license headers Fixed typo in file headers Fixed version number to reflect current version Thanks to akkartik several documentation issues were identified and fixed +Corrected missed license headers ** Removed diff --git a/functions/string.c b/functions/string.c index a5443ba..47db59d 100644 --- a/functions/string.c +++ b/functions/string.c @@ -1,18 +1,18 @@ /* Copyright (C) 2016 Jeremiah Orians - * This file is part of stage0. + * This file is part of M2-Planet. * - * stage0 is free software: you can redistribute it and/or modify + * M2-Planet 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. * - * stage0 is distributed in the hope that it will be useful, + * M2-Planet 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 stage0. If not, see . + * along with M2-Planet. If not, see . */ #include