From 708869deb1d3b64691d9c0651c6a28bbd563bbf2 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 29 Jan 2023 14:38:44 -0800 Subject: [PATCH] Updated copyright --- .idea/copyright/Erik_s_Copyright_Notice.xml | 2 +- LICENSE.txt | 3 +-- src/main/kotlin/net/thauvin/erik/bitly/Bitlinks.kt | 3 +-- src/main/kotlin/net/thauvin/erik/bitly/Bitly.kt | 3 +-- src/main/kotlin/net/thauvin/erik/bitly/CallResponse.kt | 3 +-- src/main/kotlin/net/thauvin/erik/bitly/Constants.kt | 3 +-- src/main/kotlin/net/thauvin/erik/bitly/Methods.kt | 3 +-- src/main/kotlin/net/thauvin/erik/bitly/Units.kt | 3 +-- src/main/kotlin/net/thauvin/erik/bitly/UpdateConfig.kt | 3 +-- src/main/kotlin/net/thauvin/erik/bitly/Utils.kt | 3 +-- src/test/kotlin/net/thauvin/erik/bitly/BitlyTest.kt | 3 +-- 11 files changed, 11 insertions(+), 21 deletions(-) diff --git a/.idea/copyright/Erik_s_Copyright_Notice.xml b/.idea/copyright/Erik_s_Copyright_Notice.xml index 0b64fd2..3889459 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/bitly/Bitlinks.kt b/src/main/kotlin/net/thauvin/erik/bitly/Bitlinks.kt index 17e692e..9578aa8 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/Bitlinks.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/Bitlinks.kt @@ -1,8 +1,7 @@ /* * Bitlinks.kt * - * 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/bitly/Bitly.kt b/src/main/kotlin/net/thauvin/erik/bitly/Bitly.kt index d6694b0..a3e03a6 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/Bitly.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/Bitly.kt @@ -1,8 +1,7 @@ /* * Bitly.kt * - * 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/bitly/CallResponse.kt b/src/main/kotlin/net/thauvin/erik/bitly/CallResponse.kt index 72fdea4..51ec0eb 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/CallResponse.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/CallResponse.kt @@ -1,8 +1,7 @@ /* * CallResponse.kt * - * 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/bitly/Constants.kt b/src/main/kotlin/net/thauvin/erik/bitly/Constants.kt index 7d783ba..9177859 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/Constants.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/Constants.kt @@ -1,8 +1,7 @@ /* * Constants.kt * - * 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/bitly/Methods.kt b/src/main/kotlin/net/thauvin/erik/bitly/Methods.kt index 72d045e..c58078f 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/Methods.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/Methods.kt @@ -1,8 +1,7 @@ /* * Methods.kt * - * 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/bitly/Units.kt b/src/main/kotlin/net/thauvin/erik/bitly/Units.kt index 39a7584..856c294 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/Units.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/Units.kt @@ -1,8 +1,7 @@ /* * Units.kt * - * 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/bitly/UpdateConfig.kt b/src/main/kotlin/net/thauvin/erik/bitly/UpdateConfig.kt index ee6d653..3a6d68c 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/UpdateConfig.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/UpdateConfig.kt @@ -1,8 +1,7 @@ /* * UpdateConfig.kt * - * 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/bitly/Utils.kt b/src/main/kotlin/net/thauvin/erik/bitly/Utils.kt index 09a52dc..34b85ee 100644 --- a/src/main/kotlin/net/thauvin/erik/bitly/Utils.kt +++ b/src/main/kotlin/net/thauvin/erik/bitly/Utils.kt @@ -1,8 +1,7 @@ /* * Utils.kt * - * 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/test/kotlin/net/thauvin/erik/bitly/BitlyTest.kt b/src/test/kotlin/net/thauvin/erik/bitly/BitlyTest.kt index 5704d78..1788fd6 100644 --- a/src/test/kotlin/net/thauvin/erik/bitly/BitlyTest.kt +++ b/src/test/kotlin/net/thauvin/erik/bitly/BitlyTest.kt @@ -1,8 +1,7 @@ /* * BitlyTest.kt * - * 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: