Skip to content

Commit

Permalink
chore: add licence header in template
Browse files Browse the repository at this point in the history
  • Loading branch information
azrod committed Jan 7, 2025
1 parent cf41afa commit 77afe5d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion supernumber_attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
schemaD "github.com/hashicorp/terraform-plugin-framework/datasource/schema"
schemaR "github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
supertypes "github.com/orange-cloudavenue/terraform-plugin-framework-supertypes"
)

var _ Attribute = SuperNumberAttribute{}
Expand Down
9 changes: 9 additions & 0 deletions supertype_attribute.go.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* SPDX-FileCopyrightText: Copyright (c) 2025 Orange
* SPDX-License-Identifier: Mozilla Public License 2.0
*
* This software is distributed under the MPL-2.0 license.
* the text of which is available at https://www.mozilla.org/en-US/MPL/2.0/
* or see the "LICENSE" file for more details.
*/

// code generated by go generate - look at supertype_attribute.go.tmpl for source file
package superschema

Expand Down
9 changes: 9 additions & 0 deletions type_attribute.go.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* SPDX-FileCopyrightText: Copyright (c) 2025 Orange
* SPDX-License-Identifier: Mozilla Public License 2.0
*
* This software is distributed under the MPL-2.0 license.
* the text of which is available at https://www.mozilla.org/en-US/MPL/2.0/
* or see the "LICENSE" file for more details.
*/

// code generated by go generate - look at type_attribute.go.tmpl for source file
package superschema

Expand Down

0 comments on commit 77afe5d

Please sign in to comment.