summaryrefslogtreecommitdiff
path: root/dlStream.py
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-07-16 14:10:20 -0600
committerkennyballou <kballou@onyx.boisestate.edu>2013-07-16 14:10:20 -0600
commitb315db138d340ac99d7b5d429b40a590b0fd2f0e (patch)
tree1cc42a04e975e07c31889df60385eb47668a8f27 /dlStream.py
parent9d5b81dbbc73a3fdad58d16c2e5459a9ec6ec237 (diff)
downloaddlStream-b315db138d340ac99d7b5d429b40a590b0fd2f0e.tar.gz
dlStream-b315db138d340ac99d7b5d429b40a590b0fd2f0e.tar.xz
Add License and related informationHEADmaster
Diffstat (limited to 'dlStream.py')
-rw-r--r--dlStream.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/dlStream.py b/dlStream.py
index e9f73fe..df96cac 100644
--- a/dlStream.py
+++ b/dlStream.py
@@ -1,5 +1,21 @@
#!/usr/bin/env python
+# dlStream -- stream downloader
+# Copyright (C) 2013 Kenny Ballou
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
import os
import sys
import subprocess