diff options
Diffstat (limited to '')
-rwxr-xr-x | mongoclock.py | 8 |
1 files changed, 8 insertions, 0 deletions
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 |