Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Library')
-rw-r--r--Duplicati/Library/AutoUpdater/AutoUpdateSettings.cs4
-rw-r--r--Duplicati/Library/AutoUpdater/FileEntry.cs4
-rw-r--r--Duplicati/Library/AutoUpdater/Program.cs4
-rw-r--r--Duplicati/Library/AutoUpdater/Properties/AssemblyInfo.cs5
-rw-r--r--Duplicati/Library/AutoUpdater/SignatureReadingStream.cs4
-rw-r--r--Duplicati/Library/AutoUpdater/UpdateInfo.cs4
-rw-r--r--Duplicati/Library/AutoUpdater/UpdaterManager.cs4
-rw-r--r--Duplicati/Library/Backend/AzureBlob/AzureBlobBackend.cs4
-rw-r--r--Duplicati/Library/Backend/AzureBlob/AzureBlobWrapper.cs4
-rw-r--r--Duplicati/Library/Backend/CloudFiles/CloudFiles.cs4
-rw-r--r--Duplicati/Library/Backend/CloudFiles/MD5CalculatingStream.cs4
-rw-r--r--Duplicati/Library/Backend/CloudFiles/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Backend/FTP/FTPBackend.cs4
-rw-r--r--Duplicati/Library/Backend/FTP/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Backend/File/FileBackend.cs4
-rw-r--r--Duplicati/Library/Backend/File/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Backend/File/Win32.cs4
-rw-r--r--Duplicati/Library/Backend/S3/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Backend/S3/S3Backend.cs4
-rw-r--r--Duplicati/Library/Backend/S3/S3Config.cs4
-rw-r--r--Duplicati/Library/Backend/S3/S3Wrapper.cs4
-rw-r--r--Duplicati/Library/Backend/SSHv2/KeyGenerator.cs4
-rw-r--r--Duplicati/Library/Backend/SSHv2/KeyUploader.cs4
-rw-r--r--Duplicati/Library/Backend/SSHv2/SSHv2Backend.cs4
-rw-r--r--Duplicati/Library/Backend/TahoeLAFS/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Backend/TahoeLAFS/TahoeBackend.cs4
-rw-r--r--Duplicati/Library/Backend/WEBDAV/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Backend/WEBDAV/WEBDAV.cs4
-rw-r--r--Duplicati/Library/Compression/FileArchiveDirectory.cs4
-rw-r--r--Duplicati/Library/Compression/FileArchiveZip.cs4
-rw-r--r--Duplicati/Library/Compression/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/DynamicLoader/BackendLoader.cs4
-rw-r--r--Duplicati/Library/DynamicLoader/CompressionLoader.cs4
-rw-r--r--Duplicati/Library/DynamicLoader/DynamicLoader.cs4
-rw-r--r--Duplicati/Library/DynamicLoader/EncryptionLoader.cs4
-rw-r--r--Duplicati/Library/DynamicLoader/GenericLoader.cs4
-rw-r--r--Duplicati/Library/DynamicLoader/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/DynamicLoader/WebLoader.cs4
-rw-r--r--Duplicati/Library/Encryption/AESEncryption.cs4
-rw-r--r--Duplicati/Library/Encryption/CryptoStreamWrapper.cs4
-rw-r--r--Duplicati/Library/Encryption/EncryptionBase.cs4
-rw-r--r--Duplicati/Library/Encryption/GPGEncryption.cs4
-rw-r--r--Duplicati/Library/Encryption/GPGStreamWrapper.cs4
-rw-r--r--Duplicati/Library/Encryption/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Interface/CommandLineArgument.cs4
-rw-r--r--Duplicati/Library/Interface/CommonStrings.cs4
-rw-r--r--Duplicati/Library/Interface/CustomExceptions.cs4
-rw-r--r--Duplicati/Library/Interface/FileEntry.cs4
-rw-r--r--Duplicati/Library/Interface/IBackend.cs4
-rw-r--r--Duplicati/Library/Interface/IBackendGUI.cs4
-rw-r--r--Duplicati/Library/Interface/ICommandLineArgument.cs4
-rw-r--r--Duplicati/Library/Interface/ICompression.cs4
-rw-r--r--Duplicati/Library/Interface/ICompressionGUI.cs4
-rw-r--r--Duplicati/Library/Interface/IConnectionModule.cs4
-rw-r--r--Duplicati/Library/Interface/IEncryption.cs4
-rw-r--r--Duplicati/Library/Interface/IEncryptionGUI.cs4
-rw-r--r--Duplicati/Library/Interface/IFileEntry.cs4
-rw-r--r--Duplicati/Library/Interface/IGUIControl.cs4
-rw-r--r--Duplicati/Library/Interface/IGUIMiniControl.cs4
-rw-r--r--Duplicati/Library/Interface/IGenericCallbackModule.cs4
-rw-r--r--Duplicati/Library/Interface/IGenericModule.cs4
-rw-r--r--Duplicati/Library/Interface/IRenameEnabledBackend.cs4
-rw-r--r--Duplicati/Library/Interface/ISettingsControl.cs4
-rw-r--r--Duplicati/Library/Interface/IStreamingBackend.cs4
-rw-r--r--Duplicati/Library/Interface/IWebModule.cs4
-rw-r--r--Duplicati/Library/Interface/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Interface/ResultInterfaces.cs4
-rw-r--r--Duplicati/Library/Localization/ILocalizationService.cs4
-rw-r--r--Duplicati/Library/Localization/LocalizationService.cs4
-rw-r--r--Duplicati/Library/Localization/MockLocalizationService.cs4
-rw-r--r--Duplicati/Library/Localization/Properties/AssemblyInfo.cs5
-rw-r--r--Duplicati/Library/Localization/Short.cs4
-rw-r--r--Duplicati/Library/Logging/ILog.cs4
-rw-r--r--Duplicati/Library/Logging/Log.cs4
-rw-r--r--Duplicati/Library/Logging/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Logging/StreamLog.cs4
-rw-r--r--Duplicati/Library/Logging/Timer.cs4
-rw-r--r--Duplicati/Library/Main/Controller.cs4
-rw-r--r--Duplicati/Library/Main/Database/LocalListAffectedDatabase.cs4
-rw-r--r--Duplicati/Library/Main/Database/LocalListChangesDatabase.cs4
-rw-r--r--Duplicati/Library/Main/Database/LocalListDatabase.cs4
-rw-r--r--Duplicati/Library/Main/Database/LocalTestDatabase.cs4
-rw-r--r--Duplicati/Library/Main/DatabaseLocator.cs4
-rw-r--r--Duplicati/Library/Main/IMetahash.cs4
-rw-r--r--Duplicati/Library/Main/Operation/FilelistProcessor.cs4
-rw-r--r--Duplicati/Library/Main/Operation/ListAffected.cs4
-rw-r--r--Duplicati/Library/Main/Operation/ListChangesHandler.cs4
-rw-r--r--Duplicati/Library/Main/Operation/ListControlFilesHandler.cs4
-rw-r--r--Duplicati/Library/Main/Operation/TestFilterHandler.cs4
-rw-r--r--Duplicati/Library/Main/Operation/TestHandler.cs4
-rw-r--r--Duplicati/Library/Main/Options.cs4
-rw-r--r--Duplicati/Library/Main/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Main/ResultClasses.cs4
-rw-r--r--Duplicati/Library/Main/Utility.cs4
-rw-r--r--Duplicati/Library/Modules/Builtin/ConsolePasswordInput.cs4
-rw-r--r--Duplicati/Library/Modules/Builtin/HttpOptions.cs4
-rw-r--r--Duplicati/Library/Modules/Builtin/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Modules/Builtin/RunScript.cs4
-rw-r--r--Duplicati/Library/SQLiteHelper/DatabaseUpgrader.cs4
-rw-r--r--Duplicati/Library/SQLiteHelper/Properties/AssemblyInfo.cs5
-rw-r--r--Duplicati/Library/SQLiteHelper/SQLiteLoader.cs4
-rw-r--r--Duplicati/Library/SharpExpect/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/SharpExpect/SharpExpectProcess.cs4
-rw-r--r--Duplicati/Library/Snapshots/ISnapshotService.cs4
-rw-r--r--Duplicati/Library/Snapshots/ISystemIO.cs4
-rw-r--r--Duplicati/Library/Snapshots/LinuxSnapshot.cs4
-rw-r--r--Duplicati/Library/Snapshots/NoSnapshot.cs4
-rw-r--r--Duplicati/Library/Snapshots/NoSnapshotLinux.cs4
-rw-r--r--Duplicati/Library/Snapshots/NoSnapshotWindows.cs4
-rw-r--r--Duplicati/Library/Snapshots/Program.cs4
-rw-r--r--Duplicati/Library/Snapshots/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Snapshots/SnapshotUtility.cs4
-rw-r--r--Duplicati/Library/Snapshots/SystemIOLinux.cs4
-rw-r--r--Duplicati/Library/Snapshots/SystemIOWindows.cs4
-rw-r--r--Duplicati/Library/Snapshots/USNHelper.cs4
-rw-r--r--Duplicati/Library/Snapshots/Win32USN.cs4
-rw-r--r--Duplicati/Library/Snapshots/WinNativeMethods.cs4
-rw-r--r--Duplicati/Library/Snapshots/WindowsSnapshot.cs4
-rw-r--r--Duplicati/Library/Utility/BlockingQueue.cs4
-rw-r--r--Duplicati/Library/Utility/CommandLineParser.cs4
-rw-r--r--Duplicati/Library/Utility/FileBackedList.cs4
-rw-r--r--Duplicati/Library/Utility/FilterExpression.cs4
-rw-r--r--Duplicati/Library/Utility/IFilter.cs4
-rw-r--r--Duplicati/Library/Utility/JoinedFilterExpression.cs4
-rw-r--r--Duplicati/Library/Utility/KeyGenerator.cs4
-rw-r--r--Duplicati/Library/Utility/OverrideableStream.cs4
-rw-r--r--Duplicati/Library/Utility/ProgressReportingStream.cs4
-rw-r--r--Duplicati/Library/Utility/Properties/AssemblyInfo.cs4
-rw-r--r--Duplicati/Library/Utility/Sizeparser.cs4
-rw-r--r--Duplicati/Library/Utility/SslCertificateValidator.cs4
-rw-r--r--Duplicati/Library/Utility/TempFile.cs4
-rw-r--r--Duplicati/Library/Utility/TempFileStream.cs4
-rw-r--r--Duplicati/Library/Utility/TempFolder.cs4
-rw-r--r--Duplicati/Library/Utility/ThrottledStream.cs4
-rw-r--r--Duplicati/Library/Utility/Timeparser.cs4
-rw-r--r--Duplicati/Library/Utility/Uri.cs4
-rw-r--r--Duplicati/Library/Utility/UrlUtillity.cs4
-rw-r--r--Duplicati/Library/Utility/Utility.cs4
-rw-r--r--Duplicati/Library/Utility/Win32.cs4
-rw-r--r--Duplicati/Library/Utility/WorkerThread.cs4
140 files changed, 283 insertions, 280 deletions
diff --git a/Duplicati/Library/AutoUpdater/AutoUpdateSettings.cs b/Duplicati/Library/AutoUpdater/AutoUpdateSettings.cs
index 19f05f95e..2943917c0 100644
--- a/Duplicati/Library/AutoUpdater/AutoUpdateSettings.cs
+++ b/Duplicati/Library/AutoUpdater/AutoUpdateSettings.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/AutoUpdater/FileEntry.cs b/Duplicati/Library/AutoUpdater/FileEntry.cs
index 5d55e6516..ac776c4d5 100644
--- a/Duplicati/Library/AutoUpdater/FileEntry.cs
+++ b/Duplicati/Library/AutoUpdater/FileEntry.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/AutoUpdater/Program.cs b/Duplicati/Library/AutoUpdater/Program.cs
index 91101c48d..9ed701a1c 100644
--- a/Duplicati/Library/AutoUpdater/Program.cs
+++ b/Duplicati/Library/AutoUpdater/Program.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/AutoUpdater/Properties/AssemblyInfo.cs b/Duplicati/Library/AutoUpdater/Properties/AssemblyInfo.cs
index ae4ef6295..91d331240 100644
--- a/Duplicati/Library/AutoUpdater/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/AutoUpdater/Properties/AssemblyInfo.cs
@@ -1,5 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/AutoUpdater/SignatureReadingStream.cs b/Duplicati/Library/AutoUpdater/SignatureReadingStream.cs
index e85bfe068..6e23c05eb 100644
--- a/Duplicati/Library/AutoUpdater/SignatureReadingStream.cs
+++ b/Duplicati/Library/AutoUpdater/SignatureReadingStream.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/AutoUpdater/UpdateInfo.cs b/Duplicati/Library/AutoUpdater/UpdateInfo.cs
index 79bee0de8..084a0c862 100644
--- a/Duplicati/Library/AutoUpdater/UpdateInfo.cs
+++ b/Duplicati/Library/AutoUpdater/UpdateInfo.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/AutoUpdater/UpdaterManager.cs b/Duplicati/Library/AutoUpdater/UpdaterManager.cs
index d78ed24d8..422852067 100644
--- a/Duplicati/Library/AutoUpdater/UpdaterManager.cs
+++ b/Duplicati/Library/AutoUpdater/UpdaterManager.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Backend/AzureBlob/AzureBlobBackend.cs b/Duplicati/Library/Backend/AzureBlob/AzureBlobBackend.cs
index e901b8863..219784c69 100644
--- a/Duplicati/Library/Backend/AzureBlob/AzureBlobBackend.cs
+++ b/Duplicati/Library/Backend/AzureBlob/AzureBlobBackend.cs
@@ -1,8 +1,8 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/AzureBlob/AzureBlobWrapper.cs b/Duplicati/Library/Backend/AzureBlob/AzureBlobWrapper.cs
index 647b21639..659d5f154 100644
--- a/Duplicati/Library/Backend/AzureBlob/AzureBlobWrapper.cs
+++ b/Duplicati/Library/Backend/AzureBlob/AzureBlobWrapper.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/CloudFiles/CloudFiles.cs b/Duplicati/Library/Backend/CloudFiles/CloudFiles.cs
index 339013503..35ee3538d 100644
--- a/Duplicati/Library/Backend/CloudFiles/CloudFiles.cs
+++ b/Duplicati/Library/Backend/CloudFiles/CloudFiles.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/CloudFiles/MD5CalculatingStream.cs b/Duplicati/Library/Backend/CloudFiles/MD5CalculatingStream.cs
index d167e2651..2c084998f 100644
--- a/Duplicati/Library/Backend/CloudFiles/MD5CalculatingStream.cs
+++ b/Duplicati/Library/Backend/CloudFiles/MD5CalculatingStream.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/CloudFiles/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/CloudFiles/Properties/AssemblyInfo.cs
index 85c7271b4..56c7055f4 100644
--- a/Duplicati/Library/Backend/CloudFiles/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/CloudFiles/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/FTP/FTPBackend.cs b/Duplicati/Library/Backend/FTP/FTPBackend.cs
index 73f344534..9fa4a7553 100644
--- a/Duplicati/Library/Backend/FTP/FTPBackend.cs
+++ b/Duplicati/Library/Backend/FTP/FTPBackend.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/FTP/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/FTP/Properties/AssemblyInfo.cs
index f21a2cbb7..807dd1d97 100644
--- a/Duplicati/Library/Backend/FTP/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/FTP/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/File/FileBackend.cs b/Duplicati/Library/Backend/File/FileBackend.cs
index fdc08fda1..66200e3c7 100644
--- a/Duplicati/Library/Backend/File/FileBackend.cs
+++ b/Duplicati/Library/Backend/File/FileBackend.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/File/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/File/Properties/AssemblyInfo.cs
index 1814611ea..b25849134 100644
--- a/Duplicati/Library/Backend/File/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/File/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/File/Win32.cs b/Duplicati/Library/Backend/File/Win32.cs
index 8ed16042c..2bc99b6d8 100644
--- a/Duplicati/Library/Backend/File/Win32.cs
+++ b/Duplicati/Library/Backend/File/Win32.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/S3/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/S3/Properties/AssemblyInfo.cs
index dba3707d7..59f03c5fe 100644
--- a/Duplicati/Library/Backend/S3/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/S3/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/S3/S3Backend.cs b/Duplicati/Library/Backend/S3/S3Backend.cs
index 30baaad91..8fd1e9510 100644
--- a/Duplicati/Library/Backend/S3/S3Backend.cs
+++ b/Duplicati/Library/Backend/S3/S3Backend.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/S3/S3Config.cs b/Duplicati/Library/Backend/S3/S3Config.cs
index eaa284e31..1945347d4 100644
--- a/Duplicati/Library/Backend/S3/S3Config.cs
+++ b/Duplicati/Library/Backend/S3/S3Config.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Backend/S3/S3Wrapper.cs b/Duplicati/Library/Backend/S3/S3Wrapper.cs
index b2bfd89a3..0f3c49a46 100644
--- a/Duplicati/Library/Backend/S3/S3Wrapper.cs
+++ b/Duplicati/Library/Backend/S3/S3Wrapper.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/SSHv2/KeyGenerator.cs b/Duplicati/Library/Backend/SSHv2/KeyGenerator.cs
index 96d692728..abbd2121e 100644
--- a/Duplicati/Library/Backend/SSHv2/KeyGenerator.cs
+++ b/Duplicati/Library/Backend/SSHv2/KeyGenerator.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Backend/SSHv2/KeyUploader.cs b/Duplicati/Library/Backend/SSHv2/KeyUploader.cs
index ebcb69412..144c74cf9 100644
--- a/Duplicati/Library/Backend/SSHv2/KeyUploader.cs
+++ b/Duplicati/Library/Backend/SSHv2/KeyUploader.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Backend/SSHv2/SSHv2Backend.cs b/Duplicati/Library/Backend/SSHv2/SSHv2Backend.cs
index 447d91b06..a55e3419f 100644
--- a/Duplicati/Library/Backend/SSHv2/SSHv2Backend.cs
+++ b/Duplicati/Library/Backend/SSHv2/SSHv2Backend.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2010, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/TahoeLAFS/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/TahoeLAFS/Properties/AssemblyInfo.cs
index 075c2f481..e3aee1f77 100644
--- a/Duplicati/Library/Backend/TahoeLAFS/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/TahoeLAFS/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/TahoeLAFS/TahoeBackend.cs b/Duplicati/Library/Backend/TahoeLAFS/TahoeBackend.cs
index b80a2dd32..5f59027d3 100644
--- a/Duplicati/Library/Backend/TahoeLAFS/TahoeBackend.cs
+++ b/Duplicati/Library/Backend/TahoeLAFS/TahoeBackend.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/WEBDAV/Properties/AssemblyInfo.cs b/Duplicati/Library/Backend/WEBDAV/Properties/AssemblyInfo.cs
index a49f00c92..62aeabb89 100644
--- a/Duplicati/Library/Backend/WEBDAV/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Backend/WEBDAV/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Backend/WEBDAV/WEBDAV.cs b/Duplicati/Library/Backend/WEBDAV/WEBDAV.cs
index 0e2ee1e28..1a3358ff5 100644
--- a/Duplicati/Library/Backend/WEBDAV/WEBDAV.cs
+++ b/Duplicati/Library/Backend/WEBDAV/WEBDAV.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Compression/FileArchiveDirectory.cs b/Duplicati/Library/Compression/FileArchiveDirectory.cs
index b52322ab3..6b01ef9cc 100644
--- a/Duplicati/Library/Compression/FileArchiveDirectory.cs
+++ b/Duplicati/Library/Compression/FileArchiveDirectory.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Compression/FileArchiveZip.cs b/Duplicati/Library/Compression/FileArchiveZip.cs
index 3ddc09872..7acb2079e 100644
--- a/Duplicati/Library/Compression/FileArchiveZip.cs
+++ b/Duplicati/Library/Compression/FileArchiveZip.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Compression/Properties/AssemblyInfo.cs b/Duplicati/Library/Compression/Properties/AssemblyInfo.cs
index 99964788b..287eac1c3 100644
--- a/Duplicati/Library/Compression/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Compression/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/DynamicLoader/BackendLoader.cs b/Duplicati/Library/DynamicLoader/BackendLoader.cs
index 70a58cb89..6d48516d5 100644
--- a/Duplicati/Library/DynamicLoader/BackendLoader.cs
+++ b/Duplicati/Library/DynamicLoader/BackendLoader.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/DynamicLoader/CompressionLoader.cs b/Duplicati/Library/DynamicLoader/CompressionLoader.cs
index 2aa149d94..70db8bf1b 100644
--- a/Duplicati/Library/DynamicLoader/CompressionLoader.cs
+++ b/Duplicati/Library/DynamicLoader/CompressionLoader.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/DynamicLoader/DynamicLoader.cs b/Duplicati/Library/DynamicLoader/DynamicLoader.cs
index e67e54180..a43c5c234 100644
--- a/Duplicati/Library/DynamicLoader/DynamicLoader.cs
+++ b/Duplicati/Library/DynamicLoader/DynamicLoader.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/DynamicLoader/EncryptionLoader.cs b/Duplicati/Library/DynamicLoader/EncryptionLoader.cs
index ca7ae910d..cd6e387c9 100644
--- a/Duplicati/Library/DynamicLoader/EncryptionLoader.cs
+++ b/Duplicati/Library/DynamicLoader/EncryptionLoader.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/DynamicLoader/GenericLoader.cs b/Duplicati/Library/DynamicLoader/GenericLoader.cs
index 1fa4f7a13..31ba5e6ae 100644
--- a/Duplicati/Library/DynamicLoader/GenericLoader.cs
+++ b/Duplicati/Library/DynamicLoader/GenericLoader.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/DynamicLoader/Properties/AssemblyInfo.cs b/Duplicati/Library/DynamicLoader/Properties/AssemblyInfo.cs
index ab97a4668..1b3e48801 100644
--- a/Duplicati/Library/DynamicLoader/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/DynamicLoader/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/DynamicLoader/WebLoader.cs b/Duplicati/Library/DynamicLoader/WebLoader.cs
index 993730193..ccb14edf4 100644
--- a/Duplicati/Library/DynamicLoader/WebLoader.cs
+++ b/Duplicati/Library/DynamicLoader/WebLoader.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Encryption/AESEncryption.cs b/Duplicati/Library/Encryption/AESEncryption.cs
index 628f6f47f..5c91ea221 100644
--- a/Duplicati/Library/Encryption/AESEncryption.cs
+++ b/Duplicati/Library/Encryption/AESEncryption.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Encryption/CryptoStreamWrapper.cs b/Duplicati/Library/Encryption/CryptoStreamWrapper.cs
index 60d54741b..411a53aac 100644
--- a/Duplicati/Library/Encryption/CryptoStreamWrapper.cs
+++ b/Duplicati/Library/Encryption/CryptoStreamWrapper.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Encryption/EncryptionBase.cs b/Duplicati/Library/Encryption/EncryptionBase.cs
index 34e31c082..2fe8bc33f 100644
--- a/Duplicati/Library/Encryption/EncryptionBase.cs
+++ b/Duplicati/Library/Encryption/EncryptionBase.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Encryption/GPGEncryption.cs b/Duplicati/Library/Encryption/GPGEncryption.cs
index af2079b13..6d726f3c3 100644
--- a/Duplicati/Library/Encryption/GPGEncryption.cs
+++ b/Duplicati/Library/Encryption/GPGEncryption.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Encryption/GPGStreamWrapper.cs b/Duplicati/Library/Encryption/GPGStreamWrapper.cs
index 3590d0124..e55a85046 100644
--- a/Duplicati/Library/Encryption/GPGStreamWrapper.cs
+++ b/Duplicati/Library/Encryption/GPGStreamWrapper.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Encryption/Properties/AssemblyInfo.cs b/Duplicati/Library/Encryption/Properties/AssemblyInfo.cs
index 49f84a0b3..505ca9a51 100644
--- a/Duplicati/Library/Encryption/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Encryption/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/CommandLineArgument.cs b/Duplicati/Library/Interface/CommandLineArgument.cs
index 04414834d..0289b408e 100644
--- a/Duplicati/Library/Interface/CommandLineArgument.cs
+++ b/Duplicati/Library/Interface/CommandLineArgument.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/CommonStrings.cs b/Duplicati/Library/Interface/CommonStrings.cs
index 5294adc40..96a150c13 100644
--- a/Duplicati/Library/Interface/CommonStrings.cs
+++ b/Duplicati/Library/Interface/CommonStrings.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/CustomExceptions.cs b/Duplicati/Library/Interface/CustomExceptions.cs
index 3efb07b77..360cf7ae9 100644
--- a/Duplicati/Library/Interface/CustomExceptions.cs
+++ b/Duplicati/Library/Interface/CustomExceptions.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/FileEntry.cs b/Duplicati/Library/Interface/FileEntry.cs
index a8dea0373..5164a968d 100644
--- a/Duplicati/Library/Interface/FileEntry.cs
+++ b/Duplicati/Library/Interface/FileEntry.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/IBackend.cs b/Duplicati/Library/Interface/IBackend.cs
index 8a4555b7c..df78a28d7 100644
--- a/Duplicati/Library/Interface/IBackend.cs
+++ b/Duplicati/Library/Interface/IBackend.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/IBackendGUI.cs b/Duplicati/Library/Interface/IBackendGUI.cs
index 5f00017d3..2f70fba78 100644
--- a/Duplicati/Library/Interface/IBackendGUI.cs
+++ b/Duplicati/Library/Interface/IBackendGUI.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/ICommandLineArgument.cs b/Duplicati/Library/Interface/ICommandLineArgument.cs
index cd595842d..6aa0d126d 100644
--- a/Duplicati/Library/Interface/ICommandLineArgument.cs
+++ b/Duplicati/Library/Interface/ICommandLineArgument.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/ICompression.cs b/Duplicati/Library/Interface/ICompression.cs
index 68a279e92..a0ee13ee6 100644
--- a/Duplicati/Library/Interface/ICompression.cs
+++ b/Duplicati/Library/Interface/ICompression.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/ICompressionGUI.cs b/Duplicati/Library/Interface/ICompressionGUI.cs
index d1c3284b0..adccf3301 100644
--- a/Duplicati/Library/Interface/ICompressionGUI.cs
+++ b/Duplicati/Library/Interface/ICompressionGUI.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/IConnectionModule.cs b/Duplicati/Library/Interface/IConnectionModule.cs
index 780cd63f3..fe443fba7 100644
--- a/Duplicati/Library/Interface/IConnectionModule.cs
+++ b/Duplicati/Library/Interface/IConnectionModule.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Interface/IEncryption.cs b/Duplicati/Library/Interface/IEncryption.cs
index 5cab65bc5..6a59598e0 100644
--- a/Duplicati/Library/Interface/IEncryption.cs
+++ b/Duplicati/Library/Interface/IEncryption.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/IEncryptionGUI.cs b/Duplicati/Library/Interface/IEncryptionGUI.cs
index 7c7e2548f..f45bbb692 100644
--- a/Duplicati/Library/Interface/IEncryptionGUI.cs
+++ b/Duplicati/Library/Interface/IEncryptionGUI.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/IFileEntry.cs b/Duplicati/Library/Interface/IFileEntry.cs
index 6f284a537..bfae84abe 100644
--- a/Duplicati/Library/Interface/IFileEntry.cs
+++ b/Duplicati/Library/Interface/IFileEntry.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/IGUIControl.cs b/Duplicati/Library/Interface/IGUIControl.cs
index d1a3c648d..4f163d15e 100644
--- a/Duplicati/Library/Interface/IGUIControl.cs
+++ b/Duplicati/Library/Interface/IGUIControl.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/IGUIMiniControl.cs b/Duplicati/Library/Interface/IGUIMiniControl.cs
index 83ded5506..294eb18bd 100644
--- a/Duplicati/Library/Interface/IGUIMiniControl.cs
+++ b/Duplicati/Library/Interface/IGUIMiniControl.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/IGenericCallbackModule.cs b/Duplicati/Library/Interface/IGenericCallbackModule.cs
index a771260e1..abab5d223 100644
--- a/Duplicati/Library/Interface/IGenericCallbackModule.cs
+++ b/Duplicati/Library/Interface/IGenericCallbackModule.cs
@@ -1,5 +1,5 @@
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Interface/IGenericModule.cs b/Duplicati/Library/Interface/IGenericModule.cs
index 353aea694..0db3eb7e0 100644
--- a/Duplicati/Library/Interface/IGenericModule.cs
+++ b/Duplicati/Library/Interface/IGenericModule.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/IRenameEnabledBackend.cs b/Duplicati/Library/Interface/IRenameEnabledBackend.cs
index e98bdb463..1185b8c53 100644
--- a/Duplicati/Library/Interface/IRenameEnabledBackend.cs
+++ b/Duplicati/Library/Interface/IRenameEnabledBackend.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2014, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/ISettingsControl.cs b/Duplicati/Library/Interface/ISettingsControl.cs
index 33f27b77b..4744b747c 100644
--- a/Duplicati/Library/Interface/ISettingsControl.cs
+++ b/Duplicati/Library/Interface/ISettingsControl.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/IStreamingBackend.cs b/Duplicati/Library/Interface/IStreamingBackend.cs
index 98cfa82a6..740d4a670 100644
--- a/Duplicati/Library/Interface/IStreamingBackend.cs
+++ b/Duplicati/Library/Interface/IStreamingBackend.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/IWebModule.cs b/Duplicati/Library/Interface/IWebModule.cs
index ec5f1d064..93a58eedb 100644
--- a/Duplicati/Library/Interface/IWebModule.cs
+++ b/Duplicati/Library/Interface/IWebModule.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Interface/Properties/AssemblyInfo.cs b/Duplicati/Library/Interface/Properties/AssemblyInfo.cs
index 9c6690c13..5eec36abd 100644
--- a/Duplicati/Library/Interface/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Interface/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Interface/ResultInterfaces.cs b/Duplicati/Library/Interface/ResultInterfaces.cs
index b3c7ced20..1dd084a46 100644
--- a/Duplicati/Library/Interface/ResultInterfaces.cs
+++ b/Duplicati/Library/Interface/ResultInterfaces.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Localization/ILocalizationService.cs b/Duplicati/Library/Localization/ILocalizationService.cs
index 40f447bc3..38b7921cc 100644
--- a/Duplicati/Library/Localization/ILocalizationService.cs
+++ b/Duplicati/Library/Localization/ILocalizationService.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Localization/LocalizationService.cs b/Duplicati/Library/Localization/LocalizationService.cs
index 1f55d2794..6a3646599 100644
--- a/Duplicati/Library/Localization/LocalizationService.cs
+++ b/Duplicati/Library/Localization/LocalizationService.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Localization/MockLocalizationService.cs b/Duplicati/Library/Localization/MockLocalizationService.cs
index 07092c052..c13e96e56 100644
--- a/Duplicati/Library/Localization/MockLocalizationService.cs
+++ b/Duplicati/Library/Localization/MockLocalizationService.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Localization/Properties/AssemblyInfo.cs b/Duplicati/Library/Localization/Properties/AssemblyInfo.cs
index 2eeca99be..e38dd3a1e 100644
--- a/Duplicati/Library/Localization/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Localization/Properties/AssemblyInfo.cs
@@ -1,5 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Localization/Short.cs b/Duplicati/Library/Localization/Short.cs
index ed087ee81..c66c36487 100644
--- a/Duplicati/Library/Localization/Short.cs
+++ b/Duplicati/Library/Localization/Short.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Logging/ILog.cs b/Duplicati/Library/Logging/ILog.cs
index 537e5fa1c..61660ac5a 100644
--- a/Duplicati/Library/Logging/ILog.cs
+++ b/Duplicati/Library/Logging/ILog.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Logging/Log.cs b/Duplicati/Library/Logging/Log.cs
index b1b5b0a67..60eca9cef 100644
--- a/Duplicati/Library/Logging/Log.cs
+++ b/Duplicati/Library/Logging/Log.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Logging/Properties/AssemblyInfo.cs b/Duplicati/Library/Logging/Properties/AssemblyInfo.cs
index 5cd2d0d24..48faee1c1 100644
--- a/Duplicati/Library/Logging/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Logging/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Logging/StreamLog.cs b/Duplicati/Library/Logging/StreamLog.cs
index ef2c3ef7f..fca105fe4 100644
--- a/Duplicati/Library/Logging/StreamLog.cs
+++ b/Duplicati/Library/Logging/StreamLog.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Logging/Timer.cs b/Duplicati/Library/Logging/Timer.cs
index c43318700..1bb6fc7cc 100644
--- a/Duplicati/Library/Logging/Timer.cs
+++ b/Duplicati/Library/Logging/Timer.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Main/Controller.cs b/Duplicati/Library/Main/Controller.cs
index 8e5d6679a..850dff364 100644
--- a/Duplicati/Library/Main/Controller.cs
+++ b/Duplicati/Library/Main/Controller.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Main/Database/LocalListAffectedDatabase.cs b/Duplicati/Library/Main/Database/LocalListAffectedDatabase.cs
index 25cf47750..c3a9d1833 100644
--- a/Duplicati/Library/Main/Database/LocalListAffectedDatabase.cs
+++ b/Duplicati/Library/Main/Database/LocalListAffectedDatabase.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Main/Database/LocalListChangesDatabase.cs b/Duplicati/Library/Main/Database/LocalListChangesDatabase.cs
index e8026f9d4..d3394b2cc 100644
--- a/Duplicati/Library/Main/Database/LocalListChangesDatabase.cs
+++ b/Duplicati/Library/Main/Database/LocalListChangesDatabase.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Main/Database/LocalListDatabase.cs b/Duplicati/Library/Main/Database/LocalListDatabase.cs
index 423faa085..780c94eea 100644
--- a/Duplicati/Library/Main/Database/LocalListDatabase.cs
+++ b/Duplicati/Library/Main/Database/LocalListDatabase.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Main/Database/LocalTestDatabase.cs b/Duplicati/Library/Main/Database/LocalTestDatabase.cs
index 3a09a8a96..a615ab74e 100644
--- a/Duplicati/Library/Main/Database/LocalTestDatabase.cs
+++ b/Duplicati/Library/Main/Database/LocalTestDatabase.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Main/DatabaseLocator.cs b/Duplicati/Library/Main/DatabaseLocator.cs
index 8fd758826..0e5c4410b 100644
--- a/Duplicati/Library/Main/DatabaseLocator.cs
+++ b/Duplicati/Library/Main/DatabaseLocator.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Main/IMetahash.cs b/Duplicati/Library/Main/IMetahash.cs
index 952a402cb..e9a830900 100644
--- a/Duplicati/Library/Main/IMetahash.cs
+++ b/Duplicati/Library/Main/IMetahash.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Main/Operation/FilelistProcessor.cs b/Duplicati/Library/Main/Operation/FilelistProcessor.cs
index 0b4a7700a..de686ad86 100644
--- a/Duplicati/Library/Main/Operation/FilelistProcessor.cs
+++ b/Duplicati/Library/Main/Operation/FilelistProcessor.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Main/Operation/ListAffected.cs b/Duplicati/Library/Main/Operation/ListAffected.cs
index e5f3ffe88..b2ae3ab6e 100644
--- a/Duplicati/Library/Main/Operation/ListAffected.cs
+++ b/Duplicati/Library/Main/Operation/ListAffected.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Main/Operation/ListChangesHandler.cs b/Duplicati/Library/Main/Operation/ListChangesHandler.cs
index 9491d239c..4e43a3b98 100644
--- a/Duplicati/Library/Main/Operation/ListChangesHandler.cs
+++ b/Duplicati/Library/Main/Operation/ListChangesHandler.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Main/Operation/ListControlFilesHandler.cs b/Duplicati/Library/Main/Operation/ListControlFilesHandler.cs
index 6f6577b97..f921cd21c 100644
--- a/Duplicati/Library/Main/Operation/ListControlFilesHandler.cs
+++ b/Duplicati/Library/Main/Operation/ListControlFilesHandler.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Main/Operation/TestFilterHandler.cs b/Duplicati/Library/Main/Operation/TestFilterHandler.cs
index 74e3d5a68..7ebb99166 100644
--- a/Duplicati/Library/Main/Operation/TestFilterHandler.cs
+++ b/Duplicati/Library/Main/Operation/TestFilterHandler.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Main/Operation/TestHandler.cs b/Duplicati/Library/Main/Operation/TestHandler.cs
index cf084a770..6a90e5ef0 100644
--- a/Duplicati/Library/Main/Operation/TestHandler.cs
+++ b/Duplicati/Library/Main/Operation/TestHandler.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Main/Options.cs b/Duplicati/Library/Main/Options.cs
index f992150a6..6c863684d 100644
--- a/Duplicati/Library/Main/Options.cs
+++ b/Duplicati/Library/Main/Options.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Main/Properties/AssemblyInfo.cs b/Duplicati/Library/Main/Properties/AssemblyInfo.cs
index 9e03ccd1c..d5aac3228 100644
--- a/Duplicati/Library/Main/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Main/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Main/ResultClasses.cs b/Duplicati/Library/Main/ResultClasses.cs
index 590c4bcf9..4344f6926 100644
--- a/Duplicati/Library/Main/ResultClasses.cs
+++ b/Duplicati/Library/Main/ResultClasses.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Main/Utility.cs b/Duplicati/Library/Main/Utility.cs
index b4ff22e86..22758d893 100644
--- a/Duplicati/Library/Main/Utility.cs
+++ b/Duplicati/Library/Main/Utility.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Modules/Builtin/ConsolePasswordInput.cs b/Duplicati/Library/Modules/Builtin/ConsolePasswordInput.cs
index ccf169396..315efac52 100644
--- a/Duplicati/Library/Modules/Builtin/ConsolePasswordInput.cs
+++ b/Duplicati/Library/Modules/Builtin/ConsolePasswordInput.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Modules/Builtin/HttpOptions.cs b/Duplicati/Library/Modules/Builtin/HttpOptions.cs
index 9ae0bbe9f..04ea57892 100644
--- a/Duplicati/Library/Modules/Builtin/HttpOptions.cs
+++ b/Duplicati/Library/Modules/Builtin/HttpOptions.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Modules/Builtin/Properties/AssemblyInfo.cs b/Duplicati/Library/Modules/Builtin/Properties/AssemblyInfo.cs
index 20155a000..f741fded8 100644
--- a/Duplicati/Library/Modules/Builtin/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Modules/Builtin/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Modules/Builtin/RunScript.cs b/Duplicati/Library/Modules/Builtin/RunScript.cs
index 4ae5c599a..3275465ba 100644
--- a/Duplicati/Library/Modules/Builtin/RunScript.cs
+++ b/Duplicati/Library/Modules/Builtin/RunScript.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/SQLiteHelper/DatabaseUpgrader.cs b/Duplicati/Library/SQLiteHelper/DatabaseUpgrader.cs
index caa79b6e7..788e4cab0 100644
--- a/Duplicati/Library/SQLiteHelper/DatabaseUpgrader.cs
+++ b/Duplicati/Library/SQLiteHelper/DatabaseUpgrader.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/SQLiteHelper/Properties/AssemblyInfo.cs b/Duplicati/Library/SQLiteHelper/Properties/AssemblyInfo.cs
index 0450b36bc..dfce99227 100644
--- a/Duplicati/Library/SQLiteHelper/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/SQLiteHelper/Properties/AssemblyInfo.cs
@@ -1,5 +1,6 @@
-// Copyright (C) 2014, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/SQLiteHelper/SQLiteLoader.cs b/Duplicati/Library/SQLiteHelper/SQLiteLoader.cs
index 20ec863b3..7584ad686 100644
--- a/Duplicati/Library/SQLiteHelper/SQLiteLoader.cs
+++ b/Duplicati/Library/SQLiteHelper/SQLiteLoader.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/SharpExpect/Properties/AssemblyInfo.cs b/Duplicati/Library/SharpExpect/Properties/AssemblyInfo.cs
index 85dddaa01..acad15f10 100644
--- a/Duplicati/Library/SharpExpect/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/SharpExpect/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/SharpExpect/SharpExpectProcess.cs b/Duplicati/Library/SharpExpect/SharpExpectProcess.cs
index a455a5ad3..240339cf0 100644
--- a/Duplicati/Library/SharpExpect/SharpExpectProcess.cs
+++ b/Duplicati/Library/SharpExpect/SharpExpectProcess.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Snapshots/ISnapshotService.cs b/Duplicati/Library/Snapshots/ISnapshotService.cs
index a1c326a96..2060a466e 100644
--- a/Duplicati/Library/Snapshots/ISnapshotService.cs
+++ b/Duplicati/Library/Snapshots/ISnapshotService.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Snapshots/ISystemIO.cs b/Duplicati/Library/Snapshots/ISystemIO.cs
index 9a726a85f..417f0698b 100644
--- a/Duplicati/Library/Snapshots/ISystemIO.cs
+++ b/Duplicati/Library/Snapshots/ISystemIO.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Snapshots/LinuxSnapshot.cs b/Duplicati/Library/Snapshots/LinuxSnapshot.cs
index 3fb6315db..591d484d4 100644
--- a/Duplicati/Library/Snapshots/LinuxSnapshot.cs
+++ b/Duplicati/Library/Snapshots/LinuxSnapshot.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Snapshots/NoSnapshot.cs b/Duplicati/Library/Snapshots/NoSnapshot.cs
index 5331c8d9f..6b2a28fe9 100644
--- a/Duplicati/Library/Snapshots/NoSnapshot.cs
+++ b/Duplicati/Library/Snapshots/NoSnapshot.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Snapshots/NoSnapshotLinux.cs b/Duplicati/Library/Snapshots/NoSnapshotLinux.cs
index b4b505771..a2071ebff 100644
--- a/Duplicati/Library/Snapshots/NoSnapshotLinux.cs
+++ b/Duplicati/Library/Snapshots/NoSnapshotLinux.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Snapshots/NoSnapshotWindows.cs b/Duplicati/Library/Snapshots/NoSnapshotWindows.cs
index 27d4ce85a..026c6bcba 100644
--- a/Duplicati/Library/Snapshots/NoSnapshotWindows.cs
+++ b/Duplicati/Library/Snapshots/NoSnapshotWindows.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Snapshots/Program.cs b/Duplicati/Library/Snapshots/Program.cs
index 112c67eef..d7dab0da1 100644
--- a/Duplicati/Library/Snapshots/Program.cs
+++ b/Duplicati/Library/Snapshots/Program.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Snapshots/Properties/AssemblyInfo.cs b/Duplicati/Library/Snapshots/Properties/AssemblyInfo.cs
index 8007043dc..3bc6bcea8 100644
--- a/Duplicati/Library/Snapshots/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Snapshots/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Snapshots/SnapshotUtility.cs b/Duplicati/Library/Snapshots/SnapshotUtility.cs
index e5760e543..dfd45a07f 100644
--- a/Duplicati/Library/Snapshots/SnapshotUtility.cs
+++ b/Duplicati/Library/Snapshots/SnapshotUtility.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Snapshots/SystemIOLinux.cs b/Duplicati/Library/Snapshots/SystemIOLinux.cs
index 3cf543516..2d2267760 100644
--- a/Duplicati/Library/Snapshots/SystemIOLinux.cs
+++ b/Duplicati/Library/Snapshots/SystemIOLinux.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Snapshots/SystemIOWindows.cs b/Duplicati/Library/Snapshots/SystemIOWindows.cs
index d89b9cc6b..d7ce8da6a 100644
--- a/Duplicati/Library/Snapshots/SystemIOWindows.cs
+++ b/Duplicati/Library/Snapshots/SystemIOWindows.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Snapshots/USNHelper.cs b/Duplicati/Library/Snapshots/USNHelper.cs
index fddad7f2b..2b928023b 100644
--- a/Duplicati/Library/Snapshots/USNHelper.cs
+++ b/Duplicati/Library/Snapshots/USNHelper.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Snapshots/Win32USN.cs b/Duplicati/Library/Snapshots/Win32USN.cs
index 97a67fa95..e9ff53a6d 100644
--- a/Duplicati/Library/Snapshots/Win32USN.cs
+++ b/Duplicati/Library/Snapshots/Win32USN.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Snapshots/WinNativeMethods.cs b/Duplicati/Library/Snapshots/WinNativeMethods.cs
index db0c0380f..b738f589d 100644
--- a/Duplicati/Library/Snapshots/WinNativeMethods.cs
+++ b/Duplicati/Library/Snapshots/WinNativeMethods.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Snapshots/WindowsSnapshot.cs b/Duplicati/Library/Snapshots/WindowsSnapshot.cs
index 41f6ed4e2..4b895eb3c 100644
--- a/Duplicati/Library/Snapshots/WindowsSnapshot.cs
+++ b/Duplicati/Library/Snapshots/WindowsSnapshot.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/BlockingQueue.cs b/Duplicati/Library/Utility/BlockingQueue.cs
index 5cbdb9257..6473e1f18 100644
--- a/Duplicati/Library/Utility/BlockingQueue.cs
+++ b/Duplicati/Library/Utility/BlockingQueue.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/CommandLineParser.cs b/Duplicati/Library/Utility/CommandLineParser.cs
index c4da15418..74b28c676 100644
--- a/Duplicati/Library/Utility/CommandLineParser.cs
+++ b/Duplicati/Library/Utility/CommandLineParser.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/FileBackedList.cs b/Duplicati/Library/Utility/FileBackedList.cs
index 2547e713d..2a5913940 100644
--- a/Duplicati/Library/Utility/FileBackedList.cs
+++ b/Duplicati/Library/Utility/FileBackedList.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Utility/FilterExpression.cs b/Duplicati/Library/Utility/FilterExpression.cs
index 66e8995f1..b03ae06ff 100644
--- a/Duplicati/Library/Utility/FilterExpression.cs
+++ b/Duplicati/Library/Utility/FilterExpression.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2013, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Utility/IFilter.cs b/Duplicati/Library/Utility/IFilter.cs
index b9e29651e..a197ae43b 100644
--- a/Duplicati/Library/Utility/IFilter.cs
+++ b/Duplicati/Library/Utility/IFilter.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Utility/JoinedFilterExpression.cs b/Duplicati/Library/Utility/JoinedFilterExpression.cs
index c7b733394..ff4cc5c34 100644
--- a/Duplicati/Library/Utility/JoinedFilterExpression.cs
+++ b/Duplicati/Library/Utility/JoinedFilterExpression.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Utility/KeyGenerator.cs b/Duplicati/Library/Utility/KeyGenerator.cs
index 3b729f021..7a42715f3 100644
--- a/Duplicati/Library/Utility/KeyGenerator.cs
+++ b/Duplicati/Library/Utility/KeyGenerator.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/OverrideableStream.cs b/Duplicati/Library/Utility/OverrideableStream.cs
index eb6ef460c..5bce21c36 100644
--- a/Duplicati/Library/Utility/OverrideableStream.cs
+++ b/Duplicati/Library/Utility/OverrideableStream.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/ProgressReportingStream.cs b/Duplicati/Library/Utility/ProgressReportingStream.cs
index 6d36ace40..5acdaface 100644
--- a/Duplicati/Library/Utility/ProgressReportingStream.cs
+++ b/Duplicati/Library/Utility/ProgressReportingStream.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/Properties/AssemblyInfo.cs b/Duplicati/Library/Utility/Properties/AssemblyInfo.cs
index df0708cb2..856c22995 100644
--- a/Duplicati/Library/Utility/Properties/AssemblyInfo.cs
+++ b/Duplicati/Library/Utility/Properties/AssemblyInfo.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/Sizeparser.cs b/Duplicati/Library/Utility/Sizeparser.cs
index bf2e5948e..7fa2ae7d1 100644
--- a/Duplicati/Library/Utility/Sizeparser.cs
+++ b/Duplicati/Library/Utility/Sizeparser.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/SslCertificateValidator.cs b/Duplicati/Library/Utility/SslCertificateValidator.cs
index 1146d9c8b..410668ab3 100644
--- a/Duplicati/Library/Utility/SslCertificateValidator.cs
+++ b/Duplicati/Library/Utility/SslCertificateValidator.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/TempFile.cs b/Duplicati/Library/Utility/TempFile.cs
index 1db73c51f..6a9470000 100644
--- a/Duplicati/Library/Utility/TempFile.cs
+++ b/Duplicati/Library/Utility/TempFile.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/TempFileStream.cs b/Duplicati/Library/Utility/TempFileStream.cs
index f3d7fedaf..532cce82f 100644
--- a/Duplicati/Library/Utility/TempFileStream.cs
+++ b/Duplicati/Library/Utility/TempFileStream.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/TempFolder.cs b/Duplicati/Library/Utility/TempFolder.cs
index 9ccdc2787..df8474601 100644
--- a/Duplicati/Library/Utility/TempFolder.cs
+++ b/Duplicati/Library/Utility/TempFolder.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/ThrottledStream.cs b/Duplicati/Library/Utility/ThrottledStream.cs
index 409c3eb0c..c0a7afe14 100644
--- a/Duplicati/Library/Utility/ThrottledStream.cs
+++ b/Duplicati/Library/Utility/ThrottledStream.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/Timeparser.cs b/Duplicati/Library/Utility/Timeparser.cs
index b71214639..0d6c12dfa 100644
--- a/Duplicati/Library/Utility/Timeparser.cs
+++ b/Duplicati/Library/Utility/Timeparser.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/Uri.cs b/Duplicati/Library/Utility/Uri.cs
index ee11b4e19..10f84b4c9 100644
--- a/Duplicati/Library/Utility/Uri.cs
+++ b/Duplicati/Library/Utility/Uri.cs
@@ -1,6 +1,6 @@
-// Copyright (C) 2011, Kenneth Skovhede
+// Copyright (C) 2015, The Duplicati Team
-// http://www.hexad.dk, opensource@hexad.dk
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
diff --git a/Duplicati/Library/Utility/UrlUtillity.cs b/Duplicati/Library/Utility/UrlUtillity.cs
index 5e70e53fd..5753bb1d6 100644
--- a/Duplicati/Library/Utility/UrlUtillity.cs
+++ b/Duplicati/Library/Utility/UrlUtillity.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/Utility.cs b/Duplicati/Library/Utility/Utility.cs
index 358484f8a..ce4e45d66 100644
--- a/Duplicati/Library/Utility/Utility.cs
+++ b/Duplicati/Library/Utility/Utility.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/Win32.cs b/Duplicati/Library/Utility/Win32.cs
index 03b01e183..617318b89 100644
--- a/Duplicati/Library/Utility/Win32.cs
+++ b/Duplicati/Library/Utility/Win32.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2011, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
diff --git a/Duplicati/Library/Utility/WorkerThread.cs b/Duplicati/Library/Utility/WorkerThread.cs
index f165dbbdb..850ced0d9 100644
--- a/Duplicati/Library/Utility/WorkerThread.cs
+++ b/Duplicati/Library/Utility/WorkerThread.cs
@@ -1,6 +1,6 @@
#region Disclaimer / License
-// Copyright (C) 2010, Kenneth Skovhede
-// http://www.hexad.dk, opensource@hexad.dk
+// Copyright (C) 2015, The Duplicati Team
+// http://www.duplicati.com, info@duplicati.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public