From 94e2809550152a1f081f9663fe35affe9a024a9c Mon Sep 17 00:00:00 2001 From: Alkid Date: Tue, 7 May 2024 13:35:17 +0200 Subject: [PATCH] License update --- LICENSE | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 1637db26..74dab002 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 +Copyright (c) 2024 Caglar Demir Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index 7dd15bdf..e5135f62 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ url='https://github.com/dice-group/owlapy', classifiers=[ "Programming Language :: Python :: 3.10", - "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", + "License :: OSI Approved :: MIT License", "Topic :: Scientific/Engineering"], python_requires='>=3.10.13', long_description=long_description,