Skip to content

Commit d805733

Browse files
Relicense ParlAI from BSD+Patents to MIT (facebookresearch#1359)
* Update license file. * Codemode. * Update readme. * Also announce it in news.
1 parent d3b72fc commit d805733

File tree

622 files changed

+1863
-3136
lines changed

Some content is hidden

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

622 files changed

+1863
-3136
lines changed

LICENSE

+17-26
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,21 @@
1-
BSD License
1+
MIT License
22

3-
For ParlAI software
3+
Copyright (c) Facebook, Inc. and its affiliates.
44

5-
Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
611

7-
Redistribution and use in source and binary forms, with or without modification,
8-
are permitted provided that the following conditions are met:
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
914

10-
* Redistributions of source code must retain the above copyright notice, this
11-
list of conditions and the following disclaimer.
12-
13-
* Redistributions in binary form must reproduce the above copyright notice,
14-
this list of conditions and the following disclaimer in the documentation
15-
and/or other materials provided with the distribution.
16-
17-
* Neither the name Facebook nor the names of its contributors may be used to
18-
endorse or promote products derived from this software without specific
19-
prior written permission.
20-
21-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
22-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
23-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
25-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
26-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
27-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
28-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
30-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<h2>News</h2>
2+
2019-01-16: ParlAI has been relicensed under the MIT open source license.
3+
24
2018-11-05: Added [Wizard of Wikipedia](https://arxiv.org/abs/1811.01241), a dataset for knowledge-powered conversation.
35

46
2018-11-02: Added [Image-Chat](https://klshuster.github.io/image_chat/), a dataset for engaging personality-conditioned dialogue grounded in images.

PATENTS

-33
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,4 +334,4 @@ Please cite the [arXiv paper](https://arxiv.org/abs/1705.06476) if you use ParlA
334334
```
335335

336336
## License
337-
ParlAI is BSD-licensed. We also provide an additional patent grant.
337+
ParlAI is MIT licensed. See the LICENSE file for details.

docs/source/_static/css/parlai_theme.css

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/*
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
*/
86

97
@import url("theme.css");

docs/source/agents.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
core.agents
97
===================================

docs/source/build_data.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
core.build_data
97
===================================

docs/source/cli_usage.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
Command Line Usage
97
==================

docs/source/conf.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2017-present, Facebook, Inc.
4-
# All rights reserved.
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.
3+
# Copyright (c) Facebook, Inc. and its affiliates.
4+
# This source code is licensed under the MIT license found in the
5+
# LICENSE file in the root directory of this source tree.
86
#
97
# ParlAI documentation build configuration file, created by
108
# sphinx-quickstart on Wed Apr 19 15:46:54 2017.

docs/source/dict.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
core.dict
97
===================================

docs/source/example_seq2seq.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
agents.example_seq2seq
97
======================

docs/source/generate_cli.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (c) 2017-present, Facebook, Inc.
4-
# All rights reserved.
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.
3+
# Copyright (c) Facebook, Inc. and its affiliates.
4+
# This source code is licensed under the MIT license found in the
5+
# LICENSE file in the root directory of this source tree.
86

97
import os
108
import parlai.scripts

docs/source/generate_task_list.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Copyright (c) 2017-present, Facebook, Inc.
2-
# All rights reserved.
3-
# This source code is licensed under the BSD-style license found in the
4-
# LICENSE file in the root directory of this source tree. An additional grant
5-
# of patent rights can be found in the PATENTS file in the same directory.
1+
# Copyright (c) Facebook, Inc. and its affiliates.
2+
# This source code is licensed under the MIT license found in the
3+
# LICENSE file in the root directory of this source tree.
64
from parlai.tasks.task_list import task_list
75

86
category_order = ['QA', 'Cloze', 'Goal', 'ChitChat', 'Negotiation', 'Visual']

docs/source/generate_zoo_list.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/usr/bin/env python3
22

3-
# Copyright (c) 2017-present, Facebook, Inc.
4-
# All rights reserved.
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.
3+
# Copyright (c) Facebook, Inc. and its affiliates.
4+
# This source code is licensed under the MIT license found in the
5+
# LICENSE file in the root directory of this source tree.
86

97
from parlai.zoo.model_list import model_list
108

docs/source/index.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
.. ParlAI documentation master file, created by
97
sphinx-quickstart on Wed Apr 19 15:46:54 2017.

docs/source/metrics.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
core.metrics
97
===================================

docs/source/observations.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
observations
97
============

docs/source/params.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
core.params
97
===================================

docs/source/repeat_label.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
agents.repeat_label
97
===================================

docs/source/tasks.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
Tasks
97
===================================

docs/source/teachers.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
core.teachers
97
===================================

docs/source/thread_utils.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
core.thread_utils
97
===================================

docs/source/torch_agent.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
core.torch_agent
97
===================================

docs/source/tutorial_basic.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
What is ParlAI?
97
===============

docs/source/tutorial_messenger.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
Using Facebook Messenger
97
========================

docs/source/tutorial_mturk.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
Using Mechanical Turk
97
=====================

docs/source/tutorial_quick.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
..
2-
Copyright (c) 2017-present, Facebook, Inc.
3-
All rights reserved.
4-
This source code is licensed under the BSD-style license found in the
5-
LICENSE file in the root directory of this source tree. An additional grant
6-
of patent rights can be found in the PATENTS file in the same directory.
2+
Copyright (c) Facebook, Inc. and its affiliates.
3+
This source code is licensed under the MIT license found in the
4+
LICENSE file in the root directory of this source tree.
75
86
ParlAI Quick-start
97
==================

0 commit comments

Comments
 (0)