Move all license info into LICENSE.txt

Esse commit está contido em:
Felix Geisendörfer
2013-12-20 00:06:46 +01:00
commit ca2b937017
2 arquivos alterados com 18 adições e 22 exclusões
+18
Ver Arquivo
@@ -1,3 +1,21 @@
Copyright (C) 2013 Felix Geisendörfer & Contributors
http://felixge.de/
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
--------------------------------------------------------------------------------
GNU AFFERO GENERAL PUBLIC LICENSE GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007 Version 3, 19 November 2007
-22
Ver Arquivo
@@ -49,25 +49,3 @@ for the Parrot AR Drone firmware, allowing for a few interesting use cases:
flight. flight.
* Hackability: Easy support for additional devices connected to the drone (GPS, * Hackability: Easy support for additional devices connected to the drone (GPS,
Sensors, Lasers, etc.) Sensors, Lasers, etc.)
## License
This project is licensed under the AGPL v3.
```
Copyright (C) 2013 Felix Geisendörfer & Contributors
http://felixge.de/
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
```