From: Günter M. <mi...@us...> - 2024-10-18 09:05:17
|
- **status**: open-fixed --> closed-fixed - **Comment**: With the declaration in the comment above and the fix in [r9656], this issue should be resolved. --- **[bugs:#487] Ambiguous license in test/test_utils/test_math/test__init__.py** **Status:** closed-fixed **Created:** Wed Apr 24, 2024 08:57 PM UTC by Dmitry Shachnev **Last Updated:** Thu Apr 25, 2024 07:27 AM 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. |