Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
svn path=/plone.namedfile/trunk/; revision=49604
  • Loading branch information
davisagli committed May 15, 2011
1 parent 5df499e commit d2005cf
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 282 deletions.
3 changes: 3 additions & 0 deletions docs/HISTORY.txt
Expand Up @@ -4,6 +4,9 @@ Changelog
1.0.1 - unreleased
------------------

* Relicense under BSD license.
See http://plone.org/foundation/materials/foundation-resolutions/plone-framework-components-relicensing-policy
[davisagli]

1.0 - 2011-04-30
----------------
Expand Down
43 changes: 0 additions & 43 deletions docs/INSTALL.txt

This file was deleted.

222 changes: 0 additions & 222 deletions docs/LICENSE.GPL

This file was deleted.

38 changes: 24 additions & 14 deletions docs/LICENSE.txt
@@ -1,16 +1,26 @@
plone.namedfile is copyright Laurence Rowe, Martin Aspeli
plone.namedfile is copyright Plone Foundation
All rights reserved.

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
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the author nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

This program 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston,
MA 02111-1307 USA.
THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -5,7 +5,7 @@

setup(name='plone.namedfile',
version=version,
description="File types tand fields for images, files and blob files with filenames",
description="File types and fields for images, files and blob files with filenames",
long_description=open("README.txt").read() + "\n" +
open(os.path.join("docs", "HISTORY.txt")).read() + "\n" +
open(os.path.join("plone", "namedfile", "usage.txt")).read(),
Expand All @@ -14,20 +14,21 @@
"Framework :: Plone",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: BSD License",
],
keywords='plone named file image blob',
author='Laurence Rowe, Martin Aspeli',
author_email='plone-developers@lists.sourceforge.net',
url='http://pypi.python.org/pypi/plone.namedfile',
license='GPL',
license='BSD',
packages=find_packages(exclude=['ez_setup']),
namespace_packages=['plone'],
include_package_data=True,
zip_safe=False,
install_requires=[
'setuptools',
'zope.app.file',
'plone.rfc822>=1.0b2',
'plone.rfc822',
],
extras_require = {
'blobs': ['z3c.blobfile'],
Expand Down

0 comments on commit d2005cf

Please sign in to comment.