From 174317d1489b72687df8559a9cc02ca068e2ba0c Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 18 Mar 2015 01:17:55 +0100 Subject: Inherit license from labernix. Signed-off-by: aszlig --- COPYING | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'COPYING') diff --git a/COPYING b/COPYING index 1da4f5dd..8377ade4 100644 --- a/COPYING +++ b/COPYING @@ -1,20 +1,17 @@ -Everything except files that end with ".patch" are copyright (C) 2015 -aszlig and licensed under the Apache License, Version 2.0 (the -"License"); you may not use these files except in compliance with the -License. You may obtain a copy of the License at +All Nix expressions in this repository are free software: you can +redistribute them and/or modify them 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. - http://www.apache.org/licenses/LICENSE-2.0 +The expression files are distributed in the hope that they 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. -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +For files other than the Nix expression files the same terms apply, +unless explicitly stated otherwise here or in the file header. -If the URL to the license is unavailable, please see LICENSE.APACHE in -this directory. +You should have received a copy of the GNU General Public License +along with this program (see LICENSE file). -All of the .patch files are copyright (C) 2015 aszlig as well, but are -licensed under the licenses of the corresponding projects. Please look -at accompanying Nix expressions for more information about the -licenses of the respective projects and thus my patches. +If not, see . -- cgit 1.4.1