Fixed missing license headers

This commit is contained in:
Jeremiah Orians 2018-10-17 19:43:16 -04:00
parent 9a2c6b4019
commit 9b604650ff
No known key found for this signature in database
GPG Key ID: 7457821534D2ACCD
3 changed files with 25 additions and 5 deletions

21
.gitignore vendored
View File

@ -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 <http://www.gnu.org/licenses/>.
# Prerequisites
*.d
@ -50,4 +66,7 @@ modules.order
Module.symvers
Mkfile.old
dkms.conf
bin/*
# Directories storing data that should be ignored
bin/
temp/

View File

@ -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

View File

@ -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 <http://www.gnu.org/licenses/>.
* along with M2-Planet. If not, see <http://www.gnu.org/licenses/>.
*/
#include<stdlib.h>