Skip to content

Commit

Permalink
chore(cmd): Fix License
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoura committed Jul 18, 2024
1 parent d7137a2 commit 7304d49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/node/startup/startup.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// (c) Cartesi and individual authors (see AUTHORS)
// SPDX-License-Identifier: Apache-2.0 (see LICENSE)
package startup

import (
Expand All @@ -16,9 +18,6 @@ import (
"github.com/mattn/go-isatty"
)

// (c) Cartesi and individual authors (see AUTHORS)
// SPDX-License-Identifier: Apache-2.0 (see LICENSE)

// Validates the Node Database Schema Version
func ValidateSchema(postgresEndpoint string) error {
schemaManager, err := repository.NewSchemaManager(postgresEndpoint)
Expand Down

0 comments on commit 7304d49

Please sign in to comment.