OSDN Git Service

Add copyright headers.
authorJames Teh <jamie@jantrid.net>
Mon, 16 Apr 2012 00:31:51 +0000 (10:31 +1000)
committerJames Teh <jamie@jantrid.net>
Mon, 16 Apr 2012 00:31:51 +0000 (10:31 +1000)
source/gui/installerGui.py
source/installer.py

index 372c5d2..ef24ea3 100644 (file)
@@ -1,3 +1,9 @@
+#gui/installerGui.py\r
+#A part of NonVisual Desktop Access (NVDA)\r
+#This file is covered by the GNU General Public License.\r
+#See the file COPYING for more details.\r
+#Copyright (C) 2011-2012 NV Access Limited\r
+\r
 import os\r
 import ctypes\r
 import subprocess\r
index b7dc1b8..4cdb8b4 100644 (file)
@@ -1,3 +1,9 @@
+#installer.py\r
+#A part of NonVisual Desktop Access (NVDA)\r
+#This file is covered by the GNU General Public License.\r
+#See the file COPYING for more details.\r
+#Copyright (C) 2011-2012 NV Access Limited\r
+\r
 from ctypes import *\r
 from ctypes import *\r
 from ctypes.wintypes import *\r