From 4f0c62d73bf43e92453d0c97b25c2e5704ba2140 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 29 Jan 2023 14:52:48 -0800 Subject: [PATCH] Updated copyright --- .idea/copyright/Erik_s_Copyright_Notice.xml | 2 +- LICENSE.txt | 3 +-- src/main/kotlin/net/thauvin/erik/isgd/Isgd.kt | 3 +-- src/main/kotlin/net/thauvin/erik/isgd/IsgdException.kt | 3 +-- src/test/kotlin/net/thauvin/erik/isgd/IsgdTest.kt | 3 +-- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.idea/copyright/Erik_s_Copyright_Notice.xml b/.idea/copyright/Erik_s_Copyright_Notice.xml index 08660a1..1c363f3 100644 --- a/.idea/copyright/Erik_s_Copyright_Notice.xml +++ b/.idea/copyright/Erik_s_Copyright_Notice.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index 695e358..77cf63c 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,4 @@ -Copyright (c) 2020-2022, Erik C. Thauvin (erik@thauvin.net) -All rights reserved. +Copyright 2020-2023 Erik C. Thauvin (erik@thauvin.net) Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/main/kotlin/net/thauvin/erik/isgd/Isgd.kt b/src/main/kotlin/net/thauvin/erik/isgd/Isgd.kt index db39886..22ec7eb 100644 --- a/src/main/kotlin/net/thauvin/erik/isgd/Isgd.kt +++ b/src/main/kotlin/net/thauvin/erik/isgd/Isgd.kt @@ -1,8 +1,7 @@ /* * Isgd.kt * - * Copyright (c) 2022, Erik C. Thauvin (erik@thauvin.net) - * All rights reserved. + * Copyright 2023 Erik C. Thauvin (erik@thauvin.net) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/main/kotlin/net/thauvin/erik/isgd/IsgdException.kt b/src/main/kotlin/net/thauvin/erik/isgd/IsgdException.kt index b6302f1..ebafb24 100644 --- a/src/main/kotlin/net/thauvin/erik/isgd/IsgdException.kt +++ b/src/main/kotlin/net/thauvin/erik/isgd/IsgdException.kt @@ -1,8 +1,7 @@ /* * IsgdException.kt * - * Copyright (c) 2022, Erik C. Thauvin (erik@thauvin.net) - * All rights reserved. + * Copyright 2023 Erik C. Thauvin (erik@thauvin.net) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/test/kotlin/net/thauvin/erik/isgd/IsgdTest.kt b/src/test/kotlin/net/thauvin/erik/isgd/IsgdTest.kt index fd2d3e9..59ca783 100644 --- a/src/test/kotlin/net/thauvin/erik/isgd/IsgdTest.kt +++ b/src/test/kotlin/net/thauvin/erik/isgd/IsgdTest.kt @@ -1,8 +1,7 @@ /* * IsgdTest.kt * - * Copyright (c) 2022, Erik C. Thauvin (erik@thauvin.net) - * All rights reserved. + * Copyright 2023 Erik C. Thauvin (erik@thauvin.net) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: