diff options
Diffstat (limited to 'Swiften/Base')
-rw-r--r-- | Swiften/Base/ByteArray.cpp | 6 | ||||
-rw-r--r-- | Swiften/Base/ByteArray.h | 6 | ||||
-rw-r--r-- | Swiften/Base/Error.cpp | 6 | ||||
-rw-r--r-- | Swiften/Base/Error.h | 6 | ||||
-rw-r--r-- | Swiften/Base/IDGenerator.cpp | 6 | ||||
-rw-r--r-- | Swiften/Base/IDGenerator.h | 6 | ||||
-rw-r--r-- | Swiften/Base/Platform.h | 6 | ||||
-rw-r--r-- | Swiften/Base/String.cpp | 6 | ||||
-rw-r--r-- | Swiften/Base/String.h | 6 | ||||
-rw-r--r-- | Swiften/Base/UnitTest/ByteArrayTest.cpp | 6 | ||||
-rw-r--r-- | Swiften/Base/UnitTest/IDGeneratorTest.cpp | 6 | ||||
-rw-r--r-- | Swiften/Base/UnitTest/StringTest.cpp | 6 | ||||
-rw-r--r-- | Swiften/Base/foreach.h | 6 | ||||
-rw-r--r-- | Swiften/Base/sleep.cpp | 6 | ||||
-rw-r--r-- | Swiften/Base/sleep.h | 6 |
15 files changed, 90 insertions, 0 deletions
diff --git a/Swiften/Base/ByteArray.cpp b/Swiften/Base/ByteArray.cpp index b3a5d8d..36cc19c 100644 --- a/Swiften/Base/ByteArray.cpp +++ b/Swiften/Base/ByteArray.cpp @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #include "Swiften/Base/ByteArray.h" #include <fstream> diff --git a/Swiften/Base/ByteArray.h b/Swiften/Base/ByteArray.h index ab256a4..4cedd9a 100644 --- a/Swiften/Base/ByteArray.h +++ b/Swiften/Base/ByteArray.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #pragma once #include <cstring> diff --git a/Swiften/Base/Error.cpp b/Swiften/Base/Error.cpp index 597c155..dd127a6 100644 --- a/Swiften/Base/Error.cpp +++ b/Swiften/Base/Error.cpp @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #include "Swiften/Base/Error.h" namespace Swift { diff --git a/Swiften/Base/Error.h b/Swiften/Base/Error.h index 4c729ff..e99f175 100644 --- a/Swiften/Base/Error.h +++ b/Swiften/Base/Error.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #pragma once namespace Swift { diff --git a/Swiften/Base/IDGenerator.cpp b/Swiften/Base/IDGenerator.cpp index 07ead43..b620de7 100644 --- a/Swiften/Base/IDGenerator.cpp +++ b/Swiften/Base/IDGenerator.cpp @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #include "Swiften/Base/IDGenerator.h" namespace Swift { diff --git a/Swiften/Base/IDGenerator.h b/Swiften/Base/IDGenerator.h index db7b80d..2089658 100644 --- a/Swiften/Base/IDGenerator.h +++ b/Swiften/Base/IDGenerator.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #ifndef SWIFTEN_IDGenerator_H #define SWIFTEN_IDGenerator_H diff --git a/Swiften/Base/Platform.h b/Swiften/Base/Platform.h index 9e4c398..32e2671 100644 --- a/Swiften/Base/Platform.h +++ b/Swiften/Base/Platform.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #ifndef SWIFTEN_Platform_H #define SWIFTEN_Platform_H diff --git a/Swiften/Base/String.cpp b/Swiften/Base/String.cpp index cc989f6..f549e6e 100644 --- a/Swiften/Base/String.cpp +++ b/Swiften/Base/String.cpp @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #include <cassert> #include <algorithm> diff --git a/Swiften/Base/String.h b/Swiften/Base/String.h index 7a6a9cc..0958795 100644 --- a/Swiften/Base/String.h +++ b/Swiften/Base/String.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #ifndef SWIFTEN_STRING_H #define SWIFTEN_STRING_H diff --git a/Swiften/Base/UnitTest/ByteArrayTest.cpp b/Swiften/Base/UnitTest/ByteArrayTest.cpp index bf893bd..1d742fc 100644 --- a/Swiften/Base/UnitTest/ByteArrayTest.cpp +++ b/Swiften/Base/UnitTest/ByteArrayTest.cpp @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/TestFactoryRegistry.h> diff --git a/Swiften/Base/UnitTest/IDGeneratorTest.cpp b/Swiften/Base/UnitTest/IDGeneratorTest.cpp index bd96d91..4a6b29c 100644 --- a/Swiften/Base/UnitTest/IDGeneratorTest.cpp +++ b/Swiften/Base/UnitTest/IDGeneratorTest.cpp @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/TestFactoryRegistry.h> #include <set> diff --git a/Swiften/Base/UnitTest/StringTest.cpp b/Swiften/Base/UnitTest/StringTest.cpp index 87e1a99..32d04a6 100644 --- a/Swiften/Base/UnitTest/StringTest.cpp +++ b/Swiften/Base/UnitTest/StringTest.cpp @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/TestFactoryRegistry.h> diff --git a/Swiften/Base/foreach.h b/Swiften/Base/foreach.h index b2bee66..05366d6 100644 --- a/Swiften/Base/foreach.h +++ b/Swiften/Base/foreach.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #ifndef SWIFTEN_FOREACH_H #define SWIFTEN_FOREACH_H diff --git a/Swiften/Base/sleep.cpp b/Swiften/Base/sleep.cpp index 99d0fe6..892a3ba 100644 --- a/Swiften/Base/sleep.cpp +++ b/Swiften/Base/sleep.cpp @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #include "Swiften/Base/sleep.h" #include <boost/thread.hpp> diff --git a/Swiften/Base/sleep.h b/Swiften/Base/sleep.h index bcebc4c..c2bc601 100644 --- a/Swiften/Base/sleep.h +++ b/Swiften/Base/sleep.h @@ -1,3 +1,9 @@ +/* + * Copyright (c) 2010 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + #ifndef SWIFTEN_sleep_H #define SWIFTEN_sleep_H |