Switch to GPLv3

This commit is contained in:
Adrian Ulrich 2013-05-05 16:51:35 +02:00
parent a525523bf1
commit 2428c61102
2 changed files with 20 additions and 30 deletions

View File

@ -1,23 +1,18 @@
/* /*
* Copyright (C) 2013 Adrian Ulrich <adrian@blinkenlights.ch> * Copyright (C) 2013 Adrian Ulrich <adrian@blinkenlights.ch>
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * This program is free software: you can redistribute it and/or modify
* of this software and associated documentation files (the "Software"), to deal * it under the terms of the GNU General Public License as published by
* in the Software without restriction, including without limitation the rights * the Free Software Foundation, either version 3 of the License, or
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * (at your option) any later version.
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
* *
* The above copyright notice and this permission notice shall be included in * This program is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * 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.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU General Public License
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * along with this program. If not, see <http://www.gnu.org/licenses/>.
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/ */
package ch.blinkenlights.android.vanilla; package ch.blinkenlights.android.vanilla;

View File

@ -1,23 +1,18 @@
/* /*
* Copyright (C) 2013 Adrian Ulrich <adrian@blinkenlights.ch> * Copyright (C) 2013 Adrian Ulrich <adrian@blinkenlights.ch>
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * This program is free software: you can redistribute it and/or modify
* of this software and associated documentation files (the "Software"), to deal * it under the terms of the GNU General Public License as published by
* in the Software without restriction, including without limitation the rights * the Free Software Foundation, either version 3 of the License, or
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * (at your option) any later version.
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
* *
* The above copyright notice and this permission notice shall be included in * This program is distributed in the hope that it will be useful,
* all copies or substantial portions of the Software. * 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.
* *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * You should have received a copy of the GNU General Public License
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * along with this program. If not, see <http://www.gnu.org/licenses/>.
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/ */
package ch.blinkenlights.android.vanilla; package ch.blinkenlights.android.vanilla;