Skip to content

Commit fd14592

Browse files
committed
Change year 2024 -> 2025 in the copyright notice in all the source files
1 parent 161b812 commit fd14592

File tree

175 files changed

+175
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+175
-175
lines changed

.config/source-license-header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* @license
3-
* Copyright (c) 2024 Handsoncode. All rights reserved.
3+
* Copyright (c) 2025 Handsoncode. All rights reserved.
44
*/

src/AbsoluteCellRange.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2024 Handsoncode. All rights reserved.
3+
* Copyright (c) 2025 Handsoncode. All rights reserved.
44
*/
55

66
import {

src/ArgumentSanitization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2024 Handsoncode. All rights reserved.
3+
* Copyright (c) 2025 Handsoncode. All rights reserved.
44
*/
55

66
import {Config} from './Config'

src/ArraySize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2024 Handsoncode. All rights reserved.
3+
* Copyright (c) 2025 Handsoncode. All rights reserved.
44
*/
55

66
import {AbsoluteCellRange} from './AbsoluteCellRange'

src/ArrayValue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2024 Handsoncode. All rights reserved.
3+
* Copyright (c) 2025 Handsoncode. All rights reserved.
44
*/
55

66
import {ArraySize} from './ArraySize'

src/BuildEngineFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2024 Handsoncode. All rights reserved.
3+
* Copyright (c) 2025 Handsoncode. All rights reserved.
44
*/
55

66
import {ArraySizePredictor} from './ArraySize'

src/Cell.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2024 Handsoncode. All rights reserved.
3+
* Copyright (c) 2025 Handsoncode. All rights reserved.
44
*/
55

66
import {ArrayVertex, CellVertex, FormulaCellVertex, ParsingErrorVertex, ValueCellVertex} from './DependencyGraph'

src/CellContentParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2024 Handsoncode. All rights reserved.
3+
* Copyright (c) 2025 Handsoncode. All rights reserved.
44
*/
55

66
import {CellError, ErrorType} from './Cell'

src/CellDependency.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2024 Handsoncode. All rights reserved.
3+
* Copyright (c) 2025 Handsoncode. All rights reserved.
44
*/
55

66
import {AbsoluteCellRange} from './AbsoluteCellRange'

src/CellValue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright (c) 2024 Handsoncode. All rights reserved.
3+
* Copyright (c) 2025 Handsoncode. All rights reserved.
44
*/
55

66
import {CellError, ErrorType} from './Cell'

0 commit comments

Comments
 (0)