Skip to content

Commit fdc966e

Browse files
updated copyright
1 parent 5bab1d4 commit fdc966e

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
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__/Aggregate.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__/Entity.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__/Event.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__/Value.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/Aggregate.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/Entity.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/Event.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/Message.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/Topic.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)