summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordobey <dobey>2006-08-21 19:10:33 +0000
committerdobey <dobey>2006-08-21 19:10:33 +0000
commitfd0f082ce90144712164e0ea277ac080c2485670 (patch)
tree09cedea884b7cbba1a8f6e74a67bdb7bf9d21515
parent043fdb4328aa9712f68081c6d679880465db8692 (diff)
2006-08-21 Rodney Dawes <dobey@novell.com>
* python/A11yTestUtils.py: Add GPL notice into copyright header comment block
-rw-r--r--ChangeLog5
-rw-r--r--python/A11yTestUtils.py13
2 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fa96b7..1bb3f60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-21 Rodney Dawes <dobey@novell.com>
+
+ * python/A11yTestUtils.py: Add GPL notice into copyright header
+ comment block
+
2006-08-18 Rodney Dawes <dobey@novell.com>
* INSTALL: Add content so automake doesn't overwrite the file
diff --git a/python/A11yTestUtils.py b/python/A11yTestUtils.py
index 444fef7..0fbd9da 100644
--- a/python/A11yTestUtils.py
+++ b/python/A11yTestUtils.py
@@ -8,6 +8,19 @@
# Rodney Dawes <dobey@novell.com>
#
# Copyright 2006 Novell, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of version 2 of the GNU General Public License
+# as published by the Free Software Foundation
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
#
#############################################################################