Skip to content

Commit

Permalink
Update to the copyright to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
joooKiwi committed Feb 19, 2024
1 parent 2faffca commit db80330
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 13 deletions.
7 changes: 7 additions & 0 deletions javascript/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
/*******************************************************************************
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
******************************************************************************/

export * from "./src/index"
7 changes: 7 additions & 0 deletions javascript/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*******************************************************************************
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
******************************************************************************/

import type {Config} from "jest"

/*
Expand Down
2 changes: 1 addition & 1 deletion javascript/src/CommonLazy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
Copyright (c) 2023. Jonathan Bédard ~ JóôòKiwi
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
Expand Down
2 changes: 1 addition & 1 deletion javascript/src/InitializedLazy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
Copyright (c) 2023. Jonathan Bédard ~ JóôòKiwi
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
Expand Down
2 changes: 1 addition & 1 deletion javascript/src/Lazy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
Copyright (c) 2023. Jonathan Bédard ~ JóôòKiwi
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
Expand Down
2 changes: 1 addition & 1 deletion javascript/src/LazyImplementation.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
Copyright (c) 2023. Jonathan Bédard ~ JóôòKiwi
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
Expand Down
2 changes: 1 addition & 1 deletion javascript/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
Copyright (c) 2023. Jonathan Bédard ~ JóôòKiwi
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
Expand Down
2 changes: 1 addition & 1 deletion javascript/src/method/lazy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
Copyright (c) 2023. Jonathan Bédard ~ JóôòKiwi
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
Expand Down
2 changes: 1 addition & 1 deletion javascript/src/method/lazyOf.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
Copyright (c) 2023. Jonathan Bédard ~ JóôòKiwi
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
Expand Down
2 changes: 1 addition & 1 deletion javascript/test/Holder.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
Copyright (c) 2023. Jonathan Bédard ~ JóôòKiwi
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
Expand Down
4 changes: 2 additions & 2 deletions javascript/test/InitializedLazy.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
Copyright (c) 2023. Jonathan Bédard ~ JóôòKiwi
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
Expand Down Expand Up @@ -28,4 +28,4 @@ describe("InitializedLazyTest", () => {
},)
})
},)
},)
},)
2 changes: 1 addition & 1 deletion javascript/test/LazyImplementation.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
Copyright (c) 2023. Jonathan Bédard ~ JóôòKiwi
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
Expand Down
2 changes: 1 addition & 1 deletion javascript/test/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
Copyright (c) 2023. Jonathan Bédard ~ JóôòKiwi
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
Expand Down
2 changes: 1 addition & 1 deletion javascript/test/jestExtended.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
Copyright (c) 2023. Jonathan Bédard ~ JóôòKiwi
Copyright (c) 2023-2024. Jonathan Bédard ~ JóôòKiwi
This project is free to use.
All the right is reserved to the author of this project.
Expand Down

0 comments on commit db80330

Please sign in to comment.