all: update copyright year (#20334)

This commit is contained in:
Anton 2024-01-01 23:29:54 +02:00 committed by GitHub
parent 363d4e1f5a
commit 763f94388b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
328 changed files with 328 additions and 328 deletions

View file

@ -1,6 +1,6 @@
module strconv
// Copyright (c) 2019-2023 Dario Deledda. All rights reserved.
// Copyright (c) 2019-2024 Dario Deledda. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.
//

View file

@ -1,6 +1,6 @@
module strconv
// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved.
// Copyright (c) 2019-2024 Alexander Medvednikov. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.
// TODO: use options, or some way to return default with error.

View file

@ -4,7 +4,7 @@ module strconv
f32 to string
Copyright (c) 2019-2023 Dario Deledda. All rights reserved.
Copyright (c) 2019-2024 Dario Deledda. All rights reserved.
Use of this source code is governed by an MIT license
that can be found in the LICENSE file.

View file

@ -4,7 +4,7 @@ module strconv
f64 to string
Copyright (c) 2019-2023 Dario Deledda. All rights reserved.
Copyright (c) 2019-2024 Dario Deledda. All rights reserved.
Use of this source code is governed by an MIT license
that can be found in the LICENSE file.

View file

@ -1,5 +1,5 @@
/*=============================================================================
Copyright (c) 2019-2023 Dario Deledda. All rights reserved.
Copyright (c) 2019-2024 Dario Deledda. All rights reserved.
Use of this source code is governed by an MIT license
that can be found in the LICENSE file.

View file

@ -3,7 +3,7 @@ module strconv
/*
f32/f64 ftoa functions
Copyright (c) 2019-2023 Dario Deledda. All rights reserved.
Copyright (c) 2019-2024 Dario Deledda. All rights reserved.
Use of this source code is governed by an MIT license
that can be found in the LICENSE file.

View file

@ -5,7 +5,7 @@ module strconv
/*
f32/f64 to string utilities
Copyright (c) 2019-2023 Dario Deledda. All rights reserved.
Copyright (c) 2019-2024 Dario Deledda. All rights reserved.
Use of this source code is governed by an MIT license
that can be found in the LICENSE file.

View file

@ -1,5 +1,5 @@
/*=============================================================================
Copyright (c) 2019-2023 Dario Deledda. All rights reserved.
Copyright (c) 2019-2024 Dario Deledda. All rights reserved.
Use of this source code is governed by an MIT license
that can be found in the LICENSE file.