diff options
author | dknn <yoann.blein@free.fr> | 2012-07-14 08:49:51 (GMT) |
---|---|---|
committer | dknn <yoann.blein@free.fr> | 2012-09-22 09:01:48 (GMT) |
commit | 13fed6df507734b0aef79bb6aa6573aa154852bc (patch) | |
tree | 341ac89bfce22ea13b872d1e418ea6bf110ce993 /Swiften/Examples/ScreenSharing | |
parent | 1978f9fcdc400c76c58b176ed9404882d425cd5c (diff) | |
download | swift-contrib-13fed6df507734b0aef79bb6aa6573aa154852bc.zip swift-contrib-13fed6df507734b0aef79bb6aa6573aa154852bc.tar.bz2 |
Fix copyright to bsd license
Diffstat (limited to 'Swiften/Examples/ScreenSharing')
-rw-r--r-- | Swiften/Examples/ScreenSharing/Client.cpp | 4 | ||||
-rw-r--r-- | Swiften/Examples/ScreenSharing/Host.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Swiften/Examples/ScreenSharing/Client.cpp b/Swiften/Examples/ScreenSharing/Client.cpp index 1e73055..71dff34 100644 --- a/Swiften/Examples/ScreenSharing/Client.cpp +++ b/Swiften/Examples/ScreenSharing/Client.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) 2012 Yoann Blein - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. + * Licensed under the simplified BSD license. + * See Documentation/Licenses/BSD-simplified.txt for more information. */ #include <boost/bind.hpp> diff --git a/Swiften/Examples/ScreenSharing/Host.cpp b/Swiften/Examples/ScreenSharing/Host.cpp index ea7f79a..4dd0353 100644 --- a/Swiften/Examples/ScreenSharing/Host.cpp +++ b/Swiften/Examples/ScreenSharing/Host.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) 2012 Yoann Blein - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. + * Licensed under the simplified BSD license. + * See Documentation/Licenses/BSD-simplified.txt for more information. */ //#include <boost/date_time/posix_time/posix_time.hpp> |