diff --git a/mappers/windows-virtual-exec/cmd/main.go b/mappers/windows-virtual-exec/cmd/main.go index 95d91d23..53926053 100644 --- a/mappers/windows-virtual-exec/cmd/main.go +++ b/mappers/windows-virtual-exec/cmd/main.go @@ -1,3 +1,16 @@ +/* +Copyright 2024 The KubeEdge Authors. +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/mappers/windows-virtual-exec/internal/config/config.go b/mappers/windows-virtual-exec/internal/config/config.go index 66886dbc..70c8ef31 100644 --- a/mappers/windows-virtual-exec/internal/config/config.go +++ b/mappers/windows-virtual-exec/internal/config/config.go @@ -1,3 +1,16 @@ +/* +Copyright 2024 The KubeEdge Authors. +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/mappers/windows-virtual-exec/internal/missions/callback.go b/mappers/windows-virtual-exec/internal/missions/callback.go index 1029aad4..40866edb 100644 --- a/mappers/windows-virtual-exec/internal/missions/callback.go +++ b/mappers/windows-virtual-exec/internal/missions/callback.go @@ -1,3 +1,16 @@ +/* +Copyright 2024 The KubeEdge Authors. +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 missions import ( diff --git a/mappers/windows-virtual-exec/internal/missions/mission.go b/mappers/windows-virtual-exec/internal/missions/mission.go index 9f70d618..b8196283 100644 --- a/mappers/windows-virtual-exec/internal/missions/mission.go +++ b/mappers/windows-virtual-exec/internal/missions/mission.go @@ -1,3 +1,16 @@ +/* +Copyright 2024 The KubeEdge Authors. +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 missions import ( diff --git a/mappers/windows-virtual-exec/internal/missions/run.go b/mappers/windows-virtual-exec/internal/missions/run.go index ae3487f0..28f3d4a7 100644 --- a/mappers/windows-virtual-exec/internal/missions/run.go +++ b/mappers/windows-virtual-exec/internal/missions/run.go @@ -1,3 +1,16 @@ +/* +Copyright 2024 The KubeEdge Authors. +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 missions import (