... |
... |
@@ -2,12 +2,12 @@
|
2 |
2 |
|
3 |
3 |
# A simple toy script displaying the contents of an ELF file.
|
4 |
4 |
|
5 |
|
-# (c) 2015 - Xavier Guerrin
|
|
5 |
+# (c) 2015-2016 - Xavier Guerrin
|
6 |
6 |
# This program is free software. It comes without any warranty, to
|
7 |
7 |
# the extent permitted by applicable law. You can redistribute it
|
8 |
8 |
# and/or modify it under the terms of the Do What The Fuck You Want
|
9 |
9 |
# To Public License, Version 2, as published by Sam Hocevar. See
|
10 |
|
-# http://sam.zoy.org/wtfpl/COPYING for more details.
|
|
10 |
+# http://www.wtfpl.net/ for more details.
|
11 |
11 |
|
12 |
12 |
# About formats implemented:
|
13 |
13 |
|