comparison build-aux/ldd.sh.in @ 14079:97fc9a21a8fb

maint: update almost all copyright ranges to include 2011 Run the new "make update-copyright" rule.
author Jim Meyering <meyering@redhat.com>
date Sat, 01 Jan 2011 20:17:23 +0100
parents c2cbabec01dd
children 8250f2777afc
comparison
equal deleted inserted replaced
14078:1a37c270d62d 14079:97fc9a21a8fb
1 #!/bin/sh 1 #!/bin/sh
2 # Determine the dynamically linked dependencies of a program. 2 # Determine the dynamically linked dependencies of a program.
3 3
4 # Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc. 4 # Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
5 # Written by Bruno Haible <bruno@clisp.org>, 2006. 5 # Written by Bruno Haible <bruno@clisp.org>, 2006.
6 # 6 #
7 # This program is free software: you can redistribute it and/or modify 7 # This program is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by 8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or 9 # the Free Software Foundation; either version 3 of the License, or