[docutils:bugs] #487 Ambiguous license in test/test_utils/test_math/test__init__.py
Günter Milde via Docutils-develop <[email protected]>
| Newsgroups | gmane.text.docutils.devel |
|---|---|
| Message-ID | </p/docutils/bugs/487/c3027923f2e9808eb6db57253fdc5f62abc404e5.bugs@docutils.p.sourceforge.net> |
- **status**: open --> open-fixed - **Comment**: Thank you for the report. This was an oversight after creating the test script from a template. In the repository, the GPL is removed for better consistency with the rest of Docutils. For Docutils 0.21, …, 0.21.2, both licenses are applicable. Fixed in [r9656] --- **[bugs:#487] Ambiguous license in test/test_utils/test_math/test__init__.py** **Status:** open-fixed **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 [email protected] 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.