chore: update copyright years to 2025 and Go version

- Update copyright headers to 2025
- Standardize Go version to 1.25.1
- Remove toolchain directive
This commit is contained in:
Zach Kelling
2025-09-26 02:20:31 +00:00
parent e45ad8e942
commit 055a2576ce
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright (C) 2019-2024, Lux Industries Inc. All rights reserved.
// Copyright (C) 2019-2025, Lux Industries Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package bls
+1 -3
View File
@@ -1,8 +1,6 @@
module github.com/luxfi/crypto
go 1.25
toolchain go1.24.6
go 1.25.1
require (
filippo.io/age v1.2.1
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright (C) 2019-2024, Lux Industries Inc. All rights reserved.
// Copyright (C) 2019-2025, Lux Industries Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package secp256k1
+1 -1
View File
@@ -1,4 +1,4 @@
// Copyright 2024 The go-ethereum Authors
// Copyright 2025 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify