Skip to content

Commit

Permalink
fix: use correct file header (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: guofei <[email protected]>
  • Loading branch information
Fei-Guo and Fei-Guo authored Nov 7, 2023
1 parent a97b699 commit 05f1a41
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 44 deletions.
15 changes: 2 additions & 13 deletions api/v1alpha1/doc.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down
17 changes: 2 additions & 15 deletions api/v1alpha1/register.go
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 3 additions & 0 deletions api/v1alpha1/workspace_condition_types.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

package v1alpha1

// ConditionType is a valid value for Condition.Type.
Expand Down
3 changes: 3 additions & 0 deletions api/v1alpha1/workspace_default.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

package v1alpha1

import (
Expand Down
3 changes: 3 additions & 0 deletions api/v1alpha1/workspace_labels.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

package v1alpha1

const (
Expand Down
17 changes: 2 additions & 15 deletions api/v1alpha1/workspace_types.go
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 3 additions & 0 deletions api/v1alpha1/workspace_validation.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

package v1alpha1

import (
Expand Down
2 changes: 1 addition & 1 deletion presets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ curl -X POST \



### Case 2: Falcons models
### Case 2: Falcon models

The inference service endpoint is `/chat`.

Expand Down

0 comments on commit 05f1a41

Please sign in to comment.