[Bf-blender-cvs] [1e63e8382b8] sybren-usd: Added GPL header to each new file

Sybren A. Stüvel noreply at git.blender.org
Thu Nov 21 10:36:02 CET 2019


Commit: 1e63e8382b8c9016b99ff4a438bf3ada77fbc2ca
Author: Sybren A. Stüvel
Date:   Wed Nov 13 16:44:20 2019 +0100
Branches: sybren-usd
https://developer.blender.org/rB1e63e8382b8c9016b99ff4a438bf3ada77fbc2ca

Added GPL header to each new file

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

M	tests/gtests/blenloader/blendfile_load_test.cc
M	tests/gtests/testing/blendfile_loading_test.cc
M	tests/gtests/testing/blendfile_loading_test.h

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

diff --git a/tests/gtests/blenloader/blendfile_load_test.cc b/tests/gtests/blenloader/blendfile_load_test.cc
index 69a74cf0dd1..987c988f2f7 100644
--- a/tests/gtests/blenloader/blendfile_load_test.cc
+++ b/tests/gtests/blenloader/blendfile_load_test.cc
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ */
 #include "testing/blendfile_loading_test.h"
 
 class BlendfileLoadingTest : public BlendfileLoadingAbstractTest {
diff --git a/tests/gtests/testing/blendfile_loading_test.cc b/tests/gtests/testing/blendfile_loading_test.cc
index fe7f7ac1256..8941d27cd1d 100644
--- a/tests/gtests/testing/blendfile_loading_test.cc
+++ b/tests/gtests/testing/blendfile_loading_test.cc
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ */
 #include "blendfile_loading_test.h"
 
 extern "C" {
diff --git a/tests/gtests/testing/blendfile_loading_test.h b/tests/gtests/testing/blendfile_loading_test.h
index e1f4bbbbdf7..a39e0d50a81 100644
--- a/tests/gtests/testing/blendfile_loading_test.h
+++ b/tests/gtests/testing/blendfile_loading_test.h
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ *
+ * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ */
 #ifndef __BLENDFILE_LOADING_TEST_H__
 #define __BLENDFILE_LOADING_TEST_H__



More information about the Bf-blender-cvs mailing list