Skip to content

Commit

Permalink
ort: scan otp licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
kikofernandez committed Dec 18, 2024
1 parent 5674bfc commit 8017dc6
Show file tree
Hide file tree
Showing 52 changed files with 2,380 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.194.0/containers/cpp
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Erlang/OTP and contributors
{
"name": "Erlang/OTP",
"build": {
Expand Down
3 changes: 3 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
;; Project-wide Emacs settings
;; SPDX-License-Identifier: Apache-2.0
;; SPDX-FileCopyrightText: 2016 Magnus Henoch <[email protected]>

(
(erlang-mode (indent-tabs-mode . nil))
(autoconf-mode (indent-tabs-mode . nil))
Expand Down
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
;
; To use this from emacs install the editorconfig package

; SPDX-License-Identifier: Apache-2.0
; SPDX-FileCopyrightText: Erlang/OTP and contributors

root = true

[*]
Expand Down
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Erlang/OTP and contributors
image:
file: .github/dockerfiles/Dockerfile.ubuntu-base
context: .github
Expand Down
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Erlang/OTP and contributors
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
<[email protected]> <[email protected]>
Loading

0 comments on commit 8017dc6

Please sign in to comment.