summaryrefslogtreecommitdiffstats
path: root/test/src/example.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-08-22 18:14:33 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-08-22 18:20:11 +0200
commit9220e9dd3471d88c1812d06006e9bd939e518d0c (patch)
treec31f1aca12d844ce1c654788958c4399482b1e51 /test/src/example.cpp
parentf4542530058db4c5af2fac4b763005e6e8564db2 (diff)
downloadredot-cpp-9220e9dd3471d88c1812d06006e9bd939e518d0c.tar.gz
Relicense integration testing project under public domain/Unlicense
Fixes #813.
Diffstat (limited to 'test/src/example.cpp')
-rw-r--r--test/src/example.cpp33
1 files changed, 4 insertions, 29 deletions
diff --git a/test/src/example.cpp b/test/src/example.cpp
index 992f29c..062a98d 100644
--- a/test/src/example.cpp
+++ b/test/src/example.cpp
@@ -1,32 +1,7 @@
-/*************************************************************************/
-/* example.cpp */
-/*************************************************************************/
-/* This file is part of: */
-/* GODOT ENGINE */
-/* https://godotengine.org */
-/*************************************************************************/
-/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
-/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
-/* */
-/* Permission is hereby granted, free of charge, to any person obtaining */
-/* a copy of this software and associated documentation files (the */
-/* "Software"), to deal in the Software without restriction, including */
-/* without limitation the rights to use, copy, modify, merge, publish, */
-/* distribute, sublicense, and/or sell copies of the Software, and to */
-/* permit persons to whom the Software is furnished to do so, subject to */
-/* the following conditions: */
-/* */
-/* The above copyright notice and this permission notice shall be */
-/* included in all copies or substantial portions of the Software. */
-/* */
-/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
-/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
-/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/
-/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
-/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
-/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
-/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
-/*************************************************************************/
+/* godot-cpp integration testing project.
+ *
+ * This is free and unencumbered software released into the public domain.
+ */
#include "example.h"