From 7e102645f5514209fb9809719ded2808fc1cd1ea Mon Sep 17 00:00:00 2001 From: Victor Fusco Date: Wed, 14 Aug 2019 22:53:00 +0000 Subject: [PATCH] Add Copyright header to source files --- Dockerfile | 13 +++++++++++++ Makefile | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/Dockerfile b/Dockerfile index c8e3ad4..94804bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,16 @@ +# Copyright 2019 Cartesi Pte. Ltd. +# +# 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. +# + ARG TOOLCHAIN_VERSION=latest FROM cartesi/image-toolchain:${TOOLCHAIN_VERSION} diff --git a/Makefile b/Makefile index 3a7f899..87de3e5 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,16 @@ +# Copyright 2019 Cartesi Pte. Ltd. +# +# 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. +# + .PHONY: all build push run pull share copy TAG ?= latest