diff --git a/LICENSE b/LICENSE index 32115aa3..b96dcb04 100644 --- a/LICENSE +++ b/LICENSE @@ -1,30 +1,21 @@ -BSD License +MIT License -For flashlight software +Copyright (c) Facebook, Inc. and its affiliates. -Copyright (c) Facebook, Inc. and its affiliates. All rights reserved. +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: -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - * 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. - - * Neither the name Facebook nor the names of its contributors may be used to - endorse or promote products derived from this software without specific - prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS 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 THE COPYRIGHT HOLDER OR CONTRIBUTORS 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. +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. diff --git a/README.md b/README.md index 34196081..830388fb 100644 --- a/README.md +++ b/README.md @@ -492,4 +492,4 @@ Some of Flashlight's code is derived from [arrayfire-ml](https://github.com/arrayfire/arrayfire-ml/). ## License -Flashlight is under a BSD license. See [LICENSE](LICENSE) for more information. +Flashlight is under an MIT license. See [LICENSE](LICENSE) for more information. diff --git a/bindings/python/example/decoder_example.py b/bindings/python/example/decoder_example.py index f7b19bc5..5897db0a 100644 --- a/bindings/python/example/decoder_example.py +++ b/bindings/python/example/decoder_example.py @@ -2,7 +2,7 @@ """ Copyright (c) Facebook, Inc. and its affiliates. -This source code is licensed under the BSD-style license found in the +This source code is licensed under the MIT-style license found in the LICENSE file in the root directory of this source tree. """ diff --git a/bindings/python/flashlight/lib/text/_decoder.cpp b/bindings/python/flashlight/lib/text/_decoder.cpp index 66d0cc94..dea5d8ce 100644 --- a/bindings/python/flashlight/lib/text/_decoder.cpp +++ b/bindings/python/flashlight/lib/text/_decoder.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/bindings/python/flashlight/lib/text/_dictionary.cpp b/bindings/python/flashlight/lib/text/_dictionary.cpp index 16c735f2..830a1fa5 100644 --- a/bindings/python/flashlight/lib/text/_dictionary.cpp +++ b/bindings/python/flashlight/lib/text/_dictionary.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/bindings/python/flashlight/lib/text/decoder.py b/bindings/python/flashlight/lib/text/decoder.py index 7a9611bf..400a0bca 100644 --- a/bindings/python/flashlight/lib/text/decoder.py +++ b/bindings/python/flashlight/lib/text/decoder.py @@ -2,7 +2,7 @@ """ Copyright (c) Facebook, Inc. and its affiliates. -This source code is licensed under the BSD-style license found in the +This source code is licensed under the MIT-style license found in the LICENSE file in the root directory of this source tree. """ diff --git a/bindings/python/flashlight/lib/text/dictionary.py b/bindings/python/flashlight/lib/text/dictionary.py index 9dd8c8dc..f802c92b 100644 --- a/bindings/python/flashlight/lib/text/dictionary.py +++ b/bindings/python/flashlight/lib/text/dictionary.py @@ -2,7 +2,7 @@ """ Copyright (c) Facebook, Inc. and its affiliates. -This source code is licensed under the BSD-style license found in the +This source code is licensed under the MIT-style license found in the LICENSE file in the root directory of this source tree. """ diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 0abc007a..ef0008fa 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -2,7 +2,7 @@ """ Copyright (c) Facebook, Inc. and its affiliates. -This source code is licensed under the BSD-style license found in the +This source code is licensed under the MIT-style license found in the LICENSE file in the root directory of this source tree. """ diff --git a/bindings/python/tests/test_import.py b/bindings/python/tests/test_import.py index 64b5aacf..22ad42e4 100644 --- a/bindings/python/tests/test_import.py +++ b/bindings/python/tests/test_import.py @@ -1,7 +1,7 @@ """ Copyright (c) Facebook, Inc. and its affiliates. -This source code is licensed under the BSD-style license found in the +This source code is licensed under the MIT-style license found in the LICENSE file in the root directory of this source tree. """ diff --git a/flashlight/lib/test/audio/feature/CeplifterTest.cpp b/flashlight/lib/test/audio/feature/CeplifterTest.cpp index 3a58e8e8..e8e75f95 100644 --- a/flashlight/lib/test/audio/feature/CeplifterTest.cpp +++ b/flashlight/lib/test/audio/feature/CeplifterTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/audio/feature/DctTest.cpp b/flashlight/lib/test/audio/feature/DctTest.cpp index b336dc17..f2e19463 100644 --- a/flashlight/lib/test/audio/feature/DctTest.cpp +++ b/flashlight/lib/test/audio/feature/DctTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/audio/feature/DerivativesTest.cpp b/flashlight/lib/test/audio/feature/DerivativesTest.cpp index 11843cd4..9055929e 100644 --- a/flashlight/lib/test/audio/feature/DerivativesTest.cpp +++ b/flashlight/lib/test/audio/feature/DerivativesTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/audio/feature/DitherTest.cpp b/flashlight/lib/test/audio/feature/DitherTest.cpp index dd941d17..6ab634a5 100644 --- a/flashlight/lib/test/audio/feature/DitherTest.cpp +++ b/flashlight/lib/test/audio/feature/DitherTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/audio/feature/MfccTest.cpp b/flashlight/lib/test/audio/feature/MfccTest.cpp index 9551f021..18c5dd3d 100644 --- a/flashlight/lib/test/audio/feature/MfccTest.cpp +++ b/flashlight/lib/test/audio/feature/MfccTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/audio/feature/PreEmphasisTest.cpp b/flashlight/lib/test/audio/feature/PreEmphasisTest.cpp index 3037bc57..edbb8328 100644 --- a/flashlight/lib/test/audio/feature/PreEmphasisTest.cpp +++ b/flashlight/lib/test/audio/feature/PreEmphasisTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/audio/feature/SpeechUtilsTest.cpp b/flashlight/lib/test/audio/feature/SpeechUtilsTest.cpp index 7e997a11..bd966067 100644 --- a/flashlight/lib/test/audio/feature/SpeechUtilsTest.cpp +++ b/flashlight/lib/test/audio/feature/SpeechUtilsTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/audio/feature/TestUtils.h b/flashlight/lib/test/audio/feature/TestUtils.h index 3ce83e1c..a75b8126 100644 --- a/flashlight/lib/test/audio/feature/TestUtils.h +++ b/flashlight/lib/test/audio/feature/TestUtils.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/audio/feature/TriFilterbankTest.cpp b/flashlight/lib/test/audio/feature/TriFilterbankTest.cpp index b826af4b..109a9d65 100644 --- a/flashlight/lib/test/audio/feature/TriFilterbankTest.cpp +++ b/flashlight/lib/test/audio/feature/TriFilterbankTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/audio/feature/WindowingTest.cpp b/flashlight/lib/test/audio/feature/WindowingTest.cpp index f796b04b..da60b181 100644 --- a/flashlight/lib/test/audio/feature/WindowingTest.cpp +++ b/flashlight/lib/test/audio/feature/WindowingTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/common/ProducerConsumerQueueTest.cpp b/flashlight/lib/test/common/ProducerConsumerQueueTest.cpp index 4206c6e4..bd6ad975 100644 --- a/flashlight/lib/test/common/ProducerConsumerQueueTest.cpp +++ b/flashlight/lib/test/common/ProducerConsumerQueueTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/common/StringTest.cpp b/flashlight/lib/test/common/StringTest.cpp index ad0b34e4..4f1523c7 100644 --- a/flashlight/lib/test/common/StringTest.cpp +++ b/flashlight/lib/test/common/StringTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/common/SystemTest.cpp b/flashlight/lib/test/common/SystemTest.cpp index 983c3cf4..049e4d06 100644 --- a/flashlight/lib/test/common/SystemTest.cpp +++ b/flashlight/lib/test/common/SystemTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/text/dictionary/DictionaryTest.cpp b/flashlight/lib/test/text/dictionary/DictionaryTest.cpp index 7e976185..308fd432 100644 --- a/flashlight/lib/test/text/dictionary/DictionaryTest.cpp +++ b/flashlight/lib/test/text/dictionary/DictionaryTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/test/text/tokenizer/TokenizerTest.cpp b/flashlight/lib/test/text/tokenizer/TokenizerTest.cpp index 8974cf28..a4b57e28 100644 --- a/flashlight/lib/test/text/tokenizer/TokenizerTest.cpp +++ b/flashlight/lib/test/text/tokenizer/TokenizerTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/Decoder.h b/flashlight/lib/text/decoder/Decoder.h index 998170c0..e495e282 100644 --- a/flashlight/lib/text/decoder/Decoder.h +++ b/flashlight/lib/text/decoder/Decoder.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/LexiconDecoder.cpp b/flashlight/lib/text/decoder/LexiconDecoder.cpp index b8bead1b..8d8576ff 100644 --- a/flashlight/lib/text/decoder/LexiconDecoder.cpp +++ b/flashlight/lib/text/decoder/LexiconDecoder.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/LexiconDecoder.h b/flashlight/lib/text/decoder/LexiconDecoder.h index 0ce5ee5e..c4b35807 100644 --- a/flashlight/lib/text/decoder/LexiconDecoder.h +++ b/flashlight/lib/text/decoder/LexiconDecoder.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/LexiconFreeDecoder.cpp b/flashlight/lib/text/decoder/LexiconFreeDecoder.cpp index 1ab15eb6..01becd47 100644 --- a/flashlight/lib/text/decoder/LexiconFreeDecoder.cpp +++ b/flashlight/lib/text/decoder/LexiconFreeDecoder.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/LexiconFreeDecoder.h b/flashlight/lib/text/decoder/LexiconFreeDecoder.h index 3b65f442..62985812 100644 --- a/flashlight/lib/text/decoder/LexiconFreeDecoder.h +++ b/flashlight/lib/text/decoder/LexiconFreeDecoder.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/LexiconFreeSeq2SeqDecoder.cpp b/flashlight/lib/text/decoder/LexiconFreeSeq2SeqDecoder.cpp index 16e0b1a3..0cda9688 100644 --- a/flashlight/lib/text/decoder/LexiconFreeSeq2SeqDecoder.cpp +++ b/flashlight/lib/text/decoder/LexiconFreeSeq2SeqDecoder.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/LexiconFreeSeq2SeqDecoder.h b/flashlight/lib/text/decoder/LexiconFreeSeq2SeqDecoder.h index 2ca6cc96..c10c1deb 100644 --- a/flashlight/lib/text/decoder/LexiconFreeSeq2SeqDecoder.h +++ b/flashlight/lib/text/decoder/LexiconFreeSeq2SeqDecoder.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/LexiconSeq2SeqDecoder.cpp b/flashlight/lib/text/decoder/LexiconSeq2SeqDecoder.cpp index da151803..fa332d24 100644 --- a/flashlight/lib/text/decoder/LexiconSeq2SeqDecoder.cpp +++ b/flashlight/lib/text/decoder/LexiconSeq2SeqDecoder.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/LexiconSeq2SeqDecoder.h b/flashlight/lib/text/decoder/LexiconSeq2SeqDecoder.h index a08bb0d8..3e8e2d8f 100644 --- a/flashlight/lib/text/decoder/LexiconSeq2SeqDecoder.h +++ b/flashlight/lib/text/decoder/LexiconSeq2SeqDecoder.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/Trie.cpp b/flashlight/lib/text/decoder/Trie.cpp index 6a46888a..df037e1b 100644 --- a/flashlight/lib/text/decoder/Trie.cpp +++ b/flashlight/lib/text/decoder/Trie.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/Trie.h b/flashlight/lib/text/decoder/Trie.h index 2239ef14..e26100e7 100644 --- a/flashlight/lib/text/decoder/Trie.h +++ b/flashlight/lib/text/decoder/Trie.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/Utils.cpp b/flashlight/lib/text/decoder/Utils.cpp index cd7a096d..d6b8d554 100644 --- a/flashlight/lib/text/decoder/Utils.cpp +++ b/flashlight/lib/text/decoder/Utils.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/Utils.h b/flashlight/lib/text/decoder/Utils.h index 75761843..d8d50457 100644 --- a/flashlight/lib/text/decoder/Utils.h +++ b/flashlight/lib/text/decoder/Utils.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/lm/ConvLM.cpp b/flashlight/lib/text/decoder/lm/ConvLM.cpp index f3ac2bd7..e313668c 100644 --- a/flashlight/lib/text/decoder/lm/ConvLM.cpp +++ b/flashlight/lib/text/decoder/lm/ConvLM.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ diff --git a/flashlight/lib/text/decoder/lm/ConvLM.h b/flashlight/lib/text/decoder/lm/ConvLM.h index c22efa43..ae627412 100644 --- a/flashlight/lib/text/decoder/lm/ConvLM.h +++ b/flashlight/lib/text/decoder/lm/ConvLM.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ diff --git a/flashlight/lib/text/decoder/lm/KenLM.cpp b/flashlight/lib/text/decoder/lm/KenLM.cpp index 274b1b64..e89f2131 100644 --- a/flashlight/lib/text/decoder/lm/KenLM.cpp +++ b/flashlight/lib/text/decoder/lm/KenLM.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/lm/KenLM.h b/flashlight/lib/text/decoder/lm/KenLM.h index d7088ea0..8b667ecb 100644 --- a/flashlight/lib/text/decoder/lm/KenLM.h +++ b/flashlight/lib/text/decoder/lm/KenLM.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/lm/LM.h b/flashlight/lib/text/decoder/lm/LM.h index 75216b92..a993839f 100644 --- a/flashlight/lib/text/decoder/lm/LM.h +++ b/flashlight/lib/text/decoder/lm/LM.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/lm/ZeroLM.cpp b/flashlight/lib/text/decoder/lm/ZeroLM.cpp index f799d2af..5edbfddb 100644 --- a/flashlight/lib/text/decoder/lm/ZeroLM.cpp +++ b/flashlight/lib/text/decoder/lm/ZeroLM.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/decoder/lm/ZeroLM.h b/flashlight/lib/text/decoder/lm/ZeroLM.h index 71306369..36509a65 100644 --- a/flashlight/lib/text/decoder/lm/ZeroLM.h +++ b/flashlight/lib/text/decoder/lm/ZeroLM.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/dictionary/Defines.h b/flashlight/lib/text/dictionary/Defines.h index f5413a88..084457a8 100644 --- a/flashlight/lib/text/dictionary/Defines.h +++ b/flashlight/lib/text/dictionary/Defines.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/dictionary/Dictionary.cpp b/flashlight/lib/text/dictionary/Dictionary.cpp index d4f9904f..d90de960 100644 --- a/flashlight/lib/text/dictionary/Dictionary.cpp +++ b/flashlight/lib/text/dictionary/Dictionary.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/dictionary/Dictionary.h b/flashlight/lib/text/dictionary/Dictionary.h index 22074a58..a37c61ee 100644 --- a/flashlight/lib/text/dictionary/Dictionary.h +++ b/flashlight/lib/text/dictionary/Dictionary.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/dictionary/Utils.cpp b/flashlight/lib/text/dictionary/Utils.cpp index e07381a8..375a81ca 100644 --- a/flashlight/lib/text/dictionary/Utils.cpp +++ b/flashlight/lib/text/dictionary/Utils.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/dictionary/Utils.h b/flashlight/lib/text/dictionary/Utils.h index d058d9b5..6309fe1d 100644 --- a/flashlight/lib/text/dictionary/Utils.h +++ b/flashlight/lib/text/dictionary/Utils.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/tokenizer/PartialFileReader.cpp b/flashlight/lib/text/tokenizer/PartialFileReader.cpp index 985947f4..d7c41c5c 100644 --- a/flashlight/lib/text/tokenizer/PartialFileReader.cpp +++ b/flashlight/lib/text/tokenizer/PartialFileReader.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/tokenizer/PartialFileReader.h b/flashlight/lib/text/tokenizer/PartialFileReader.h index 51e71842..11731cda 100644 --- a/flashlight/lib/text/tokenizer/PartialFileReader.h +++ b/flashlight/lib/text/tokenizer/PartialFileReader.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/tokenizer/Tokenizer.cpp b/flashlight/lib/text/tokenizer/Tokenizer.cpp index 5a4492f6..d6f3195a 100644 --- a/flashlight/lib/text/tokenizer/Tokenizer.cpp +++ b/flashlight/lib/text/tokenizer/Tokenizer.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */ diff --git a/flashlight/lib/text/tokenizer/Tokenizer.h b/flashlight/lib/text/tokenizer/Tokenizer.h index ebd6a3ca..50a3a382 100644 --- a/flashlight/lib/text/tokenizer/Tokenizer.h +++ b/flashlight/lib/text/tokenizer/Tokenizer.h @@ -1,7 +1,7 @@ /* * Copyright (c) Facebook, Inc. and its affiliates. * - * This source code is licensed under the BSD-style license found in the + * This source code is licensed under the MIT-style license found in the * LICENSE file in the root directory of this source tree. */