chiark / gitweb /
Add proper copyright statements.
[cura.git] / Cura / gui / splashScreen.py
index 1a70907c3bd7fe64d8f655948ff288f993fba302..83f830033f2c8b526fbf2400c2d294650f122e65 100644 (file)
@@ -1,4 +1,4 @@
-# coding=utf-8
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 from __future__ import absolute_import
 
 import wx._core #We only need the core here, which speeds up the import. As we want to show the splashscreen ASAP.