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 6f0a813a..be28ba62 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 cf0cff47..90564970 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 dfad12bc..82f9a9b7 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 723a1f74..dae2c4d0 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 0a1ca252..77ee7463 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 7f8740df..44b7edf3 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 44e5d84d..1ba529da 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 04e660ef..6c8658b2 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 6a593a26..4920838a 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 20548b9b..9996aac7 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 d6204dd4..5c3532db 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 68162435..3c0fd88e 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 21ba32d6..7fce5b82 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.