X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=binutils%2Fnot-ranlib.c;h=b6da7a45a7d43dbad6a00e373b0d091aadd52d86;hb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;hp=b4b730e616f1477df9b8de6fc773a73d5ec42628;hpb=e98fe4f7b54cbdf29aef9287bbb1bea8801dd05a;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/not-ranlib.c b/binutils/not-ranlib.c index b4b730e616..b6da7a45a7 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 (C) 2007-2015 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;