X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=binutils%2Fis-strip.c;h=6538a9031012de5982e26588e454af7f9b6a2276;hb=4a422785822ec9302f681c8fbc6ba2cc35231b09;hp=215341a325ce739152876f410992226f87b29818;hpb=ed288bb597072176e84fc8279707a3f2f475779b;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/is-strip.c b/binutils/is-strip.c index 215341a325..6538a90310 100644 --- a/binutils/is-strip.c +++ b/binutils/is-strip.c @@ -1,4 +1,23 @@ +/* Copyright (C) 2007-2019 Free Software Foundation, Inc. + + 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 objcopy.o to flag that this program is 'strip' (not - 'objcopy'). */ + 'objcopy'). */ int is_strip = 1;