Skip to content

Commit a2d16c1

Browse files
authored
Update confidential license to Apache 2.0 (#251)
1 parent 6cf5703 commit a2d16c1

File tree

9 files changed

+108
-72
lines changed

9 files changed

+108
-72
lines changed

pkg/controller/quota/quota_manager_interface.go

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
// ------------------------------------------------------ {COPYRIGHT-TOP} ---
2-
// IBM Confidential
3-
// OCO Source Materials
4-
// IBM Watson Machine Learning Core
2+
// Copyright 2022 The Multi-Cluster App Dispatcher Authors.
3+
//
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
59
//
6-
// Copyright IBM Corp. 2021
7-
//
8-
// The source code for this program is not published or otherwise
9-
// divested of its trade secrets, irrespective of what has been
10-
// deposited with the U.S. Copyright Office.
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
1115
// ------------------------------------------------------ {COPYRIGHT-END} ---
1216
package quota
1317

pkg/controller/quota/quotamanager/qm_lib_backend_with_resplan_mgr.go

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
// +build private
22
// ------------------------------------------------------ {COPYRIGHT-TOP} ---
3-
// IBM Confidential
4-
// OCO Source Materials
5-
// IBM Watson Machine Learning Core
3+
// Copyright 2022 The Multi-Cluster App Dispatcher Authors.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
610
//
7-
// Copyright IBM Corp. 2021
8-
//
9-
// The source code for this program is not published or otherwise
10-
// divested of its trade secrets, irrespective of what has been
11-
// deposited with the U.S. Copyright Office.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1216
// ------------------------------------------------------ {COPYRIGHT-END} ---
1317

1418
package quotamanager

pkg/controller/quota/quotamanager/qm_lib_backend_with_resplan_mgr/resplanmgr/event_handlers.go

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
// +build private
22
// ------------------------------------------------------ {COPYRIGHT-TOP} ---
3-
// IBM Confidential
4-
// OCO Source Materials
5-
// IBM Watson Machine Learning Core
3+
// Copyright 2022 The Multi-Cluster App Dispatcher Authors.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
610
//
7-
// Copyright IBM Corp. 2021
8-
//
9-
// The source code for this program is not published or otherwise
10-
// divested of its trade secrets, irrespective of what has been
11-
// deposited with the U.S. Copyright Office.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1216
// ------------------------------------------------------ {COPYRIGHT-END} ---
1317

1418
package resplanmgr

pkg/controller/quota/quotamanager/qm_lib_backend_with_resplan_mgr/resplanmgr/resource_plan_manager.go

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
// +build private
22
// ------------------------------------------------------ {COPYRIGHT-TOP} ---
3-
// IBM Confidential
4-
// OCO Source Materials
5-
// IBM Watson Machine Learning Core
3+
// Copyright 2022 The Multi-Cluster App Dispatcher Authors.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
610
//
7-
// Copyright IBM Corp. 2021
8-
//
9-
// The source code for this program is not published or otherwise
10-
// divested of its trade secrets, irrespective of what has been
11-
// deposited with the U.S. Copyright Office.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1216
// ------------------------------------------------------ {COPYRIGHT-END} ---
1317

1418
package resplanmgr

pkg/controller/quota/quotamanager/qm_lib_backend_with_resplan_mgr/resplanmgr/util/constants.go

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
// ------------------------------------------------------ {COPYRIGHT-TOP} ---
2-
// IBM Confidential
3-
// OCO Source Materials
4-
// IBM Watson Machine Learning Core
2+
// Copyright 2022 The Multi-Cluster App Dispatcher Authors.
3+
//
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
59
//
6-
// Copyright IBM Corp. 2021
7-
//
8-
// The source code for this program is not published or otherwise
9-
// divested of its trade secrets, irrespective of what has been
10-
// deposited with the U.S. Copyright Office.
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
1115
// ------------------------------------------------------ {COPYRIGHT-END} ---
1216
package util
1317

pkg/controller/quota/quotamanager/quota_rest_manager.go

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
// +build !private
22
// ------------------------------------------------------ {COPYRIGHT-TOP} ---
3-
// IBM Confidential
4-
// OCO Source Materials
5-
// IBM Watson Machine Learning Core
3+
// Copyright 2022 The Multi-Cluster App Dispatcher Authors.
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
610
//
7-
// Copyright IBM Corp. 2021
8-
//
9-
// The source code for this program is not published or otherwise
10-
// divested of its trade secrets, irrespective of what has been
11-
// deposited with the U.S. Copyright Office.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1216
// ------------------------------------------------------ {COPYRIGHT-END} ---
1317

1418
package quotamanager

pkg/controller/quota/quotamanager/util/utils.go

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
// ------------------------------------------------------ {COPYRIGHT-TOP} ---
2-
// IBM Confidential
3-
// OCO Source Materials
4-
// IBM Watson Machine Learning Core
2+
// Copyright 2022 The Multi-Cluster App Dispatcher Authors.
3+
//
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
59
//
6-
// Copyright IBM Corp. 2021
7-
//
8-
// The source code for this program is not published or otherwise
9-
// divested of its trade secrets, irrespective of what has been
10-
// deposited with the U.S. Copyright Office.
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
1115
// ------------------------------------------------------ {COPYRIGHT-END} ---
1216
package util
1317

pkg/health/health.go

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
// ------------------------------------------------------ {COPYRIGHT-TOP} ---
2-
// IBM Confidential
3-
// OCO Source Materials
4-
// IBM Watson Machine Learning Core
2+
// Copyright 2022 The Multi-Cluster App Dispatcher Authors.
3+
//
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
59
//
6-
// Copyright IBM Corp. 2021
7-
//
8-
// The source code for this program is not published or otherwise
9-
// divested of its trade secrets, irrespective of what has been
10-
// deposited with the U.S. Copyright Office.
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
1115
// ------------------------------------------------------ {COPYRIGHT-END} ---
1216
package health
1317

pkg/health/health_test.go

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
// ------------------------------------------------------ {COPYRIGHT-TOP} ---
2-
// IBM Confidential
3-
// OCO Source Materials
4-
// IBM Watson Machine Learning Core
2+
// Copyright 2022 The Multi-Cluster App Dispatcher Authors.
3+
//
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
59
//
6-
// Copyright IBM Corp. 2021
7-
//
8-
// The source code for this program is not published or otherwise
9-
// divested of its trade secrets, irrespective of what has been
10-
// deposited with the U.S. Copyright Office.
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
1115
// ------------------------------------------------------ {COPYRIGHT-END} ---
1216
package health
1317

0 commit comments

Comments
 (0)