From f3a7b17f71990da401917c7647afaad8c33363d6 Mon Sep 17 00:00:00 2001 From: James Cameron Date: Fri, 07 May 2010 04:17:57 +0000 Subject: add COPYING file: #1571 - most of pippy is GPLv2+, but library/pippy/physics is GPLv3+, conflict unresolved, - add missing activity license file COPYING chosen based on activity.info license field GPLv2+, - add missing copyright headers to source files that either didn't have them (library/pippy/{__init__,sound}.py) or had abbreviated versions (library/pippy/{console,game}.py) - spell organisation name correctly (s/Per/per), - express copyright years in full, - include GPLv3+ LICENSE from Elements upstream SVN, as library/pippy/physics/LICENSE Fixes sugarlabs.org #1571 and laptop.org #9181. --- (limited to 'pippy_app.py') diff --git a/pippy_app.py b/pippy_app.py index 4835c57..519efb6 100644 --- a/pippy_app.py +++ b/pippy_app.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright 2007 Chris Ball, based on Collabora's "hellomesh" demo. +# Copyright (C) 2007,2008,2009 Chris Ball, based on Collabora's "hellomesh" demo. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v0.9.1