diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-04-08 18:29:21 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-04-08 19:10:22 (GMT) |
commit | 5bdea1948a15eb14ee64a6b480d2aeac3b9c8fbd (patch) | |
tree | 3f50325cd06be850edcd6ec190268a737eb88259 /Swiften/Session | |
parent | a7c9f8c93327b4e7176b1ec0588867f8609f84fa (diff) | |
download | swift-5bdea1948a15eb14ee64a6b480d2aeac3b9c8fbd.zip swift-5bdea1948a15eb14ee64a6b480d2aeac3b9c8fbd.tar.bz2 |
Added copyrights to Swiften.
Diffstat (limited to 'Swiften/Session')
-rw-r--r-- | Swiften/Session/BasicSessionStream.cpp | 6 | ||||
-rw-r--r-- | Swiften/Session/BasicSessionStream.h | 6 | ||||
-rw-r--r-- | Swiften/Session/Session.cpp | 6 | ||||
-rw-r--r-- | Swiften/Session/Session.h | 6 | ||||
-rw-r--r-- | Swiften/Session/SessionStream.cpp | 6 | ||||
-rw-r--r-- | Swiften/Session/SessionStream.h | 6 | ||||
-rw-r--r-- | Swiften/Session/SessionTracer.h | 6 |
7 files changed, 42 insertions, 0 deletions
diff --git a/Swiften/Session/BasicSessionStream.cpp b/Swiften/Session/BasicSessionStream.cpp index ed7f1eb..861b9d0 100644 --- a/Swiften/Session/BasicSessionStream.cpp +++ b/Swiften/Session/BasicSessionStream.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/Session/BasicSessionStream.h" #include <boost/bind.hpp> diff --git a/Swiften/Session/BasicSessionStream.h b/Swiften/Session/BasicSessionStream.h index 8618458..7c98992 100644 --- a/Swiften/Session/BasicSessionStream.h +++ b/Swiften/Session/BasicSessionStream.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 <boost/shared_ptr.hpp> diff --git a/Swiften/Session/Session.cpp b/Swiften/Session/Session.cpp index 64456db..34845dc 100644 --- a/Swiften/Session/Session.cpp +++ b/Swiften/Session/Session.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/Session/Session.h" #include <boost/bind.hpp> diff --git a/Swiften/Session/Session.h b/Swiften/Session/Session.h index d63254a..9134096 100644 --- a/Swiften/Session/Session.h +++ b/Swiften/Session/Session.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 <boost/shared_ptr.hpp> diff --git a/Swiften/Session/SessionStream.cpp b/Swiften/Session/SessionStream.cpp index 1d73d0f..5bca0aa 100644 --- a/Swiften/Session/SessionStream.cpp +++ b/Swiften/Session/SessionStream.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/Session/SessionStream.h" namespace Swift { diff --git a/Swiften/Session/SessionStream.h b/Swiften/Session/SessionStream.h index 8c64ccf..614d237 100644 --- a/Swiften/Session/SessionStream.h +++ b/Swiften/Session/SessionStream.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 <boost/signal.hpp> diff --git a/Swiften/Session/SessionTracer.h b/Swiften/Session/SessionTracer.h index 29a07e0..13348fb 100644 --- a/Swiften/Session/SessionTracer.h +++ b/Swiften/Session/SessionTracer.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 <iostream> |