Skip to content

Commit 1fe2d17

Browse files
daricheyfacebook-github-bot
authored andcommitted
Fix license
Summary: Use open source license now that this lives in Glean Differential Revision: D70641624 fbshipit-source-id: d7663383f8bd92e362b50eaec76c8815e2108f49
1 parent 8ff108e commit 1fe2d17

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

glean/lang/scip/indexer/scip_to_glean/src/angle.rs

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
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.
7+
*/
28

39
use std::fmt;
410

glean/lang/scip/indexer/scip_to_glean/src/lsif.rs

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
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.
7+
*/
28

39
#![allow(clippy::upper_case_acronyms)]
410

glean/lang/scip/indexer/scip_to_glean/src/main.rs

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
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.
7+
*/
28

39
use std::fs::File;
410
use std::fs::OpenOptions;

glean/lang/scip/indexer/scip_to_glean/src/output.rs

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
// (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
/*
2+
* Copyright (c) Meta Platforms, Inc. and affiliates.
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.
7+
*/
28

39
use serde::Serialize;
410

0 commit comments

Comments
 (0)