diff options
author | Jezra <jezra@jezra.net> | 2013-04-25 10:53:06 -0700 |
---|---|---|
committer | Jezra <jezra@jezra.net> | 2013-04-25 10:53:06 -0700 |
commit | b9beddac50a0c26e05d699dd31ad7cc9b9cffcd4 (patch) | |
tree | 7a3898da2aae2bf31cce9c2498aebef7aeb9058a /Recognizer.py | |
parent | 40b219723f2ac3775c66a0547b5c7ece061edee3 (diff) |
licensing
Diffstat (limited to 'Recognizer.py')
-rwxr-xr-x | Recognizer.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Recognizer.py b/Recognizer.py index 8320cae..8497839 100755 --- a/Recognizer.py +++ b/Recognizer.py @@ -1,4 +1,7 @@ -#!/usr/bin/env python2 +#This is part of Blather +# -- this code is licensed GPLv3 +# Copyright 2013 Jezra + import pygst pygst.require('0.10') import gst |