diff options
author | Teddy Wing | 2020-07-13 19:57:37 +0200 |
---|---|---|
committer | Teddy Wing | 2020-07-13 19:57:37 +0200 |
commit | 763b6e61812b6a567c051b69dd6f34b6bc69d67a (patch) | |
tree | 505dfb73d2c4b0d4ff60dbef333b35e235370f5a | |
parent | b3fa75caa77169b285b535c8ec866b067c92c807 (diff) | |
download | AutoHotkey-Scripts-763b6e61812b6a567c051b69dd6f34b6bc69d67a.tar.bz2 |
-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/ |