diff --git a/pkg/controller/queuejobresources/configmap/configmap.go b/pkg/controller/queuejobresources/configmap/configmap.go index 6e5b2979d..1977a0457 100644 --- a/pkg/controller/queuejobresources/configmap/configmap.go +++ b/pkg/controller/queuejobresources/configmap/configmap.go @@ -10,7 +10,21 @@ 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. */ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 configmap import ( diff --git a/pkg/controller/queuejobresources/deployment/deployment.go b/pkg/controller/queuejobresources/deployment/deployment.go index d6d113c6e..ff44aa3da 100644 --- a/pkg/controller/queuejobresources/deployment/deployment.go +++ b/pkg/controller/queuejobresources/deployment/deployment.go @@ -10,7 +10,21 @@ 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. */ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 deployment import ( diff --git a/pkg/controller/queuejobresources/genericresource/genericresource.go b/pkg/controller/queuejobresources/genericresource/genericresource.go index 588160861..cd0103e77 100644 --- a/pkg/controller/queuejobresources/genericresource/genericresource.go +++ b/pkg/controller/queuejobresources/genericresource/genericresource.go @@ -1,5 +1,5 @@ /* -Copyright 2019 Ali Kanso. +Copyright 2019, 2021 The Multi-Cluster App Dispatcher Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13,7 +13,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. */ - package genericresource import ( diff --git a/pkg/controller/queuejobresources/interfaces.go b/pkg/controller/queuejobresources/interfaces.go index 41505da7b..c57f17bc0 100644 --- a/pkg/controller/queuejobresources/interfaces.go +++ b/pkg/controller/queuejobresources/interfaces.go @@ -13,7 +13,21 @@ 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. */ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 queuejobresources import ( diff --git a/pkg/controller/queuejobresources/namespace/namespace.go b/pkg/controller/queuejobresources/namespace/namespace.go index bceb7e4d6..9b9b87283 100644 --- a/pkg/controller/queuejobresources/namespace/namespace.go +++ b/pkg/controller/queuejobresources/namespace/namespace.go @@ -10,7 +10,21 @@ 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. */ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 namespace import ( diff --git a/pkg/controller/queuejobresources/networkpolicy/networkpolicy.go b/pkg/controller/queuejobresources/networkpolicy/networkpolicy.go index 13c55e7ce..b197bbe4f 100644 --- a/pkg/controller/queuejobresources/networkpolicy/networkpolicy.go +++ b/pkg/controller/queuejobresources/networkpolicy/networkpolicy.go @@ -10,7 +10,21 @@ 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. */ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 networkpolicy import ( diff --git a/pkg/controller/queuejobresources/persistentvolume/persistentvolume.go b/pkg/controller/queuejobresources/persistentvolume/persistentvolume.go index fc31cd1ba..efc4675a8 100644 --- a/pkg/controller/queuejobresources/persistentvolume/persistentvolume.go +++ b/pkg/controller/queuejobresources/persistentvolume/persistentvolume.go @@ -10,7 +10,21 @@ 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. */ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 persistentvolume import ( diff --git a/pkg/controller/queuejobresources/persistentvolumeclaim/persistentvolumeclaim.go b/pkg/controller/queuejobresources/persistentvolumeclaim/persistentvolumeclaim.go index 2de65102c..c849bb8a1 100644 --- a/pkg/controller/queuejobresources/persistentvolumeclaim/persistentvolumeclaim.go +++ b/pkg/controller/queuejobresources/persistentvolumeclaim/persistentvolumeclaim.go @@ -10,7 +10,21 @@ 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. */ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 persistentvolumeclaim import ( diff --git a/pkg/controller/queuejobresources/pod/pod.go b/pkg/controller/queuejobresources/pod/pod.go index 8e196e67f..03a16aa6a 100644 --- a/pkg/controller/queuejobresources/pod/pod.go +++ b/pkg/controller/queuejobresources/pod/pod.go @@ -13,7 +13,21 @@ 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. */ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 pod import ( diff --git a/pkg/controller/queuejobresources/queuejobresource_ref_mananger.go b/pkg/controller/queuejobresources/queuejobresource_ref_mananger.go index 8c09e5fda..dbdc345c2 100644 --- a/pkg/controller/queuejobresources/queuejobresource_ref_mananger.go +++ b/pkg/controller/queuejobresources/queuejobresource_ref_mananger.go @@ -13,7 +13,21 @@ 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. */ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 queuejobresources import ( diff --git a/pkg/controller/queuejobresources/queuejobresources.go b/pkg/controller/queuejobresources/queuejobresources.go index eaff184e4..188af6b32 100644 --- a/pkg/controller/queuejobresources/queuejobresources.go +++ b/pkg/controller/queuejobresources/queuejobresources.go @@ -13,7 +13,21 @@ 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. */ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 queuejobresources import ( diff --git a/pkg/controller/queuejobresources/secret/secret.go b/pkg/controller/queuejobresources/secret/secret.go index 9c7781ffd..1fdab92ae 100644 --- a/pkg/controller/queuejobresources/secret/secret.go +++ b/pkg/controller/queuejobresources/secret/secret.go @@ -10,7 +10,21 @@ 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. */ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 secret import ( diff --git a/pkg/controller/queuejobresources/service/service.go b/pkg/controller/queuejobresources/service/service.go index 814eb67e6..f7d516afd 100644 --- a/pkg/controller/queuejobresources/service/service.go +++ b/pkg/controller/queuejobresources/service/service.go @@ -10,7 +10,21 @@ 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. */ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 service import ( diff --git a/pkg/controller/queuejobresources/statefulset/statefulset.go b/pkg/controller/queuejobresources/statefulset/statefulset.go index b8f79db15..e4b70767a 100644 --- a/pkg/controller/queuejobresources/statefulset/statefulset.go +++ b/pkg/controller/queuejobresources/statefulset/statefulset.go @@ -10,7 +10,21 @@ 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. */ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 statefulset import ( diff --git a/pkg/controller/queuejobresources/utils.go b/pkg/controller/queuejobresources/utils.go index e30055f6b..2d2112311 100644 --- a/pkg/controller/queuejobresources/utils.go +++ b/pkg/controller/queuejobresources/utils.go @@ -1,3 +1,33 @@ +/* +Copyright 2019 The Kubernetes 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. +*/ +/* +Copyright 2019, 2021 The Multi-Cluster App Dispatcher 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 queuejobresources import (