Skip to content

Commit

Permalink
add license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
philkra committed Nov 21, 2023
1 parent 818027c commit d14bbc5
Show file tree
Hide file tree
Showing 325 changed files with 649 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ clean-workspaces: ## cleanup

check-license-header: ## Check if all *.py files have a license header
curl -s https://raw.githubusercontent.com/lluissm/license-header-checker/master/install.sh | bash
./bin/license-header-checker -a -r .github/license-header.txt . py
./bin/license-header-checker -a -r .github/license-header.txt . go

help: ## Display help
@awk 'BEGIN {FS = ":.*##"; printf "Usage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/code-gen/code_gen.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

package main

import (
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/access_token.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/api_key_name.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/authentication_client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/bad_request_error.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/branch_metadata.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/branch_name.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/client_options.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/conflict_error.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/core/client_option.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package core
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/core/core.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

package core

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/database_metadata.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/database_metadata_ui.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/databases_client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/date_time.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/db_name.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/doc.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

// Workspaces management
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/environments.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/forbidden_error.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/invite_id.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/invite_key.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/invites_client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/list_regions_response.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/migration_status.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/not_found_error.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/o_auth_access_token.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/o_auth_client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/o_auth_client_id.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/o_auth_response_type.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/o_auth_scope.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/pointer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

package api

import "time"
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/region.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/role.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/unauthorized_error.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/user.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/user_id.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/user_with_id.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/users_client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/workspace.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
2 changes: 2 additions & 0 deletions xata/internal/fern-core/generated/go/workspace_id.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0

// This file was auto-generated by Fern from our API Definition.

package api
Expand Down
Loading

0 comments on commit d14bbc5

Please sign in to comment.