Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/question.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-01-21 03:02:29 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-01-21 03:02:29 (GMT)
commit1b0e00d52c23ef2c7d663bc9c635dc7b1157754b (patch)
tree763cc65f7eac87215da53b227b8acbce9bca9599 /question.py
parent98f6174becbf79905bf8aa3e8c2d89ac2b494f3f (diff)
version 2v2
Diffstat (limited to 'question.py')
-rwxr-xr-x[-rw-r--r--]question.py24
1 files changed, 23 insertions, 1 deletions
diff --git a/question.py b/question.py
index 18e90c5..8c1bbb5 100644..100755
--- a/question.py
+++ b/question.py
@@ -1,4 +1,26 @@
-#!/usr/bin/python
+#! /usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Kuku Anakula
+# Copyright (C) 2007, Julius B. Lucks, Adrian DelMaestro, Sera L. Young
+# Copyright (C) 2012, Alan Aguiar
+#
+# 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/>.
+#
+# Contact information:
+# Julius B. Lucks <julius@younglucks.com>
+# Alan Aguiar <alanjas@gmail.com>
import random
import math