aboutsummaryrefslogtreecommitdiffstats
path: root/src/stdlib/div
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/div
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/div')
-rw-r--r--src/stdlib/div/div.c2
-rw-r--r--src/stdlib/div/ldiv.c2
-rw-r--r--src/stdlib/div/lldiv.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/stdlib/div/div.c b/src/stdlib/div/div.c
index 1c5aa85..3a9f5b5 100644
--- a/src/stdlib/div/div.c
+++ b/src/stdlib/div/div.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
diff --git a/src/stdlib/div/ldiv.c b/src/stdlib/div/ldiv.c
index 65e139d..9afc919 100644
--- a/src/stdlib/div/ldiv.c
+++ b/src/stdlib/div/ldiv.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
diff --git a/src/stdlib/div/lldiv.c b/src/stdlib/div/lldiv.c
index 764cb9b..7c14862 100644
--- a/src/stdlib/div/lldiv.c
+++ b/src/stdlib/div/lldiv.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