diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-04-20 10:21:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-04-20 10:21:49 +0200 |
commit | 9c28d70559af7dcb353717d88d36455f16d6c463 (patch) | |
tree | ddc5a05c55ce505fc9d2e236d6535a37c1c295b8 | |
parent | m (diff) | |
download | mongotimer-9c28d70559af7dcb353717d88d36455f16d6c463.tar.gz mongotimer-9c28d70559af7dcb353717d88d36455f16d6c463.tar.bz2 mongotimer-9c28d70559af7dcb353717d88d36455f16d6c463.tar.xz |
add license
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | COPYING | 6 | ||||
-rwxr-xr-x | mongoclock | 8 | ||||
-rwxr-xr-x | mongoclock.py | 8 |
3 files changed, 22 insertions, 0 deletions
@@ -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] @@ -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 |