Fix license boilerplate/copyright in go files (#947)

This change fix license boilerplate and its copyright.
The updated year in copyright is based on the file creation date.
If older than 2021, added copyright is transfered to multus
authors from Intel corporation as the multus code was officially
transfered to Kubernetes Networking Plumbing Working Group on
March 11, 2021.
This commit is contained in:
Tomofumi Hayashi
2022-11-02 21:49:57 +09:00
committed by GitHub
parent 6f8fa8c286
commit 77e0150afe
47 changed files with 115 additions and 56 deletions

View File

@@ -11,7 +11,6 @@
// 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 binary works as a server that receives requests from multus-shim
// CNI plugin and creates network interface for kubernets pods.