Skip to content

Commit

Permalink
Add copyright statements to source files
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Feb 2, 2022
1 parent f220f1f commit 97cfea2
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright © 2021-2022 VMware, Inc. or its affiliates. All rights reserved.
Copyright © 2021-2022 Viacheslav Katsuba

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
7 changes: 7 additions & 0 deletions src/rebar3_edoc_extensions.erl
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
%% This Source Code Form is subject to the terms of the Mozilla Public
%% License, v. 2.0. If a copy of the MPL was not distributed with this
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
%%
%% Copyright (c) 2021-2022 Viacheslav Katsuba.
%%

%%% @doc Main entry point for the rebar3 rebar3_edoc_extensions plugin.
-module(rebar3_edoc_extensions).

Expand Down
7 changes: 7 additions & 0 deletions src/rebar3_edoc_extensions.hrl
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
%% This Source Code Form is subject to the terms of the Mozilla Public
%% License, v. 2.0. If a copy of the MPL was not distributed with this
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
%%
%% Copyright (c) 2021-2022 VMware, Inc. or its affiliates. All rights reserved.
%%

-define(BODY_CLASSES, "markdown-body language-erlang").
-define(ADDITIONAL_STYLE,
"<style>
Expand Down
7 changes: 7 additions & 0 deletions src/rebar3_edoc_extensions_export.erl
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
%% This Source Code Form is subject to the terms of the Mozilla Public
%% License, v. 2.0. If a copy of the MPL was not distributed with this
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
%%
%% Copyright (c) 2021-2022 VMware, Inc. or its affiliates. All rights reserved.
%%

-module(rebar3_edoc_extensions_export).

-include_lib("xmerl/include/xmerl.hrl").
Expand Down
8 changes: 8 additions & 0 deletions src/rebar3_edoc_extensions_prv.erl
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
%% This Source Code Form is subject to the terms of the Mozilla Public
%% License, v. 2.0. If a copy of the MPL was not distributed with this
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
%%
%% Copyright (c) 2021-2022 VMware, Inc. or its affiliates. All rights reserved.
%% Copyright (c) 2021-2022 Viacheslav Katsuba.
%%

%%% @doc Plugin provider for rebar3 rebar3_edoc_extensions.
-module(rebar3_edoc_extensions_prv).

Expand Down
7 changes: 7 additions & 0 deletions src/rebar3_edoc_extensions_wrapper.erl
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
%% This Source Code Form is subject to the terms of the Mozilla Public
%% License, v. 2.0. If a copy of the MPL was not distributed with this
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
%%
%% Copyright (c) 2021-2022 VMware, Inc. or its affiliates. All rights reserved.
%%

-module(rebar3_edoc_extensions_wrapper).

-include_lib("edoc/include/edoc_doclet.hrl").
Expand Down

0 comments on commit 97cfea2

Please sign in to comment.