Skip to content

Commit 29943d4

Browse files
updated copyright
1 parent 3f1f11e commit 29943d4

14 files changed

Lines changed: 14 additions & 14 deletions

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__/assert.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__/guard.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__/type-defs.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/assert.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/error.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/guard.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/index.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/logger.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/tools.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)