Skip to content

Commit

Permalink
[fix] updated license references in a bunch of places
Browse files Browse the repository at this point in the history
  • Loading branch information
stef committed Nov 16, 2023
1 parent 688a39d commit b1655f3
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(fname):
long_description_content_type="text/markdown",
requires=["libsodium"],
classifiers=["Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Topic :: Security :: Cryptography",
"Topic :: Security"],
)
8 changes: 4 additions & 4 deletions sasl/mitmsasl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
# This file is part of libopaque.
#
# SPDX-FileCopyrightText: 2022, Marsiske Stefan <[email protected]>
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#
# libopaque is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# 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.
#
# libopaque 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 version 3 for more details.
# GNU Lesser General Public License version 3 for more details.
#
# You should have received a copy of the GNU General Public License along
# You should have received a copy of the GNU Lesser General Public License along
# with this program; if not, If not, see <http://www.gnu.org/licenses/>.

from mitmproxy.http import Headers
Expand Down
8 changes: 4 additions & 4 deletions sasl/websasl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
# This file is part of libopaque.
#
# SPDX-FileCopyrightText: 2022, Marsiske Stefan <[email protected]>
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-License-Identifier: LGPL-3.0-or-later
#
# libopaque is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# 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.
#
# libopaque 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 version 3 for more details.
# GNU Lesser General Public License version 3 for more details.
#
# You should have received a copy of the GNU General Public License along
# You should have received a copy of the GNU Lesser General Public License along
# with this program; if not, If not, see <http://www.gnu.org/licenses/>.

import subprocess, sasl, struct, json, binascii
Expand Down
4 changes: 2 additions & 2 deletions src/opaque.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
libopaque 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.
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU Lesser General Public License
along with libopaque. If not, see <http://www.gnu.org/licenses/>.
This file implements the Opaque protocol as specified by the IRTF CFRG
Expand Down
4 changes: 2 additions & 2 deletions src/tests/opaque-munit.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
libopaque 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.
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU Lesser General Public License
along with libopaque. If not, see <http://www.gnu.org/licenses/>.
*/

Expand Down
4 changes: 2 additions & 2 deletions src/tests/opaque-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
libopaque 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.
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU Lesser General Public License
along with libopaque. If not, see <http://www.gnu.org/licenses/>.
*/

Expand Down
4 changes: 2 additions & 2 deletions src/tests/opaque-testvectors.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
libopaque 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.
GNU Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU Lesser General Public License
along with libopaque. If not, see <http://www.gnu.org/licenses/>.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/utils/man/opaque.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Written by Stefan Marsiske.

# COPYRIGHT

Copyright © 2023 Stefan Marsiske. License GPLv3+: GNU Lesser GPL version 3 or later <https://gnu.org/licenses/lgpl.html>.
Copyright © 2023 Stefan Marsiske. License LGPLv3+: GNU Lesser GPL version 3 or later <https://gnu.org/licenses/lgpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

# SEE ALSO
Expand Down

0 comments on commit b1655f3

Please sign in to comment.