From: Dmitry S. <man...@us...> - 2024-04-24 20:57:46
|
--- **[bugs:#487] Ambiguous license in test/test_utils/test_math/test__init__.py** **Status:** open **Created:** Wed Apr 24, 2024 08:57 PM UTC by Dmitry Shachnev **Last Updated:** Wed Apr 24, 2024 08:57 PM UTC **Owner:** nobody Dear Günter, The header of [this file](https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/test/test_utils/test_math/test__init__.py) says: ```python #!/usr/bin/env python3 # :Copyright: © 2024 Günter Milde. # Released without warranty under the terms of the # GNU General Public License (v. 2 or later) # :License: Released under the terms of the `2-Clause BSD license`_, in short: # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. # This file is offered as-is, without any warranty. # # .. _2-Clause BSD license: https://opensource.org/licenses/BSD-2-Clause ``` So it mentions both GPL and BSD license. Do both licenses really apply, and if not, can the extra one be removed? --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |