File tree 4 files changed +28
-4
lines changed
glean/lang/scip/indexer/scip_to_glean/src
4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 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
+ */
2
8
3
9
use std:: fmt;
4
10
Original file line number Diff line number Diff line change 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
+ */
2
8
3
9
#![ allow( clippy:: upper_case_acronyms) ]
4
10
Original file line number Diff line number Diff line change 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
+ */
2
8
3
9
use std:: fs:: File ;
4
10
use std:: fs:: OpenOptions ;
Original file line number Diff line number Diff line change 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
+ */
2
8
3
9
use serde:: Serialize ;
4
10
You can’t perform that action at this time.
0 commit comments