Skip to content

Commit

Permalink
Merge pull request #17 from hightower8083/relicensing
Browse files Browse the repository at this point in the history
changed the license and all notions to BSD-3c
  • Loading branch information
hightower8083 authored Dec 12, 2023
2 parents aaa74ce + 7b566aa commit 98a2189
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 691 deletions.
702 changes: 28 additions & 674 deletions LICENSE

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions axiprop/backends.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2020
# Authors: Igor Andriyash
# License: GNU GPL v3
# Copyright 2023
# Authors: Igor A Andriyash
# License: BSD-3-Clause
"""
Axiprop backends
Expand Down
4 changes: 2 additions & 2 deletions axiprop/common.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2023
# Authors: Igor Andriyash
# License: GNU GPL v3
# Authors: Igor A Andriyash
# License: BSD-3-Clause
"""
Axiprop common.py file
Expand Down
4 changes: 2 additions & 2 deletions axiprop/containers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2023
# Authors: Igor Andriyash
# License: GNU GPL v3
# Authors: Igor A Andriyash
# License: BSD-3-Clause
"""
Axiprop containers.py file
Expand Down
6 changes: 3 additions & 3 deletions axiprop/lib.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2020
# Authors: Igor Andriyash
# License: GNU GPL v3
# Copyright 2023
# Authors: Igor A Andriyash
# License: BSD-3-Clause
"""
Axiprop main file
Expand Down
4 changes: 2 additions & 2 deletions axiprop/steppers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2023
# Authors: Igor Andriyash
# License: GNU GPL v3
# Authors: Igor A Andriyash
# License: BSD-3-Clause
"""
Axiprop base_classes file
Expand Down
6 changes: 3 additions & 3 deletions axiprop/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2020
# Authors: Igor Andriyash
# License: GNU GPL v3
# Copyright 2023
# Authors: Igor A Andriyash
# License: BSD-3-Clause
"""
Axiprop utils file
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2020, Igor Andriyash
# Authors: Igor Andriyash
# License: GPL3
# License: BSD-3-Clause
from setuptools import setup, find_packages
import axiprop

Expand All @@ -24,7 +24,7 @@
author='Igor Andriyash',
maintainer='Igor Andriyash',
maintainer_email='igor.andriyash@gmail.com',
license='GPL3',
license='BSD-3-Clause',
license_files=["LICENSE",],
packages=find_packages('.'),
package_data={"": ['*']},
Expand Down

0 comments on commit 98a2189

Please sign in to comment.