Skip to content

Commit

Permalink
update license to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez committed Jun 26, 2024
1 parent 12f13f8 commit ea669cc
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2023, Ava Labs, Inc. All rights reserved.
Copyright (C) 2024, Ava Labs, Inc. All rights reserved.

Ecosystem License
Version: 1.1
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.header
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Copyright (C) 2022, Ava Labs, Inc. All rights reserved.
See the file LICENSE for licensing terms.
Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
See the file LICENSE for licensing terms.
2 changes: 1 addition & 1 deletion cloud/aws/aws.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2022, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package aws
Expand Down
4 changes: 2 additions & 2 deletions cloud/gcp/gcp.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2022, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package gcp
Expand Down Expand Up @@ -319,7 +319,7 @@ func (c *GcpCloud) SetupInstances(
return instances, nil
}

// // Copyright (C) 2022, Ava Labs, Inc. All rights reserved.
// // Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// // See the file LICENSE for licensing terms.

func (c *GcpCloud) GetUbuntuimageID() (string, error) {
Expand Down
2 changes: 1 addition & 1 deletion constants/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2022, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package constants

Expand Down
2 changes: 1 addition & 1 deletion node/monitoring/monitoring.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2022, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package monitoring
Expand Down
2 changes: 2 additions & 0 deletions node/nodeResult.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package node

import (
Expand Down
2 changes: 1 addition & 1 deletion utils/common_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package utils

Expand Down
2 changes: 1 addition & 1 deletion utils/e2e.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2022, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package utils

Expand Down
2 changes: 1 addition & 1 deletion utils/file.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2022, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package utils

Expand Down
2 changes: 1 addition & 1 deletion utils/file_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package utils

Expand Down
2 changes: 1 addition & 1 deletion utils/ssh.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package utils

Expand Down
2 changes: 1 addition & 1 deletion utils/ssh_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package utils

Expand Down
2 changes: 1 addition & 1 deletion utils/staking.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package utils

Expand Down
2 changes: 1 addition & 1 deletion utils/strings.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package utils

Expand Down
2 changes: 1 addition & 1 deletion utils/strings_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2023, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package utils

Expand Down
2 changes: 1 addition & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2022, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package utils

Expand Down
2 changes: 1 addition & 1 deletion vm/evmSettings.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2022, Ava Labs, Inc. All rights reserved.
// Copyright (C) 2024, Ava Labs, Inc. All rights reserved.
// See the file LICENSE for licensing terms.

package vm
Expand Down

0 comments on commit ea669cc

Please sign in to comment.