GPL3 license added.
This commit is contained in:
parent
e6e0ba6505
commit
e3aac13e47
5 changed files with 87 additions and 0 deletions
15
LICENSE
Normal file
15
LICENSE
Normal file
|
@ -0,0 +1,15 @@
|
|||
WordReferenceCLI, a c++ program to access WordReference.com.
|
||||
Copyright (C) 2013 King_DuckZ
|
||||
|
||||
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 <http://www.gnu.org/licenses/>.
|
|
@ -1,3 +1,21 @@
|
|||
/*
|
||||
WordReferenceCLI, a c++ program to access WordReference.com.
|
||||
Copyright (C) 2013 King_DuckZ
|
||||
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.hpp"
|
||||
#include "WordReference.hpp"
|
||||
#include <sstream>
|
||||
|
|
|
@ -1,3 +1,21 @@
|
|||
/*
|
||||
WordReferenceCLI, a c++ program to access WordReference.com.
|
||||
Copyright (C) 2013 King_DuckZ
|
||||
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef id75A4E59ADE4649F7A4A56F91C5886405
|
||||
#define id75A4E59ADE4649F7A4A56F91C5886405
|
||||
|
||||
|
|
18
src/main.cpp
18
src/main.cpp
|
@ -1,3 +1,21 @@
|
|||
/*
|
||||
WordReferenceCLI, a c++ program to access WordReference.com.
|
||||
Copyright (C) 2013 King_DuckZ
|
||||
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "main.hpp"
|
||||
#include "WordReference.hpp"
|
||||
#include <iostream>
|
||||
|
|
18
src/main.hpp
18
src/main.hpp
|
@ -1,3 +1,21 @@
|
|||
/*
|
||||
WordReferenceCLI, a c++ program to access WordReference.com.
|
||||
Copyright (C) 2013 King_DuckZ
|
||||
|
||||
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 <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef id80FAB3D5977B4A1797F2910935B34AEA
|
||||
#define id80FAB3D5977B4A1797F2910935B34AEA
|
||||
|
||||
|
|
Loading…
Reference in a new issue