Skip to content

Commit c657488

Browse files
committed
Add headers to Elixir files.
1 parent 0bbb2ec commit c657488

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

apps/erldist_filter/lib/edf.ex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# Copyright (c) WhatsApp LLC
3+
#
4+
# This source code is licensed under the MIT license found in the
5+
# LICENSE.md file in the root directory of this source tree.
6+
17
defmodule EDF do
28
require Record
39

apps/erldist_filter/lib/edf/record_extractor.ex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
# Copyright (c) WhatsApp LLC
3+
#
4+
# This source code is licensed under the MIT license found in the
5+
# LICENSE.md file in the root directory of this source tree.
6+
17
defmodule EDF.RecordExtractor do
28
@moduledoc false
39

0 commit comments

Comments
 (0)