diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/checklinks | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/checklinks b/bin/checklinks index 0b99b1e..ef96386 100755 --- a/bin/checklinks +++ b/bin/checklinks @@ -1,4 +1,6 @@ #!/usr/bin/env perl +## Copyright (C) 2008 by Daniel Friesel <derf@derf.homelinux.org> +## License: WTFPL <http://sam.zoy.org/wtfpl> use strict; use warnings; use Term::ANSIColor; |