From 4c24cde923e5b10d7dcb70895b06b7df49702381 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Sun, 24 Jun 2007 11:10:53 +0000 Subject: Added/corrected some license headers. --- (limited to 'sugar/clipboard/clipboardservice.py') diff --git a/sugar/clipboard/clipboardservice.py b/sugar/clipboard/clipboardservice.py index 5215812..dbdf41d 100644 --- a/sugar/clipboard/clipboardservice.py +++ b/sugar/clipboard/clipboardservice.py @@ -1,4 +1,20 @@ """UI class to access system-level clipboard object""" +# Copyright (C) 2007, One Laptop Per Child +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library 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 +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. import logging import dbus import gobject -- cgit v0.9.1