chiark / gitweb /
Copyright message needs to be after the __future__ imports.
authordaid303 <daid303@gmail.com>
Fri, 17 May 2013 08:51:17 +0000 (10:51 +0200)
committerdaid303 <daid303@gmail.com>
Fri, 17 May 2013 08:51:17 +0000 (10:51 +0200)
40 files changed:
Cura/cura.py
Cura/gui/alterationPanel.py
Cura/gui/app.py
Cura/gui/configBase.py
Cura/gui/configWizard.py
Cura/gui/expertConfig.py
Cura/gui/firmwareInstall.py
Cura/gui/mainWindow.py
Cura/gui/pluginPanel.py
Cura/gui/preferencesDialog.py
Cura/gui/printWindow.py
Cura/gui/sceneView.py
Cura/gui/simpleMode.py
Cura/gui/splashScreen.py
Cura/gui/tools/minecraftImport.py
Cura/gui/tools/superformula.py
Cura/gui/util/dropTarget.py
Cura/gui/util/gcodeTextArea.py
Cura/gui/util/opengl.py
Cura/gui/util/openglGui.py
Cura/gui/util/previewTools.py
Cura/gui/util/taskbar.py
Cura/gui/util/webcam.py
Cura/util/explorer.py
Cura/util/gcodeGenerator.py
Cura/util/gcodeInterpreter.py
Cura/util/machineCom.py
Cura/util/mesh.py
Cura/util/meshLoader.py
Cura/util/meshLoaders/amf.py
Cura/util/meshLoaders/dae.py
Cura/util/meshLoaders/obj.py
Cura/util/meshLoaders/stl.py
Cura/util/profile.py
Cura/util/resources.py
Cura/util/settings.py [deleted file]
Cura/util/svg.py
Cura/util/util3d.py
Cura/util/validators.py
Cura/util/version.py

index c208d3d6fdd9d636dff3d11e3ae24636163b0584..6ea2989ab4cda61e7e76ab15f96a26dec46da7c5 100644 (file)
@@ -1,5 +1,4 @@
 #!/usr/bin/python
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 """
 This page is in the table of contents.
 ==Overview==
@@ -8,6 +7,7 @@ Cura is a AGPL tool chain to generate a GCode path for 3D printing. Older versio
 Versions up from 13.05 are based on a C++ engine called CuraEngine.
 """
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 from optparse import OptionParser
 
index e57efbdac53cf792b2fbcc789ee7806283097603..4ccf12ab8175980af051a98d117845d452f55bff 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx, wx.stc
 
index 2174c230acb6c964c0c7d20f7faaedae366b958e..048d03d3ed5d6a0a199c906a2121a8152c58416f 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import sys
 import os
index ad7d030e31821c31b5a0c8dd1d3ad3fa3487e44e..77c5c866d0f56d2e4f273e3154ae86f507df8a90 100644 (file)
@@ -1,6 +1,6 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
 from __future__ import division
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import platform
 import wx, wx.lib.stattext, types
index fcf29ca9eee138d2a721809a783a6f242f7b6f1b..80ce9f0d3c17d23473ad111d2e06b7f81c0e7b8e 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import webbrowser
 import threading
index 303c94d6ba4d414f182c06b0861ef5ea2c655cdf..624be95413ab1eee72f629aa1fdd0e73e12be34a 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
 
index b0a7eb087865c957548a727ee3458af9f8d4348f..c64fcf6d067569cb49255eb72a9983213ed8a9a7 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os, wx, threading, sys
 
index 91ca427a544bef8699665d36f99800db5780cc37..d6005c3cd76ec984905b0b960cfcfef76a1e1b8a 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
 import os
index 8a6f42a915a1e52b4239913862a991811bfa02c5..83a50d68ed2a8f8a28e8dd347d7c34b6dc8419d4 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
 import webbrowser
index c9041dbd37bacf7bb5ed7a626db038b336e99d8c..97ec354246a069a500305d1b8a7adea83f41012f 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
 
index c2a8c97d78f6b1b45e18df382b452f6aed53404d..2441da322a9d5d5191cecc89e6bfea7d730d8e6a 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import threading
 import re
index 874a3c72bcf97bdddb38ee3729b42873beb2c019..b060e7c0a891ebe6bbf34ced64802ebee0e14dd2 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
 import numpy
index 9a296e4d26492e40a33bd7223f4c7f69c4eebd29..e2f5a2b07303aa63aaf78fcf5c3af19e9e6dcdc2 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
 
index 83f830033f2c8b526fbf2400c2d294650f122e65..d3aa4f6dc997f6e5e33a720698f1febfe9eb11b2 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx._core #We only need the core here, which speeds up the import. As we want to show the splashscreen ASAP.
 
index fba4d061a011c4cc232d8350518c910a8cf31496..21c8583cce4a57e63c3a2fc68fbb1b0c0d1904c6 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
 import glob
index db7019275cecccd6d101b1de3c78d511ec281186..f7fd1c415937bec7d02812d5fd627b123ce8fa63 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
 import math
index 41541e93aa573bc1db2301fd0052cf9d9fed510c..38481136f78e8c636f7ca6d5d341632ae97edb06 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
 
index f4b82cc4d45ea5a76e9cc4ba8266af104e2fbbf7..484af6640b73f1bac22fcce40571890cf8967abf 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
 import wx.stc
index 80ffa9d0f6a78c06b9ffe70119c48a4cc7a6c56f..d5df4eaba494530646295ecf1d60ef835943fa1e 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import math
 import numpy
index bde32ff664efec17fee3ffb4ec50d19cbc26f457..8a388c00b2932027037538b10aa4e475f9ce70c7 100644 (file)
@@ -1,6 +1,6 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
 from __future__ import division
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import wx
 import traceback
index c7f737c2da031a4e4205d8e4028381c1b537b05f..cd94ded0589e4eb51c4dcac53ed6e32136edd4ef 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import math
 import wx
index dd67558507db033ca14c9a3d86ddffb4a3879a52..533eff24f9cb081c9020cbaf990c2961034db233 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 try:
        import comtypes.client as cc
index 98280c64dddb0807715c28daead80659ff55c44d..2d3096403e8ad51ebec8f3e4c35b140a682778c3 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os
 import glob
index 01f0faaef49e55c6a28fe30c24a4157d9ff85996..3bc0819b6db8e714a3ffab134a2bd1771385bd30 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import sys
 import os
index 665f837666374f096a0dfe1a265b985380a6b5a6..0cd4041814688f32f8bba0fb82f969aa5f861804 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import math
 
index 0f7b147e6ff8bdd6662f29df70c8e792ec1cf2cd..2403f2c93a18639a379cd2e5934cf6d10d52e34a 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import sys
 import math
index 25e9e824ee33ba37eeae129e4c9bc6dae37fe400..aae99eb2b749401c34971b82f4755dd411a3eab1 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os
 import glob
index a473f3ed9b8284be151f503d7a696aac743b889f..3262b328ed9911c3cda45095bb852adc01889975 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import time
 import math
index bbc513670f877d19de4b930200c7f8cfa1c87610..ff550b8329e0d138b1041ad2e2993072ecaf89e0 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 from Cura.util.meshLoaders import stl
 from Cura.util.meshLoaders import obj
index 5dbd6177b04c3a889c84805f989153f8ecf3e3c4..b131eb14c7453c01d5f53d0177deb32f04dcec14 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import cStringIO as StringIO
 import zipfile
index 084e81e39dae4929f1124d4548f250a2bc0a0e9d..e448fdeba304db3951bbe553fb20e5b6f604d21e 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 from  xml.parsers.expat import ParserCreate
 
index ef84b513ce827c51214e4699cccc18e9e9c8c9d6..6ce4f319d5800bdea3185d86524049cb26da3f0e 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 from Cura.util import mesh
 
index 92904f38454d562adcd964a352ee9d96106eb715..4ebfcf272dc5d2bd2c35374e2724f99e3a20632f 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import sys
 import os
index f9e3f251b7c5a1696621c412a2d7e571ffd90860..51ea91ee42dbaa1ea4485563275795eef52dd393 100644 (file)
@@ -1,6 +1,6 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
 from __future__ import division
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os, traceback, math, re, zlib, base64, time, sys, platform, glob, string, stat, types
 import cPickle as pickle
index c918dedd7a002ad664f379d71567d3c62217c293..1dad2ade297f76202aac9b6e5da5da873b2fdee9 100644 (file)
@@ -1,5 +1,6 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
+
 import os
 import sys
 
diff --git a/Cura/util/settings.py b/Cura/util/settings.py
deleted file mode 100644 (file)
index 0f12383..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
-
-class setting(object):
-       def __init__(self, key, name, description):
-               self._key = key
-               self._name = name
-               self._description = description
index c583c1376eed5b2cbc47ef6b77548aaded557157..195db236ebedc9051e1d3d20b5bddc4133f05c3e 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import math
 from xml.etree import ElementTree
index fa5311f344bd7d0d91be4f8fb2d76fba4693eacc..bb29d8a703f6cfc16217fbc419469d474655d980 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import math
 
index e93e8569d2041b09358b7f2d2538501d355123d2..901450106615cef98f02b7a54b36c4dc0e9384f6 100644 (file)
@@ -1,6 +1,6 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
 from __future__ import division
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import types
 import math
index aa50c552d93d0cde06b6f9378dcd3f474594171c..fe3a9cd5d2f3c493c8cf0a33458e3f5e26f372da 100644 (file)
@@ -1,5 +1,5 @@
-__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 
 import os
 import sys