From fc9211c7774a0d2d755addfb82b7a02047a6568a Mon Sep 17 00:00:00 2001 From: Sworddragon Date: Sat, 20 Nov 2010 11:37:14 +0100 Subject: Updated copyrights --- src/base/tl/algorithm.h | 2 ++ src/base/tl/allocator.h | 2 ++ src/base/tl/array.h | 2 ++ src/base/tl/base.h | 2 ++ src/base/tl/range.h | 2 ++ src/base/tl/sorted_array.h | 2 ++ src/base/tl/string.h | 2 ++ 7 files changed, 14 insertions(+) (limited to 'src/base/tl') 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 -- cgit 1.4.1