Skip to content

Commit

Permalink
Update license from GPL2 to BSD.
Browse files Browse the repository at this point in the history
Agreement to update the license achieved in GH-6.
  • Loading branch information
y10h committed Feb 21, 2021
1 parent 739279f commit 7f91cd8
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 332 deletions.
281 changes: 10 additions & 271 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License (GPL)',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
Expand Down
10 changes: 0 additions & 10 deletions ydbf/__init__.py
Expand Up @@ -4,16 +4,6 @@
# Copyright (C) 2006-2021 Yury Yurevich and contributors
#
# https://github.com/y10h/ydbf
#
# 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, version 2
# of the License.
#
# 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.
"""
Pythonic reader and writer for DBF/XBase files
Expand Down
10 changes: 0 additions & 10 deletions ydbf/dump.py
Expand Up @@ -4,16 +4,6 @@
# Copyright (C) 2006-2021 Yury Yurevich and contributors
#
# https://github.com/y10h/ydbf
#
# 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, version 2
# of the License.
#
# 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.
"""
YDbf dumper script
"""
Expand Down
10 changes: 0 additions & 10 deletions ydbf/lib.py
Expand Up @@ -4,16 +4,6 @@
# Copyright (C) 2006-2021 Yury Yurevich and contributors
#
# https://github.com/y10h/ydbf
#
# 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, version 2
# of the License.
#
# 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.
"""
Common lib for both reader and writer
"""
Expand Down
10 changes: 0 additions & 10 deletions ydbf/reader.py
Expand Up @@ -4,16 +4,6 @@
# Copyright (C) 2006-2021 Yury Yurevich and contributors
#
# https://github.com/y10h/ydbf
#
# 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, version 2
# of the License.
#
# 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.
"""
DBF reader
"""
Expand Down
10 changes: 0 additions & 10 deletions ydbf/test.py
Expand Up @@ -4,16 +4,6 @@
# Copyright (C) 2006-2021 Yury Yurevich and contributors
#
# https://github.com/y10h/ydbf
#
# 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, version 2
# of the License.
#
# 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.
"""
Unit-tests for YDbf
"""
Expand Down
10 changes: 0 additions & 10 deletions ydbf/writer.py
Expand Up @@ -4,16 +4,6 @@
# Copyright (C) 2006-2021 Yury Yurevich and contributors
#
# https://github.com/y10h/ydbf
#
# 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, version 2
# of the License.
#
# 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.
"""
DBF writer
"""
Expand Down

0 comments on commit 7f91cd8

Please sign in to comment.