Skip to content

Commit 5127157

Browse files
committed
chore: remove license headers and license file
1 parent b7e9b7b commit 5127157

File tree

6 files changed

+89
-60
lines changed

6 files changed

+89
-60
lines changed

LICENSE.txt

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2020 atom-ide-community
4+
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:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
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.
22+
23+
This repository includes code from the following projects, which have their own licenses:
24+
- [atom-ide-ui](https://github.com/facebookarchive/atom-ide-ui/blob/master/LICENSE):
25+
> BSD License
26+
>
27+
> For atom-ide-ui software
28+
>
29+
> Copyright (c) 2017-present, Facebook, Inc. All rights reserved.
30+
>
31+
> Redistribution and use in source and binary forms, with or without modification,
32+
> are permitted provided that the following conditions are met:
33+
>
34+
> * Redistributions of source code must retain the above copyright notice, this
35+
> list of conditions and the following disclaimer.
36+
>
37+
> * Redistributions in binary form must reproduce the above copyright notice,
38+
> this list of conditions and the following disclaimer in the documentation
39+
> and/or other materials provided with the distribution.
40+
>
41+
> * Neither the name Facebook nor the names of its contributors may be used to
42+
> endorse or promote products derived from this software without specific
43+
> prior written permission.
44+
>
45+
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
46+
> ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
47+
> WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
48+
> DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
49+
> ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
50+
> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
51+
> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
52+
> ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
53+
> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
54+
> SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
55+
56+
> -----------------------------------------------
57+
> Additional Grant of Patent Rights Version 2
58+
59+
> "Software" means the atom-ide-ui software contributed by Facebook, Inc.
60+
61+
> Facebook, Inc. ("Facebook") hereby grants to each recipient of the Software
62+
> ("you") a perpetual, worldwide, royalty-free, non-exclusive, irrevocable
63+
> (subject to the termination provision below) license under any Necessary
64+
> Claims, to make, have made, use, sell, offer to sell, import, and otherwise
65+
> transfer the Software. For avoidance of doubt, no license is granted under
66+
> Facebook’s rights in any patent claims that are infringed by (i) modifications
67+
> to the Software made by you or any third party or (ii) the Software in
68+
> combination with any software or other technology.
69+
70+
> The license granted hereunder will terminate, automatically and without notice,
71+
> if you (or any of your subsidiaries, corporate affiliates or agents) initiate
72+
> directly or indirectly, or take a direct financial interest in, any Patent
73+
> Assertion: (i) against Facebook or any of its subsidiaries or corporate
74+
> affiliates, (ii) against any party if such Patent Assertion arises in whole or
75+
> in part from any software, technology, product or service of Facebook or any of
76+
> its subsidiaries or corporate affiliates, or (iii) against any party relating
77+
> to the Software. Notwithstanding the foregoing, if Facebook or any of its
78+
> subsidiaries or corporate affiliates files a lawsuit alleging patent
79+
> infringement against you in the first instance, and you respond by filing a
80+
> patent infringement counterclaim in that lawsuit against that party that is
81+
> unrelated to the Software, the license granted hereunder will not terminate
82+
> under section (i) of this paragraph due to such counterclaim.
83+
84+
> A "Necessary Claim" is a claim of a patent owned by Facebook that is
85+
> necessarily infringed by the Software standing alone.
86+
87+
> A "Patent Assertion" is any lawsuit or other action alleging direct, indirect,
88+
> or contributory infringement or inducement to infringe any patent, including a
89+
> cross-claim or counterclaim.

__atom_tests__/CodeFormatManager-test.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
/**
2-
* Copyright (c) 2017-present, Facebook, Inc.
3-
* All rights reserved.
4-
*
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.
8-
*
9-
* @flow
10-
* @format
11-
* @emails oncall+nuclide
12-
*/
131
import {Range} from 'atom';
142
import {observeTextEditors} from 'nuclide-commons-atom/FileEventHandlers';
153
import {SAVE_TIMEOUT} from '../lib/CodeFormatManager';

lib/CodeFormatManager.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
/**
2-
* Copyright (c) 2017-present, Facebook, Inc.
3-
* All rights reserved.
4-
*
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.
8-
*
9-
* @flow
10-
* @format
11-
*/
12-
131
import type {TextEdit} from 'nuclide-commons-atom/text-edit';
142
import type {BusySignalService} from '../../atom-ide-busy-signal/lib/types';
153
import type {

lib/config.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
/**
2-
* Copyright (c) 2017-present, Facebook, Inc.
3-
* All rights reserved.
4-
*
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.
8-
*
9-
* @flow
10-
* @format
11-
*/
12-
131
import featureConfig from 'nuclide-commons-atom/feature-config';
142

153
export function getFormatOnSave(editor: atom$TextEditor): boolean {

lib/main.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
/**
2-
* Copyright (c) 2017-present, Facebook, Inc.
3-
* All rights reserved.
4-
*
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.
8-
*
9-
* @flow strict-local
10-
* @format
11-
*/
12-
131
import type {BusySignalService} from '../../atom-ide-busy-signal/lib/types';
142
import type {
153
CodeFormatProvider,

lib/types.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
/**
2-
* Copyright (c) 2017-present, Facebook, Inc.
3-
* All rights reserved.
4-
*
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.
8-
*
9-
* @flow strict-local
10-
* @format
11-
*/
12-
131
import type {TextEdit} from 'nuclide-commons-atom/text-edit';
142

153
/**

0 commit comments

Comments
 (0)