copyright issues

This commit is contained in:
nojhan 2012-03-31 17:58:26 +02:00
commit a9d934490c
3 changed files with 679 additions and 0 deletions

View file

@ -1,6 +1,10 @@
#!/usr/bin/env python
#encoding: utf-8
# Color Up Arbitrary Command Ouput
# Licensed under the GPL version 3
# 2012 (c) nojhan <nojhan@gmail.com>
import re
styles = {"standard":0, "bold":1, "reverse":2}