diff --git a/cmd/f5-ipam-controller/main.go b/cmd/f5-ipam-controller/main.go index bed751e..141269e 100644 --- a/cmd/f5-ipam-controller/main.go +++ b/cmd/f5-ipam-controller/main.go @@ -1,3 +1,19 @@ +/*- + * Copyright (c) 2021 F5 Networks, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * 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. + */ + package main import ( diff --git a/pkg/controller/controller.go b/pkg/controller/controller.go index 760287e..5ca36d3 100644 --- a/pkg/controller/controller.go +++ b/pkg/controller/controller.go @@ -1,3 +1,19 @@ +/*- + * Copyright (c) 2021 F5 Networks, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * 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. + */ + package controller import ( diff --git a/pkg/ipamspec/ipamspec.go b/pkg/ipamspec/ipamspec.go index fa5fdf1..7429831 100644 --- a/pkg/ipamspec/ipamspec.go +++ b/pkg/ipamspec/ipamspec.go @@ -1,3 +1,19 @@ +/*- + * Copyright (c) 2021 F5 Networks, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * 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. + */ + package ipamspec const ( diff --git a/pkg/manager/f5ipammanager.go b/pkg/manager/f5ipammanager.go index 8518138..1e5fb39 100644 --- a/pkg/manager/f5ipammanager.go +++ b/pkg/manager/f5ipammanager.go @@ -1,3 +1,19 @@ +/*- + * Copyright (c) 2021 F5 Networks, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * 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. + */ + package manager import ( diff --git a/pkg/manager/manager.go b/pkg/manager/manager.go index cae122d..942c1ba 100644 --- a/pkg/manager/manager.go +++ b/pkg/manager/manager.go @@ -1,3 +1,19 @@ +/*- + * Copyright (c) 2021 F5 Networks, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * 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. + */ + package manager import ( diff --git a/pkg/orchestration/kuberntes.go b/pkg/orchestration/kuberntes.go index a5e9ea8..6e98836 100644 --- a/pkg/orchestration/kuberntes.go +++ b/pkg/orchestration/kuberntes.go @@ -1,3 +1,19 @@ +/*- + * Copyright (c) 2021 F5 Networks, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * 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. + */ + package orchestration import ( diff --git a/pkg/orchestration/orchestration.go b/pkg/orchestration/orchestration.go index 29fdfdd..6794057 100644 --- a/pkg/orchestration/orchestration.go +++ b/pkg/orchestration/orchestration.go @@ -1,3 +1,19 @@ +/*- + * Copyright (c) 2021 F5 Networks, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * 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. + */ + package orchestration import ( diff --git a/pkg/provider/provider.go b/pkg/provider/provider.go index 80d838d..cf1d3fd 100644 --- a/pkg/provider/provider.go +++ b/pkg/provider/provider.go @@ -1,3 +1,19 @@ +/*- + * Copyright (c) 2021 F5 Networks, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * 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. + */ + package provider import ( diff --git a/pkg/provider/sqlite/store.go b/pkg/provider/sqlite/store.go index 378d97a..67b5863 100644 --- a/pkg/provider/sqlite/store.go +++ b/pkg/provider/sqlite/store.go @@ -1,3 +1,19 @@ +/*- + * Copyright (c) 2021 F5 Networks, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * 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. + */ + package sqlite import ( diff --git a/pkg/vlogger/console/log_console.go b/pkg/vlogger/console/log_console.go index 2c0c275..8c9e567 100644 --- a/pkg/vlogger/console/log_console.go +++ b/pkg/vlogger/console/log_console.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020, F5 Networks, Inc. +// Copyright (c) 2021, F5 Networks, Inc. // // 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/pkg/vlogger/doc.go b/pkg/vlogger/doc.go index 45bfea6..df81a3a 100644 --- a/pkg/vlogger/doc.go +++ b/pkg/vlogger/doc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020, F5 Networks, Inc. +// Copyright (c) 2021, F5 Networks, Inc. // // 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/pkg/vlogger/log.go b/pkg/vlogger/log.go index b070d8f..43b5cba 100644 --- a/pkg/vlogger/log.go +++ b/pkg/vlogger/log.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020, F5 Networks, Inc. +// Copyright (c) 2021, F5 Networks, Inc. // // 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/pkg/vlogger/log_null.go b/pkg/vlogger/log_null.go index 6265e7f..68c516b 100644 --- a/pkg/vlogger/log_null.go +++ b/pkg/vlogger/log_null.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2020, F5 Networks, Inc. +// Copyright (c) 2021, F5 Networks, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.