summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@gmail.com>2018-07-28 18:47:21 -0400
committerCosmin Truta <ctruta@gmail.com>2018-07-28 18:47:21 -0400
commita8738932792b27cc5d0661776c9a038f20c42fde (patch)
tree4c4aecdcc6207441b9dc585b6eb437c2ed49fc2e /example.c
parent47f18784e475f5dbb2ce7994b4e25606736b6742 (diff)
Remove the "last changed" version information from source comments
This information is maintained by the version control system.
Diffstat (limited to 'example.c')
-rw-r--r--example.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/example.c b/example.c
index 34ecfde22..412affd2d 100644
--- a/example.c
+++ b/example.c
@@ -2,11 +2,12 @@
#if 0 /* in case someone actually tries to compile this */
/* example.c - an example of using libpng
- * Last changed in libpng 1.6.35 [July 15, 2018]
+ *
* Maintained 2018 Cosmin Truta
* Maintained 1998-2016 Glenn Randers-Pehrson
- * Maintained 1996, 1997 Andreas Dilger)
- * Written 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
+ * Maintained 1996-1997 Andreas Dilger
+ * Written 1995-1996 Guy Eric Schalnat, Group 42, Inc.
+ *
* To the extent possible under law, the authors have waived
* all copyright and related or neighboring rights to this file.
* This work is published from: United States, Canada.