Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 7842495

Browse files
Edouard Gravefacebook-github-bot
authored andcommitted
Re-licensing fasttext to MIT
Summary: Re-licensing fastText to MIT Reviewed By: piotr-bojanowski Differential Revision: D13415080 fbshipit-source-id: 6708849531fe7559cde273a3024660bc8b3b3750
1 parent 501b9b1 commit 7842495

Some content is hidden

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

75 files changed

+207
-317
lines changed

.circleci/cmake_test.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# Copyright (c) 2016-present, Facebook, Inc.
44
# All rights reserved.
55
#
6-
# This source code is licensed under the BSD-style license found in the
7-
# LICENSE file in the root directory of this source tree. An additional grant
8-
# of patent rights can be found in the PATENTS file in the same directory.
6+
# This source code is licensed under the MIT license found in the
7+
# LICENSE file in the root directory of this source tree.
98
#
109

1110
RESULTDIR=result

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
# Copyright (c) 2016-present, Facebook, Inc.
66
# All rights reserved.
77
#
8-
# This source code is licensed under the BSD-style license found in the
9-
# LICENSE file in the root directory of this source tree. An additional grant
10-
# of patent rights can be found in the PATENTS file in the same directory.
8+
# This source code is licensed under the MIT license found in the
9+
# LICENSE file in the root directory of this source tree.
1110
#
1211

1312
# Maybe one day this will work

.circleci/gcc_test.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# Copyright (c) 2016-present, Facebook, Inc.
44
# All rights reserved.
55
#
6-
# This source code is licensed under the BSD-style license found in the
7-
# LICENSE file in the root directory of this source tree. An additional grant
8-
# of patent rights can be found in the PATENTS file in the same directory.
6+
# This source code is licensed under the MIT license found in the
7+
# LICENSE file in the root directory of this source tree.
98
#
109

1110
RESULTDIR=result

.circleci/pip_test.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# Copyright (c) 2016-present, Facebook, Inc.
44
# All rights reserved.
55
#
6-
# This source code is licensed under the BSD-style license found in the
7-
# LICENSE file in the root directory of this source tree. An additional grant
8-
# of patent rights can be found in the PATENTS file in the same directory.
6+
# This source code is licensed under the MIT license found in the
7+
# LICENSE file in the root directory of this source tree.
98
#
109

1110
sudo pip install --index-url https://test.pypi.org/simple/ fasttext

.circleci/pull_data.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# Copyright (c) 2016-present, Facebook, Inc.
44
# All rights reserved.
55
#
6-
# This source code is licensed under the BSD-style license found in the
7-
# LICENSE file in the root directory of this source tree. An additional grant
8-
# of patent rights can be found in the PATENTS file in the same directory.
6+
# This source code is licensed under the MIT license found in the
7+
# LICENSE file in the root directory of this source tree.
98
#
109

1110
myshuf() {

.circleci/python_test.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# Copyright (c) 2016-present, Facebook, Inc.
44
# All rights reserved.
55
#
6-
# This source code is licensed under the BSD-style license found in the
7-
# LICENSE file in the root directory of this source tree. An additional grant
8-
# of patent rights can be found in the PATENTS file in the same directory.
6+
# This source code is licensed under the MIT license found in the
7+
# LICENSE file in the root directory of this source tree.
98
#
109

1110
sudo pip install .

.circleci/run_locally.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# Copyright (c) 2016-present, Facebook, Inc.
44
# All rights reserved.
55
#
6-
# This source code is licensed under the BSD-style license found in the
7-
# LICENSE file in the root directory of this source tree. An additional grant
8-
# of patent rights can be found in the PATENTS file in the same directory.
6+
# This source code is licensed under the MIT license found in the
7+
# LICENSE file in the root directory of this source tree.
98
#
109

1110
# This script illustrates how to run the build tests locally

.circleci/setup_circleimg.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# Copyright (c) 2016-present, Facebook, Inc.
44
# All rights reserved.
55
#
6-
# This source code is licensed under the BSD-style license found in the
7-
# LICENSE file in the root directory of this source tree. An additional grant
8-
# of patent rights can be found in the PATENTS file in the same directory.
6+
# This source code is licensed under the MIT license found in the
7+
# LICENSE file in the root directory of this source tree.
98
#
109

1110
sudo apt-get update

.circleci/setup_debian.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# Copyright (c) 2016-present, Facebook, Inc.
44
# All rights reserved.
55
#
6-
# This source code is licensed under the BSD-style license found in the
7-
# LICENSE file in the root directory of this source tree. An additional grant
8-
# of patent rights can be found in the PATENTS file in the same directory.
6+
# This source code is licensed under the MIT license found in the
7+
# LICENSE file in the root directory of this source tree.
98
#
109

1110
apt-get update

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
# Copyright (c) 2016-present, Facebook, Inc.
33
# All rights reserved.
44
#
5-
# This source code is licensed under the BSD-style license found in the
6-
# LICENSE file in the root directory of this source tree. An additional grant
7-
# of patent rights can be found in the PATENTS file in the same directory.
5+
# This source code is licensed under the MIT license found in the
6+
# LICENSE file in the root directory of this source tree.
87
#
98

109
cmake_minimum_required(VERSION 2.8.9)

0 commit comments

Comments
 (0)