diff --git a/api/v1alpha1/doc.go b/api/v1alpha1/doc.go index 52a1ac462..ed39be505 100644 --- a/api/v1alpha1/doc.go +++ b/api/v1alpha1/doc.go @@ -1,16 +1,5 @@ -/* -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 (c) Microsoft Corporation. +// Licensed under the MIT license. // Package v1alpha1 contains API Schema definitions for the kaito v1alpha1 API group // +kubebuilder:object:generate=true diff --git a/api/v1alpha1/register.go b/api/v1alpha1/register.go index 30ba0d9f8..7338445e3 100644 --- a/api/v1alpha1/register.go +++ b/api/v1alpha1/register.go @@ -1,18 +1,5 @@ -/* -Copyright 2023. - -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 (c) Microsoft Corporation. +// Licensed under the MIT license. package v1alpha1 diff --git a/api/v1alpha1/workspace_condition_types.go b/api/v1alpha1/workspace_condition_types.go index 4c46a91c0..762d8dafc 100644 --- a/api/v1alpha1/workspace_condition_types.go +++ b/api/v1alpha1/workspace_condition_types.go @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. + package v1alpha1 // ConditionType is a valid value for Condition.Type. diff --git a/api/v1alpha1/workspace_default.go b/api/v1alpha1/workspace_default.go index e819bcca6..f0648b373 100644 --- a/api/v1alpha1/workspace_default.go +++ b/api/v1alpha1/workspace_default.go @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. + package v1alpha1 import ( diff --git a/api/v1alpha1/workspace_labels.go b/api/v1alpha1/workspace_labels.go index fd97b5e30..bc3c704be 100644 --- a/api/v1alpha1/workspace_labels.go +++ b/api/v1alpha1/workspace_labels.go @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. + package v1alpha1 const ( diff --git a/api/v1alpha1/workspace_types.go b/api/v1alpha1/workspace_types.go index 7f8ad570c..c4b4d4cfc 100644 --- a/api/v1alpha1/workspace_types.go +++ b/api/v1alpha1/workspace_types.go @@ -1,18 +1,5 @@ -/* -Copyright 2023. - -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 (c) Microsoft Corporation. +// Licensed under the MIT license. package v1alpha1 diff --git a/api/v1alpha1/workspace_validation.go b/api/v1alpha1/workspace_validation.go index f5d1a58dd..7b3bd20be 100644 --- a/api/v1alpha1/workspace_validation.go +++ b/api/v1alpha1/workspace_validation.go @@ -1,3 +1,6 @@ +// Copyright (c) Microsoft Corporation. +// Licensed under the MIT license. + package v1alpha1 import ( diff --git a/presets/README.md b/presets/README.md index e4d751128..7bbf0f566 100644 --- a/presets/README.md +++ b/presets/README.md @@ -150,7 +150,7 @@ curl -X POST \ -### Case 2: Falcons models +### Case 2: Falcon models The inference service endpoint is `/chat`.