mirror of
https://github.com/valitydev/cowboy_kitten.git
synced 2024-11-06 02:15:21 +00:00
Added copyrights
This commit is contained in:
parent
847b76b62e
commit
0f9a48dd1c
15
Makefile
15
Makefile
@ -1,3 +1,18 @@
|
||||
#
|
||||
# Copyright 2019 RBKmoney
|
||||
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
REBAR := $(shell which rebar3 2>/dev/null || which ./rebar3)
|
||||
|
||||
all: compile
|
||||
|
16
elvis.config
16
elvis.config
@ -1,3 +1,19 @@
|
||||
%%%
|
||||
%%% Copyright 2019 RBKmoney
|
||||
%%%
|
||||
%%% Licensed under the Apache License, Version 2.0 (the "License");
|
||||
%%% you may not use this file except in compliance with the License.
|
||||
%%% You may obtain a copy of the License at
|
||||
%%%
|
||||
%%% http://www.apache.org/licenses/LICENSE-2.0
|
||||
%%%
|
||||
%%% Unless required by applicable law or agreed to in writing, software
|
||||
%%% distributed under the License is distributed on an "AS IS" BASIS,
|
||||
%%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
%%% See the License for the specific language governing permissions and
|
||||
%%% limitations under the License.
|
||||
%%%
|
||||
|
||||
[
|
||||
{elvis, [
|
||||
{config, [
|
||||
|
16
rebar.config
16
rebar.config
@ -1,3 +1,19 @@
|
||||
%%%
|
||||
%%% Copyright 2019 RBKmoney
|
||||
%%%
|
||||
%%% Licensed under the Apache License, Version 2.0 (the "License");
|
||||
%%% you may not use this file except in compliance with the License.
|
||||
%%% You may obtain a copy of the License at
|
||||
%%%
|
||||
%%% http://www.apache.org/licenses/LICENSE-2.0
|
||||
%%%
|
||||
%%% Unless required by applicable law or agreed to in writing, software
|
||||
%%% distributed under the License is distributed on an "AS IS" BASIS,
|
||||
%%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
%%% See the License for the specific language governing permissions and
|
||||
%%% limitations under the License.
|
||||
%%%
|
||||
|
||||
%% Common project erlang options.
|
||||
{erl_opts, [
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
%%%
|
||||
%%% Copyright 2019 RBKmoney
|
||||
%%%
|
||||
%%% Licensed under the Apache License, Version 2.0 (the "License");
|
||||
%%% you may not use this file except in compliance with the License.
|
||||
%%% You may obtain a copy of the License at
|
||||
%%%
|
||||
%%% http://www.apache.org/licenses/LICENSE-2.0
|
||||
%%%
|
||||
%%% Unless required by applicable law or agreed to in writing, software
|
||||
%%% distributed under the License is distributed on an "AS IS" BASIS,
|
||||
%%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
%%% See the License for the specific language governing permissions and
|
||||
%%% limitations under the License.
|
||||
%%%
|
||||
|
||||
{application, cowboy_kitten, [
|
||||
{description, "Respond them with style"},
|
||||
{vsn, "0.1.0"},
|
||||
|
@ -1,3 +1,19 @@
|
||||
%%%
|
||||
%%% Copyright 2019 RBKmoney
|
||||
%%%
|
||||
%%% Licensed under the Apache License, Version 2.0 (the "License");
|
||||
%%% you may not use this file except in compliance with the License.
|
||||
%%% You may obtain a copy of the License at
|
||||
%%%
|
||||
%%% http://www.apache.org/licenses/LICENSE-2.0
|
||||
%%%
|
||||
%%% Unless required by applicable law or agreed to in writing, software
|
||||
%%% distributed under the License is distributed on an "AS IS" BASIS,
|
||||
%%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
%%% See the License for the specific language governing permissions and
|
||||
%%% limitations under the License.
|
||||
%%%
|
||||
|
||||
-module(cowboy_kitten).
|
||||
-behaviour(cowboy_stream).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user