This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Wednesday 19 June 2013 07:43:42 Pedro Alves wrote: > On 06/19/2013 03:46 AM, Mike Frysinger wrote: > However, BTW, I failed to notice this before, but: > > +++ b/gdb/common/i386-cpuid.h > > @@ -0,0 +1,68 @@ > > +/* > > + * Copyright (C) 2007-2013 Free Software Foundation, Inc. > > + * > > + * This file 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, or (at your option) any > > + * later version. > > + * > > + * This file 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. > > + * > > + * Under Section 7 of GPL version 3, you are granted additional > > + * permissions described in the GCC Runtime Library Exception, version > > + * 3.1, as published by the Free Software Foundation. > > + * > > + * You should have received a copy of the GNU General Public License and > > + * a copy of the GCC Runtime Library Exception along with this program; > > + * see the files COPYING3 and COPYING.RUNTIME respectively. If not, see > > + * <http://www.gnu.org/licenses/>. > > + */ > > This header only contains gdb bits. I don't see a reason for making > it GPL w/ runtime exception, rather than regular GPLv3+. > Was it just a copy/paste? from the top of the file: /* * Helper cpuid.h file copied from gcc-4.8.0. Code in gdb should not * include this directly, but pull in i386-cpuid.h and use that func. */ -mike
Attachment:
signature.asc
Description: This is a digitally signed message part.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |