OSDN Git Service

Add/update copyright headers.
authorJames Teh <jamie@jantrid.net>
Wed, 7 Dec 2011 08:56:09 +0000 (18:56 +1000)
committerJames Teh <jamie@jantrid.net>
Wed, 7 Dec 2011 08:56:09 +0000 (18:56 +1000)
nvdaHelper/vbufBackends/webKit/sconscript
nvdaHelper/vbufBackends/webKit/webKit.cpp
nvdaHelper/vbufBackends/webKit/webKit.h
source/virtualBuffers/webKit.py

index b29ea2e..7d86ec4 100644 (file)
@@ -1,3 +1,17 @@
+###\r
+#This file is a part of the NVDA project.\r
+#URL: http://www.nvda-project.org/\r
+#Copyright 2011 NV Access Inc\r
+#This program is free software: you can redistribute it and/or modify\r
+#it under the terms of the GNU General Public License version 2.0, as published by\r
+#the Free Software Foundation.\r
+#This program is distributed in the hope that it will be useful,\r
+#but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\r
+#This license can be found at:\r
+#http://www.gnu.org/licenses/old-licenses/gpl-2.0.html\r
+###\r
+\r
 Import([\r
        'env',\r
        'vbufBaseStaticLib',\r
index 8b355ea..0924139 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
 This file is a part of the NVDA project.\r
 URL: http://www.nvda-project.org/\r
-Copyright 2006-2010 NVDA contributers.\r
+Copyright 2011 NV Access Inc\r
     This program is free software: you can redistribute it and/or modify\r
     it under the terms of the GNU General Public License version 2.0, as published by\r
     the Free Software Foundation.\r
index 77d262b..306cd69 100644 (file)
@@ -1,7 +1,7 @@
 /*\r
 This file is a part of the NVDA project.\r
 URL: http://www.nvda-project.org/\r
-Copyright 2006-2010 NVDA contributers.\r
+Copyright 2011 NV Access Inc\r
     This program is free software: you can redistribute it and/or modify\r
     it under the terms of the GNU General Public License version 2.0, as published by\r
     the Free Software Foundation.\r
index 53f2b34..c050d29 100644 (file)
@@ -1,3 +1,9 @@
+#virtualBuffers/webKit.py\r
+#A part of NonVisual Desktop Access (NVDA)\r
+#Copyright (C) 2011 NV Access Inc\r
+#This file is covered by the GNU General Public License.\r
+#See the file COPYING for more details.\r
+\r
 import ctypes\r
 from . import VirtualBuffer, VirtualBufferTextInfo\r
 import controlTypes\r