From d63e46e67162298aa74f38e3a32b87d06299e29a Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Wed, 4 Jan 2023 19:47:57 -0600 Subject: [PATCH] Update docs --- .github/workflows/main.yml | 2 +- .github/workflows/test_set_1.yml | 2 +- .github/workflows/test_set_2.yml | 2 +- .github/workflows/test_set_3.yml | 2 +- LICENSE.txt | 4 ++-- openvpn-install.sh | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6011cd..e9b1407 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2022 Lin Song +# Copyright (C) 2022-2023 Lin Song name: build diff --git a/.github/workflows/test_set_1.yml b/.github/workflows/test_set_1.yml index 0c99445..eef0bc2 100644 --- a/.github/workflows/test_set_1.yml +++ b/.github/workflows/test_set_1.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2022 Lin Song +# Copyright (C) 2022-2023 Lin Song name: test_set_1 diff --git a/.github/workflows/test_set_2.yml b/.github/workflows/test_set_2.yml index 2b77645..adb6486 100644 --- a/.github/workflows/test_set_2.yml +++ b/.github/workflows/test_set_2.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2022 Lin Song +# Copyright (C) 2022-2023 Lin Song name: test_set_2 diff --git a/.github/workflows/test_set_3.yml b/.github/workflows/test_set_3.yml index a484ae7..b177b80 100644 --- a/.github/workflows/test_set_3.yml +++ b/.github/workflows/test_set_3.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2022 Lin Song +# Copyright (C) 2022-2023 Lin Song name: test_set_3 diff --git a/LICENSE.txt b/LICENSE.txt index cf341ae..94392be 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ The MIT License (MIT) -Copyright (c) 2022 Lin Song -Copyright (c) 2013-2022 Nyr +Copyright (c) 2022-2023 Lin Song +Copyright (c) 2013-2023 Nyr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/openvpn-install.sh b/openvpn-install.sh index 7ca2a4e..c32c363 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -5,8 +5,8 @@ # Based on the work of Nyr and contributors at: # https://github.com/Nyr/openvpn-install # -# Copyright (c) 2022 Lin Song -# Copyright (c) 2013-2022 Nyr +# Copyright (c) 2022-2023 Lin Song +# Copyright (c) 2013-2023 Nyr # # Released under the MIT License, see the accompanying file LICENSE.txt # or https://opensource.org/licenses/MIT @@ -468,8 +468,8 @@ EOF show_header2() { cat <<'EOF' -Copyright (c) 2022 Lin Song -Copyright (c) 2013-2022 Nyr +Copyright (c) 2022-2023 Lin Song +Copyright (c) 2013-2023 Nyr EOF }