summaryrefslogtreecommitdiff
path: root/mips/mips_init.c
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@gmail.com>2018-09-04 00:58:55 -0400
committerCosmin Truta <ctruta@gmail.com>2018-09-04 00:58:55 -0400
commit94429a335b0da5bfa3fbede74735128a495b5148 (patch)
tree1a2d6df0f39491b2cdf003819f093ab879ebbe7a /mips/mips_init.c
parent1ceaa83a844cd3ecef25279d60720f910b96f297 (diff)
Remove the "last changed" version information from source comments
Diffstat (limited to 'mips/mips_init.c')
-rw-r--r--mips/mips_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mips/mips_init.c b/mips/mips_init.c
index 0bfb7a32e..8dd283dee 100644
--- a/mips/mips_init.c
+++ b/mips/mips_init.c
@@ -1,14 +1,15 @@
/* mips_init.c - MSA optimised filter functions
*
+ * Copyright (c) 2018 Cosmin Truta
* Copyright (c) 2016 Glenn Randers-Pehrson
* Written by Mandar Sahastrabuddhe, 2016.
- * Last changed in libpng 1.6.25 [September 1, 2016]
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* and license in png.h
*/
+
/* Below, after checking __linux__, various non-C90 POSIX 1003.1 functions are
* called.
*/