Update multus.go

Copyrights updated with Intel  - Apache License 2.0
This commit is contained in:
Kuralamudhan Ramakrishnan
2017-07-21 13:37:50 +01:00
committed by GitHub
parent 2e3ba8ad87
commit e556ec685a

View File

@@ -1,4 +1,4 @@
// Copyright 2015 CNI authors // Copyright (c) 2017 Intel Corporation
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
// This is a "Multi-plugin".It is a fork of flannel CNI // This is a "Multi-plugin".The delegate concept refered from CNI project
// It reads other plugin netconf, and then invoke them, e.g. // It reads other plugin netconf, and then invoke them, e.g.
// flannel or sriov plugin. // flannel or sriov plugin.