Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/PascalTriangle.activity/pascaltriangle.py
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-08-18 22:48:51 (GMT)
committer Philip Withnall <philip@tecnocode.co.uk>2013-08-18 22:48:51 (GMT)
commit4252a37989febb9a7296692f5a0c6f13fe9c2a2b (patch)
tree08e43fbfdc922cbc373462b5ff13410a7423a490 /PascalTriangle.activity/pascaltriangle.py
parent5c2b53bf4e268dc145ff74255ff09c39fda8e828 (diff)
Add copyright licence
Diffstat (limited to 'PascalTriangle.activity/pascaltriangle.py')
-rwxr-xr-xPascalTriangle.activity/pascaltriangle.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/PascalTriangle.activity/pascaltriangle.py b/PascalTriangle.activity/pascaltriangle.py
index ea7b0e4..0aa7ab4 100755
--- a/PascalTriangle.activity/pascaltriangle.py
+++ b/PascalTriangle.activity/pascaltriangle.py
@@ -1,4 +1,20 @@
# coding=utf-8
+#
+# Pascal Triangle
+# Copyright (C) Philip Withnall 2013 <philip@tecnocode.co.uk>
+#
+# Pascal Triangle 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.
+#
+# Pascal Triangle 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 Pascal Triangle. If not, see <http://www.gnu.org/licenses/>.
from sugar3.activity import activity
from sugar3.graphics.toolbarbox import ToolbarBox