aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib/abs/llabs.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-01 17:39:24 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-01 17:39:24 +0100
commit4bea2f3638c9f4f3a5402350cc2bee919b7e4824 (patch)
treeb4a799bdbc93d2ff761fb551037b0594cd0aa446 /src/stdlib/abs/llabs.c
parentm bug fix: reopen: closed wrong fd (diff)
downloadslibc-4bea2f3638c9f4f3a5402350cc2bee919b7e4824.tar.gz
slibc-4bea2f3638c9f4f3a5402350cc2bee919b7e4824.tar.bz2
slibc-4bea2f3638c9f4f3a5402350cc2bee919b7e4824.tar.xz
bump year
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/stdlib/abs/llabs.c')
-rw-r--r--src/stdlib/abs/llabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/abs/llabs.c b/src/stdlib/abs/llabs.c
index 8779d82..2e96c82 100644
--- a/src/stdlib/abs/llabs.c
+++ b/src/stdlib/abs/llabs.c
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* 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