From 08ad0204d350b810261f378b5274e17cce8be6eb Mon Sep 17 00:00:00 2001 From: Ivy Collective Date: Sun, 12 Jan 2025 00:10:07 -0500 Subject: [PATCH] clarify license, bump year to 2025 --- NOTICE | 4 ++++ README.md | 2 +- .../cloudflaretunnelsplugin/CloudflareTunnelsPlugin.java | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..8df1b9d --- /dev/null +++ b/NOTICE @@ -0,0 +1,4 @@ +cloudflare-tunnels-plugin +Copyright 2025 Ivy Collective + +Unless otherwise stated, all files in this repository are free software, licensed under the Apache License 2.0. See the `LICENSE` file for more information. \ No newline at end of file diff --git a/README.md b/README.md index 75cb7cc..bd66c16 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ If you need to contact us for any reason, including bug reports, feature request ## License -This software is free software, under the Apache License 2.0. Read the `LICENSE` file for more information. \ No newline at end of file +Unless otherwise stated, all files in this repository are free software, licensed under the Apache License 2.0. See the `LICENSE` file for more information. \ No newline at end of file diff --git a/src/main/java/dev/ivycollective/cloudflaretunnelsplugin/CloudflareTunnelsPlugin.java b/src/main/java/dev/ivycollective/cloudflaretunnelsplugin/CloudflareTunnelsPlugin.java index 5c5cb64..6811cce 100644 --- a/src/main/java/dev/ivycollective/cloudflaretunnelsplugin/CloudflareTunnelsPlugin.java +++ b/src/main/java/dev/ivycollective/cloudflaretunnelsplugin/CloudflareTunnelsPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2024 Ivy Collective + * Copyright 2025 Ivy Collective * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.