diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-02-16 04:26:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-02-16 04:26:21 +0000 |
commit | d37075801472911f637eeffce8ccb70ca5ec668c (patch) | |
tree | fb314338f6f301dcd1f15682c76bac3384fe6b2b /eclass/debug.eclass | |
parent | Update Copyright years (diff) | |
download | historical-d37075801472911f637eeffce8ccb70ca5ec668c.tar.gz historical-d37075801472911f637eeffce8ccb70ca5ec668c.tar.bz2 historical-d37075801472911f637eeffce8ccb70ca5ec668c.zip |
header fixes
Diffstat (limited to 'eclass/debug.eclass')
-rw-r--r-- | eclass/debug.eclass | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/eclass/debug.eclass b/eclass/debug.eclass index b00f596f7af1..973c6105f5a4 100644 --- a/eclass/debug.eclass +++ b/eclass/debug.eclass @@ -1,9 +1,11 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.17 2002/07/12 15:24:36 danarmak Exp $ - +# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.18 2003/02/16 04:26:21 vapier Exp $ +# # Author: Spider -# A general DEBUG eclass to ease inclusion of debugging information and to remove "bad" flags from CFLAGS +# +# A general DEBUG eclass to ease inclusion of debugging information +# and to remove "bad" flags from CFLAGS # Debug ECLASS ECLASS="debug" |