From 0eba78000aeb879dcb2cf03e0a137b5355c2d5d5 Mon Sep 17 00:00:00 2001 From: yy Date: Mon, 22 Apr 2024 18:08:29 +0800 Subject: [PATCH] chore: fix license. Signed-off-by: yy Signed-off-by: yy --- controllers/pkg/config/global.go | 14 ++++++++++++++ controllers/terminal/controllers/config.go | 14 ++++++++++++++ controllers/user/controllers/config.go | 14 ++++++++++++++ 3 files changed, 42 insertions(+) diff --git a/controllers/pkg/config/global.go b/controllers/pkg/config/global.go index 134ee7d99da..d6a1d4fcc33 100644 --- a/controllers/pkg/config/global.go +++ b/controllers/pkg/config/global.go @@ -1,3 +1,17 @@ +// Copyright © 2024 sealos. +// +// 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 config import ( diff --git a/controllers/terminal/controllers/config.go b/controllers/terminal/controllers/config.go index d108730633c..9b9e9a7572c 100644 --- a/controllers/terminal/controllers/config.go +++ b/controllers/terminal/controllers/config.go @@ -1,3 +1,17 @@ +// Copyright © 2024 sealos. +// +// 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 controllers import ( diff --git a/controllers/user/controllers/config.go b/controllers/user/controllers/config.go index e21c81d0530..8c395285f9c 100644 --- a/controllers/user/controllers/config.go +++ b/controllers/user/controllers/config.go @@ -1,3 +1,17 @@ +// Copyright © 2024 sealos. +// +// 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 controllers import (