[Bf-blender-cvs] [e23abea88d7] functions: add license header to memory utils

Jacques Lucke noreply at git.blender.org
Thu Sep 12 13:21:19 CEST 2019


Commit: e23abea88d774c0930275bde83240092dfd1219d
Author: Jacques Lucke
Date:   Thu Sep 12 12:49:18 2019 +0200
Branches: functions
https://developer.blender.org/rBe23abea88d774c0930275bde83240092dfd1219d

add license header to memory utils

===================================================================

M	source/blender/blenlib/BLI_memory_utils_cxx.h

===================================================================

diff --git a/source/blender/blenlib/BLI_memory_utils_cxx.h b/source/blender/blenlib/BLI_memory_utils_cxx.h
index 5fe427e02b8..7bfc885b7f6 100644
--- a/source/blender/blenlib/BLI_memory_utils_cxx.h
+++ b/source/blender/blenlib/BLI_memory_utils_cxx.h
@@ -1,3 +1,23 @@
+/*
+ * This program 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 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
+/** \file
+ * \ingroup bli
+ */
+
 #pragma once
 
 #include <memory>



More information about the Bf-blender-cvs mailing list