From 0f553c6a0e527166b367b380e777ace3fa728d26 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Fri, 19 May 2023 01:02:49 +0100 Subject: [PATCH] Update years of README.md and LICENSE. --- LICENSE | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 7fbe392..874e6ca 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2022, Captain ALM +Copyright (c) 2023, Captain ALM All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 41d4696..904b189 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ This is the java network library with support for SSL, standard cipher encryption (.net Compatible!), fragmentation, packet object and network stream support. -This requires the [calmstdcrypt library](https://code.mrmelon54.xyz/alfred/calmstdcrypt), which is my cryptographic wrapper library. +This requires the [calmstdcrypt library](https://code.mrmelon54.com/alfred/calmstdcrypt), which is my cryptographic wrapper library. This library contains streams that can wrap both Socket and DatagramSocket objects. Sending large amounts over UDP is also do-able using the fragmentation part of the library. This library targets Java 8. -(C) Captain ALM 2022 - Under the BSD 3-Clause License +(C) Captain ALM 2023 - Under the BSD 3-Clause License