X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=binutils%2Fnot-ranlib.c;h=6431f8413fe14ca0897c0b22ce0672c665f06f73;hb=0c4f667cfe5118bf3a2690502a9a40ff3309abed;hp=b4b730e616f1477df9b8de6fc773a73d5ec42628;hpb=ef82baf8c582a51890585b1e62643e922d5ae71a;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/not-ranlib.c b/binutils/not-ranlib.c index b4b730e616..6431f8413f 100644 --- a/binutils/not-ranlib.c +++ b/binutils/not-ranlib.c @@ -1,3 +1,22 @@ -/* Linked with ar.o to flag that this program is 'ar' (not 'ranlib'). */ +/* Copyright 2007 Free Software Foundation, Inc. -int is_ranlib = -1; + This file is part of GNU Binutils. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + 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., 51 Franklin Street - Fifth Floor, Boston, MA + 02110-1301, USA. */ + +/* Linked with ar.o to flag that this program is 'ar' (not 'ranlib'). */ + +int is_ranlib = 0;