Add interpreter & copyright
This commit is contained in:
parent
df00d36eca
commit
28c3cb7d49
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
#shellnotes - m.py
|
||||
#(C) Dimitris Marakomihelakis
|
||||
#Released under the "All rights reserved" category. See the RIGHTS.txt file
|
||||
#in /docs/github/ for its full text.
|
||||
|
||||
import sys
|
||||
import os.path
|
||||
from os import path
|
||||
|
|
Loading…
Reference in a new issue