mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
all: update copyright year (#20334)
This commit is contained in:
parent
363d4e1f5a
commit
763f94388b
328 changed files with 328 additions and 328 deletions
|
@ -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.
|
||||
//
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue