From 11d3f51de8192e9b9fa7e57201799e829bcf65a3 Mon Sep 17 00:00:00 2001 From: nags Date: Tue, 12 May 2009 18:19:01 -0700 Subject: Added license --- examples/gcalctool.py | 19 +++++++++++++++++++ examples/gedit.py | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) (limited to 'examples') 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 +@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 +@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 -- cgit v1.2.3