From 4bee884fae4d4ed5f759402ca385d7ca563cb944 Mon Sep 17 00:00:00 2001 From: Eugene Yakubovich Date: Tue, 29 Sep 2015 11:51:33 -0700 Subject: [PATCH] Change copyright from CoreOS to CNI authors CNI is developed by more than just CoreOS, Inc and the copyright is retained by all CNI contributors (for their respective contributed code). --- invoke/args.go | 2 +- invoke/exec.go | 2 +- invoke/find.go | 2 +- ip/cidr.go | 2 +- ip/ipforward.go | 2 +- ip/ipmasq.go | 2 +- ip/link.go | 2 +- ip/route.go | 2 +- ipam/ipam.go | 2 +- ns/ns.go | 2 +- skel/skel.go | 2 +- types/args.go | 2 +- types/types.go | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/invoke/args.go b/invoke/args.go index 6f0a813..be28ba6 100644 --- a/invoke/args.go +++ b/invoke/args.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 CNI 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/invoke/exec.go b/invoke/exec.go index cf0cff4..9056497 100644 --- a/invoke/exec.go +++ b/invoke/exec.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 CNI 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/invoke/find.go b/invoke/find.go index dfad12b..82f9a9b 100644 --- a/invoke/find.go +++ b/invoke/find.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 CNI 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/ip/cidr.go b/ip/cidr.go index 723a1f7..dae2c4d 100644 --- a/ip/cidr.go +++ b/ip/cidr.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 CNI 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/ip/ipforward.go b/ip/ipforward.go index 0a1ca25..77ee746 100644 --- a/ip/ipforward.go +++ b/ip/ipforward.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 CNI 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/ip/ipmasq.go b/ip/ipmasq.go index 7f8740d..44b7edf 100644 --- a/ip/ipmasq.go +++ b/ip/ipmasq.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 CNI 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/ip/link.go b/ip/link.go index 44e5d84..1ba529d 100644 --- a/ip/link.go +++ b/ip/link.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 CNI 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/ip/route.go b/ip/route.go index 04e660e..6c8658b 100644 --- a/ip/route.go +++ b/ip/route.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 CNI 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/ipam/ipam.go b/ipam/ipam.go index 6a593a2..4920838 100644 --- a/ipam/ipam.go +++ b/ipam/ipam.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 CNI 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/ns/ns.go b/ns/ns.go index 20548b9..9996aac 100644 --- a/ns/ns.go +++ b/ns/ns.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 CNI 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/skel/skel.go b/skel/skel.go index d6204dd..5c3532d 100644 --- a/skel/skel.go +++ b/skel/skel.go @@ -1,4 +1,4 @@ -// Copyright 2014 CoreOS, Inc. +// Copyright 2014 CNI 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/types/args.go b/types/args.go index 6816243..3c0fd88 100644 --- a/types/args.go +++ b/types/args.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 CNI 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/types/types.go b/types/types.go index 21ba32d..7fce5b8 100644 --- a/types/types.go +++ b/types/types.go @@ -1,4 +1,4 @@ -// Copyright 2015 CoreOS, Inc. +// Copyright 2015 CNI authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. -- 2.44.0