summaryrefslogtreecommitdiff
path: root/gcc/mem-stats.h
diff options
context:
space:
mode:
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>2016-02-01 13:57:09 +0000
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>2016-02-01 13:57:09 +0000
commit9444c6c1a12e0475320332b6ae4fa84783256bbe (patch)
tree7cdacbd8f94245b8f140944c59f7f1a9a04ae604 /gcc/mem-stats.h
parent2eaaa4e74d32e3a34ec97508afaf4849a3fce9ba (diff)
downloadgcc-9444c6c1a12e0475320332b6ae4fa84783256bbe.tar.gz
Missing copyright for mem-stats header files.
* mem-stats-traits.h: Add copyright header. * mem-stats.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233037 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/mem-stats.h')
-rw-r--r--gcc/mem-stats.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/mem-stats.h b/gcc/mem-stats.h
index cdf2885ec2a..0b1dda23e71 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 <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_H
#define GCC_MEM_STATS_H