diff --git a/CNTK.sln b/CNTK.sln index 068938614..53dba03fd 100644 --- a/CNTK.sln +++ b/CNTK.sln @@ -46,7 +46,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "License", "License", "{63024704-A2D7-497E-AD4B-5C10C6AA1374}" ProjectSection(SolutionItems) = preProject - license\MSR Computational Network Toolkit_MSR-LA (2014-03-28).md = license\MSR Computational Network Toolkit_MSR-LA (2014-03-28).md + LICENSE.md = LICENSE.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lyx", "lyx", "{F9BEB27E-8AF5-464E-8D45-0000D5AFA2D3}" diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 000000000..ae98dd91b --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,61 @@ +# Microsoft Computational Network Toolkit (CNTK) + +Copyright (c) Microsoft Corporation + +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. + +## THIRD PARTY NOTICES + +This project is based on or incorporates material from the projects listed below (Third Party IP). The original copyright notice and the license under which Microsoft received such Third Party IP, are set forth below. Such licenses and notices are provided for informational purposes only. Where permitted, Microsoft licenses the Third Party IP to you under the licensing terms for the Microsoft product. Microsoft reserves all other rights not expressly granted under this agreement, whether by implication, estoppel or otherwise. + +### a. BOOST C++ LIBRARIES + +Copyright Beman Dawes, David Abrahams, 1998-2005. +Copyright Rene Rivera 2004-2007. + +Provided for Informational Purposes Only + +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor. + +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, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +### b. ATIS DATASETS + +CNTK distribution contains a subset of ATIS Datasets: + +Hemphill, Charles, et al. ATIS0 Complete LDC93S4A. Web Download. Philadelphia: Linguistic Data Consortium, 1993. + +Garofolo, John, et al. ATIS2 LDC93S5. Web Download. Philadelphia: Linguistic Data Consortium, 1993. + +Dahl, Deborah, et al. ATIS3 Test Data LDC95S26. Web Download. Philadelphia: Linguistic Data Consortium, 1995. + +Dahl, Deborah, et al. ATIS3 Training Data LDC94S19. Web Download. Philadelphia: Linguistic Data Consortium, 1994. + +### c. TIMIT ACOUSTIC-PHONETIC CONTINUOUS SPEECH CORPUS + +CNTK distribution contains a subset of TIMIT Acoustic-Phonetic Continuous Speech Corpus: + +Garofolo, John, et al. TIMIT Acoustic-Phonetic Continuous Speech Corpus LDC93S1. Web Download. Philadelphia: Linguistic Data Consortium, 1993. + +### d. THE PENN TREEBANK PROJECT + +CNTK distribution contains a subset of the data of The Penn Treebank Project: + +Marcus, Mitchell, Beatrice Santorini, and Mary Ann Marcinkiewicz. Treebank-2 LDC95T7. Web Download. Philadelphia: Linguistic Data Consortium, 1995. + +### e. THE CMU AUDIO DATABASES + +CNTK distribution contains a subset of the CMU Audio Databases +Copyright (c) 1991-2005 Carnegie Mellon University. All rights reserved. + +### f. THE MNIST DATABASE OF HANDWRITTEN DIGITS + +CNTK distribution contains a subset of the MNIST Database of Handwritten Digits diff --git a/ThirdPartyNotices.txt b/ThirdPartyNotices.txt deleted file mode 100644 index 8e4d53ed6..000000000 --- a/ThirdPartyNotices.txt +++ /dev/null @@ -1,42 +0,0 @@ -=== AN4 dataset ==== - -Contents of Tests/Speech/Data directory is a modified version of AN4 dataset pre-processed and optimized for CNTK end-to-end testing. -AN4 dataset is a part of CMU audio databases located at http://www.speech.cs.cmu.edu/databases/an4 -This modified version of dataset is distributed under the terms of a AN4 license: - -/* ==================================================================== - * Copyright (c) 1991-2005 Carnegie Mellon University. All rights - * reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * - * This work was supported in part by funding from the Defense Advanced - * Research Projects Agency and the National Science Foundation of the - * United States of America, and the CMU Sphinx Speech Consortium. - * - * THIS SOFTWARE IS PROVIDED BY CARNEGIE MELLON UNIVERSITY ``AS IS'' AND - * ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, - * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY - * NOR ITS EMPLOYEES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * ==================================================================== - */ - - diff --git a/license/MSR Computational Network Toolkit_MSR-LA (2014-03-28).md b/license/MSR Computational Network Toolkit_MSR-LA (2014-03-28).md deleted file mode 100644 index 071a2392a..000000000 --- a/license/MSR Computational Network Toolkit_MSR-LA (2014-03-28).md +++ /dev/null @@ -1,148 +0,0 @@ -# Microsoft Research License Terms -## for Computational Network Toolkit (CNTK) - -These license terms are an agreement between Microsoft Corporation -(or based on where you live, one of its affiliates) and you. Please read them. -They apply to the software named above, which includes the media on which you -received, if any. The terms also apply to any Microsoft: - -* updates, -* supplements, -* Internet-based services, and -* support services - -for this software, unless other terms accompany those items. If so, those terms -apply. - -__By using the software you accept these terms.__ -__If you do not accept them, do not use the software.__ - -______________________________________________________ - -__If you comply with these license terms, you have the rights below.__ - -### 1. SCOPE OF RIGHTS: - -a. __License Grant.__ You may use, copy, modify, creative derivative works, -and distribute the Software for non-commercial purposes, subject to the -restrictions in this MSR-LA. Examples of non-commercial uses are teaching, -academic research, public demonstrations and personal experimentation. - -b. __Publication.__ You may publish (or present papers or articles) on your -results from using the software. - -c. __Third Party Programs.__ The software may include third party programs -that Microsoft, not the third party, licenses to you under this agreement. -Notices, if any, for the third party program are included for your -information only. - -### 2. DISTRIBUTION REQUIREMENTS: - -a. If you distribute the Software or any derivative works of the Software, -you will distribute them under the same terms and conditions as in this -license, and you will not grant other rights to the Software or derivative -works that are different from those provided by this MSR-LA. - -b. If you have created derivative works of the software, and distribute -such derivative works, you will cause the modified files to carry prominent -notices so that recipients know that they are not receiving the original -software. Such notices must state: (i) that you have changed the software; -and (ii) the date of any changes. - -### 3. DISTRIBUTION RESTRICTIONS: YOU MAY NOT: - -a. alter any copyright, trademark or patent notice in the software; - -b. use Microsoft's trademarks in your programs' names or in a way that -suggests your derivative works or modifications come from or are endorsed -by Microsoft; - -c. include the software in malicious, deceptive or unlawful programs; - -______________________________________________________ - -__In return, we simply require that you agree:__ - -### 4. LICENSE TO MICROSOFT. - -In the event you contribute code or other material to the Computational Network -Toolkit project, Microsoft is granted back, without any restrictions or -limitations, a non-exclusive, perpetual, irrevocable, royalty-free, assignable -and sub-licensable license, to reproduce, publicly perform or display, install, -use, modify, post, distribute, make and have made, sell and transfer any such -contributions. - -### 5. TERM; TERMINATION. - -The term of this Agreement will commence upon your acceptance of these license -terms and will continue indefinitely unless terminated as provided herein. If -you breach this agreement or if you sue Microsoft or any other party over -patents that you think may apply to or read on the software or anyone's use of -the software, this agreement (and your license and rights obtained herein) -terminate automatically. If this agreement is terminated, you must cease using -and distributing any derivative works or modifications of the Software. Any -sections that are intended to survive termination of this agreement shall -survive. - -### 6. FEEDBACK. - -That any feedback about the Software provided by you to us is voluntarily -given, and Microsoft shall be free to use the feedback as it sees fit without -obligation or restriction of any kind, even if the feedback is designated by -you as confidential. - -### 7. SCOPE OF LICENSE. - -The software is licensed, not sold. This agreement only gives you some rights -to use the software. Microsoft reserves all other rights. The patent rights, -if any, granted to you in this MSR-LA only apply to the Software, not to any -derivative works you make. In using the Software, you must comply with any -technical limitations in the software that only allow you to use it in certain -ways. You may not: - -a. make more copies of the software than specified in this agreement or -allowed by applicable law, despite this limitation; - -b. rent, lease or lend the software; - -c. transfer the software or this agreement to any third party; or - -d. use the software for commercial software hosting services. - -### 8. EXPORT RESTRICTIONS. - -The software is subject to United States export laws and regulations. You must -comply with all domestic and international export laws and regulations that -apply to the software. These laws include restrictions on destinations, end -users and end use. For additional information, see www.microsoft.com/exporting. - -### 9. ENTIRE AGREEMENT. - -This agreement, and the terms for supplements, updates, Internet-based services -and support services that you use, are the entire agreement for the software -and support services. - -### 10. GOVERNING LAW AND VENUE. - -This Agreement is governed by and construed in accordance with the laws of the -state of Washington, without reference to its choice of law principles to the -contrary. Each party hereby consents to the jurisdiction and venue of the state -and federal courts located in King County, Washington, with regard to any suit -or claim arising under or by reason of this Agreement. - -### 11. LEGAL EFFECT. - -This agreement describes certain legal rights. You may have other rights under -the laws of your country. You may also have rights with respect to the party -from whom you acquired the dataset. This agreement does not change your rights -under the laws of your country if the laws of your country do not permit it to -do so. - -### 12. DISCLAIMER OF WARRANTY. - -THE SOFTWARE IS LICENSED "AS-IS". YOU BEAR THE RISK OF USING IT. MICROSOFT -GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. YOU MAY HAVE ADDITIONAL -CONSUMER RIGHTS OR STATUTORY GUARANTEES UNDER YOUR LOCAL LAWS WHICH THIS -AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, -MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE AND NON-INFRINGEMENT.