From 0ef85e791ddcc52343463d6b697e043c1091a17b Mon Sep 17 00:00:00 2001 From: Daniel Jonathan Date: Wed, 7 Aug 2024 22:26:06 -0400 Subject: [PATCH] added breakerjs --- LICENSE | 2 +- __tests__/Aggregate.spec.ts | 2 +- __tests__/Entity.spec.ts | 2 +- __tests__/Event.spec.ts | 2 +- __tests__/Value.spec.ts | 2 +- src/Aggregate.ts | 2 +- src/Entity.ts | 2 +- src/Event.ts | 2 +- src/Message.ts | 2 +- src/Topic.ts | 2 +- src/Value.ts | 2 +- src/index.ts | 2 +- typings/env.d.ts | 2 +- vite.config.test.ts | 2 +- vite.config.ts | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/LICENSE b/LICENSE index d779790..59b41c2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright © 2023, Daniel Jonathan +Copyright © 2024, Daniel Jonathan All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/__tests__/Aggregate.spec.ts b/__tests__/Aggregate.spec.ts index e4a6d29..920e31d 100644 --- a/__tests__/Aggregate.spec.ts +++ b/__tests__/Aggregate.spec.ts @@ -1,7 +1,7 @@ /** * BSD 3-Clause License * - * Copyright © 2023, Daniel Jonathan + * Copyright © 2024, Daniel Jonathan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/__tests__/Entity.spec.ts b/__tests__/Entity.spec.ts index 2952246..3645228 100644 --- a/__tests__/Entity.spec.ts +++ b/__tests__/Entity.spec.ts @@ -1,7 +1,7 @@ /** * BSD 3-Clause License * - * Copyright © 2023, Daniel Jonathan + * Copyright © 2024, Daniel Jonathan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/__tests__/Event.spec.ts b/__tests__/Event.spec.ts index def0ae8..8e2d078 100644 --- a/__tests__/Event.spec.ts +++ b/__tests__/Event.spec.ts @@ -1,7 +1,7 @@ /** * BSD 3-Clause License * - * Copyright © 2023, Daniel Jonathan + * Copyright © 2024, Daniel Jonathan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/__tests__/Value.spec.ts b/__tests__/Value.spec.ts index 1178e9e..22c35e3 100644 --- a/__tests__/Value.spec.ts +++ b/__tests__/Value.spec.ts @@ -1,7 +1,7 @@ /** * BSD 3-Clause License * - * Copyright © 2023, Daniel Jonathan + * Copyright © 2024, Daniel Jonathan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/Aggregate.ts b/src/Aggregate.ts index 03bacee..f890ad3 100644 --- a/src/Aggregate.ts +++ b/src/Aggregate.ts @@ -1,7 +1,7 @@ /** * BSD 3-Clause License * - * Copyright © 2023, Daniel Jonathan + * Copyright © 2024, Daniel Jonathan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/Entity.ts b/src/Entity.ts index 8c01534..cdb3261 100644 --- a/src/Entity.ts +++ b/src/Entity.ts @@ -1,7 +1,7 @@ /** * BSD 3-Clause License * - * Copyright © 2023, Daniel Jonathan + * Copyright © 2024, Daniel Jonathan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/Event.ts b/src/Event.ts index 098e6e1..fea7473 100644 --- a/src/Event.ts +++ b/src/Event.ts @@ -1,7 +1,7 @@ /** * BSD 3-Clause License * - * Copyright © 2023, Daniel Jonathan + * Copyright © 2024, Daniel Jonathan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/Message.ts b/src/Message.ts index 88b9682..74b89b1 100644 --- a/src/Message.ts +++ b/src/Message.ts @@ -1,7 +1,7 @@ /** * BSD 3-Clause License * - * Copyright © 2023, Daniel Jonathan + * Copyright © 2024, Daniel Jonathan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/Topic.ts b/src/Topic.ts index f622449..08e4d49 100644 --- a/src/Topic.ts +++ b/src/Topic.ts @@ -1,7 +1,7 @@ /** * BSD 3-Clause License * - * Copyright © 2023, Daniel Jonathan + * Copyright © 2024, Daniel Jonathan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/Value.ts b/src/Value.ts index dc234e9..f5364b4 100644 --- a/src/Value.ts +++ b/src/Value.ts @@ -1,7 +1,7 @@ /** * BSD 3-Clause License * - * Copyright © 2023, Daniel Jonathan + * Copyright © 2024, Daniel Jonathan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/index.ts b/src/index.ts index 61aabf3..c57dfaa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ /** * BSD 3-Clause License * - * Copyright © 2023, Daniel Jonathan + * Copyright © 2024, Daniel Jonathan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/typings/env.d.ts b/typings/env.d.ts index d0e80d2..f4d9c9c 100644 --- a/typings/env.d.ts +++ b/typings/env.d.ts @@ -1,4 +1,4 @@ -/* Copyright © 2023, CosmicMind, Inc. . All rights reserved. */ +/* Copyright © 2024, CosmicMind, Inc. . All rights reserved. */ /// diff --git a/vite.config.test.ts b/vite.config.test.ts index afe1e11..0a9fcdb 100644 --- a/vite.config.test.ts +++ b/vite.config.test.ts @@ -1,7 +1,7 @@ /** * BSD 3-Clause License * - * Copyright © 2023, Daniel Jonathan + * Copyright © 2024, Daniel Jonathan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/vite.config.ts b/vite.config.ts index 240ece2..186816f 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,7 +1,7 @@ /** * BSD 3-Clause License * - * Copyright © 2023, Daniel Jonathan + * Copyright © 2024, Daniel Jonathan * All rights reserved. * * Redistribution and use in source and binary forms, with or without