]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Missing copyright for mem-stats header files.
authorMartin Liska <mliska@suse.cz>
Mon, 1 Feb 2016 13:57:09 +0000 (14:57 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 1 Feb 2016 13:57:09 +0000 (13:57 +0000)
* mem-stats-traits.h: Add copyright header.
* mem-stats.h: Likewise.

From-SVN: r233037

gcc/ChangeLog
gcc/mem-stats-traits.h
gcc/mem-stats.h

index c40db1e4194e8200133c0f90a41648e9088cced4..a38044049e316f34f2c64b4819493b90c6dac574 100644 (file)
@@ -1,3 +1,8 @@
+2016-02-01  Martin Liska  <mliska@suse.cz>
+
+       * mem-stats-traits.h: Add copyright header.
+       * mem-stats.h: Likewise.
+
 2016-02-01  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/69579
index 5d270474fc4775cff9f74f88ed6197fb06cd8c9b..ce6c800da3780767003bfb29b69b789ffb1d3d7d 100644 (file)
@@ -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
 
index cdf2885ec2a64803170e5ce47da59908beeaf433..0b1dda23e71ce71fbffc20259671f329b5ea8ec9 100644 (file)
@@ -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