diff options
author | nags <nags@nags-desktop.(none)> | 2009-05-12 18:19:01 -0700 |
---|---|---|
committer | nags <nags@nags-desktop.(none)> | 2009-05-12 18:19:01 -0700 |
commit | 11d3f51de8192e9b9fa7e57201799e829bcf65a3 (patch) | |
tree | 907dec8013bbdb80360a02621218382b1f3dda55 /examples | |
parent | 36b37cf5f34c55cba6320ee6af7dfc7536e33b12 (diff) |
Added license
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gcalctool.py | 19 | ||||
-rw-r--r-- | examples/gedit.py | 19 |
2 files changed, 38 insertions, 0 deletions
diff --git a/examples/gcalctool.py b/examples/gcalctool.py index 2ddc490..77bc110 100644 --- a/examples/gcalctool.py +++ b/examples/gcalctool.py @@ -1,3 +1,22 @@ +''' +LDTP v2 gcalctool example + +@author: Eitan Isaacson <eitan@ascender.com> +@copyright: Copyright (c) 2009 Eitan Isaacson +@license: LGPL + +http://ldtp.freedesktop.org + +This file may be distributed and/or modified under the terms of the GNU General +Public License version 2 as published by the Free Software Foundation. This file +is distributed without any warranty; without even the implied warranty of +merchantability or fitness for a particular purpose. + +See "COPYING" in the source distribution for more information. + +Headers in this file shall remain intact. +''' + import ldtp from time import sleep import unittest diff --git a/examples/gedit.py b/examples/gedit.py index b33c237..07efb9d 100644 --- a/examples/gedit.py +++ b/examples/gedit.py @@ -1,3 +1,22 @@ +''' +LDTP v2 gedit example + +@author: Eitan Isaacson <eitan@ascender.com> +@copyright: Copyright (c) 2009 Eitan Isaacson +@license: LGPL + +http://ldtp.freedesktop.org + +This file may be distributed and/or modified under the terms of the GNU General +Public License version 2 as published by the Free Software Foundation. This file +is distributed without any warranty; without even the implied warranty of +merchantability or fitness for a particular purpose. + +See "COPYING" in the source distribution for more information. + +Headers in this file shall remain intact. +''' + import ldtp, ooldtp from time import sleep |