Browse code

add attribution at the top of the main files

While the CC0 license means that people can do whatever they
like, I guess people generally won't.

Joseph Weston authored on 22/02/2018 23:44:50
Showing 2 changed files
... ...
@@ -1,3 +1,6 @@
1
+# -*- coding: utf-8 -*-
2
+# This file is part of 'miniver': https://github.com/jbweston/miniver
3
+#
1 4
 # This file will be overwritten by setup.py when a source or binary
2 5
 # distribution is made.  The magic value "__use_git__" is interpreted by
3 6
 # version.py.
... ...
@@ -1,3 +1,6 @@
1
+# -*- coding: utf-8 -*-
2
+# This file is part of 'miniver': https://github.com/jbweston/miniver
3
+#
1 4
 from collections import namedtuple
2 5
 import os
3 6
 import subprocess