Skip to content

Commit

Permalink
Change license to MIT (#51)
Browse files Browse the repository at this point in the history
* Change license to MIT

* Remove LGPL from code files

* Remove clang-format action
  • Loading branch information
DanielSeemaier authored Oct 22, 2024
1 parent f0873f8 commit 93d5f2f
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 920 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/clang-format-check-autopass.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/clang-format-check.yml

This file was deleted.

674 changes: 0 additions & 674 deletions COPYING

This file was deleted.

165 changes: 0 additions & 165 deletions COPYING.LESSER

This file was deleted.

19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2024 The KaMPIng Authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ constexpr int heavy = KAMPING_ASSERTION_LEVEL_HEAVY;
## LICENSE
KAssert is released under the GNU Lesser General Public License. See [COPYING](COPYING) and [COPYING.LESSER](COPYING.LESSER) for details.
KAssert is released under the MIT License. See [LICENSE](LICENSE) for details.
[documentation]: https://kamping-site.github.io/kassert/
9 changes: 0 additions & 9 deletions include/kassert/internal/assertion_macros.hpp
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
// This file is part of KAssert.
//
// Copyright 2021-2022 The KAssert Authors
//
// KAssert is free software : you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
// version. KAssert 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 Lesser General Public License
// for more details.
//
// You should have received a copy of the GNU Lesser General Public License along with KAssert. If not, see
// <https://www.gnu.org/licenses/>.

/// @file
/// @brief Provides macros to implement the KASSERT, THROWING_KASSERT and THROWING_KASSERT_SPECIFIED macros.
Expand Down
9 changes: 0 additions & 9 deletions include/kassert/internal/expression_decomposition.hpp
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
// This file is part of KAssert.
//
// Copyright 2021-2022 The KAssert Authors
//
// KAssert is free software : you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
// version. KAssert 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 Lesser General Public License
// for more details.
//
// You should have received a copy of the GNU Lesser General Public License along with KAssert. If not, see
// <https://www.gnu.org/licenses/>.

/// @file
/// @brief Expression decomposition.
Expand Down
9 changes: 0 additions & 9 deletions include/kassert/internal/logger.hpp
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
// This file is part of KAssert.
//
// Copyright 2021-2022 The KAssert Authors
//
// KAssert is free software : you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
// version. KAssert 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 Lesser General Public License
// for more details.
//
// You should have received a copy of the GNU Lesser General Public License along with KAssert. If not, see
// <https://www.gnu.org/licenses/>.

/// @file
/// @brief Logger utility class to build error messages for failed assertins.
Expand Down
9 changes: 0 additions & 9 deletions include/kassert/kassert.hpp
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
// This file is part of KAssert.
//
// Copyright 2021-2022 The KAssert Authors
//
// KAssert is free software : you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
// version. KAssert 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 Lesser General Public License
// for more details.
//
// You should have received a copy of the GNU Lesser General Public License along with KAssert. If not, see
// <https://www.gnu.org/licenses/>.

/// @file
/// @brief Macros for asserting runtime checks.
Expand Down
9 changes: 0 additions & 9 deletions tests/kassert_test.cpp
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
// This file is part of KAssert.
//
// Copyright 2021 The KAssert Authors
//
// KAssert is free software : you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
// version. KAssert 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 Lesser General Public License
// for more details.
//
// You should have received a copy of the GNU Lesser General Public License along with KAssert. If not, see
// <https://www.gnu.org/licenses/>.

// Overwrite build option and set assertion level to normal
#undef KASSERT_ASSERTION_LEVEL
Expand Down

0 comments on commit 93d5f2f

Please sign in to comment.