Skip to content

Commit

Permalink
chore: add missing copyright header (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
muktihari authored Sep 13, 2024
1 parent 05f09cd commit 00d9dd2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions profile/typedef/bool.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2024 The FIT SDK for Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package typedef

import (
Expand Down
4 changes: 4 additions & 0 deletions profile/typedef/bool_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2024 The FIT SDK for Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package typedef

import (
Expand Down

0 comments on commit 00d9dd2

Please sign in to comment.