diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | python/A11yTestUtils.py | 13 |
2 files changed, 18 insertions, 0 deletions
@@ -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. # ############################################################################# |