Skip to content

Commit da389ca

Browse files
jacobkahnfacebook-github-bot
authored andcommitted
Switch license to MIT (#982)
Summary: Pull Request resolved: #982 Swap licensing to use MIT rather than BSD. Reviewed By: tlikhomanenko Differential Revision: D30136481 fbshipit-source-id: f530f512c70b9232160823a3e10e2d376047ad43
1 parent 65b776f commit da389ca

File tree

132 files changed

+132
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+132
-132
lines changed

README.md

Lines changed: 1 addition & 1 deletion

data/ami/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Copyright (c) Facebook, Inc. and its affiliates.
33
4-
This source code is licensed under the BSD-style license found in the
4+
This source code is licensed under the MIT-style license found in the
55
LICENSE file in the root directory of this source tree.
66
77
----------

data/ami/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Copyright (c) Facebook, Inc. and its affiliates.
33
4-
This source code is licensed under the BSD-style license found in the
4+
This source code is licensed under the MIT-style license found in the
55
LICENSE file in the root directory of this source tree.
66
"""
77

data/librispeech/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

data/librispeech/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
"""
88

data/mls/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

data/timit/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

data/utils/kaldi_to_listfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
4+
This source code is licensed under the MIT-style license found in the
55
LICENSE file in the root directory of this source tree.
66
----------
77
Script to package kaldi data directory into a form readable in

data/wsj/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
4+
This source code is licensed under the MIT-style license found in the
55
LICENSE file in the root directory of this source tree.
66
77
----------

data/wsj/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
4+
This source code is licensed under the MIT-style license found in the
55
LICENSE file in the root directory of this source tree.
66
"""
77

recipes/conv_glu/librispeech/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

recipes/conv_glu/wsj/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

recipes/joint_training_vox_populi/cpc/CPCCriterion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
4-
* This source code is licensed under the BSD-style license found in the
4+
* This source code is licensed under the MIT-style license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
77

recipes/joint_training_vox_populi/cpc/CPCCriterion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
4-
* This source code is licensed under the BSD-style license found in the
4+
* This source code is licensed under the MIT-style license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
77

recipes/joint_training_vox_populi/cpc/CPCSpecAugment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
4-
* This source code is licensed under the BSD-style license found in the
4+
* This source code is licensed under the MIT-style license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
77

recipes/joint_training_vox_populi/cpc/CPCSpecAugment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
4-
* This source code is licensed under the BSD-style license found in the
4+
* This source code is licensed under the MIT-style license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
77

recipes/joint_training_vox_populi/cpc/Decode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
4-
* This source code is licensed under the BSD-style license found in the
4+
* This source code is licensed under the MIT-style license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
77

recipes/joint_training_vox_populi/cpc/SequentialBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
4-
* This source code is licensed under the BSD-style license found in the
4+
* This source code is licensed under the MIT-style license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
77

recipes/joint_training_vox_populi/cpc/SequentialBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
4-
* This source code is licensed under the BSD-style license found in the
4+
* This source code is licensed under the MIT-style license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
77

recipes/joint_training_vox_populi/cpc/Test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
4-
* This source code is licensed under the BSD-style license found in the
4+
* This source code is licensed under the MIT-style license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
77

recipes/joint_training_vox_populi/cpc/Train.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
4-
* This source code is licensed under the BSD-style license found in the
4+
* This source code is licensed under the MIT-style license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
77

recipes/joint_training_vox_populi/cpc/TransformerCPC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
4-
* This source code is licensed under the BSD-style license found in the
4+
* This source code is licensed under the MIT-style license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
77

recipes/joint_training_vox_populi/cpc/TransformerCPC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*
4-
* This source code is licensed under the BSD-style license found in the
4+
* This source code is licensed under the MIT-style license found in the
55
* LICENSE file in the root directory of this source tree.
66
*/
77

recipes/learnable_frontend/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

recipes/lexicon_free/librispeech/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

recipes/lexicon_free/utilities/compute_lower_ppl_convlm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

recipes/lexicon_free/utilities/compute_lower_ppl_kenlm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

recipes/lexicon_free/utilities/compute_upper_ppl_convlm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

recipes/lexicon_free/utilities/compute_upper_ppl_kenlm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

recipes/lexicon_free/utilities/convlm_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
"""
88

recipes/lexicon_free/utilities/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
"""
88

recipes/lexicon_free/wsj/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

recipes/local_prior_match/Decode_length_lpm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
* All rights reserved.
44
*
5-
* This source code is licensed under the BSD-style license found in the
5+
* This source code is licensed under the MIT-style license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
88

recipes/local_prior_match/Train_lpm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
* All rights reserved.
44
*
5-
* This source code is licensed under the BSD-style license found in the
5+
* This source code is licensed under the MIT-style license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
88

recipes/local_prior_match/librispeech/prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

recipes/local_prior_match/librispeech/prepare_unpaired.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) Facebook, Inc. and its affiliates.
33
All rights reserved.
44
5-
This source code is licensed under the BSD-style license found in the
5+
This source code is licensed under the MIT-style license found in the
66
LICENSE file in the root directory of this source tree.
77
88
----------

recipes/local_prior_match/src/module/LMWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
* All rights reserved.
44
*
5-
* This source code is licensed under the BSD-style license found in the
5+
* This source code is licensed under the MIT-style license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
88

recipes/local_prior_match/src/module/LMWrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
* All rights reserved.
44
*
5-
* This source code is licensed under the BSD-style license found in the
5+
* This source code is licensed under the MIT-style license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
88

recipes/local_prior_match/src/runtime/DataScheduler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
* All rights reserved.
44
*
5-
* This source code is licensed under the BSD-style license found in the
5+
* This source code is licensed under the MIT-style license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
88

recipes/local_prior_match/src/runtime/DataScheduler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
* All rights reserved.
44
*
5-
* This source code is licensed under the BSD-style license found in the
5+
* This source code is licensed under the MIT-style license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
88

recipes/local_prior_match/src/runtime/Defines.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
* All rights reserved.
44
*
5-
* This source code is licensed under the BSD-style license found in the
5+
* This source code is licensed under the MIT-style license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
88

recipes/local_prior_match/src/runtime/Defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
* All rights reserved.
44
*
5-
* This source code is licensed under the BSD-style license found in the
5+
* This source code is licensed under the MIT-style license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
88

recipes/local_prior_match/src/runtime/Eval.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
* All rights reserved.
44
*
5-
* This source code is licensed under the BSD-style license found in the
5+
* This source code is licensed under the MIT-style license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
88

recipes/local_prior_match/src/runtime/Eval.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
* All rights reserved.
44
*
5-
* This source code is licensed under the BSD-style license found in the
5+
* This source code is licensed under the MIT-style license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
88

0 commit comments

Comments
 (0)