From 9c28d70559af7dcb353717d88d36455f16d6c463 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 20 Apr 2013 10:21:49 +0200 Subject: add license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- COPYING | 6 ++++++ mongoclock | 8 ++++++++ mongoclock.py | 8 ++++++++ 3 files changed, 22 insertions(+) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..392a7fb --- /dev/null +++ b/COPYING @@ -0,0 +1,6 @@ +Copyright © 2013 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] diff --git a/mongoclock b/mongoclock index 3300e4a..0a6746e 100755 --- a/mongoclock +++ b/mongoclock @@ -1,4 +1,12 @@ #!/bin/sh +# +# Copyright © 2013 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] + echo -en '\033[?1049h\033[?25l' "$0.py" 2>/dev/null echo -en '\033[?25h\033[H\033[2J\033[?1049l' diff --git a/mongoclock.py b/mongoclock.py index 957f53c..55c0874 100755 --- a/mongoclock.py +++ b/mongoclock.py @@ -1,4 +1,12 @@ #!/usr/bin/env python +# +# Copyright © 2013 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] + import os import time import sys -- cgit v1.2.3-70-g09d2