From 54ab8b88f793663dabb46521326aa39f099d1834 Mon Sep 17 00:00:00 2001 From: Diego Nehab <1635557+diegonehab@users.noreply.github.com> Date: Thu, 27 Jul 2023 14:50:54 +0100 Subject: [PATCH] fix: update license/copyright notice in all code --- AUTHORS | 11 +++++++++++ CHANGELOG.md | 2 ++ Dockerfile | 21 +++++++++++---------- LICENSE | 4 ++-- Makefile | 19 +++++++++++-------- 5 files changed, 37 insertions(+), 20 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..11c9b16 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,11 @@ +Alex Mikhalevich +Colin Steil +Danilo Tuler +Diego Nehab +Eduardo Barthel +Felipe Argento +Gabriel de Quadros Ligneul +Lourival Vieira Neto +Marcelo Politzer +Marko Atanasievski +Victor Fusco diff --git a/CHANGELOG.md b/CHANGELOG.md index 627b1d7..0b092b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Updated license/copyright notice in all source code ## [0.17.0] - 2023-04-20 ### Changed diff --git a/Dockerfile b/Dockerfile index b80721f..f07bf6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,22 +1,23 @@ -# Copyright 2019 Cartesi Pte. Ltd. +# Copyright Cartesi and individual authors (see AUTHORS) +# SPDX-License-Identifier: Apache-2.0 # -# 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 +# 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. +# 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_REPOSITORY=cartesi/toolchain ARG TOOLCHAIN_VERSION=latest FROM ${TOOLCHAIN_REPOSITORY}:${TOOLCHAIN_VERSION} -LABEL maintainer="Diego Nehab " - ENV DEBIAN_FRONTEND=noninteractive ENV OLDPATH=$PATH diff --git a/LICENSE b/LICENSE index 341a07c..d645695 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,4 @@ + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -186,8 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Cartesi Pte. Ltd. - + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Makefile b/Makefile index 6ca87aa..9f252eb 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,17 @@ -# Copyright 2019 Cartesi Pte. Ltd. +# Copyright Cartesi and individual authors (see AUTHORS) +# SPDX-License-Identifier: Apache-2.0 # -# 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 +# 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. +# 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: build push run share init-config copy os-release