This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
C++ PATCH: fix copyright banner on cp-demangle.c.
- To: gcc-patches at gcc dot gnu dot org
- Subject: C++ PATCH: fix copyright banner on cp-demangle.c.
- From: Alex Samuel <samuel at codesourcery dot com>
- Date: Fri, 8 Sep 2000 10:49:46 -0700 (PDT)
- Organization: CodeSourcery, LLC
This patch fixes the copyright banner on cp-demangle.c, which
misstated the file's ownership.
in libiberty:
* cp-demangle.c: Fix copyright banner.
Index: cp-demangle.c
===================================================================
RCS file: /cvs/gcc/egcs/libiberty/cp-demangle.c,v
retrieving revision 1.22
diff -c -p -r1.22 cp-demangle.c
*** cp-demangle.c 2000/09/07 05:44:46 1.22
--- cp-demangle.c 2000/09/08 17:45:50
***************
*** 1,6 ****
/* Demangler for IA64 / g++ standard C++ ABI.
! Copyright (C) 2000 CodeSourcery LLC.
Written by Alex Samuel <samuel@codesourcery.com>.
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
--- 1,8 ----
/* Demangler for IA64 / g++ standard C++ ABI.
! Copyright (C) 2000 Free Software Foundation, Inc.
Written by Alex Samuel <samuel@codesourcery.com>.
+
+ This file is part of GNU CC.
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