Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjen Hiemstra <ahiemstra@heimr.nl>2015-05-11 13:18:05 +0300
committerArjen Hiemstra <ahiemstra@heimr.nl>2015-05-11 13:18:05 +0300
commit9d7e460b500b67bea7bf70a4c08de43951b90fcb (patch)
tree8bc72cbefe9d4f0f6a584b5a1a1e637d87abf80d /setup.py
parentb1984f58a0710d758e48cdb1406a39707988e5d2 (diff)
Add missing copyright headers
Fixes #5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f49933be88..c7804d1534 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,6 @@
+# Copyright (c) 2015 Ultimaker B.V.
+# Cura is released under the terms of the AGPLv3 or higher.
+
from distutils.core import setup
import py2exe
import UM