WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 04a09bc

Browse files
updated copyright
1 parent f92b740 commit 04a09bc

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright © 2024, Daniel Jonathan <daniel at cosmicmind dot com>
3+
Copyright © 2025, CosmicMind, Inc.
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

__tests__/behavioral/Command.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 3-Clause License
33
*
4-
* Copyright © 2024, Daniel Jonathan <daniel at cosmicmind dot com>
4+
* Copyright © 2025, CosmicMind, Inc.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

__tests__/behavioral/Plugin.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 3-Clause License
33
*
4-
* Copyright © 2024, Daniel Jonathan <daniel at cosmicmind dot com>
4+
* Copyright © 2025, CosmicMind, Inc.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

__tests__/behavioral/RequestChain.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 3-Clause License
33
*
4-
* Copyright © 2024, Daniel Jonathan <daniel at cosmicmind dot com>
4+
* Copyright © 2025, CosmicMind, Inc.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

__tests__/creational/Builder.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 3-Clause License
33
*
4-
* Copyright © 2024, Daniel Jonathan <daniel at cosmicmind dot com>
4+
* Copyright © 2025, CosmicMind, Inc.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

__tests__/creational/Prototype.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 3-Clause License
33
*
4-
* Copyright © 2024, Daniel Jonathan <daniel at cosmicmind dot com>
4+
* Copyright © 2025, CosmicMind, Inc.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/behavioral/Command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 3-Clause License
33
*
4-
* Copyright © 2024, Daniel Jonathan <daniel at cosmicmind dot com>
4+
* Copyright © 2025, CosmicMind, Inc.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/behavioral/Observable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 3-Clause License
33
*
4-
* Copyright © 2024, Daniel Jonathan <daniel at cosmicmind dot com>
4+
* Copyright © 2025, CosmicMind, Inc.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/behavioral/Plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 3-Clause License
33
*
4-
* Copyright © 2024, Daniel Jonathan <daniel at cosmicmind dot com>
4+
* Copyright © 2025, CosmicMind, Inc.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/behavioral/RequestChain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* BSD 3-Clause License
33
*
4-
* Copyright © 2024, Daniel Jonathan <daniel at cosmicmind dot com>
4+
* Copyright © 2025, CosmicMind, Inc.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)