Skip to content

Commit 09b62d1

Browse files
author
Jesús Espino
committed
Change license to BSD and release 2.0.1
1 parent 70e03c4 commit 09b62d1

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

LICENSE

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Copyright (c) 2014 Andrés Moya Velázquez
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions
5+
are met:
6+
1. Redistributions of source code must retain the above copyright
7+
notice, this list of conditions and the following disclaimer.
8+
2. Redistributions in binary form must reproduce the above copyright
9+
notice, this list of conditions and the following disclaimer in the
10+
documentation and/or other materials provided with the distribution.
11+
3. Neither the name of copyright holders nor the names of its
12+
contributors may be used to endorse or promote products derived
13+
from this software without specific prior written permission.
14+
15+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16+
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18+
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS OR CONTRIBUTORS
19+
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25+
POSSIBILITY OF SUCH DAMAGE.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author = u'Andrés Moya Velázquez',
1313
author_email = '[email protected]',
1414
url = 'https://github.com/kaleidos/django-validated-file',
15-
license = 'GPL3',
15+
license = 'BSD',
1616
include_package_data = True,
1717
package_data = {
1818
'': ['*.po', '*.mo'],
@@ -31,7 +31,7 @@
3131
'Development Status :: 5 - Production/Stable',
3232
'Framework :: Django',
3333
'Intended Audience :: Developers',
34-
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
34+
'License :: OSI Approved :: BSD License',
3535
'Operating System :: OS Independent',
3636
'Topic :: Internet :: WWW/HTTP',
3737
]

validatedfile/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (2, 0, 0, "final", 0)
1+
__version__ = (2, 0, 1, "final", 0)

0 commit comments

Comments
 (0)