Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-03-26 19:39:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-26 19:40:10 +0300
commit8362dd7c366330e21eda56cb142fdab3ae741910 (patch)
tree694968de5e9da8ee7c38c9ebf8c117a4477c4fad /source/blender/pointcache/PTC_api.cpp
parent207bccef45025818ddf9e4783a2cdefcc9d9e31d (diff)
Cleanup: style
Diffstat (limited to 'source/blender/pointcache/PTC_api.cpp')
-rw-r--r--source/blender/pointcache/PTC_api.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/pointcache/PTC_api.cpp b/source/blender/pointcache/PTC_api.cpp
index 08f7bb9cf6a..f1f20962bcc 100644
--- a/source/blender/pointcache/PTC_api.cpp
+++ b/source/blender/pointcache/PTC_api.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2013, Blender Foundation.
+ * ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -14,6 +14,10 @@
* 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.
+ *
+ * Copyright 2013, Blender Foundation.
+ *
+ * ***** END GPL LICENSE BLOCK *****
*/
#include "MEM_guardedalloc.h"