diff options
author | Peter Wemm <peter@FreeBSD.org> | 2008-07-10 00:52:03 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2008-07-10 00:52:03 +0000 |
commit | 5715c7fb3cb3a3cbe3e156e13dee4e864943a72d (patch) | |
tree | a79e414d0b5fe7d2b7a8f6b24f1a1d7ed3edbb20 /src/idcache.c | |
parent | bb7e869618a549ab9bde54c3a2cfa3a7fd96a28b (diff) | |
download | src-test2-vendor/misc-GNU/cpio.tar.gz src-test2-vendor/misc-GNU/cpio.zip |
Notes
Diffstat (limited to 'src/idcache.c')
-rw-r--r-- | src/idcache.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/idcache.c b/src/idcache.c index d3bf482472f2..17fcc04e238c 100644 --- a/src/idcache.c +++ b/src/idcache.c @@ -11,9 +11,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public + License along with this program; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA. */ #ifdef HAVE_CONFIG_H #include <config.h> |