From 79f54a16f6766339b01f7b980f571555beac560e Mon Sep 17 00:00:00 2001 From: nickthetait Date: Tue, 8 Nov 2016 15:25:58 -0700 Subject: [PATCH] Update copyright information --- plugins/GCodeReader/GCodeReader.py | 5 ++--- plugins/GCodeReader/__init__.py | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/plugins/GCodeReader/GCodeReader.py b/plugins/GCodeReader/GCodeReader.py index 68dece113e..f084f1d7db 100644 --- a/plugins/GCodeReader/GCodeReader.py +++ b/plugins/GCodeReader/GCodeReader.py @@ -1,6 +1,5 @@ -# Copyright (c) 2015 Ultimaker B.V. -# Copyright (c) 2013 David Braam -# Uranium is released under the terms of the AGPLv3 or higher. +# Copyright (c) 2016 Aleph Objects, Inc. +# Cura is released under the terms of the AGPLv3 or higher. from UM.Mesh.MeshReader import MeshReader import os diff --git a/plugins/GCodeReader/__init__.py b/plugins/GCodeReader/__init__.py index 2f372f3cd2..39246072f9 100644 --- a/plugins/GCodeReader/__init__.py +++ b/plugins/GCodeReader/__init__.py @@ -1,7 +1,6 @@ -# Copyright (c) 2015 Ultimaker B.V. -# Uranium is released under the terms of the AGPLv3 or higher. +# Copyright (c) 2016 Aleph Objects, Inc. +# Cura is released under the terms of the AGPLv3 or higher. -#Shoopdawoop from . import GCodeReader from UM.i18n import i18nCatalog