From 1ce0747db3e64f4808db1b3143e45109b255f7f2 Mon Sep 17 00:00:00 2001 From: Anon Date: Mon, 24 Apr 2023 20:47:41 -0700 Subject: [PATCH] Minor update to header --- run.sh | 2 +- src/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index af620e1..354ca35 100755 --- a/run.sh +++ b/run.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash # Dynamic Cloudflare DNS, a way to automate DNS changes for Cloudflare -# Copyright (C) 2022 +# Copyright (C) 2022 Anon <@Anon@yandere.cc> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/main.py b/src/main.py index e28502c..c792c07 100755 --- a/src/main.py +++ b/src/main.py @@ -1,7 +1,7 @@ #! /usr/bin/env python3 # Dynamic Cloudflare DNS, a way to automate DNS changes for Cloudflare -# Copyright (C) 2022 +# Copyright (C) 2022 Anon <@Anon@yandere.cc> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by