X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/blobdiff_plain/011a53d5681ad1f5fa88a534ec041c93d3e7be95..ed700777982ff5e0a5740ea993111bc439e2d9a2:/interfaces.py diff --git a/interfaces.py b/interfaces.py index 060540d..a1e4130 100755 --- a/interfaces.py +++ b/interfaces.py @@ -1,18 +1,18 @@ # -*- coding: utf-8 -*- -#################################################### -# Copyright © 2009 Luxia SAS. All rights reserved. # -# # -# Contributors: # -# - Benoît Pin # -#################################################### +############################################################ +# Copyright © 2005-2008 Benoît PIN # +# Plinn - http://plinn.org # +# # +# This program is free software; you can redistribute it # +# and/or modify it under the terms of the Creative Commons # +# "Attribution-Noncommercial 2.0 Generic" # +# http://creativecommons.org/licenses/by-nc/2.0/ # +############################################################ """ Interfaces for Portfolio classes - -$Id: interfaces.py 1202 2009-07-15 08:48:42Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Portfolio/trunk/interfaces.py $ """ from zope.interface import Interface class IPhoto(Interface) : - "Base class for Cliché™ aware photo" + "Base class for Plinn aware photo"