comparison build-aux/ldd.sh.in @ 16201:8250f2777afc

maint: update all copyright year number ranges Run "make update-copyright".
author Jim Meyering <meyering@redhat.com>
date Sun, 01 Jan 2012 10:04:58 +0100
parents 97fc9a21a8fb
children 7ccc15adf5b2
comparison
equal deleted inserted replaced
16200:146843414cf0 16201:8250f2777afc
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-2011 Free Software Foundation, Inc. 4 # Copyright (C) 2006, 2009-2012 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