From ca10bf3e391ded80e96359688caafc77f94caf12 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Fri, 12 Feb 2010 20:03:13 +0100 Subject: [PATCH] MusicXML: Put the test suite under the MIT license, which is very permissive --- .../regression/musicxml/00-Introduction.itexi | 7 ++++++ input/regression/musicxml/GNUmakefile | 4 ++-- input/regression/musicxml/LICENSE | 23 +++++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 input/regression/musicxml/LICENSE diff --git a/input/regression/musicxml/00-Introduction.itexi b/input/regression/musicxml/00-Introduction.itexi index 7be82e7f06..7718b759c4 100644 --- a/input/regression/musicxml/00-Introduction.itexi +++ b/input/regression/musicxml/00-Introduction.itexi @@ -18,6 +18,13 @@ files available for testing purposes. The complete set of MusicXML test files contained in this suite can be downloaded @uref{MusicXML-TestSuite-0.1.zip,here} as a ZIP archive. +@heading License of the test suite + +This collection of MusicXML test files is distributed under the +@uref{http://www.opensource.org/licenses/mit-license.php}{MIT license}, which +means that you can use the files for any purpose, as long as you leave the +copyright notice (or the LICENSE file) intact. + @heading Connection with @uref{http://www.lilypond.org/,LilyPond} At the same time as providing a generic test suite for MusicXML document, diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index b5ca56513e..5b2be3c69f 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -23,5 +23,5 @@ endif zip: $(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip -$(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip: $(MUSICXML_FILES) $(MUSICMXL_FILES) - $(ZIP) -r $@ $(addprefix $(src-dir)/,$(MUSICXML_FILES)) $(addprefix $(src-dir)/,$(MUSICMXL_FILES)) +$(outdir)/MusicXML-TestSuite-$(TEST_SUITE_VERSION).zip: $(MUSICXML_FILES) $(MUSICMXL_FILES) LICENSE + $(ZIP) -r $@ $(addprefix $(src-dir)/,$(MUSICXML_FILES)) $(addprefix $(src-dir)/,$(MUSICMXL_FILES)) LICENSE diff --git a/input/regression/musicxml/LICENSE b/input/regression/musicxml/LICENSE new file mode 100644 index 0000000000..b6cebc252a --- /dev/null +++ b/input/regression/musicxml/LICENSE @@ -0,0 +1,23 @@ +An (unofficial) MusicXML Test Suite + +This test suite of MusicXML unit tests is licenced under the MIT license: + +Copyright (c) 2008-2010, Reinhold Kainhofer + +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.39.2