commit 8503ce67f62311c116c4774f4ca2ed7c83e2b6de
parent 3a31de180cd51f061396731de866762d79dfd89e
Author: rbckman <rbckman@localhost.localdomain>
Date: Wed, 2 Nov 2016 23:11:57 +0200
oldpirates ye de rabbai
Diffstat:
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/tarina.py b/tarina.py
@@ -2,19 +2,6 @@
# -*- coding: utf-8 -*-
#Tarina - The DIY camera for filmmakers, vloggers, travellers & hackers.
-#Copyright (C) 2016 Robin Bäckman
-
-#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, version 2
-
-#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 picamera
import os
@@ -1452,3 +1439,16 @@ if __name__ == '__main__':
main()
except:
print 'Unexpected error : ', sys.exc_info()[0], sys.exc_info()[1]
+
+#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, version 2
+
+#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/>.
+