From 38888383fd150bb2077e95bf11b038e10df2f4a6 Mon Sep 17 00:00:00 2001 From: Pawel Boguslawski Date: Mon, 29 Mar 2021 13:55:29 +0200 Subject: [PATCH] Missing information about file changes added Missing information about file changes added. Fixes: 66d8ff7f9425a4e4ad1e49dc4dee322586002dfa Author-Change-Id: IB#1107569 --- cmd/drone-server/server.go | 3 +++ cmd/drone-server/setup.go | 3 +++ remote/gitea/gitea.go | 3 +++ server/repo.go | 3 +++ server/rpc.go | 3 +++ shared/token/token.go | 3 +++ 6 files changed, 18 insertions(+) diff --git a/cmd/drone-server/server.go b/cmd/drone-server/server.go index db38e553d5..f0a2646d5d 100644 --- a/cmd/drone-server/server.go +++ b/cmd/drone-server/server.go @@ -1,4 +1,5 @@ // Copyright 2018 Drone.IO Inc. +// Copyright 2021 Informatyka Boguslawski sp. z o.o. sp.k., http://www.ib.pl/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -11,6 +12,8 @@ // 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. +// +// This file has been modified by Informatyka Boguslawski sp. z o.o. package main diff --git a/cmd/drone-server/setup.go b/cmd/drone-server/setup.go index 3b20c86521..7c406a5a96 100644 --- a/cmd/drone-server/setup.go +++ b/cmd/drone-server/setup.go @@ -1,4 +1,5 @@ // Copyright 2018 Drone.IO Inc. +// Copyright 2021 Informatyka Boguslawski sp. z o.o. sp.k., http://www.ib.pl/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -11,6 +12,8 @@ // 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. +// +// This file has been modified by Informatyka Boguslawski sp. z o.o. package main diff --git a/remote/gitea/gitea.go b/remote/gitea/gitea.go index 492b112e87..64328cff62 100644 --- a/remote/gitea/gitea.go +++ b/remote/gitea/gitea.go @@ -1,4 +1,5 @@ // Copyright 2018 Drone.IO Inc. +// Copyright 2021 Informatyka Boguslawski sp. z o.o. sp.k., http://www.ib.pl/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -11,6 +12,8 @@ // 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. +// +// This file has been modified by Informatyka Boguslawski sp. z o.o. package gitea diff --git a/server/repo.go b/server/repo.go index b46f1882bf..e17813dd5b 100644 --- a/server/repo.go +++ b/server/repo.go @@ -1,4 +1,5 @@ // Copyright 2018 Drone.IO Inc. +// Copyright 2021 Informatyka Boguslawski sp. z o.o. sp.k., http://www.ib.pl/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -11,6 +12,8 @@ // 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. +// +// This file has been modified by Informatyka Boguslawski sp. z o.o. package server diff --git a/server/rpc.go b/server/rpc.go index cdd3b1904f..1fa5fa6518 100644 --- a/server/rpc.go +++ b/server/rpc.go @@ -1,4 +1,5 @@ // Copyright 2018 Drone.IO Inc. +// Copyright 2021 Informatyka Boguslawski sp. z o.o. sp.k., http://www.ib.pl/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -11,6 +12,8 @@ // 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. +// +// This file has been modified by Informatyka Boguslawski sp. z o.o. package server diff --git a/shared/token/token.go b/shared/token/token.go index 8152710879..71d34285b0 100644 --- a/shared/token/token.go +++ b/shared/token/token.go @@ -1,4 +1,5 @@ // Copyright 2018 Drone.IO Inc. +// Copyright 2021 Informatyka Boguslawski sp. z o.o. sp.k., http://www.ib.pl/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -11,6 +12,8 @@ // 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. +// +// This file has been modified by Informatyka Boguslawski sp. z o.o. package token