From f94d86b506838259d1013391d2e034bc11f2dd7d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 27 Nov 2015 22:29:24 +0100 Subject: change license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- COPYING | 18 ++++++++++++++---- dist/archlinux/stable/PKGBUILD | 4 ++-- src/mongoclock.c | 18 ++++++++++++++---- 3 files changed, 30 insertions(+), 10 deletions(-) diff --git a/COPYING b/COPYING index 9774072..0f86c5c 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,16 @@ +mongoclock - Just a humongous clock for the terminal + Copyright © 2013, 2015 Mattias Andrée (maandree@member.fsf.org) -Copying and distribution of this file, with or without modification, -are permitted in any medium without royalty provided the copyright -notice and this notice are preserved. This file is offered as-is, -without any warranty. [GNU All Permissive License] +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 . diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index fcddefd..6a60f42 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=mongoclock -pkgver=2.1 +pkgver=2.2 pkgrel=1 pkgdesc='Just a humongous clock for the terminal' arch=(any) url='https://github.com/maandree/mongoclock' -license=('custom: GNUAllPermissive') +license=('GPL3') depends=(glibc linux) makedepends=(linux-api-headers general-preprocessor) source=("${url}/archive/${pkgver}.tar.gz") diff --git a/src/mongoclock.c b/src/mongoclock.c index 96244b6..836e91d 100644 --- a/src/mongoclock.c +++ b/src/mongoclock.c @@ -1,10 +1,20 @@ /** + * mongoclock - Just a humongous clock for the terminal + * * Copyright © 2013, 2015 Mattias Andrée (maandree@member.fsf.org) * - * Copying and distribution of this file, with or without modification, - * are permitted in any medium without royalty provided the copyright - * notice and this notice are preserved. This file is offered as-is, - * without any warranty. [GNU All Permissive License] + * 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 . */ #define _GNU_SOURCE #include -- cgit v1.2.3-70-g09d2