diff options
-rw-r--r-- | AutoHotkey.ahk | 2 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/AutoHotkey.ahk b/AutoHotkey.ahk index 4a97b63..1020c52 100644 --- a/AutoHotkey.ahk +++ b/AutoHotkey.ahk @@ -1,4 +1,4 @@ -; Copyright (c) 2019 Teddy Wing +; Copyright (c) 2019–2020 Teddy Wing ; ; 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 @@ -5,8 +5,8 @@ My personal [AutoHotkey][1] scripts. ## License -Copyright © 2019 Teddy Wing. Licensed under the GNU GPLv3+ (see the included -COPYING file). +Copyright © 2019–2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the +included COPYING file). [1]: https://www.autohotkey.com/ |