Skip to content

Commit

Permalink
Change year 2024 -> 2025 in the copyright notice in all the source files
Browse files Browse the repository at this point in the history
  • Loading branch information
sequba committed Jan 8, 2025
1 parent 161b812 commit fd14592
Show file tree
Hide file tree
Showing 175 changed files with 175 additions and 175 deletions.
2 changes: 1 addition & 1 deletion .config/source-license-header.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/
2 changes: 1 addition & 1 deletion src/AbsoluteCellRange.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {
Expand Down
2 changes: 1 addition & 1 deletion src/ArgumentSanitization.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {Config} from './Config'
Expand Down
2 changes: 1 addition & 1 deletion src/ArraySize.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {AbsoluteCellRange} from './AbsoluteCellRange'
Expand Down
2 changes: 1 addition & 1 deletion src/ArrayValue.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {ArraySize} from './ArraySize'
Expand Down
2 changes: 1 addition & 1 deletion src/BuildEngineFactory.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {ArraySizePredictor} from './ArraySize'
Expand Down
2 changes: 1 addition & 1 deletion src/Cell.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {ArrayVertex, CellVertex, FormulaCellVertex, ParsingErrorVertex, ValueCellVertex} from './DependencyGraph'
Expand Down
2 changes: 1 addition & 1 deletion src/CellContentParser.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {CellError, ErrorType} from './Cell'
Expand Down
2 changes: 1 addition & 1 deletion src/CellDependency.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {AbsoluteCellRange} from './AbsoluteCellRange'
Expand Down
2 changes: 1 addition & 1 deletion src/CellValue.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {CellError, ErrorType} from './Cell'
Expand Down
2 changes: 1 addition & 1 deletion src/ClipboardOperations.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {AbsoluteCellRange} from './AbsoluteCellRange'
Expand Down
2 changes: 1 addition & 1 deletion src/Config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {
Expand Down
2 changes: 1 addition & 1 deletion src/ConfigParams.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {ChooseAddressMapping} from './DependencyGraph/AddressMapping/ChooseAddressMappingPolicy'
Expand Down
2 changes: 1 addition & 1 deletion src/ContentChanges.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {addressKey, SimpleCellAddress} from './Cell'
Expand Down
2 changes: 1 addition & 1 deletion src/CrudOperations.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {AbsoluteCellRange} from './AbsoluteCellRange'
Expand Down
2 changes: 1 addition & 1 deletion src/DateTimeDefault.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {DateTime, SimpleDate, SimpleTime} from './DateTimeHelper'
Expand Down
2 changes: 1 addition & 1 deletion src/DateTimeHelper.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {Config} from './Config'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/AddressMapping/AddressMapping.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {SimpleCellAddress} from '../../Cell'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {SheetCellAddress, SimpleCellAddress} from '../../Cell'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {DenseStrategy} from './DenseStrategy'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/AddressMapping/DenseStrategy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {SheetCellAddress, simpleCellAddress, SimpleCellAddress} from '../../Cell'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/AddressMapping/SparseStrategy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {SheetCellAddress, simpleCellAddress, SimpleCellAddress} from '../../Cell'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/ArrayMapping.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {AbsoluteCellRange} from '../AbsoluteCellRange'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/DependencyGraph.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {AbsoluteCellRange, SimpleCellRange, simpleCellRange} from '../AbsoluteCellRange'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/EmptyCellVertex.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {EmptyValue, EmptyValueType} from '../interpreter/InterpreterValue'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/FormulaCellVertex.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {AbsoluteCellRange} from '../AbsoluteCellRange'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/Graph.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {SimpleCellAddress} from '../Cell'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/ParsingErrorVertex.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {CellError} from '../Cell'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/ProcessableValue.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

export class ProcessableValue<Raw, Processed> {
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/RangeMapping.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {AbsoluteCellRange} from '../AbsoluteCellRange'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/RangeVertex.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {AbsoluteCellRange} from '../AbsoluteCellRange'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/SheetMapping.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {NoSheetWithIdError, NoSheetWithNameError, SheetNameAlreadyTakenError} from '../errors'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/TopSort.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

export interface TopSortResult<T> {
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/ValueCellVertex.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {CellError} from '../Cell'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/Vertex.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {EmptyCellVertex, ParsingErrorVertex, RangeVertex, ValueCellVertex} from './'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/collectAddressesDependentToRange.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {AbsoluteCellRange} from '../AbsoluteCellRange'
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyGraph/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

export {DependencyGraph} from './DependencyGraph'
Expand Down
2 changes: 1 addition & 1 deletion src/Destroy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

export function objectDestroy(object: any) {
Expand Down
2 changes: 1 addition & 1 deletion src/Emitter.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {TinyEmitter} from 'tiny-emitter'
Expand Down
2 changes: 1 addition & 1 deletion src/Evaluator.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {AbsoluteCellRange} from './AbsoluteCellRange'
Expand Down
2 changes: 1 addition & 1 deletion src/Exporter.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {CellError, ErrorType, SimpleCellAddress} from './Cell'
Expand Down
2 changes: 1 addition & 1 deletion src/GraphBuilder.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {absolutizeDependencies} from './absolutizeDependencies'
Expand Down
2 changes: 1 addition & 1 deletion src/HyperFormula.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {AbsoluteCellRange, isSimpleCellRange, SimpleCellRange} from './AbsoluteCellRange'
Expand Down
2 changes: 1 addition & 1 deletion src/LazilyTransformingAstService.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {SimpleCellAddress} from './Cell'
Expand Down
2 changes: 1 addition & 1 deletion src/Lookup/AdvancedFind.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {DependencyGraph} from '../DependencyGraph'
Expand Down
2 changes: 1 addition & 1 deletion src/Lookup/ColumnBinarySearch.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {SimpleCellAddress} from '../Cell'
Expand Down
2 changes: 1 addition & 1 deletion src/Lookup/ColumnIndex.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {CellError, movedSimpleCellAddress, SimpleCellAddress} from '../Cell'
Expand Down
2 changes: 1 addition & 1 deletion src/Lookup/RowSearchStrategy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {DependencyGraph} from '../DependencyGraph'
Expand Down
2 changes: 1 addition & 1 deletion src/Lookup/SearchStrategy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

import {SimpleCellAddress} from '../Cell'
Expand Down
2 changes: 1 addition & 1 deletion src/Maybe.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Copyright (c) 2024 Handsoncode. All rights reserved.
* Copyright (c) 2025 Handsoncode. All rights reserved.
*/

export type Maybe<T> = T | undefined
Loading

0 comments on commit fd14592

Please sign in to comment.