From e34c33df0105a7c93c3dfe521dceb2661f30a74d Mon Sep 17 00:00:00 2001 From: Alex Grant Date: Wed, 19 Jul 2023 09:57:57 -0400 Subject: [PATCH] @0.13.1 - update copyright --- LICENSE.md | 2 +- src/lib/index.js | 2 +- src/tests/fixtures/Simple.jsx | 2 +- src/tests/unit/index.js | 2 +- src/tests/utils/testdom.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 9c54cf1..b954265 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2016 - 2022 Alex Grant, LocalNerve LLC +Copyright (c) 2016 - 2023 Alex Grant, LocalNerve LLC All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/src/lib/index.js b/src/lib/index.js index e9566b6..a55bcc7 100644 --- a/src/lib/index.js +++ b/src/lib/index.js @@ -1,5 +1,5 @@ /*** - * Copyright (c) 2016 - 2022 Alex Grant (@localnerve), LocalNerve LLC + * Copyright (c) 2016 - 2023 Alex Grant (@localnerve), LocalNerve LLC * Copyrights licensed under the BSD License. * See the accompanying LICENSE file for terms. * diff --git a/src/tests/fixtures/Simple.jsx b/src/tests/fixtures/Simple.jsx index 0f40f98..fbbb134 100644 --- a/src/tests/fixtures/Simple.jsx +++ b/src/tests/fixtures/Simple.jsx @@ -1,5 +1,5 @@ /*** - * Copyright (c) 2016 - 2022 Alex Grant (@localnerve), LocalNerve LLC + * Copyright (c) 2016 - 2023 Alex Grant (@localnerve), LocalNerve LLC * Copyrights licensed under the BSD License. See the accompanying LICENSE file for terms. * * React usage example and test fixture. diff --git a/src/tests/unit/index.js b/src/tests/unit/index.js index d7b34ba..a42828c 100644 --- a/src/tests/unit/index.js +++ b/src/tests/unit/index.js @@ -1,5 +1,5 @@ /*** - * Copyright (c) 2016 - 2022 Alex Grant (@localnerve), LocalNerve LLC + * Copyright (c) 2016 - 2023 Alex Grant (@localnerve), LocalNerve LLC * Copyrights licensed under the BSD License. See the accompanying LICENSE file for terms. */ /* eslint-env browser */ diff --git a/src/tests/utils/testdom.js b/src/tests/utils/testdom.js index 853e3ae..27ac23f 100644 --- a/src/tests/utils/testdom.js +++ b/src/tests/utils/testdom.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2016 - 2022 Alex Grant (@localnerve), LocalNerve LLC + * Copyright (c) 2016 - 2023 Alex Grant (@localnerve), LocalNerve LLC * Copyrights licensed under the BSD License. See the accompanying LICENSE file for terms. * * Start/stop jsdom environment