diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2015-12-12 23:13:48 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2015-12-12 23:13:48 +0000 |
commit | 8202edc9b84b6011a2a7c6493d3801702c0cac3a (patch) | |
tree | 10efe52150463c01094b4d76a83ca781c9bbffc4 | |
parent | 4d99702f60f96279511ab5ab5d360bf0c2577e47 (diff) | |
download | c-stuff-8202edc9b84b6011a2a7c6493d3801702c0cac3a.tar.gz c-stuff-8202edc9b84b6011a2a7c6493d3801702c0cac3a.tar.xz c-stuff-8202edc9b84b6011a2a7c6493d3801702c0cac3a.zip |
timer.c: Fix license year
Helps if I pay attention to what I'm doing.
-rw-r--r-- | timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* * Countdown timer * - * Copyright (C) 2014 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2014-2015 Tomasz Kramkowski <tk@the-tk.com> * * This program is free software. It is licensed under version 3 of the * GNU General Public License. |