summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2014-12-15 11:26:37 (GMT)
committerSwift Review <review@swift.im>2014-12-18 13:05:26 (GMT)
commitb26bad1500ffc22e6fc36f316d3eb0d0ed1e869f (patch)
treebb845427524f57157298ca3ff952a9c4b36e4041 /Swiftob
parent0297fa1b0433918ad2e56ed0cd656da3bb2bb31b (diff)
downloadswift-b26bad1500ffc22e6fc36f316d3eb0d0ed1e869f.zip
swift-b26bad1500ffc22e6fc36f316d3eb0d0ed1e869f.tar.bz2
Update Copyright In Swiftob
Change-Id: I08dfd07882b820d897ddb02f2f821141adff4018
Diffstat (limited to 'Swiftob')
-rw-r--r--Swiftob/Commands.cpp6
-rw-r--r--Swiftob/Commands.h6
-rw-r--r--Swiftob/LuaCommands.cpp6
-rw-r--r--Swiftob/LuaCommands.h6
-rw-r--r--Swiftob/MUCs.cpp6
-rw-r--r--Swiftob/MUCs.h6
-rw-r--r--Swiftob/Storage.cpp6
-rw-r--r--Swiftob/Storage.h6
-rw-r--r--Swiftob/Swiftob.cpp6
-rw-r--r--Swiftob/Swiftob.h6
-rw-r--r--Swiftob/Users.cpp6
-rw-r--r--Swiftob/Users.h6
-rw-r--r--Swiftob/main.cpp6
-rw-r--r--Swiftob/scripts/echo.lua2
-rw-r--r--Swiftob/scripts/version.lua2
15 files changed, 41 insertions, 41 deletions
diff --git a/Swiftob/Commands.cpp b/Swiftob/Commands.cpp
index 38e5f57..4e31212 100644
--- a/Swiftob/Commands.cpp
+++ b/Swiftob/Commands.cpp
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Copyright (c) 2011 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
*/
#include <Swiftob/Commands.h>
diff --git a/Swiftob/Commands.h b/Swiftob/Commands.h
index d5aac2c..5042517 100644
--- a/Swiftob/Commands.h
+++ b/Swiftob/Commands.h
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Copyright (c) 2011 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
*/
#pragma once
diff --git a/Swiftob/LuaCommands.cpp b/Swiftob/LuaCommands.cpp
index 0358f98..1192452 100644
--- a/Swiftob/LuaCommands.cpp
+++ b/Swiftob/LuaCommands.cpp
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Copyright (c) 2011 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
*/
#include <Swiftob/LuaCommands.h>
diff --git a/Swiftob/LuaCommands.h b/Swiftob/LuaCommands.h
index c5f959d..2ade6b3 100644
--- a/Swiftob/LuaCommands.h
+++ b/Swiftob/LuaCommands.h
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Copyright (c) 2011 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
*/
#pragma once
diff --git a/Swiftob/MUCs.cpp b/Swiftob/MUCs.cpp
index aec821a..23099d3 100644
--- a/Swiftob/MUCs.cpp
+++ b/Swiftob/MUCs.cpp
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Copyright (c) 2011 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
*/
#include <Swiftob/MUCs.h>
diff --git a/Swiftob/MUCs.h b/Swiftob/MUCs.h
index ecbb7a6..3acd207 100644
--- a/Swiftob/MUCs.h
+++ b/Swiftob/MUCs.h
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Copyright (c) 2011 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
*/
#pragma once
diff --git a/Swiftob/Storage.cpp b/Swiftob/Storage.cpp
index 5311d82..86debbe 100644
--- a/Swiftob/Storage.cpp
+++ b/Swiftob/Storage.cpp
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Copyright (c) 2011 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
*/
#include <Swiftob/Storage.h>
diff --git a/Swiftob/Storage.h b/Swiftob/Storage.h
index c4181d8..ba36c84 100644
--- a/Swiftob/Storage.h
+++ b/Swiftob/Storage.h
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Copyright (c) 2011 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
*/
#pragma once
diff --git a/Swiftob/Swiftob.cpp b/Swiftob/Swiftob.cpp
index 1578e34..d26ea23 100644
--- a/Swiftob/Swiftob.cpp
+++ b/Swiftob/Swiftob.cpp
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Copyright (c) 2011 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
*/
#include <Swiftob/Swiftob.h>
diff --git a/Swiftob/Swiftob.h b/Swiftob/Swiftob.h
index 36091e4..178f88b 100644
--- a/Swiftob/Swiftob.h
+++ b/Swiftob/Swiftob.h
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Copyright (c) 2011 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
*/
#pragma once
diff --git a/Swiftob/Users.cpp b/Swiftob/Users.cpp
index 868efb0..fdaad03 100644
--- a/Swiftob/Users.cpp
+++ b/Swiftob/Users.cpp
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Copyright (c) 2011 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
*/
#include <Swiftob/Users.h>
diff --git a/Swiftob/Users.h b/Swiftob/Users.h
index a78beed..9a44f86 100644
--- a/Swiftob/Users.h
+++ b/Swiftob/Users.h
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Copyright (c) 2011 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
*/
#pragma once
diff --git a/Swiftob/main.cpp b/Swiftob/main.cpp
index a4e0925..87713a9 100644
--- a/Swiftob/main.cpp
+++ b/Swiftob/main.cpp
@@ -1,7 +1,7 @@
/*
- * Copyright (c) 2011 Kevin Smith
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Copyright (c) 2011 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
*/
#include <boost/program_options/options_description.hpp>
diff --git a/Swiftob/scripts/echo.lua b/Swiftob/scripts/echo.lua
index 7adc2b3..a478a46 100644
--- a/Swiftob/scripts/echo.lua
+++ b/Swiftob/scripts/echo.lua
@@ -2,4 +2,4 @@ function echo_message(command, params, message)
swiftob_reply_to(message, params)
end
-swiftob_register_command("echo", "Anyone", "What did you say?", echo_message) \ No newline at end of file
+swiftob_register_command("echo", "Anyone", "What did you say?", echo_message)
diff --git a/Swiftob/scripts/version.lua b/Swiftob/scripts/version.lua
index 40b4e4d..25e8870 100644
--- a/Swiftob/scripts/version.lua
+++ b/Swiftob/scripts/version.lua
@@ -29,4 +29,4 @@ function version_command(command, params, message)
end
end
-swiftob_register_command("version", "Anyone", "Ask for someone's version", version_command) \ No newline at end of file
+swiftob_register_command("version", "Anyone", "Ask for someone's version", version_command)