From 7056084757f21b2b030e8b96f3b96538755b9fb1 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 19 Feb 2019 18:48:39 -0800 Subject: [PATCH] Add NOTICE [CI SKIP] --- NOTICE | 6 ++++++ logger/logger.go | 1 + version/version.go | 1 + 3 files changed, 8 insertions(+) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000..6bdd4c40 --- /dev/null +++ b/NOTICE @@ -0,0 +1,6 @@ +Drone +Copyright 2019 Drone.IO, Inc + +This product includes software developed at Drone.IO, Inc. +(http://drone.io/). + diff --git a/logger/logger.go b/logger/logger.go index dbd934a6..469fce4a 100644 --- a/logger/logger.go +++ b/logger/logger.go @@ -1,4 +1,5 @@ // Copyright 2019 Drone IO, Inc. +// Copyright 2016 The containerd Authors. // // 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/version/version.go b/version/version.go index 986de68f..e5436a94 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,5 @@ // Copyright 2019 Drone IO, Inc. +// Copyright 2016 The Linux Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.