about summary refs log tree commit diff
path: root/src/base/tl
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/tl')
-rw-r--r--src/base/tl/algorithm.h2
-rw-r--r--src/base/tl/allocator.h2
-rw-r--r--src/base/tl/array.h2
-rw-r--r--src/base/tl/base.h2
-rw-r--r--src/base/tl/range.h2
-rw-r--r--src/base/tl/sorted_array.h2
-rw-r--r--src/base/tl/string.h2
7 files changed, 14 insertions, 0 deletions
diff --git a/src/base/tl/algorithm.h b/src/base/tl/algorithm.h
index 32c2da73..4a165db0 100644
--- a/src/base/tl/algorithm.h
+++ b/src/base/tl/algorithm.h
@@ -1,3 +1,5 @@
+/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
+/* If you are missing that file, acquire a complete release at teeworlds.com.                */
 #ifndef TL_FILE_ALGORITHM_HPP
 #define TL_FILE_ALGORITHM_HPP
 
diff --git a/src/base/tl/allocator.h b/src/base/tl/allocator.h
index 3baa1c19..f6d8fc34 100644
--- a/src/base/tl/allocator.h
+++ b/src/base/tl/allocator.h
@@ -1,3 +1,5 @@
+/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
+/* If you are missing that file, acquire a complete release at teeworlds.com.                */
 #ifndef TL_FILE_ALLOCATOR_HPP
 #define TL_FILE_ALLOCATOR_HPP
 
diff --git a/src/base/tl/array.h b/src/base/tl/array.h
index 14c83295..ebc276fc 100644
--- a/src/base/tl/array.h
+++ b/src/base/tl/array.h
@@ -1,3 +1,5 @@
+/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
+/* If you are missing that file, acquire a complete release at teeworlds.com.                */
 #ifndef TL_FILE_ARRAY_HPP
 #define TL_FILE_ARRAY_HPP
 
diff --git a/src/base/tl/base.h b/src/base/tl/base.h
index c202de79..59951c68 100644
--- a/src/base/tl/base.h
+++ b/src/base/tl/base.h
@@ -1,3 +1,5 @@
+/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
+/* If you are missing that file, acquire a complete release at teeworlds.com.                */
 #ifndef TL_FILE_BASE_HPP
 #define TL_FILE_BASE_HPP
 
diff --git a/src/base/tl/range.h b/src/base/tl/range.h
index 1c63e73c..3c1c89f3 100644
--- a/src/base/tl/range.h
+++ b/src/base/tl/range.h
@@ -1,3 +1,5 @@
+/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
+/* If you are missing that file, acquire a complete release at teeworlds.com.                */
 #ifndef TL_FILE_RANGE_HPP
 #define TL_FILE_RANGE_HPP
 
diff --git a/src/base/tl/sorted_array.h b/src/base/tl/sorted_array.h
index 95f06157..7ca7ff8d 100644
--- a/src/base/tl/sorted_array.h
+++ b/src/base/tl/sorted_array.h
@@ -1,3 +1,5 @@
+/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
+/* If you are missing that file, acquire a complete release at teeworlds.com.                */
 #ifndef TL_FILE_SORTED_ARRAY_HPP
 #define TL_FILE_SORTED_ARRAY_HPP
 
diff --git a/src/base/tl/string.h b/src/base/tl/string.h
index 155ca2a4..96c2dc66 100644
--- a/src/base/tl/string.h
+++ b/src/base/tl/string.h
@@ -1,3 +1,5 @@
+/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
+/* If you are missing that file, acquire a complete release at teeworlds.com.                */
 #ifndef TL_FILE_STRING_HPP
 #define TL_FILE_STRING_HPP