From: Martin Liska Date: Mon, 1 Feb 2016 13:57:09 +0000 (+0100) Subject: Missing copyright for mem-stats header files. X-Git-Tag: basepoints/gcc-7~1184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b2e1bfa0a8b778c564786af0556302257cea450;p=thirdparty%2Fgcc.git Missing copyright for mem-stats header files. * mem-stats-traits.h: Add copyright header. * mem-stats.h: Likewise. From-SVN: r233037 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c40db1e4194e..a38044049e31 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-02-01 Martin Liska + + * mem-stats-traits.h: Add copyright header. + * mem-stats.h: Likewise. + 2016-02-01 Richard Biener PR tree-optimization/69579 diff --git a/gcc/mem-stats-traits.h b/gcc/mem-stats-traits.h index 5d270474fc47..ce6c800da378 100644 --- a/gcc/mem-stats-traits.h +++ b/gcc/mem-stats-traits.h @@ -1,3 +1,23 @@ +/* A memory statistics traits. + Copyright (C) 2015-2016 Free Software Foundation, Inc. + Contributed by Martin Liska + +This file is part of GCC. + +GCC 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. + +GCC 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 GCC; see the file COPYING3. If not see +. */ + #ifndef GCC_MEM_STATS_TRAITS_H #define GCC_MEM_STATS_TRAITS_H diff --git a/gcc/mem-stats.h b/gcc/mem-stats.h index cdf2885ec2a6..0b1dda23e71c 100644 --- a/gcc/mem-stats.h +++ b/gcc/mem-stats.h @@ -1,3 +1,23 @@ +/* A memory statistics tracking infrastructure. + Copyright (C) 2015-2016 Free Software Foundation, Inc. + Contributed by Martin Liska + +This file is part of GCC. + +GCC 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. + +GCC 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 GCC; see the file COPYING3. If not see +. */ + #ifndef GCC_MEM_STATS_H #define GCC_MEM_STATS_H