aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-27 22:29:24 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-27 22:45:07 +0100
commitf94d86b506838259d1013391d2e034bc11f2dd7d (patch)
tree5dc4b413a9803c1fd1c0777654687ab3c6208380 /src
parentimprove makefile (diff)
downloadmongoclock-f94d86b506838259d1013391d2e034bc11f2dd7d.tar.gz
mongoclock-f94d86b506838259d1013391d2e034bc11f2dd7d.tar.bz2
mongoclock-f94d86b506838259d1013391d2e034bc11f2dd7d.tar.xz
change license
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/mongoclock.c18
1 files changed, 14 insertions, 4 deletions
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 <http://www.gnu.org/licenses/>.
*/
#define _GNU_SOURCE
#include <stdio.h>