Improved the the Copyright
Changed the Licence file to Copying Added license notices to the source filesstable
parent
1f6dfc6d90
commit
a3607e7717
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
* Copyright 2021 Justin Reichardt
|
||||
*
|
||||
* This file is part of rhosts.
|
||||
*
|
||||
* rhosts 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.
|
||||
*
|
||||
* Foobar 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 rhosts. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef DOWNLOAD_HEADER
|
||||
#include "download.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
* Copyright 2021 Justin Reichardt
|
||||
*
|
||||
* This file is part of rhosts.
|
||||
*
|
||||
* rhosts 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.
|
||||
*
|
||||
* Foobar 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 rhosts. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef RHOSTS_HEADER
|
||||
#include "rhosts.h"
|
||||
#endif
|
||||
|
|
|
|||
20
src/rhosts.c
20
src/rhosts.c
|
|
@ -1,3 +1,23 @@
|
|||
/*
|
||||
* Copyright 2021 Justin Reichardt
|
||||
*
|
||||
* This file is part of rhosts.
|
||||
*
|
||||
* rhosts 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.
|
||||
*
|
||||
* Foobar 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 rhosts. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
/* rhosts - Program used to maintain a blocklist within a hostfile */
|
||||
#ifndef RHOSTS_HEADER
|
||||
#include "rhosts.h"
|
||||
|
|
|
|||
19
src/rhosts.h
19
src/rhosts.h
|
|
@ -1,3 +1,22 @@
|
|||
/*
|
||||
* Copyright 2021 Justin Reichardt
|
||||
*
|
||||
* This file is part of rhosts.
|
||||
*
|
||||
* rhosts 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.
|
||||
*
|
||||
* Foobar 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 rhosts. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef RHOSTS_HEADER
|
||||
#define RHOSTS_HEADER
|
||||
|
|
|
|||
Loading…
Reference in New Issue