diff options
author | Martin Liska <mliska@suse.cz> | 2016-02-01 14:57:09 +0100 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2016-02-01 13:57:09 +0000 |
commit | 0b2e1bfa0a8b778c564786af0556302257cea450 (patch) | |
tree | 7cdacbd8f94245b8f140944c59f7f1a9a04ae604 /gcc/mem-stats-traits.h | |
parent | ef318184241a9f9fd3af394590a468b9850378a0 (diff) | |
download | gcc-0b2e1bfa0a8b778c564786af0556302257cea450.zip gcc-0b2e1bfa0a8b778c564786af0556302257cea450.tar.gz gcc-0b2e1bfa0a8b778c564786af0556302257cea450.tar.bz2 |
Missing copyright for mem-stats header files.
* mem-stats-traits.h: Add copyright header.
* mem-stats.h: Likewise.
From-SVN: r233037
Diffstat (limited to 'gcc/mem-stats-traits.h')
-rw-r--r-- | gcc/mem-stats-traits.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/mem-stats-traits.h b/gcc/mem-stats-traits.h index 5d27047..ce6c800 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 <mliska@suse.cz> + +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 +<http://www.gnu.org/licenses/>. */ + #ifndef GCC_MEM_STATS_TRAITS_H #define GCC_MEM_STATS_TRAITS_H |