diff --git a/LICENSE.txt b/LICENSE.txt index 8d64b630..1a97effc 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012, Outercurve Foundation. +Copyright (c) 2014, Outercurve Foundation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WSPTransportAgent/WSPRoutingAgent.cs b/WebsitePanel/Sources/Tools/WSPTransportAgent/WSPRoutingAgent.cs index 91d6f962..fec842a3 100644 --- a/WebsitePanel/Sources/Tools/WSPTransportAgent/WSPRoutingAgent.cs +++ b/WebsitePanel/Sources/Tools/WSPTransportAgent/WSPRoutingAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.AWStats.Viewer/Providers/AuthenticationProvider.cs b/WebsitePanel/Sources/Tools/WebsitePanel.AWStats.Viewer/Providers/AuthenticationProvider.cs index f00d9ea9..c5369cc9 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.AWStats.Viewer/Providers/AuthenticationProvider.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.AWStats.Viewer/Providers/AuthenticationProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.AWStats.Viewer/Providers/ConfigFile/ConfigFileAuthenticationProvider.cs b/WebsitePanel/Sources/Tools/WebsitePanel.AWStats.Viewer/Providers/ConfigFile/ConfigFileAuthenticationProvider.cs index 967585b4..626827be 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.AWStats.Viewer/Providers/ConfigFile/ConfigFileAuthenticationProvider.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.AWStats.Viewer/Providers/ConfigFile/ConfigFileAuthenticationProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.AWStats.Viewer/Providers/WebsitePanel/WebsitePanelAuthenticationProvider.cs b/WebsitePanel/Sources/Tools/WebsitePanel.AWStats.Viewer/Providers/WebsitePanel/WebsitePanelAuthenticationProvider.cs index 5bfbfed2..f19e0f1c 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.AWStats.Viewer/Providers/WebsitePanel/WebsitePanelAuthenticationProvider.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.AWStats.Viewer/Providers/WebsitePanel/WebsitePanelAuthenticationProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.FilesComparer/CRC32.cs b/WebsitePanel/Sources/Tools/WebsitePanel.FilesComparer/CRC32.cs index ac9f7a57..06145b86 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.FilesComparer/CRC32.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.FilesComparer/CRC32.cs @@ -1,3 +1,31 @@ +// Copyright (c) 2014, Outercurve Foundation. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without modification, +// are permitted provided that the following conditions are met: +// +// - Redistributions of source code must retain the above copyright notice, this +// list of conditions and the following disclaimer. +// +// - Redistributions in binary form must reproduce the above copyright notice, +// this list of conditions and the following disclaimer in the documentation +// and/or other materials provided with the distribution. +// +// - Neither the name of the Outercurve Foundation nor the names of its +// contributors may be used to endorse or promote products derived from this +// software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + using System; using System.Collections.Generic; using System.Text; diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.FilesComparer/Program.cs b/WebsitePanel/Sources/Tools/WebsitePanel.FilesComparer/Program.cs index c7e8523b..d7833ef1 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.FilesComparer/Program.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.FilesComparer/Program.cs @@ -1,3 +1,31 @@ +// Copyright (c) 2014, Outercurve Foundation. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without modification, +// are permitted provided that the following conditions are met: +// +// - Redistributions of source code must retain the above copyright notice, this +// list of conditions and the following disclaimer. +// +// - Redistributions in binary form must reproduce the above copyright notice, +// this list of conditions and the following disclaimer in the documentation +// and/or other materials provided with the distribution. +// +// - Neither the name of the Outercurve Foundation nor the names of its +// contributors may be used to endorse or promote products derived from this +// software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + using System; using System.Xml; using System.IO; diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/ES.cs b/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/ES.cs index fdc54055..bbe33617 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/ES.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/ES.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/ExchangeImport.cs b/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/ExchangeImport.cs index 00c22ee4..b685a7a2 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/ExchangeImport.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/ExchangeImport.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/Log.cs b/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/Log.cs index 08c258af..a7a25a79 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/Log.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/Log.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/Program.cs b/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/Program.cs index c4757264..2657f615 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/Program.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/ServerContext.cs b/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/ServerContext.cs index 10ecc6a6..e3499672 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/ServerContext.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.Import.CsvBulk/ServerContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/DataNode.cs b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/DataNode.cs index a0531d28..d0fe9937 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/DataNode.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/DataNode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Global.cs b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Global.cs index 1e5a928d..c2c1a389 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Global.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Global.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/ImportAction.cs b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/ImportAction.cs index 4fd87c9c..3c625098 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/ImportAction.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/ImportAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Log.cs b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Log.cs index 01005470..ae745b81 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Log.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Log.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/OrganizationImporter.cs b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/OrganizationImporter.cs index 21b1c5f5..3d1fae4b 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/OrganizationImporter.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/OrganizationImporter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Program.cs b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Program.cs index b85d4f0c..0fd36b7e 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Program.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Utils.cs b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Utils.cs index 63f9b026..27b9e4f3 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Utils.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/Utils.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.PasswordEncoder/CryptoUtils.cs b/WebsitePanel/Sources/Tools/WebsitePanel.PasswordEncoder/CryptoUtils.cs index fb4cc432..a64be6f9 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.PasswordEncoder/CryptoUtils.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.PasswordEncoder/CryptoUtils.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.PasswordEncoder/Program.cs b/WebsitePanel/Sources/Tools/WebsitePanel.PasswordEncoder/Program.cs index 633b3d7b..260ea7b1 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.PasswordEncoder/Program.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.PasswordEncoder/Program.cs @@ -1,4 +1,32 @@ -using System; +// Copyright (c) 2014, Outercurve Foundation. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without modification, +// are permitted provided that the following conditions are met: +// +// - Redistributions of source code must retain the above copyright notice, this +// list of conditions and the following disclaimer. +// +// - Redistributions in binary form must reproduce the above copyright notice, +// this list of conditions and the following disclaimer in the documentation +// and/or other materials provided with the distribution. +// +// - Neither the name of the Outercurve Foundation nor the names of its +// contributors may be used to endorse or promote products derived from this +// software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; diff --git a/WebsitePanel/Sources/Tools/WebsitePanel.WseClean/Program.cs b/WebsitePanel/Sources/Tools/WebsitePanel.WseClean/Program.cs index 526be3e4..3d70e0dd 100644 --- a/WebsitePanel/Sources/Tools/WebsitePanel.WseClean/Program.cs +++ b/WebsitePanel/Sources/Tools/WebsitePanel.WseClean/Program.cs @@ -1,4 +1,32 @@ -using System; +// Copyright (c) 2014, Outercurve Foundation. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without modification, +// are permitted provided that the following conditions are met: +// +// - Redistributions of source code must retain the above copyright notice, this +// list of conditions and the following disclaimer. +// +// - Redistributions in binary form must reproduce the above copyright notice, +// this list of conditions and the following disclaimer in the documentation +// and/or other materials provided with the distribution. +// +// - Neither the name of the Outercurve Foundation nor the names of its +// contributors may be used to endorse or promote products derived from this +// software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/WebsitePanel/Sources/VersionInfo.cs b/WebsitePanel/Sources/VersionInfo.cs index 311c3539..eafbfbf3 100644 --- a/WebsitePanel/Sources/VersionInfo.cs +++ b/WebsitePanel/Sources/VersionInfo.cs @@ -1,3 +1,31 @@ +// Copyright (c) 2014, Outercurve Foundation. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without modification, +// are permitted provided that the following conditions are met: +// +// - Redistributions of source code must retain the above copyright notice, this +// list of conditions and the following disclaimer. +// +// - Redistributions in binary form must reproduce the above copyright notice, +// this list of conditions and the following disclaimer in the documentation +// and/or other materials provided with the distribution. +// +// - Neither the name of the Outercurve Foundation nor the names of its +// contributors may be used to endorse or promote products derived from this +// software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + //------------------------------------------------------------------------------ // // This code was generated by a tool. @@ -14,7 +42,7 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyCompany("Outercurve Foundation")] -[assembly: AssemblyCopyright("Copyright © 2012 Outercurve Foundation.")] +[assembly: AssemblyCopyright("Copyright © 2014 Outercurve Foundation.")] [assembly: AssemblyVersion("2.1.0.1")] [assembly: AssemblyFileVersion("2.1.0.1")] [assembly: AssemblyInformationalVersion("2.1.0")] diff --git a/WebsitePanel/Sources/VersionInfo.vb b/WebsitePanel/Sources/VersionInfo.vb index c8ca348e..bf02a9da 100644 --- a/WebsitePanel/Sources/VersionInfo.vb +++ b/WebsitePanel/Sources/VersionInfo.vb @@ -15,9 +15,9 @@ Imports System Imports System.Reflection Imports System.Runtime.CompilerServices Imports System.Runtime.InteropServices - diff --git a/WebsitePanel/Sources/WebsitePanel.Common.Utils/ProxyConfigurator.cs b/WebsitePanel/Sources/WebsitePanel.Common.Utils/ProxyConfigurator.cs index 5280f8bd..129f22d3 100644 --- a/WebsitePanel/Sources/WebsitePanel.Common.Utils/ProxyConfigurator.cs +++ b/WebsitePanel/Sources/WebsitePanel.Common.Utils/ProxyConfigurator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Common.Utils/Utils.cs b/WebsitePanel/Sources/WebsitePanel.Common.Utils/Utils.cs index 40f578c3..92315e1d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Common.Utils/Utils.cs +++ b/WebsitePanel/Sources/WebsitePanel.Common.Utils/Utils.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Common/BusinessErrorCodes.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Common/BusinessErrorCodes.cs index 9bad6958..4a50b093 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Common/BusinessErrorCodes.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Common/BusinessErrorCodes.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Common/GenericStringResult.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Common/GenericStringResult.cs index 3eed3879..183983f4 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Common/GenericStringResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Common/GenericStringResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/DatabaseServers/DatabaseBrowserConfiguration.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/DatabaseServers/DatabaseBrowserConfiguration.cs index b667fb5d..bb4af17b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/DatabaseServers/DatabaseBrowserConfiguration.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/DatabaseServers/DatabaseBrowserConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/BillingCycle.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/BillingCycle.cs index bde08224..85bdcec6 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/BillingCycle.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/BillingCycle.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Category.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Category.cs index 45adac5d..4542fd04 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Category.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Category.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckDomainResult.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckDomainResult.cs index 7a10a929..57da55bc 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckDomainResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckDomainResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutDetails.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutDetails.cs index cf569a09..a5fd851d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutDetails.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutDetails.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutFormParams.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutFormParams.cs index c28a49bf..adee4709 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutFormParams.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutFormParams.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutKeys.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutKeys.cs index 559767d3..5a7c533b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutKeys.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutKeys.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutResult.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutResult.cs index fbc44fee..2dda6cba 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/CheckoutResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Common/GenericResult.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Common/GenericResult.cs index a61a1c4a..3bc88497 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Common/GenericResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Common/GenericResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ContractSystem/Contract.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ContractSystem/Contract.cs index e14d2136..d0c70015 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ContractSystem/Contract.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ContractSystem/Contract.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/DomainNameCycle.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/DomainNameCycle.cs index 8de85022..269c8c7f 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/DomainNameCycle.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/DomainNameCycle.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/FormParameters.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/FormParameters.cs index 44651c24..7028c075 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/FormParameters.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/FormParameters.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/GenericSvcResult.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/GenericSvcResult.cs index 3aa82a55..93b586bc 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/GenericSvcResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/GenericSvcResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/HostingAddon.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/HostingAddon.cs index cb2b9287..4391e17b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/HostingAddon.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/HostingAddon.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/HostingPlan.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/HostingPlan.cs index c52e7b2c..8eebb94c 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/HostingPlan.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/HostingPlan.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/HostingPlanCycle.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/HostingPlanCycle.cs index 09e0c553..72838c93 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/HostingPlanCycle.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/HostingPlanCycle.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/IDomainRegistrar.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/IDomainRegistrar.cs index 2257958a..f3c9acc7 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/IDomainRegistrar.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/IDomainRegistrar.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/IInteractivePaymentGatewayProvider.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/IInteractivePaymentGatewayProvider.cs index daec7335..652a9fab 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/IInteractivePaymentGatewayProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/IInteractivePaymentGatewayProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/IPaymentGatewayProvider.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/IPaymentGatewayProvider.cs index 5a7c207b..0d157637 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/IPaymentGatewayProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/IPaymentGatewayProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Invoice.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Invoice.cs index d7165821..1ce7b3f3 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Invoice.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Invoice.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/InvoiceItem.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/InvoiceItem.cs index beab6460..4ad46d02 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/InvoiceItem.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/InvoiceItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/KeyValueBunch.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/KeyValueBunch.cs index 4f7ecd41..282e667a 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/KeyValueBunch.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/KeyValueBunch.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/OrderResult.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/OrderResult.cs index 3e147126..43067c1e 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/OrderResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/OrderResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Payment.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Payment.cs index e344d719..021e3469 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Payment.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Payment.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/PaymentMethod.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/PaymentMethod.cs index ac858ef6..f0798027 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/PaymentMethod.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/PaymentMethod.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Product.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Product.cs index eee2d827..b1cb405c 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Product.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Product.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ProductType.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ProductType.cs index 1d88c3bc..9c53e8c6 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ProductType.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ProductType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ResultCodes.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ResultCodes.cs index da4a47bb..d53c95d3 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ResultCodes.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ResultCodes.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Service.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Service.cs index 35fdc83a..a53f6de7 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Service.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Service.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ServiceHandlers/HandlerResponse.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ServiceHandlers/HandlerResponse.cs index e8a63f51..b64ae2ce 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ServiceHandlers/HandlerResponse.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/ServiceHandlers/HandlerResponse.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/StoreSettings.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/StoreSettings.cs index ebbafda4..69f6c1f7 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/StoreSettings.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/StoreSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/SupportedPlugin.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/SupportedPlugin.cs index 19e06fae..6932ace1 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/SupportedPlugin.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/SupportedPlugin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/SystemPlugins/ISystemPlugin.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/SystemPlugins/ISystemPlugin.cs index e3b903d3..5612de11 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/SystemPlugins/ISystemPlugin.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/SystemPlugins/ISystemPlugin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/SystemPlugins/SystemPluginBase.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/SystemPlugins/SystemPluginBase.cs index dda95fb0..471a77f8 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/SystemPlugins/SystemPluginBase.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/SystemPlugins/SystemPluginBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TLDExtension.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TLDExtension.cs index 7b6589fb..59ceae70 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TLDExtension.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TLDExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TaxZone.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TaxZone.cs index a8371461..2ca5727a 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TaxZone.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TaxZone.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Taxation.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Taxation.cs index f9e258d4..fe4cf820 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Taxation.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/Taxation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TopLevelDomain.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TopLevelDomain.cs index 3ca07f41..b935a74b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TopLevelDomain.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TopLevelDomain.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TransactionResult.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TransactionResult.cs index 7999a97b..8a104ecf 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TransactionResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TransactionResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TriggerSystem/ITriggerHandler.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TriggerSystem/ITriggerHandler.cs index 003239d2..993fc31b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TriggerSystem/ITriggerHandler.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Ecommerce/TriggerSystem/ITriggerHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/ExchangeServer/ExchangeEmailAddress.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/ExchangeServer/ExchangeEmailAddress.cs index 24eb5d80..10902fc4 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/ExchangeServer/ExchangeEmailAddress.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/ExchangeServer/ExchangeEmailAddress.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/HostedSolution/AdditionalGroup.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/HostedSolution/AdditionalGroup.cs index b8c4bef7..84e7b6ee 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/HostedSolution/AdditionalGroup.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/HostedSolution/AdditionalGroup.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Log/LogRecord.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Log/LogRecord.cs index 207d3603..54e03577 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Log/LogRecord.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Log/LogRecord.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanContext.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanContext.cs index dd0d1c67..56dc4cd1 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanContext.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanGroupInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanGroupInfo.cs index 76270097..1f87df33 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanGroupInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanGroupInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanInfo.cs index 86bba986..45a72f13 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanQuotaInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanQuotaInfo.cs index 64db3ee8..53c4c2e7 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanQuotaInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/HostingPlanQuotaInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageAddonInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageAddonInfo.cs index fd87dd84..8201cd25 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageAddonInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageAddonInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageContext.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageContext.cs index e36edb0e..bba26189 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageContext.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageInfo.cs index 8f6644af..bbcd7fca 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageResult.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageResult.cs index 601ac4b8..92fd1da0 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageSettings.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageSettings.cs index 6d2ba63c..c6bca24c 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageSettings.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageStatus.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageStatus.cs index c67b36ed..24d006b8 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageStatus.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/PackageStatus.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/QuotaInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/QuotaInfo.cs index a227a89d..b06df93a 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/QuotaInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/QuotaInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/QuotaValueInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/QuotaValueInfo.cs index b6d645a4..632b919e 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/QuotaValueInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/QuotaValueInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/Quotas.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/Quotas.cs index b45833f3..adc16ef7 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/Quotas.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Packages/Quotas.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Reports/OverusageReport.custom.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Reports/OverusageReport.custom.cs index 7cee5a38..fa51f6ad 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Reports/OverusageReport.custom.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Reports/OverusageReport.custom.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Reports/OverusageReportUtils.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Reports/OverusageReportUtils.cs index 41dd74d2..0c3ff953 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Reports/OverusageReportUtils.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Reports/OverusageReportUtils.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleInfo.cs index 4a8d0a54..6f843bc5 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/SchedulePriority.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/SchedulePriority.cs index 9b904cd4..65d66e71 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/SchedulePriority.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/SchedulePriority.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleStatus.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleStatus.cs index ef9e5be4..a7c0d47d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleStatus.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleStatus.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleTaskInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleTaskInfo.cs index 04045c28..1576b09b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleTaskInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleTaskInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleTaskParameterInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleTaskParameterInfo.cs index 688f2959..a5b2637f 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleTaskParameterInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleTaskParameterInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleTaskParameterType.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleTaskParameterType.cs index d57f2fcf..8ac29364 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleTaskParameterType.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleTaskParameterType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleType.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleType.cs index 0aa5a078..c54d3bfb 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleType.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleViewConfiguration.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleViewConfiguration.cs index 42ec6c00..605de755 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleViewConfiguration.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ScheduleViewConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/SchedulerException.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/SchedulerException.cs index 6d487a88..f74f3841 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/SchedulerException.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/SchedulerException.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/SchedulerTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/SchedulerTask.cs index d654021e..d9c9848b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/SchedulerTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/SchedulerTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ThreadStartParameters.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ThreadStartParameters.cs index 39a2c953..9e62ae1b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ThreadStartParameters.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Scheduling/ThreadStartParameters.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Security/DemandAccount.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Security/DemandAccount.cs index 720f6bd4..1cdd2254 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Security/DemandAccount.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Security/DemandAccount.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Security/DemandPackage.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Security/DemandPackage.cs index 2b032f37..b0babaf5 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Security/DemandPackage.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Security/DemandPackage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ClusterInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ClusterInfo.cs index d7bb6504..d9dbae7c 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ClusterInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ClusterInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/DomainInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/DomainInfo.cs index eef37219..a05cfdc7 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/DomainInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/DomainInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/DomainType.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/DomainType.cs index 43406f1a..dd7fa0aa 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/DomainType.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/DomainType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/GlobalDnsRecord.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/GlobalDnsRecord.cs index 773026b4..4a870ee1 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/GlobalDnsRecord.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/GlobalDnsRecord.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/IPAddressInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/IPAddressInfo.cs index b16f48d8..30009632 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/IPAddressInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/IPAddressInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/IPAddressPool.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/IPAddressPool.cs index 67a74266..827b7362 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/IPAddressPool.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/IPAddressPool.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/IPAddressesPaged.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/IPAddressesPaged.cs index 862e15b7..2b5a1382 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/IPAddressesPaged.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/IPAddressesPaged.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ProviderInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ProviderInfo.cs index c21eec09..1b9984a2 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ProviderInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ProviderInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ResourceGroupInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ResourceGroupInfo.cs index abec2ff0..df896d07 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ResourceGroupInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ResourceGroupInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ResourceGroups.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ResourceGroups.cs index da82621d..ca3e129a 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ResourceGroups.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ResourceGroups.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ServerInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ServerInfo.cs index 5560a08e..0555a773 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ServerInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ServerInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ServiceInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ServiceInfo.cs index 9a704b12..50571b3d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ServiceInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/ServiceInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/VirtualGroupInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/VirtualGroupInfo.cs index 03359b56..896fe1b4 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/VirtualGroupInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Servers/VirtualGroupInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/System/SystemSettings.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/System/SystemSettings.cs index d41e70b9..14cd1dfe 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/System/SystemSettings.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/System/SystemSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Tasks/BackgroundTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Tasks/BackgroundTask.cs index bfe596f1..d7331b84 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Tasks/BackgroundTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Tasks/BackgroundTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Tasks/BackgroundTaskLogRecord.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Tasks/BackgroundTaskLogRecord.cs index afccc7d8..505bbf91 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Tasks/BackgroundTaskLogRecord.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Tasks/BackgroundTaskLogRecord.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserInfo.cs index 3510003c..4d8fb6ba 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserLoginStatus.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserLoginStatus.cs index ee564350..6e86cc16 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserLoginStatus.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserLoginStatus.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserRole.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserRole.cs index c83a3abb..9f62df67 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserRole.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserRole.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserSettings.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserSettings.cs index b69dfc04..b573fbd6 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserSettings.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserStatus.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserStatus.cs index d7a2fda4..87b6b0b7 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserStatus.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UserStatus.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UsernamePolicy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UsernamePolicy.cs index 9487df2a..5795f466 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UsernamePolicy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Users/UsernamePolicy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/NetworkAdapterDetails.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/NetworkAdapterDetails.cs index ce0e201b..1e8213fd 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/NetworkAdapterDetails.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/NetworkAdapterDetails.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/NetworkAdapterIPAddress.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/NetworkAdapterIPAddress.cs index 8147ad89..a72d8072 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/NetworkAdapterIPAddress.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/NetworkAdapterIPAddress.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PackageIPAddress.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PackageIPAddress.cs index 88e0e1f4..02956c51 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PackageIPAddress.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PackageIPAddress.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PackageIPAddressesPaged.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PackageIPAddressesPaged.cs index ab66da8e..44bb276c 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PackageIPAddressesPaged.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PackageIPAddressesPaged.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PrivateIPAddress.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PrivateIPAddress.cs index 66b84828..b256e647 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PrivateIPAddress.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PrivateIPAddress.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PrivateIPAddressesPaged.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PrivateIPAddressesPaged.cs index 3dc76776..522daf67 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PrivateIPAddressesPaged.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/PrivateIPAddressesPaged.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualMachineMetaItem.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualMachineMetaItem.cs index 7f2c2b8c..b19ad039 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualMachineMetaItem.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualMachineMetaItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualMachineMetaItemsPaged.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualMachineMetaItemsPaged.cs index d8957cdf..c64f47a1 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualMachineMetaItemsPaged.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualMachineMetaItemsPaged.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualMachinePermission.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualMachinePermission.cs index 67fd1505..29611a36 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualMachinePermission.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualMachinePermission.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualizationErrorCodes.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualizationErrorCodes.cs index beeeb237..d9b04da6 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualizationErrorCodes.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Virtualization/VirtualizationErrorCodes.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Wizards/ApplicationInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Wizards/ApplicationInfo.cs index 95b9369c..80a61b02 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Wizards/ApplicationInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Wizards/ApplicationInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Wizards/InstallationInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Wizards/InstallationInfo.cs index 0aba9bab..596cbf64 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Wizards/InstallationInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Base/Wizards/InstallationInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ApplicationsInstallerProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ApplicationsInstallerProxy.cs index 15662f96..6fcaf6a1 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ApplicationsInstallerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ApplicationsInstallerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/AuditLogProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/AuditLogProxy.cs index c9a7e050..51518e9c 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/AuditLogProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/AuditLogProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/AuthenticationProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/AuthenticationProxy.cs index 628cb2c7..4b6fd58b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/AuthenticationProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/AuthenticationProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/BackupProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/BackupProxy.cs index f08daee2..405e4bf5 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/BackupProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/BackupProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/BlackBerryProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/BlackBerryProxy.cs index 27197897..4d14604f 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/BlackBerryProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/BlackBerryProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/CRMProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/CRMProxy.cs index 1bb230d9..e9b76805 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/CRMProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/CRMProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/CommentsProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/CommentsProxy.cs index e355e6db..659ae173 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/CommentsProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/CommentsProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/Common/EnterpriseServerProxyConfigurator.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/Common/EnterpriseServerProxyConfigurator.cs index 0658013c..98aa908b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/Common/EnterpriseServerProxyConfigurator.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/Common/EnterpriseServerProxyConfigurator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/Common/UsernameAssertion.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/Common/UsernameAssertion.cs index ab5098ae..eca708f3 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/Common/UsernameAssertion.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/Common/UsernameAssertion.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/DatabaseServersProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/DatabaseServersProxy.cs index a04feca5..29877c5d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/DatabaseServersProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/DatabaseServersProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/EnterpriseStorageProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/EnterpriseStorageProxy.cs index b08a2233..b02f51d3 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/EnterpriseStorageProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/EnterpriseStorageProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ExchangeServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ExchangeServerProxy.cs index 98d2ecf0..8f48a15d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ExchangeServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ExchangeServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2014, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/FilesProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/FilesProxy.cs index 7064e1c4..6e0f2803 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/FilesProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/FilesProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/FtpServersProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/FtpServersProxy.cs index 82ffc802..5e33af22 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/FtpServersProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/FtpServersProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/HeliconZooProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/HeliconZooProxy.cs index 0f17cc27..fb7a3533 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/HeliconZooProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/HeliconZooProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/HostedSharePointServersProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/HostedSharePointServersProxy.cs index e3e66389..68004292 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/HostedSharePointServersProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/HostedSharePointServersProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ImportProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ImportProxy.cs index 889922e5..c87ebba6 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ImportProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ImportProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/LyncProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/LyncProxy.cs index 952cc22f..6b7bc838 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/LyncProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/LyncProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/MailServersProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/MailServersProxy.cs index e195ec8d..a52f938a 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/MailServersProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/MailServersProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/OCSProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/OCSProxy.cs index 6548acb9..524c9262 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/OCSProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/OCSProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/OperatingSystemsProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/OperatingSystemsProxy.cs index 1d23ee54..9ec16861 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/OperatingSystemsProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/OperatingSystemsProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/OrganizationProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/OrganizationProxy.cs index a064b0b7..4daaabf4 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/OrganizationProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/OrganizationProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/PackagesProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/PackagesProxy.cs index 0150666a..fb9832c9 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/PackagesProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/PackagesProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/RemoteDesktopServicesProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/RemoteDesktopServicesProxy.cs index 7913099e..5367eaf5 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/RemoteDesktopServicesProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/RemoteDesktopServicesProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/SchedulerProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/SchedulerProxy.cs index c0c13ee8..cad59638 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/SchedulerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/SchedulerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ServersProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ServersProxy.cs index 52065e46..3368d3b8 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ServersProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ServersProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/SharePointServersProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/SharePointServersProxy.cs index 00bbbbac..7c23dbbd 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/SharePointServersProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/SharePointServersProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/StatisticsServersProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/StatisticsServersProxy.cs index a804868b..db333ad8 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/StatisticsServersProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/StatisticsServersProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/SystemProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/SystemProxy.cs index e1d018f8..b128fe9a 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/SystemProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/SystemProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/TasksProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/TasksProxy.cs index 1bdd595d..837dd37e 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/TasksProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/TasksProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/UsersProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/UsersProxy.cs index 136b7a15..4aad4c4f 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/UsersProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/UsersProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/VirtualizationServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/VirtualizationServerProxy.cs index d4f54d2a..2f98f3a2 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/VirtualizationServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/VirtualizationServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/VirtualizationServerProxyForPrivateCloud.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/VirtualizationServerProxyForPrivateCloud.cs index 9835c050..4b9049f4 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/VirtualizationServerProxyForPrivateCloud.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/VirtualizationServerProxyForPrivateCloud.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/WebApplicationGalleryProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/WebApplicationGalleryProxy.cs index 5e40b991..65ef18b5 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/WebApplicationGalleryProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/WebApplicationGalleryProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/WebServersProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/WebServersProxy.cs index 30989c05..2766128f 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/WebServersProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/WebServersProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ecServiceHandlerProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ecServiceHandlerProxy.cs index e13350f6..4d2f2dd9 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ecServiceHandlerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ecServiceHandlerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ecStorefrontProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ecStorefrontProxy.cs index 406a07ef..09a75579 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ecStorefrontProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ecStorefrontProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ecStorehouseProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ecStorehouseProxy.cs index 2463a3d8..731dac35 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ecStorehouseProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Client/ecStorehouseProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Comments/CommentsController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Comments/CommentsController.cs index 9bc4705c..037339d3 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Comments/CommentsController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Comments/CommentsController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ConfigSettings.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ConfigSettings.cs index f7d791f8..ab544213 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ConfigSettings.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ConfigSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/CryptoUtils.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/CryptoUtils.cs index a126dfb4..7cd82f00 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/CryptoUtils.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/CryptoUtils.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/EnterpriseServerIdentity.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/EnterpriseServerIdentity.cs index 513ccf5e..b8b97259 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/EnterpriseServerIdentity.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/EnterpriseServerIdentity.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/EnterpriseServerPrincipal.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/EnterpriseServerPrincipal.cs index 59a40c1c..1e01b066 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/EnterpriseServerPrincipal.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/EnterpriseServerPrincipal.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/FileUtils.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/FileUtils.cs index e9e25d22..55947943 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/FileUtils.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/FileUtils.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/IPAddress.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/IPAddress.cs index d1b8540e..6adf3338 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/IPAddress.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/IPAddress.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/Int128.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/Int128.cs index 2b706996..62678860 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/Int128.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/Int128.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/MailHelper.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/MailHelper.cs index ff6b44d8..d506692c 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/MailHelper.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/MailHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ObjectUtils.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ObjectUtils.cs index eabcbf15..6f006e21 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ObjectUtils.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ObjectUtils.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/SecurityContext.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/SecurityContext.cs index bd037cd7..be88225f 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/SecurityContext.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/SecurityContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ServiceProviderProxy.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ServiceProviderProxy.cs index d7eda041..bfb98342 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ServiceProviderProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ServiceProviderProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ServiceUsernameTokenManager.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ServiceUsernameTokenManager.cs index 21bfb8ec..ffa30c1d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ServiceUsernameTokenManager.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/ServiceUsernameTokenManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/UsernameAssertion.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/UsernameAssertion.cs index a2e8519b..d2ab6a3d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/UsernameAssertion.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/UsernameAssertion.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/Utils.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/Utils.cs index 93f140aa..88911282 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/Utils.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Common/Utils.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Data/DataProvider.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Data/DataProvider.cs index c5c93191..ff34801b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Data/DataProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Data/DataProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2014, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Data/EcommerceProvider.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Data/EcommerceProvider.cs index 09b90752..8d3d84bf 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Data/EcommerceProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Data/EcommerceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Data/SQLHelper.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Data/SQLHelper.cs index ac2646ac..814fc238 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Data/SQLHelper.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Data/SQLHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/DatabaseServers/DatabaseServerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/DatabaseServers/DatabaseServerController.cs index 99e2d55d..047f3615 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/DatabaseServers/DatabaseServerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/DatabaseServers/DatabaseServerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/DnsServers/DnsServerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/DnsServers/DnsServerController.cs index 10d4bbea..8a5d68e3 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/DnsServers/DnsServerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/DnsServers/DnsServerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/CategoryController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/CategoryController.cs index fec75e73..4464a545 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/CategoryController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/CategoryController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/ContractSystem/ContractController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/ContractSystem/ContractController.cs index 1fcab30c..215cc658 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/ContractSystem/ContractController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/ContractSystem/ContractController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Helpers.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Helpers.cs index 525efdab..fcf5c9e8 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Helpers.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Helpers.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/InvoiceController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/InvoiceController.cs index 65ccd06e..a62a428f 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/InvoiceController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/InvoiceController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/MiscController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/MiscController.cs index 104dbd54..a045cc65 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/MiscController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/MiscController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/PaymentGatewayController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/PaymentGatewayController.cs index 21f85fce..29ca0c75 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/PaymentGatewayController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/PaymentGatewayController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/DomainNameController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/DomainNameController.cs index c0b9bf12..acfcda9a 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/DomainNameController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/DomainNameController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/HostingAddonController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/HostingAddonController.cs index bcc67ac4..89d53e6d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/HostingAddonController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/HostingAddonController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/HostingPackageController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/HostingPackageController.cs index dca4232f..2a997d0c 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/HostingPackageController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/HostingPackageController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/IServiceProvisioning.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/IServiceProvisioning.cs index 1e09d960..e61a9150 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/IServiceProvisioning.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/IServiceProvisioning.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/ProvisioningContext.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/ProvisioningContext.cs index 9a2bdc70..40e57ed9 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/ProvisioningContext.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/ProvisioningContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/ServiceProvisioningBase.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/ServiceProvisioningBase.cs index 1988b103..1b3cff6a 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/ServiceProvisioningBase.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/Provisioning/ServiceProvisioningBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/ServiceController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/ServiceController.cs index d3686164..ce796d39 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/ServiceController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/ServiceController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/ServiceHandlers/ServiceHandlerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/ServiceHandlers/ServiceHandlerController.cs index 098bba6c..1be19a09 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/ServiceHandlers/ServiceHandlerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/ServiceHandlers/ServiceHandlerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/StorefrontController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/StorefrontController.cs index 71c98a16..a1515105 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/StorefrontController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/StorefrontController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/StorehouseController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/StorehouseController.cs index 6ea4ddc6..2bba3a6a 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/StorehouseController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/StorehouseController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/SystemPluginController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/SystemPluginController.cs index e93e8cf4..e72daea9 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/SystemPluginController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/SystemPluginController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TaskEventHandlers/SendEmailNotification.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TaskEventHandlers/SendEmailNotification.cs index 114c09e6..77400388 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TaskEventHandlers/SendEmailNotification.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TaskEventHandlers/SendEmailNotification.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TaskEventHandlers/SystemTriggersAgent.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TaskEventHandlers/SystemTriggersAgent.cs index b7b8efec..4529ec65 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TaskEventHandlers/SystemTriggersAgent.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TaskEventHandlers/SystemTriggersAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TriggerSystem/CommonTrigger.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TriggerSystem/CommonTrigger.cs index 0409e887..dc3b33b1 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TriggerSystem/CommonTrigger.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TriggerSystem/CommonTrigger.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TriggerSystem/TriggerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TriggerSystem/TriggerController.cs index a9bc8328..bb95a736 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TriggerSystem/TriggerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Ecommerce/TriggerSystem/TriggerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs index f3654fa5..42044528 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/EnterpriseStorage/EnterpriseStorageController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/ExchangeServer/ExchangeServerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/ExchangeServer/ExchangeServerController.cs index 99973e3b..e528cd46 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/ExchangeServer/ExchangeServerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/ExchangeServer/ExchangeServerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Files/FilesController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Files/FilesController.cs index ea8ab649..3e7b4936 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Files/FilesController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Files/FilesController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/FtpServers/FtpServerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/FtpServers/FtpServerController.cs index 25541268..dc8d113f 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/FtpServers/FtpServerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/FtpServers/FtpServerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HeliconZoo/HeliconZooController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HeliconZoo/HeliconZooController.cs index d7be53b7..467b9a2d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HeliconZoo/HeliconZooController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HeliconZoo/HeliconZooController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/BlackBerryController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/BlackBerryController.cs index 342b5c48..4c80722b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/BlackBerryController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/BlackBerryController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/CRMController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/CRMController.cs index 9679be40..f986fbce 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/CRMController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/CRMController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/LyncController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/LyncController.cs index 14b9082b..91e6bc4b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/LyncController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/LyncController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/LyncControllerAsync.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/LyncControllerAsync.cs index f30dc4f6..c1fef693 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/LyncControllerAsync.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/LyncControllerAsync.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/OCSController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/OCSController.cs index d202ce0c..b8dc3635 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/OCSController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/OCSController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/OrganizationController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/OrganizationController.cs index fd00ef60..19ec20ae 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/OrganizationController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/OrganizationController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/ReportController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/ReportController.cs index b67dccf5..fab50dff 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/ReportController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/HostedSolution/ReportController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Log/AuditLog.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Log/AuditLog.cs index 0b1a62e1..bbce62bc 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Log/AuditLog.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Log/AuditLog.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/MailServers/MailServerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/MailServers/MailServerController.cs index d7923702..7ae608e5 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/MailServers/MailServerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/MailServers/MailServerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/MailServers/QuotaLimit.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/MailServers/QuotaLimit.cs index 2348cca7..c657c3b3 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/MailServers/QuotaLimit.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/MailServers/QuotaLimit.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/OperatingSystems/OperatingSystemController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/OperatingSystems/OperatingSystemController.cs index a19bc353..d851ac44 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/OperatingSystems/OperatingSystemController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/OperatingSystems/OperatingSystemController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Packages/PackageAsyncWorker.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Packages/PackageAsyncWorker.cs index b1946073..05894065 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Packages/PackageAsyncWorker.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Packages/PackageAsyncWorker.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Packages/PackageController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Packages/PackageController.cs index cda59b87..987e66e4 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Packages/PackageController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Packages/PackageController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Packages/ServiceItemsPaged.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Packages/ServiceItemsPaged.cs index a2defdfc..8fb7b970 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Packages/ServiceItemsPaged.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Packages/ServiceItemsPaged.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Properties/AssemblyInfo.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Properties/AssemblyInfo.cs index f6d2b5d9..37894de7 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Properties/AssemblyInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/BackupAsyncWorker.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/BackupAsyncWorker.cs index b9b6dd6f..d3d8d3e4 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/BackupAsyncWorker.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/BackupAsyncWorker.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/BackupController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/BackupController.cs index 23d8864c..a3b7e47f 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/BackupController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/BackupController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/IBackupController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/IBackupController.cs index 186090f7..d4a3517c 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/IBackupController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/IBackupController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/IImportController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/IImportController.cs index 4c290c3e..f9c6b3fe 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/IImportController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/IImportController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/ImportAsyncWorker.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/ImportAsyncWorker.cs index 9840cc7b..6e51e6c6 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/ImportAsyncWorker.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/ImportAsyncWorker.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/ImportController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/ImportController.cs index aaa74100..066ca818 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/ImportController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Provisioning/ImportController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/RemoteDesktopServices/RemoteDesktopServicesController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/RemoteDesktopServices/RemoteDesktopServicesController.cs index 19a236ec..1db609d9 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/RemoteDesktopServices/RemoteDesktopServicesController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/RemoteDesktopServices/RemoteDesktopServicesController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/ActivatePaidInvoicesTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/ActivatePaidInvoicesTask.cs index 2563a082..0645328c 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/ActivatePaidInvoicesTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/ActivatePaidInvoicesTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/BackupDatabaseTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/BackupDatabaseTask.cs index 9a871c66..68ce33f6 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/BackupDatabaseTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/BackupDatabaseTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/BackupTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/BackupTask.cs index 92a30c81..4f6c361e 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/BackupTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/BackupTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CalculateExchangeDiskspaceTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CalculateExchangeDiskspaceTask.cs index b6e477cc..36a91f44 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CalculateExchangeDiskspaceTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CalculateExchangeDiskspaceTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CalculatePackagesBandwidthTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CalculatePackagesBandwidthTask.cs index 995415f9..b5c239f9 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CalculatePackagesBandwidthTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CalculatePackagesBandwidthTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CalculatePackagesDiskspaceTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CalculatePackagesDiskspaceTask.cs index 200648cc..d4236bf1 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CalculatePackagesDiskspaceTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CalculatePackagesDiskspaceTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CancelOverdueInvoicesTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CancelOverdueInvoicesTask.cs index fa917f83..89d32a66 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CancelOverdueInvoicesTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CancelOverdueInvoicesTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CheckWebSiteTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CheckWebSiteTask.cs index 574e3d26..a7b8d496 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CheckWebSiteTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/CheckWebSiteTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/FTPFilesTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/FTPFilesTask.cs index 1738f145..122ffb07 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/FTPFilesTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/FTPFilesTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/GenerateInvoicesTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/GenerateInvoicesTask.cs index f0ba1a82..72424010 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/GenerateInvoicesTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/GenerateInvoicesTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/HostedSolutionReport.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/HostedSolutionReport.cs index fedeb3e8..e0209bc1 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/HostedSolutionReport.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/HostedSolutionReport.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/NotifyOverusedDatabasesTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/NotifyOverusedDatabasesTask.cs index b38e5f38..44f5f0c7 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/NotifyOverusedDatabasesTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/NotifyOverusedDatabasesTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/RunPaymentQueueTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/RunPaymentQueueTask.cs index ab969bc9..a6391ab6 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/RunPaymentQueueTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/RunPaymentQueueTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/RunSystemCommandTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/RunSystemCommandTask.cs index e05bf145..8d04e598 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/RunSystemCommandTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/RunSystemCommandTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/SendMailNotificationTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/SendMailNotificationTask.cs index b7a0308f..90959339 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/SendMailNotificationTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/SendMailNotificationTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/SuspendOverdueInvoicesTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/SuspendOverdueInvoicesTask.cs index d97d238a..589e050b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/SuspendOverdueInvoicesTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/SuspendOverdueInvoicesTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/SuspendOverusedPackagesTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/SuspendOverusedPackagesTask.cs index e7201be1..d9fd1b4d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/SuspendOverusedPackagesTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/SuspendOverusedPackagesTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/ZipFilesTask.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/ZipFilesTask.cs index 20247fee..69c5447a 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/ZipFilesTask.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SchedulerTasks/ZipFilesTask.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Scheduling/Scheduler.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Scheduling/Scheduler.cs index 34b9ffbf..6773f712 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Scheduling/Scheduler.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Scheduling/Scheduler.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Scheduling/SchedulerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Scheduling/SchedulerController.cs index be434a2e..e01ac421 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Scheduling/SchedulerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Scheduling/SchedulerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Scheduling/SchedulerJob.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Scheduling/SchedulerJob.cs index 7b9d2efd..43de6a40 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Scheduling/SchedulerJob.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Scheduling/SchedulerJob.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Servers/ServerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Servers/ServerController.cs index b759177c..eaca340c 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Servers/ServerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Servers/ServerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SharePoint/HostedSharePointServerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SharePoint/HostedSharePointServerController.cs index 886936a1..e2097b38 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SharePoint/HostedSharePointServerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SharePoint/HostedSharePointServerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SharePoint/SharePointServerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SharePoint/SharePointServerController.cs index f516bfa6..c985535b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SharePoint/SharePointServerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/SharePoint/SharePointServerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/StatisticsServers/StatisticsServerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/StatisticsServers/StatisticsServerController.cs index 29b33e14..6d64cf82 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/StatisticsServers/StatisticsServerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/StatisticsServers/StatisticsServerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/System/SystemController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/System/SystemController.cs index 3f010eec..533f95b5 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/System/SystemController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/System/SystemController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Tasks/SendEmailNotification.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Tasks/SendEmailNotification.cs index e36eacb6..99b3874d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Tasks/SendEmailNotification.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Tasks/SendEmailNotification.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Tasks/TaskEventHandler.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Tasks/TaskEventHandler.cs index 87c6943d..3b6ca8c3 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Tasks/TaskEventHandler.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Tasks/TaskEventHandler.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Tasks/TaskManager.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Tasks/TaskManager.cs index 78abe2ac..4de147bd 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Tasks/TaskManager.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Tasks/TaskManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Users/UserAsyncWorker.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Users/UserAsyncWorker.cs index 33cac57d..4375b29e 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Users/UserAsyncWorker.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Users/UserAsyncWorker.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Users/UserController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Users/UserController.cs index 4f51e249..528d8db4 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Users/UserController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Users/UserController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Virtualization/CreateServerAsyncWorker.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Virtualization/CreateServerAsyncWorker.cs index 41109b1d..358741bd 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Virtualization/CreateServerAsyncWorker.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Virtualization/CreateServerAsyncWorker.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Virtualization/VirtualizationServerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Virtualization/VirtualizationServerController.cs index b6dec6b3..5fb6e422 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Virtualization/VirtualizationServerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Virtualization/VirtualizationServerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/VirtualizationForPrivateCloud/CreateAsyncVMfromVM.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/VirtualizationForPrivateCloud/CreateAsyncVMfromVM.cs index b6c7b789..a7be91e4 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/VirtualizationForPrivateCloud/CreateAsyncVMfromVM.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/VirtualizationForPrivateCloud/CreateAsyncVMfromVM.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/VirtualizationForPrivateCloud/CreateServerAsyncWorkerForPrivateCloud.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/VirtualizationForPrivateCloud/CreateServerAsyncWorkerForPrivateCloud.cs index ddd2778b..f65f4e5d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/VirtualizationForPrivateCloud/CreateServerAsyncWorkerForPrivateCloud.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/VirtualizationForPrivateCloud/CreateServerAsyncWorkerForPrivateCloud.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/VirtualizationForPrivateCloud/VirtualizationServerControllerForPrivateCloud.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/VirtualizationForPrivateCloud/VirtualizationServerControllerForPrivateCloud.cs index 7ec47d27..61a5676c 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/VirtualizationForPrivateCloud/VirtualizationServerControllerForPrivateCloud.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/VirtualizationForPrivateCloud/VirtualizationServerControllerForPrivateCloud.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/WebAppGallery/WebAppGalleryController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/WebAppGallery/WebAppGalleryController.cs index 58fc4db5..3dc7c030 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/WebAppGallery/WebAppGalleryController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/WebAppGallery/WebAppGalleryController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/WebServers/WebServerController.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/WebServers/WebServerController.cs index d3e96980..f390f593 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/WebServers/WebServerController.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/WebServers/WebServerController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Wizards/UserCreationWizard.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Wizards/UserCreationWizard.cs index 44556807..eebe1c1b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Wizards/UserCreationWizard.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Wizards/UserCreationWizard.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Wizards/WebApplicationsInstaller.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Wizards/WebApplicationsInstaller.cs index aa40c3dd..21a1a0b4 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Wizards/WebApplicationsInstaller.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer.Code/Wizards/WebApplicationsInstaller.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Default.aspx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Default.aspx.cs index 7c71d343..e1642af0 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Default.aspx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Default.aspx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Global.asax.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Global.asax.cs index f864aaf3..f239236b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Global.asax.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/Global.asax.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/ecServiceHandler.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/ecServiceHandler.asmx.cs index febe6363..ed50d447 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/ecServiceHandler.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/ecServiceHandler.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/ecStorefront.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/ecStorefront.asmx.cs index 31ea9192..ca906426 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/ecStorefront.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/ecStorefront.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/ecStorehouse.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/ecStorehouse.asmx.cs index f480ccd3..5fed5a61 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/ecStorehouse.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/ecStorehouse.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esApplicationsInstaller.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esApplicationsInstaller.asmx.cs index c352facb..63b29f76 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esApplicationsInstaller.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esApplicationsInstaller.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esAuditLog.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esAuditLog.asmx.cs index cef43a9b..84175fc0 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esAuditLog.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esAuditLog.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esAuthentication.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esAuthentication.asmx.cs index 6f6cfeac..b591c0ee 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esAuthentication.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esAuthentication.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esBackup.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esBackup.asmx.cs index 373f0aeb..cc53fd40 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esBackup.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esBackup.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esBlackBerry.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esBlackBerry.asmx.cs index 7c2ec0f2..d6050e37 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esBlackBerry.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esBlackBerry.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esCRM.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esCRM.asmx.cs index 491875e6..f4f969ac 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esCRM.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esCRM.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esComments.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esComments.asmx.cs index a490a039..aaeb606e 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esComments.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esComments.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esDatabaseServers.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esDatabaseServers.asmx.cs index 261497a1..e7024534 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esDatabaseServers.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esDatabaseServers.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esEnterpriseStorage.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esEnterpriseStorage.asmx.cs index 3af2cd32..19e58d80 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esEnterpriseStorage.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esEnterpriseStorage.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esExchangeServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esExchangeServer.asmx.cs index 09c32e9a..a8ac2267 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esExchangeServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esExchangeServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2014, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esFiles.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esFiles.asmx.cs index 7663d4a8..ab8a4ada 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esFiles.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esFiles.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esFtpServers.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esFtpServers.asmx.cs index b32e8b77..689cd979 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esFtpServers.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esFtpServers.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esHeliconZoo.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esHeliconZoo.asmx.cs index bdaef15f..2fe9218d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esHeliconZoo.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esHeliconZoo.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esHostedSharePointServers.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esHostedSharePointServers.asmx.cs index a9197072..adbe3ce0 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esHostedSharePointServers.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esHostedSharePointServers.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esImport.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esImport.asmx.cs index 401515e4..9002469b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esImport.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esImport.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esLync.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esLync.asmx.cs index 3b35d88c..56a0c2e2 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esLync.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esLync.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esMailServers.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esMailServers.asmx.cs index a44ab405..2386e0cd 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esMailServers.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esMailServers.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esOCS.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esOCS.asmx.cs index ad1cb1c5..9e35b79f 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esOCS.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esOCS.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esOperatingSystems.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esOperatingSystems.asmx.cs index 681795a8..ec75feac 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esOperatingSystems.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esOperatingSystems.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esPackages.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esPackages.asmx.cs index 1eb8e8ee..e3cc7331 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esPackages.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esPackages.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esRemoteDesktopServices.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esRemoteDesktopServices.asmx.cs index 49695866..a31cb925 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esRemoteDesktopServices.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esRemoteDesktopServices.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esScheduler.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esScheduler.asmx.cs index 94dc6555..795b00af 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esScheduler.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esScheduler.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esServers.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esServers.asmx.cs index 312a78b8..6e76769b 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esServers.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esServers.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esSharePointServers.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esSharePointServers.asmx.cs index ae58608b..c22ce4c1 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esSharePointServers.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esSharePointServers.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esStatisticsServers.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esStatisticsServers.asmx.cs index 02a9fc00..6783a963 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esStatisticsServers.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esStatisticsServers.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esSystem.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esSystem.asmx.cs index b67ed081..8aea9863 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esSystem.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esSystem.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esTasks.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esTasks.asmx.cs index e139e1cf..03a2c4f9 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esTasks.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esTasks.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esUsers.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esUsers.asmx.cs index 61099749..b6c3feb7 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esUsers.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esUsers.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esVirtualizationServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esVirtualizationServer.asmx.cs index f7270356..35114e60 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esVirtualizationServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esVirtualizationServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esVirtualizationServerForPrivateCloud.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esVirtualizationServerForPrivateCloud.asmx.cs index 5f0ee84c..57f1136d 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esVirtualizationServerForPrivateCloud.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esVirtualizationServerForPrivateCloud.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esWebApplicationGallery.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esWebApplicationGallery.asmx.cs index 4260b1c0..196d3d02 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esWebApplicationGallery.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esWebApplicationGallery.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esWebServers.asmx.cs b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esWebServers.asmx.cs index 59eca47c..d4fbb608 100644 --- a/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esWebServers.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.EnterpriseServer/esWebServers.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Gateways.2Checkout/TCOProvider.cs b/WebsitePanel/Sources/WebsitePanel.Gateways.2Checkout/TCOProvider.cs index 04d8ef3d..e05faf11 100644 --- a/WebsitePanel/Sources/WebsitePanel.Gateways.2Checkout/TCOProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Gateways.2Checkout/TCOProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Gateways.AuthorizeNet/AIMResponse.cs b/WebsitePanel/Sources/WebsitePanel.Gateways.AuthorizeNet/AIMResponse.cs index aa4812dd..396a7d14 100644 --- a/WebsitePanel/Sources/WebsitePanel.Gateways.AuthorizeNet/AIMResponse.cs +++ b/WebsitePanel/Sources/WebsitePanel.Gateways.AuthorizeNet/AIMResponse.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Gateways.AuthorizeNet/AuthorizeNetKeys.cs b/WebsitePanel/Sources/WebsitePanel.Gateways.AuthorizeNet/AuthorizeNetKeys.cs index 817b8f39..234372ef 100644 --- a/WebsitePanel/Sources/WebsitePanel.Gateways.AuthorizeNet/AuthorizeNetKeys.cs +++ b/WebsitePanel/Sources/WebsitePanel.Gateways.AuthorizeNet/AuthorizeNetKeys.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Gateways.AuthorizeNet/AuthorizeNetProvider.cs b/WebsitePanel/Sources/WebsitePanel.Gateways.AuthorizeNet/AuthorizeNetProvider.cs index 73cdfc91..f7085356 100644 --- a/WebsitePanel/Sources/WebsitePanel.Gateways.AuthorizeNet/AuthorizeNetProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Gateways.AuthorizeNet/AuthorizeNetProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Gateways.OfflinePayment/OfflinePayment.cs b/WebsitePanel/Sources/WebsitePanel.Gateways.OfflinePayment/OfflinePayment.cs index 500766bf..fe2e4a70 100644 --- a/WebsitePanel/Sources/WebsitePanel.Gateways.OfflinePayment/OfflinePayment.cs +++ b/WebsitePanel/Sources/WebsitePanel.Gateways.OfflinePayment/OfflinePayment.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Gateways.PayPal/PayPalKeys.cs b/WebsitePanel/Sources/WebsitePanel.Gateways.PayPal/PayPalKeys.cs index e9fd4753..48c332f0 100644 --- a/WebsitePanel/Sources/WebsitePanel.Gateways.PayPal/PayPalKeys.cs +++ b/WebsitePanel/Sources/WebsitePanel.Gateways.PayPal/PayPalKeys.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Gateways.PayPal/PayPalProProvider.cs b/WebsitePanel/Sources/WebsitePanel.Gateways.PayPal/PayPalProProvider.cs index 58de354b..99139115 100644 --- a/WebsitePanel/Sources/WebsitePanel.Gateways.PayPal/PayPalProProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Gateways.PayPal/PayPalProProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Gateways.PayPal/Reference.cs b/WebsitePanel/Sources/WebsitePanel.Gateways.PayPal/Reference.cs index f75c0971..c688f450 100644 --- a/WebsitePanel/Sources/WebsitePanel.Gateways.PayPal/Reference.cs +++ b/WebsitePanel/Sources/WebsitePanel.Gateways.PayPal/Reference.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Gateways.PayPalStandard/PayPalStandardProvider.cs b/WebsitePanel/Sources/WebsitePanel.Gateways.PayPalStandard/PayPalStandardProvider.cs index 85308e0f..0a22511f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Gateways.PayPalStandard/PayPalStandardProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Gateways.PayPalStandard/PayPalStandardProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Products.DomainName/DomainName.cs b/WebsitePanel/Sources/WebsitePanel.Products.DomainName/DomainName.cs index 0c93625f..c149b581 100644 --- a/WebsitePanel/Sources/WebsitePanel.Products.DomainName/DomainName.cs +++ b/WebsitePanel/Sources/WebsitePanel.Products.DomainName/DomainName.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Products.HostingAddon/HostingAddon.cs b/WebsitePanel/Sources/WebsitePanel.Products.HostingAddon/HostingAddon.cs index 526d7fb5..f23cbbab 100644 --- a/WebsitePanel/Sources/WebsitePanel.Products.HostingAddon/HostingAddon.cs +++ b/WebsitePanel/Sources/WebsitePanel.Products.HostingAddon/HostingAddon.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Products.HostingPlan/HostingPlan.cs b/WebsitePanel/Sources/WebsitePanel.Products.HostingPlan/HostingPlan.cs index 1f53e0f5..72eb2620 100644 --- a/WebsitePanel/Sources/WebsitePanel.Products.HostingPlan/HostingPlan.cs +++ b/WebsitePanel/Sources/WebsitePanel.Products.HostingPlan/HostingPlan.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/AppPoolState.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/AppPoolState.cs index efac5567..b8795329 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/AppPoolState.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/AppPoolState.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/Constants.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/Constants.cs index 165991a2..cf933303 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/Constants.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/Constants.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/DailyStatistics.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/DailyStatistics.cs index e93ebc2f..1663a823 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/DailyStatistics.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/DailyStatistics.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ErrorCodes.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ErrorCodes.cs index 75b4a34c..47fa2689 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ErrorCodes.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ErrorCodes.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/HostingServiceProviderBase.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/HostingServiceProviderBase.cs index 2b72fd3d..a31b81a7 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/HostingServiceProviderBase.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/HostingServiceProviderBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/HostingServiceProviderWebService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/HostingServiceProviderWebService.cs index 37cbb9d4..0a4b9298 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/HostingServiceProviderWebService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/HostingServiceProviderWebService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/IHostingServiceProvider.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/IHostingServiceProvider.cs index f05dcc0a..feef5991 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/IHostingServiceProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/IHostingServiceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/NtfsPermission.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/NtfsPermission.cs index 7c43a7b5..4460437b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/NtfsPermission.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/NtfsPermission.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/PersistentAttribute.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/PersistentAttribute.cs index 75b25048..e2a28189 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/PersistentAttribute.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/PersistentAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/RemoteServerSettings.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/RemoteServerSettings.cs index f39cedf6..43e5b4ec 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/RemoteServerSettings.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/RemoteServerSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServerBinding.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServerBinding.cs index 5ff6f05e..0fd478c5 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServerBinding.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServerBinding.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServerState.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServerState.cs index 6af5d979..922e32cc 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServerState.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServerState.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItem.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItem.cs index 9f7bd6e5..8b87da84 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItem.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItemBandwidth.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItemBandwidth.cs index 63a029e3..fcfdcd5c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItemBandwidth.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItemBandwidth.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItemDiskSpace.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItemDiskSpace.cs index 64f7d892..0957fd51 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItemDiskSpace.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItemDiskSpace.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItemType.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItemType.cs index 8bdec479..51321446 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItemType.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderItemType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderSettings.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderSettings.cs index 320874a0..5fd13360 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderSettings.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderSettingsSoapHeader.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderSettingsSoapHeader.cs index 73438b9b..834087a4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderSettingsSoapHeader.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/ServiceProviderSettingsSoapHeader.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/SettingPair.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/SettingPair.cs index 51aa9e72..42febb7a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/SettingPair.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/SettingPair.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/SoapServiceProviderItem.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/SoapServiceProviderItem.cs index ea18c453..199f731f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/SoapServiceProviderItem.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/SoapServiceProviderItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/WPIEntries.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/WPIEntries.cs index dd3c94d3..f6e3219f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/WPIEntries.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/WPIEntries.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/WindowsServerEntities.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/WindowsServerEntities.cs index eb293de1..9a207a5a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/WindowsServerEntities.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Common/WindowsServerEntities.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsRecord.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsRecord.cs index ec61181d..ed5b07ed 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsRecord.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsRecord.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsRecordType.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsRecordType.cs index 4f2d6b34..e454d477 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsRecordType.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsRecordType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsSOARecord.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsSOARecord.cs index 8bc26f78..f1b330a9 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsSOARecord.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsSOARecord.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsZone.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsZone.cs index de4dda1a..cad6bd4a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsZone.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/DnsZone.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/IDnsServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/IDnsServer.cs index d7ba3a20..938130b2 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/IDnsServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/IDnsServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/SecondaryDnsZone.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/SecondaryDnsZone.cs index 77658116..640f914f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/SecondaryDnsZone.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/DNS/SecondaryDnsZone.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Database/IDatabaseServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Database/IDatabaseServer.cs index ae952582..2b97fac1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Database/IDatabaseServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Database/IDatabaseServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Database/SqlDatabase.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Database/SqlDatabase.cs index c71ebb96..b31413be 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Database/SqlDatabase.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Database/SqlDatabase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Database/SqlUser.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Database/SqlUser.cs index 2f4cd2d1..705c282f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Database/SqlUser.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Database/SqlUser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/EnterpriseStorage/IEnterpriseStorage.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/EnterpriseStorage/IEnterpriseStorage.cs index df3c489f..f193b2ba 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/EnterpriseStorage/IEnterpriseStorage.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/EnterpriseStorage/IEnterpriseStorage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/FTP/FtpAccount.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/FTP/FtpAccount.cs index 474af4fd..e739d534 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/FTP/FtpAccount.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/FTP/FtpAccount.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/FTP/FtpSite.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/FTP/FtpSite.cs index 136b72e2..895a9890 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/FTP/FtpSite.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/FTP/FtpSite.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/FTP/IFtpServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/FTP/IFtpServer.cs index 661442f7..416637b1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/FTP/IFtpServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/FTP/IFtpServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HeliconZoo/IHeliconZooServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HeliconZoo/IHeliconZooServer.cs index 8b285a14..23f8ea61 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HeliconZoo/IHeliconZooServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HeliconZoo/IHeliconZooServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ADAttributes.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ADAttributes.cs index 2f4cad16..1154f421 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ADAttributes.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ADAttributes.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BaseReport.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BaseReport.cs index 32af14a1..c0fcfc32 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BaseReport.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BaseReport.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BaseStatistics.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BaseStatistics.cs index d91dcb6f..7b94d812 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BaseStatistics.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BaseStatistics.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BlackBerryErrorsCodes.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BlackBerryErrorsCodes.cs index b1cc4e27..cfdd0bef 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BlackBerryErrorsCodes.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BlackBerryErrorsCodes.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BlackBerryStatsItem.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BlackBerryStatsItem.cs index 34a89269..2cb7f98c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BlackBerryStatsItem.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BlackBerryStatsItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BlackBerryUserDeleteState.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BlackBerryUserDeleteState.cs index c859e0ae..72eb4499 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BlackBerryUserDeleteState.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/BlackBerryUserDeleteState.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMBaseUnit.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMBaseUnit.cs index a1aaa554..82f11aa6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMBaseUnit.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMBaseUnit.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMOrganizationStatistics.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMOrganizationStatistics.cs index 736afd47..117c09e6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMOrganizationStatistics.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMOrganizationStatistics.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMStatisticsReport.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMStatisticsReport.cs index ca3112fb..daec4a61 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMStatisticsReport.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMStatisticsReport.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMUserAccessMode.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMUserAccessMode.cs index 70e89217..b60af551 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMUserAccessMode.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CRMUserAccessMode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmErrorCodes.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmErrorCodes.cs index 1a03bd13..305dff1d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmErrorCodes.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmErrorCodes.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmOrganizationRole.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmOrganizationRole.cs index 6c08804a..c7e65ce5 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmOrganizationRole.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmOrganizationRole.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmOrganizationState.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmOrganizationState.cs index 57e3f913..688a6230 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmOrganizationState.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmOrganizationState.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmUser.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmUser.cs index 49166787..65bc9944 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmUser.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/CrmUser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/Currency.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/Currency.cs index 8a62b052..678650b7 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/Currency.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/Currency.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/EnterpriseSolutionStatisticsReport.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/EnterpriseSolutionStatisticsReport.cs index f69dd959..c98959ee 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/EnterpriseSolutionStatisticsReport.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/EnterpriseSolutionStatisticsReport.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/Errors.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/Errors.cs index 8a4868e8..ddc514cb 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/Errors.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/Errors.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAcceptedDomainType.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAcceptedDomainType.cs index 2d6e897e..057d8523 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAcceptedDomainType.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAcceptedDomainType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAccount.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAccount.cs index 586dcf3c..55d9c97d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAccount.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAccount.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAccountType.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAccountType.cs index c8e3c3da..88b0ac93 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAccountType.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAccountType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAccountsPaged.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAccountsPaged.cs index e048163f..fd0c2e19 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAccountsPaged.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeAccountsPaged.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeActiveSyncPolicy.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeActiveSyncPolicy.cs index b0939026..7843f5e6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeActiveSyncPolicy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeActiveSyncPolicy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeContact.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeContact.cs index 689d1558..0fdb2ab1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeContact.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeContact.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDisclaimer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDisclaimer.cs index dab00abc..ec7ac77d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDisclaimer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDisclaimer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDistributionList.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDistributionList.cs index 6d3c5322..ad7a9d7d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDistributionList.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDistributionList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDomain.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDomain.cs index 42c88b76..c9d28add 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDomain.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDomain.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDomainName.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDomainName.cs index 1bb11078..61453a6b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDomainName.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeDomainName.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeEmailAddress.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeEmailAddress.cs index c16d9d09..5f6cfeb4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeEmailAddress.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeEmailAddress.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeItemStatistics.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeItemStatistics.cs index 9db8226e..1d888a8e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeItemStatistics.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeItemStatistics.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailbox.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailbox.cs index 1913624b..d570cf2e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailbox.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailbox.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailboxPlan.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailboxPlan.cs index c1f88d8d..b5633a2e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailboxPlan.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailboxPlan.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailboxPlanType.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailboxPlanType.cs index 3bdfbce3..754faa1f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailboxPlanType.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailboxPlanType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailboxStatistics.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailboxStatistics.cs index 040d55ca..ba9095a1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailboxStatistics.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMailboxStatistics.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMobileDevice.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMobileDevice.cs index ceb52918..b3d22e4a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMobileDevice.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeMobileDevice.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeOrganization.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeOrganization.cs index c697fec4..c7c4004c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeOrganization.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeOrganization.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeOrganizationStatistics.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeOrganizationStatistics.cs index 9e36834f..d593360e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeOrganizationStatistics.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeOrganizationStatistics.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeOrganizationsPaged.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeOrganizationsPaged.cs index ff4f12f9..7c143130 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeOrganizationsPaged.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeOrganizationsPaged.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangePublicFolder.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangePublicFolder.cs index 8e0b5b50..810f9852 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangePublicFolder.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangePublicFolder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeStatisticsReport.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeStatisticsReport.cs index 07d36868..5f400fdc 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeStatisticsReport.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ExchangeStatisticsReport.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IBlackBerry.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IBlackBerry.cs index 21c86aa1..70cd4e2c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IBlackBerry.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IBlackBerry.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ICRM.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ICRM.cs index ef0f3e83..8127f015 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ICRM.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ICRM.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IExchangeServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IExchangeServer.cs index 866b0237..805b4d9b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IExchangeServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IExchangeServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ILyncServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ILyncServer.cs index fa93c3a3..3b3b9708 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ILyncServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/ILyncServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IOCSEdgeServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IOCSEdgeServer.cs index b957d29f..635ed15f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IOCSEdgeServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IOCSEdgeServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IOCSServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IOCSServer.cs index fc3122b2..36ad2288 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IOCSServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IOCSServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IOrganization.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IOrganization.cs index 6d9650b5..ae4a233b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IOrganization.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/IOrganization.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncConstants.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncConstants.cs index 4da82007..eba7f61c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncConstants.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncConstants.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncErrorCodes.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncErrorCodes.cs index 4f792ea3..b56e3b48 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncErrorCodes.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncErrorCodes.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncFederationDomain.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncFederationDomain.cs index f5ac4498..0b4f0da9 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncFederationDomain.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncFederationDomain.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncOrganizationStatistics.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncOrganizationStatistics.cs index 9b747767..11baf464 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncOrganizationStatistics.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncOrganizationStatistics.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncStatisticsReport.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncStatisticsReport.cs index 104cb4a5..0138f310 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncStatisticsReport.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncStatisticsReport.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncTransaction.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncTransaction.cs index 6fa9fc99..2b2149bc 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncTransaction.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncTransaction.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUser.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUser.cs index dc5f7931..b56e9d1e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUser.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUserPlan.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUserPlan.cs index ea5ea424..e5a79cbf 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUserPlan.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUserPlan.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUserPlanType.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUserPlanType.cs index e88c8df7..7a3e84ad 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUserPlanType.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUserPlanType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUserStatistics.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUserStatistics.cs index 2604f3b7..3b579fdb 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUserStatistics.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUserStatistics.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUsersPaged.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUsersPaged.cs index 6df0867c..27f49704 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUsersPaged.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncUsersPaged.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncVoicePolicyType.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncVoicePolicyType.cs index fc203a67..c20d0322 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncVoicePolicyType.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/LyncVoicePolicyType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/MailboxManagerActions.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/MailboxManagerActions.cs index a47f5691..8075a937 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/MailboxManagerActions.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/MailboxManagerActions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/MobileDeviceStatus.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/MobileDeviceStatus.cs index abda5867..757c8dc4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/MobileDeviceStatus.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/MobileDeviceStatus.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSConstants.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSConstants.cs index 2518f46a..8e6c4394 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSConstants.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSConstants.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSErrorCodes.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSErrorCodes.cs index f3467d14..064e2d9b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSErrorCodes.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSErrorCodes.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSUser.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSUser.cs index 13d89fb8..aa797c1c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSUser.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSUser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSUsersPaged.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSUsersPaged.cs index 07777b51..d9435e97 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSUsersPaged.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OCSUsersPaged.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/Organization.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/Organization.cs index 3abfbd7f..534ea87d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/Organization.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/Organization.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationDomain.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationDomain.cs index 19987e69..f296cd20 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationDomain.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationDomain.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationDomainName.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationDomainName.cs index 323e7d48..51c9bb68 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationDomainName.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationDomainName.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationPaged.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationPaged.cs index 96477c02..2d1bcf5c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationPaged.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationPaged.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationStatistics.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationStatistics.cs index a68cb77a..81495034 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationStatistics.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationStatistics.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationStatisticsReport.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationStatisticsReport.cs index c9f85f26..8ff1c613 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationStatisticsReport.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationStatisticsReport.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationStatisticsRepotItem.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationStatisticsRepotItem.cs index b240c79f..8d123be4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationStatisticsRepotItem.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationStatisticsRepotItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationUser.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationUser.cs index 4502328f..8c474b99 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationUser.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationUser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationUsersPaged.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationUsersPaged.cs index 5a7d2c28..d442bcbb 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationUsersPaged.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/OrganizationUsersPaged.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/PasswordPolicy.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/PasswordPolicy.cs index db8398ce..65bb6128 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/PasswordPolicy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/PasswordPolicy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/SharePointStatistics.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/SharePointStatistics.cs index e97acc5e..ac11c697 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/SharePointStatistics.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/SharePointStatistics.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/SharePointStatisticsReport.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/SharePointStatisticsReport.cs index ff12c4fb..46c65bd7 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/SharePointStatisticsReport.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/SharePointStatisticsReport.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/TransactionAction.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/TransactionAction.cs index 768fe780..7279520c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/TransactionAction.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/HostedSolution/TransactionAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/IMailServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/IMailServer.cs index f70fb449..c42437fe 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/IMailServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/IMailServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailAccount.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailAccount.cs index 56690b27..6f1d0ada 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailAccount.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailAccount.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailAlias.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailAlias.cs index 4c78766e..568fefda 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailAlias.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailAlias.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailDomain.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailDomain.cs index da35240d..343e8cb6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailDomain.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailDomain.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailEnums.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailEnums.cs index 8013f0d5..ac7f6c8b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailEnums.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailEnums.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailGroup.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailGroup.cs index b483c1d9..99ab937b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailGroup.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailGroup.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailList.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailList.cs index f2437dda..99422f1f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailList.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Mail/MailList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/FileHash.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/FileHash.cs index c97d8104..a8c824bd 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/FileHash.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/FileHash.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/FileSyncAction.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/FileSyncAction.cs index 30323f78..99b63200 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/FileSyncAction.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/FileSyncAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/FolderGraph.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/FolderGraph.cs index 440c2a59..1a1ff753 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/FolderGraph.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/FolderGraph.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/HomeFolder.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/HomeFolder.cs index cfdc1c07..f8680521 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/HomeFolder.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/HomeFolder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/IOperatingSystem.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/IOperatingSystem.cs index 23832a60..1d5c8b5b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/IOperatingSystem.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/IOperatingSystem.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SyncActionType.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SyncActionType.cs index 758a3ae1..5504b7ee 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SyncActionType.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SyncActionType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemDSN.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemDSN.cs index 931e89f0..74ff3163 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemDSN.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemDSN.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemFile.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemFile.cs index a788ae4e..b7ba39ce 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemFile.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemFile.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemGroup.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemGroup.cs index 1fcf236b..b4082322 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemGroup.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemGroup.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemUser.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemUser.cs index 314b44cc..36bd7650 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemUser.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/SystemUser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/UserPermission.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/UserPermission.cs index cb140e51..0a5af7f5 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/UserPermission.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/OS/UserPermission.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/RemoteDesktopServices/IRemoteDesktopServices.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/RemoteDesktopServices/IRemoteDesktopServices.cs index 6f4e773c..224b6991 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/RemoteDesktopServices/IRemoteDesktopServices.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/RemoteDesktopServices/IRemoteDesktopServices.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/BlackBerryUserStatsResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/BlackBerryUserStatsResult.cs index e44e4819..2a2ef9fb 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/BlackBerryUserStatsResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/BlackBerryUserStatsResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/BoolResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/BoolResult.cs index 42e37005..78e879c7 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/BoolResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/BoolResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/BytesResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/BytesResult.cs index 74631478..cef6144e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/BytesResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/BytesResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CRMBaseUnitResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CRMBaseUnitResult.cs index e4eef6a1..fd16b22a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CRMBaseUnitResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CRMBaseUnitResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CRMBusinessUnitsResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CRMBusinessUnitsResult.cs index 4875b57e..403ae085 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CRMBusinessUnitsResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CRMBusinessUnitsResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CrmOrganizationRolesResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CrmOrganizationRolesResult.cs index 57ca93aa..9c1e8a63 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CrmOrganizationRolesResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CrmOrganizationRolesResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CrmUserResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CrmUserResult.cs index fe2a8795..87762bfb 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CrmUserResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CrmUserResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CurrencyCollectionResultObject.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CurrencyCollectionResultObject.cs index 24f90d80..22ca7888 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CurrencyCollectionResultObject.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/CurrencyCollectionResultObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/ExchangeDistributionListResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/ExchangeDistributionListResult.cs index 3273cc40..0660eb9d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/ExchangeDistributionListResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/ExchangeDistributionListResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/IntResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/IntResult.cs index 1bdf3f7d..b9aa0ce9 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/IntResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/IntResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/JobsValue.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/JobsValue.cs index 2bd7e5a7..2b0ba820 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/JobsValue.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/JobsValue.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/LyncUserResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/LyncUserResult.cs index bf5e64fd..aab4ad9c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/LyncUserResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/LyncUserResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/LyncUsersPagedResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/LyncUsersPagedResult.cs index 169b13cd..1b0af3f7 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/LyncUsersPagedResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/LyncUsersPagedResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OCSUserResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OCSUserResult.cs index 9fc75f94..1be2941b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OCSUserResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OCSUserResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OCSUsersPagedResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OCSUsersPagedResult.cs index 9cf4c4a6..5a234d81 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OCSUsersPagedResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OCSUsersPagedResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OrganizationResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OrganizationResult.cs index 917f1eff..8c21dc21 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OrganizationResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OrganizationResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OrganizationUsersPagedResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OrganizationUsersPagedResult.cs index 8ce9446c..3d28cc0a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OrganizationUsersPagedResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/OrganizationUsersPagedResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/PasswordPolicyResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/PasswordPolicyResult.cs index 4f893320..8c57befe 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/PasswordPolicyResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/PasswordPolicyResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/ResultObject.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/ResultObject.cs index e78c84af..0e1474c3 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/ResultObject.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/ResultObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/StringCollectionResultObject.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/StringCollectionResultObject.cs index 57e73fcf..679eb5bd 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/StringCollectionResultObject.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/StringCollectionResultObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/UserResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/UserResult.cs index 9919766a..982c4ea5 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/UserResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/UserResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/ValueResultObject.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/ValueResultObject.cs index c354405b..c436a0df 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/ValueResultObject.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/ValueResultObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/VirtualMachineResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/VirtualMachineResult.cs index 52a29df4..e1e86ff7 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/VirtualMachineResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/VirtualMachineResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/WebAppGallery.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/WebAppGallery.cs index 62f7e55f..66ee8f39 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/WebAppGallery.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/ResultObjects/WebAppGallery.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/IHostedSharePointServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/IHostedSharePointServer.cs index d10f56ca..e2fc0424 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/IHostedSharePointServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/IHostedSharePointServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/ISharePointServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/ISharePointServer.cs index 64027a89..6ceaa84d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/ISharePointServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/ISharePointServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSite.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSite.cs index c86fae77..da6e36e4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSite.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSite.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSiteCollection.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSiteCollection.cs index 120863c3..625bca22 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSiteCollection.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSiteCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSiteCollectionListPaged.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSiteCollectionListPaged.cs index c7d751cc..79cca61c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSiteCollectionListPaged.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSiteCollectionListPaged.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSiteDiskSpace.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSiteDiskSpace.cs index 2494c95f..20cb2a52 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSiteDiskSpace.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/SharePoint/SharePointSiteDiskSpace.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/IStatisticsServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/IStatisticsServer.cs index 8282a35c..ce38bd87 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/IStatisticsServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/IStatisticsServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/StatsServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/StatsServer.cs index 107a58fc..58327c35 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/StatsServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/StatsServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/StatsSite.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/StatsSite.cs index 4f5d50ba..98da606a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/StatsSite.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/StatsSite.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/StatsUser.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/StatsUser.cs index 0b282081..a06eb19b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/StatsUser.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Statistics/StatsUser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ChangeJobStateReturnCode.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ChangeJobStateReturnCode.cs index 8b0d7f66..53b1f02e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ChangeJobStateReturnCode.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ChangeJobStateReturnCode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ConcreteJob.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ConcreteJob.cs index 1ae2fd60..70683966 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ConcreteJob.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ConcreteJob.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ConcreteJobRequestedState.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ConcreteJobRequestedState.cs index 06ead0a3..2da5be81 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ConcreteJobRequestedState.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ConcreteJobRequestedState.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ConcreteJobState.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ConcreteJobState.cs index e8a94c77..72163a52 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ConcreteJobState.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ConcreteJobState.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/IVirtualizationServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/IVirtualizationServer.cs index 3a96a3ee..1cb2989e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/IVirtualizationServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/IVirtualizationServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/IVirtualizationServerForPC.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/IVirtualizationServerForPC.cs index 875f97db..7cdc1bb0 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/IVirtualizationServerForPC.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/IVirtualizationServerForPC.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/JobResult.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/JobResult.cs index b7986e98..3790aab6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/JobResult.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/JobResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/KvpExchangeDataItem.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/KvpExchangeDataItem.cs index 01cc7978..a16ffbd9 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/KvpExchangeDataItem.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/KvpExchangeDataItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/LibraryItem.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/LibraryItem.cs index e162ebde..e0f5b48d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/LibraryItem.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/LibraryItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/LogicalDisk.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/LogicalDisk.cs index 233b7534..ed9a8965 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/LogicalDisk.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/LogicalDisk.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/MountedDiskInfo.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/MountedDiskInfo.cs index a97f0460..bdf8a4a2 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/MountedDiskInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/MountedDiskInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/OperationalStatus.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/OperationalStatus.cs index dfb47f60..782a61c9 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/OperationalStatus.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/OperationalStatus.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ReturnCode.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ReturnCode.cs index 6308b20f..f4766911 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ReturnCode.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ReturnCode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/SummaryInformationRequest.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/SummaryInformationRequest.cs index 3db7fe4d..a387f822 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/SummaryInformationRequest.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/SummaryInformationRequest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ThumbnailSize.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ThumbnailSize.cs index 23cf37a0..c2718eb6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ThumbnailSize.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/ThumbnailSize.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualHardDiskInfo.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualHardDiskInfo.cs index 3243e03e..906b3969 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualHardDiskInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualHardDiskInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualHardDiskType.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualHardDiskType.cs index 19f0955b..7c6c2a40 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualHardDiskType.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualHardDiskType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachine.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachine.cs index 2e59ea73..be219358 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachine.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachine.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineNetworkAdapter.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineNetworkAdapter.cs index 5bf2cb98..23cbdcc1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineNetworkAdapter.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineNetworkAdapter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineProvisioningStatus.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineProvisioningStatus.cs index eba776fa..8bc12dc9 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineProvisioningStatus.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineProvisioningStatus.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineRequestedState.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineRequestedState.cs index 126b62eb..c08a4302 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineRequestedState.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineRequestedState.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineSnapshot.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineSnapshot.cs index c38be6d1..d00ff74a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineSnapshot.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineSnapshot.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineState.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineState.cs index 470e2ff9..9076b189 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineState.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualMachineState.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualSwitch.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualSwitch.cs index 5f3494c6..997c45f4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualSwitch.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Virtualization/VirtualSwitch.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/HttpError.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/HttpError.cs index 2b7ff7fc..4ea71f66 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/HttpError.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/HttpError.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/HttpHeader.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/HttpHeader.cs index 1928e574..b5fa99e9 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/HttpHeader.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/HttpHeader.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/IWebServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/IWebServer.cs index 0ffd737d..4040b1a9 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/IWebServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/IWebServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/MimeMap.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/MimeMap.cs index e092a42e..43b12efd 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/MimeMap.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/MimeMap.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/SharedSSLFolder.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/SharedSSLFolder.cs index 4501c888..8d18d4a1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/SharedSSLFolder.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/SharedSSLFolder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebDavSetting.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebDavSetting.cs index c96007ee..7259ff64 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebDavSetting.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebDavSetting.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebFolder.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebFolder.cs index 4f00aff6..ef626e2c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebFolder.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebFolder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebGroup.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebGroup.cs index 29dc5e34..0591f29d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebGroup.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebGroup.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebSite.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebSite.cs index 30ba4d9f..b697b560 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebSite.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebSite.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebUser.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebUser.cs index 50237d18..f9c78f29 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebUser.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebUser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebVirtualDirectory.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebVirtualDirectory.cs index f3e083b0..912d58f6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebVirtualDirectory.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/Web/WebVirtualDirectory.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/DeploymentParameter.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/DeploymentParameter.cs index 2e0ddf38..c8462eb5 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/DeploymentParameter.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/DeploymentParameter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/GalleryApplication.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/GalleryApplication.cs index 2abfd556..c704e957 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/GalleryApplication.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/GalleryApplication.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/GalleryCategory.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/GalleryCategory.cs index 5134430e..565d1057 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/GalleryCategory.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/GalleryCategory.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/GalleryErrors.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/GalleryErrors.cs index 44f14937..abb130f4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/GalleryErrors.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Base/WebAppGallery/GalleryErrors.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.Bind/IscBind.cs b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.Bind/IscBind.cs index 923c54a7..07eb7e01 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.Bind/IscBind.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.Bind/IscBind.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS/MsDNS.cs b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS/MsDNS.cs index 14056270..adba1030 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS/MsDNS.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS/MsDNS.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/DnsCommands.cs b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/DnsCommands.cs index 52e0e367..eb745f20 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/DnsCommands.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/DnsCommands.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012 - 2013, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/MsDNS.cs b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/MsDNS.cs index 1fee2339..a5ea2fb8 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/MsDNS.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/MsDNS.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012 - 2013, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/PowerShellHelper.cs b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/PowerShellHelper.cs index 72f5563e..2bbc790a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/PowerShellHelper.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/PowerShellHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012 - 2013, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/RecordConverter.cs b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/RecordConverter.cs index 5be19fc8..b2ecd309 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/RecordConverter.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/RecordConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012 - 2013, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/RecordTypes.cs b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/RecordTypes.cs index 38efb4db..ccb33994 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/RecordTypes.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.MsDNS2012/RecordTypes.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012 - 2013, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.Nettica/Nettica.cs b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.Nettica/Nettica.cs index e299baa0..f89733cf 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.Nettica/Nettica.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.Nettica/Nettica.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.Nettica/NetticaProxy.cs b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.Nettica/NetticaProxy.cs index 98d98717..81f29ae1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.Nettica/NetticaProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.Nettica/NetticaProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.PowerDNS/PowerDNS.cs b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.PowerDNS/PowerDNS.cs index 74054e0c..57d97e9b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.PowerDNS/PowerDNS.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.PowerDNS/PowerDNS.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.SimpleDNS/SimpleDNS.cs b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.SimpleDNS/SimpleDNS.cs index d17d39b8..31d3afc8 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.SimpleDNS/SimpleDNS.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.SimpleDNS/SimpleDNS.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.SimpleDNS50/SimpleDNS5.cs b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.SimpleDNS50/SimpleDNS5.cs index 1f94a189..8bca5e9a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.DNS.SimpleDNS50/SimpleDNS5.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.DNS.SimpleDNS50/SimpleDNS5.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer.cs index fbfecf14..41a3bef2 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer50.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer50.cs index aa93de85..3b3f067d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer50.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer50.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer51.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer51.cs index 00a4fd18..ea8a2909 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer51.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer51.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer55.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer55.cs index 173441dd..25d44442 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer55.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer55.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer56.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer56.cs index cbb5b13c..ff6870eb 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer56.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Database.MySQL/MySqlServer56.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer.cs index a1e8b47e..013d752d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer2005.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer2005.cs index a73d92de..ca4eb474 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer2005.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer2005.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer2008.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer2008.cs index 275ceb27..c16c39a9 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer2008.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer2008.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer2012.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer2012.cs index f9930f20..719f1426 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer2012.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Database.SqlServer/MsSqlServer2012.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.EnterpriseStorage.Windows2012/Properties/AssemblyInfo.cs b/WebsitePanel/Sources/WebsitePanel.Providers.EnterpriseStorage.Windows2012/Properties/AssemblyInfo.cs index d488dc3c..685dec9d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.EnterpriseStorage.Windows2012/Properties/AssemblyInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.EnterpriseStorage.Windows2012/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.EnterpriseStorage.Windows2012/Windows2012.cs b/WebsitePanel/Sources/WebsitePanel.Providers.EnterpriseStorage.Windows2012/Windows2012.cs index 4575b22c..04242ff4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.EnterpriseStorage.Windows2012/Windows2012.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.EnterpriseStorage.Windows2012/Windows2012.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.FileZilla/FileZilla.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.FileZilla/FileZilla.cs index a94f16cb..38de04df 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.FileZilla/FileZilla.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.FileZilla/FileZilla.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.Gene6/Gene6FTP.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.Gene6/Gene6FTP.cs index 29c7fe5a..60a798b5 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.Gene6/Gene6FTP.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.Gene6/Gene6FTP.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs60/MsFTP.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs60/MsFTP.cs index fed92cbf..f949ce09 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs60/MsFTP.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs60/MsFTP.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationGlobals.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationGlobals.cs index 113f9232..82302eee 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationGlobals.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationGlobals.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationRule.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationRule.cs index ecfa0a20..d87645be 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationRule.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationRule.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationRuleAccessType.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationRuleAccessType.cs index 3a53b967..b96f0e2f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationRuleAccessType.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationRuleAccessType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationRuleCollection.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationRuleCollection.cs index deb90991..04af1664 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationRuleCollection.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationRuleCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationSection.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationSection.cs index a5709595..5f35a97b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationSection.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Authorization/AuthorizationSection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ActiveDirectoryElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ActiveDirectoryElement.cs index 90819e5f..91e4d0d1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ActiveDirectoryElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ActiveDirectoryElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/AnonymousAuthenticationElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/AnonymousAuthenticationElement.cs index d5e1b0a4..2bb65ede 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/AnonymousAuthenticationElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/AnonymousAuthenticationElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/AuthenticationElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/AuthenticationElement.cs index 0ae4f691..4682f063 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/AuthenticationElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/AuthenticationElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/BasicAuthenticationElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/BasicAuthenticationElement.cs index a57cc37c..9c42a201 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/BasicAuthenticationElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/BasicAuthenticationElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ConnectionsElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ConnectionsElement.cs index 520797c5..cbbda780 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ConnectionsElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ConnectionsElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ControlChannelPolicy.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ControlChannelPolicy.cs index 74e48372..d46379e4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ControlChannelPolicy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ControlChannelPolicy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/CustomAuthenticationElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/CustomAuthenticationElement.cs index 51a7ef55..99e71c73 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/CustomAuthenticationElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/CustomAuthenticationElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/CustomAuthenticationProvider.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/CustomAuthenticationProvider.cs index af094a14..c64439b6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/CustomAuthenticationProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/CustomAuthenticationProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/CustomAuthenticationProviderCollection.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/CustomAuthenticationProviderCollection.cs index 006259a0..36311f88 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/CustomAuthenticationProviderCollection.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/CustomAuthenticationProviderCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/DataChannelPolicy.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/DataChannelPolicy.cs index 0782df63..d05a56c2 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/DataChannelPolicy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/DataChannelPolicy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/DataChannelSecurityElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/DataChannelSecurityElement.cs index 65857722..2456a2d2 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/DataChannelSecurityElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/DataChannelSecurityElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/DirectoryBrowseElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/DirectoryBrowseElement.cs index d0302658..0cfb4e24 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/DirectoryBrowseElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/DirectoryBrowseElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FileHandlingElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FileHandlingElement.cs index 734780f7..6bf7f203 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FileHandlingElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FileHandlingElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FirewallElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FirewallElement.cs index b42a8d5d..592a7120 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FirewallElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FirewallElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FtpLogExtFileFlags.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FtpLogExtFileFlags.cs index 56919662..adaf7c24 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FtpLogExtFileFlags.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FtpLogExtFileFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FtpProtocolElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FtpProtocolElement.cs index f3458b3e..689c5ea3 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FtpProtocolElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FtpProtocolElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FtpSite.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FtpSite.cs index 69a98acc..471dd4ec 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FtpSite.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/FtpSite.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/LogFileElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/LogFileElement.cs index f0c4b675..b91730cf 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/LogFileElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/LogFileElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/LoggingElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/LoggingElement.cs index 2bc2fd0c..ddb8e2c1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/LoggingElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/LoggingElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/MessagesElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/MessagesElement.cs index de25b7d5..0be003be 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/MessagesElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/MessagesElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/Mode.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/Mode.cs index 2b2536d4..05dcff63 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/Mode.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/Mode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/PermissionsFlags.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/PermissionsFlags.cs index e579300c..8d39f7d1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/PermissionsFlags.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/PermissionsFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ProviderCollection.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ProviderCollection.cs index 996157e1..c7235e8a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ProviderCollection.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ProviderCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ProviderElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ProviderElement.cs index 5098645a..09f5035b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ProviderElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ProviderElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SecurityElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SecurityElement.cs index 7c40a2cc..3a55c290 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SecurityElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SecurityElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SelectiveLogging.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SelectiveLogging.cs index d83f2000..4978adbd 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SelectiveLogging.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SelectiveLogging.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SessionCollection.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SessionCollection.cs index 72f0f5b0..c77be20a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SessionCollection.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SessionCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SessionElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SessionElement.cs index 1a4931da..82ae9e13 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SessionElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SessionElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ShowFlags.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ShowFlags.cs index 5c8bfaf8..94a32d93 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ShowFlags.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ShowFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SiteState.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SiteState.cs index 0eda2680..c2848c47 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SiteState.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SiteState.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SslClientCertificatesElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SslClientCertificatesElement.cs index ae762b20..630e7bdb 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SslClientCertificatesElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SslClientCertificatesElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SslElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SslElement.cs index daecbf80..56f85125 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SslElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/SslElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/UserIsolationElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/UserIsolationElement.cs index 2fcb6b05..0333790a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/UserIsolationElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/UserIsolationElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ValidationFlags.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ValidationFlags.cs index 486aa096..49a1c9ff 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ValidationFlags.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/Configuration/ValidationFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/FtpHelper.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/FtpHelper.cs index 12a453e4..9aaecb6f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/FtpHelper.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/FtpHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/FtpSiteGlobals.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/FtpSiteGlobals.cs index e59215c7..e7a0dc68 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/FtpSiteGlobals.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/FtpSiteGlobals.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/MsFTP.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/MsFTP.cs index 41a6d054..69413bc7 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/MsFTP.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/MsFTP.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/SitesHelper.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/SitesHelper.cs index a5c932a5..5a43f0b7 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/SitesHelper.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/SitesHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/SitesModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/SitesModuleService.cs index 7fe1a8e3..7a27aa01 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/SitesModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs70/SitesModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs80/MsFTP80.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs80/MsFTP80.cs index 910f18c1..803651fb 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs80/MsFTP80.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs80/MsFTP80.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs80/Properties/AssemblyInfo.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs80/Properties/AssemblyInfo.cs index 5bb54eef..0c30952b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs80/Properties/AssemblyInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.IIs80/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.ServU/ServU.cs b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.ServU/ServU.cs index dc85e8f3..f24df82e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.FTP.ServU/ServU.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.FTP.ServU/ServU.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Crm2011/CRMProvider2011.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Crm2011/CRMProvider2011.cs index c787aaca..e5b51975 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Crm2011/CRMProvider2011.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Crm2011/CRMProvider2011.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012 - 2013, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, @@ -26,6 +26,32 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// +// Redistribution and use in source and binary forms, with or without modification, +// are permitted provided that the following conditions are met: +// +// - Redistributions of source code must retain the above copyright notice, this +// list of conditions and the following disclaimer. +// +// - Redistributions in binary form must reproduce the above copyright notice, +// this list of conditions and the following disclaimer in the documentation +// and/or other materials provided with the distribution. +// +// - Neither the name of the Outercurve Foundation nor the names of its +// contributors may be used to endorse or promote products derived from this +// software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + using System; using WebsitePanel.Providers.HostedSolution; diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Crm2011/myorganizationcrmsdktypes.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Crm2011/myorganizationcrmsdktypes.cs index ed6f0461..fdd8b415 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Crm2011/myorganizationcrmsdktypes.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Crm2011/myorganizationcrmsdktypes.cs @@ -1,3 +1,31 @@ +// Copyright (c) 2014, Outercurve Foundation. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without modification, +// are permitted provided that the following conditions are met: +// +// - Redistributions of source code must retain the above copyright notice, this +// list of conditions and the following disclaimer. +// +// - Redistributions in binary form must reproduce the above copyright notice, +// this list of conditions and the following disclaimer in the documentation +// and/or other materials provided with the distribution. +// +// - Neither the name of the Outercurve Foundation nor the names of its +// contributors may be used to endorse or promote products derived from this +// software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + //------------------------------------------------------------------------------ // // This code was generated by a tool. diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/Lync2013.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/Lync2013.cs index 68413a3d..440cb163 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/Lync2013.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/Lync2013.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/LyncBase.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/LyncBase.cs index 70b244db..e9db4e70 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/LyncBase.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/LyncBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/Properties/AssemblyInfo.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/Properties/AssemblyInfo.cs index ce92193b..bf6b5dc3 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/Properties/AssemblyInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013HP/Lync2013HP.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013HP/Lync2013HP.cs index a06670a2..5b34ed09 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013HP/Lync2013HP.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013HP/Lync2013HP.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013HP/Properties/AssemblyInfo.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013HP/Properties/AssemblyInfo.cs index 2d01b0cf..aa6122f8 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013HP/Properties/AssemblyInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.Lync2013HP/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/HostedSharePointServer2013.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/HostedSharePointServer2013.cs index dc7faca0..fdae4a1f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/HostedSharePointServer2013.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/HostedSharePointServer2013.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/HostedSharePointServer2013Impl.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/HostedSharePointServer2013Impl.cs index 46a3a065..6ae3191f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/HostedSharePointServer2013Impl.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/HostedSharePointServer2013Impl.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/Properties/AssemblyInfo.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/Properties/AssemblyInfo.cs index edfe08e0..f61647d6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/Properties/AssemblyInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution.SharePoint2013/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs index 13e5f563..961d6c7f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerry5Provider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerryProvider.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerryProvider.cs index a1ea4d5f..44ba70f4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerryProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/BlackBerryProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/CRMProvider.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/CRMProvider.cs index c53a6959..4638b296 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/CRMProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/CRMProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/CRMProxy.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/CRMProxy.cs index e2799391..b742c5ec 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/CRMProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/CRMProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2007.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2007.cs index e4a2dea9..c63a42cb 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2007.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2007.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2010.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2010.cs index e9a8f71e..91c52f63 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2010.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2010.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2010SP2.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2010SP2.cs index fc3f386e..e57697a5 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2010SP2.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Exchange2010SP2.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/ExchangeLog.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/ExchangeLog.cs index 108a7123..4d7bad40 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/ExchangeLog.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/ExchangeLog.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/ExchangeTransaction.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/ExchangeTransaction.cs index 76d7d3a7..c9448f09 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/ExchangeTransaction.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/ExchangeTransaction.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSharePointServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSharePointServer.cs index 511480bd..c5009994 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSharePointServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSharePointServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSharePointServer2010.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSharePointServer2010.cs index f2cd57d3..d828a959 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSharePointServer2010.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSharePointServer2010.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSharePointServerImpl.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSharePointServerImpl.cs index 5b0cf619..bdd26989 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSharePointServerImpl.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSharePointServerImpl.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSolutionLog.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSolutionLog.cs index 83257a78..35b373e4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSolutionLog.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/HostedSolutionLog.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Lync2010.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Lync2010.cs index a292f0b1..653ab69c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Lync2010.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/Lync2010.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OCS2007R2.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OCS2007R2.cs index 7bf10578..0cb894cc 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OCS2007R2.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OCS2007R2.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OCSEdge2007R2.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OCSEdge2007R2.cs index 9efd8a2e..ed2b96b7 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OCSEdge2007R2.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OCSEdge2007R2.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OrganizationProvider.cs b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OrganizationProvider.cs index 350c0056..0781138d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OrganizationProvider.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.HostedSolution/OrganizationProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AMSHelper.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AMSHelper.cs index 3466d7a2..3aa49047 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AMSHelper.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AMSHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AbilityMailServer.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AbilityMailServer.cs index c827a040..58a1523e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AbilityMailServer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AbilityMailServer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AmsDomain.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AmsDomain.cs index 3106c7fd..70139054 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AmsDomain.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AmsDomain.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AmsMailList.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AmsMailList.cs index bd393667..8e5b9c41 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AmsMailList.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AmsMailList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AmsMailbox.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AmsMailbox.cs index 4f0d3ed5..509424da 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AmsMailbox.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/AmsMailbox.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/Tree.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/Tree.cs index 90559e7e..e262a88e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/Tree.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.AbilityMailServer/Tree.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.ArgoMail/ArgoMail.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.ArgoMail/ArgoMail.vb index 874079b9..ac648153 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.ArgoMail/ArgoMail.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.ArgoMail/ArgoMail.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.ArgoMail/ArgoMailList.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.ArgoMail/ArgoMailList.vb index a1d6df9d..47dcfbc0 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.ArgoMail/ArgoMailList.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.ArgoMail/ArgoMailList.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.ArgoMail/ArgoMailListItem.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.ArgoMail/ArgoMailListItem.vb index 999d92e7..708d8258 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.ArgoMail/ArgoMailListItem.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.ArgoMail/ArgoMailListItem.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_DELFLAGS.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_DELFLAGS.vb index cf38ea83..cb1d7fe7 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_DELFLAGS.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_DELFLAGS.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_ERROR.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_ERROR.vb index e078f759..f230a483 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_ERROR.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_ERROR.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_HANDLE.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_HANDLE.vb index f7775073..251b2cbd 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_HANDLE.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_HANDLE.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_VRFYFLAGS.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_VRFYFLAGS.vb index f061e8a0..122ee62e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_VRFYFLAGS.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MD_VRFYFLAGS.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MDaemon.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MDaemon.vb index 63f72f5e..9b41e98c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MDaemon.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MDaemon.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MDaemonInterop.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MDaemonInterop.vb index be2ed279..6e33e98f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MDaemonInterop.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MDaemon/MDaemonInterop.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MELogReader.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MELogReader.vb index 12a69a83..e3623535 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MELogReader.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MELogReader.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnable.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnable.vb index 15126d0b..9439198a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnable.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnable.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableAddressMap.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableAddressMap.vb index 3bff334d..88eab626 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableAddressMap.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableAddressMap.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableBlacklist.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableBlacklist.vb index d5a0c026..164925de 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableBlacklist.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableBlacklist.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableDomain.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableDomain.vb index 8fdb926c..eb72b213 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableDomain.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableDomain.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableGroup.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableGroup.vb index 32fc0b28..0ea92957 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableGroup.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableGroup.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableGroupMember.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableGroupMember.vb index c1a65800..1afc5413 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableGroupMember.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableGroupMember.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableList.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableList.vb index 8f58806a..727f7f02 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableList.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableList.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableListMember.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableListMember.vb index 95c2a416..dc845491 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableListMember.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableListMember.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableLogin.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableLogin.vb index bc773a8f..54e318c6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableLogin.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableLogin.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableMailbox.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableMailbox.vb index cfc688b2..16433e7c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableMailbox.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableMailbox.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableOption.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableOption.vb index bc8cfe45..4e93b937 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableOption.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnableOption.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnablePostoffice.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnablePostoffice.vb index c43f2a88..e25b8808 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnablePostoffice.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.MailEnable/MailEnablePostoffice.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.Merak/Merak.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.Merak/Merak.vb index 21c6a550..8ea5621b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.Merak/Merak.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.Merak/Merak.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.Merak10/Merak10.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.Merak10/Merak10.vb index aea4180f..18b761b0 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.Merak10/Merak10.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.Merak10/Merak10.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Extensions.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Extensions.cs index 9f98f99f..02e2cb69 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Extensions.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/Extensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/SmarterMail10.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/SmarterMail10.cs index 9ec4f35d..522a3b14 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/SmarterMail10.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/SmarterMail10.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/SmarterMail10Proxies.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/SmarterMail10Proxies.cs index 3e5eee02..2d27a9d7 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/SmarterMail10Proxies.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail10/SmarterMail10Proxies.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail2/SmarterMail2.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail2/SmarterMail2.cs index ebe32be1..cc515f9e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail2/SmarterMail2.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail2/SmarterMail2.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail2/SmarterMailProxies.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail2/SmarterMailProxies.cs index 085aa202..74f7f1a1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail2/SmarterMailProxies.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail2/SmarterMailProxies.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail3/SmarterMail3.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail3/SmarterMail3.cs index 0e79a904..8715d817 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail3/SmarterMail3.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail3/SmarterMail3.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail5/SmartelMail5Proxies.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail5/SmartelMail5Proxies.cs index 68aad3c2..f68862cd 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail5/SmartelMail5Proxies.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail5/SmartelMail5Proxies.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail5/SmarterMail5.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail5/SmarterMail5.cs index 2433bff8..7b8c88db 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail5/SmarterMail5.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail5/SmarterMail5.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail6/SmarterMail6.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail6/SmarterMail6.cs index 64a3369d..1c8e6e4c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail6/SmarterMail6.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail6/SmarterMail6.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail6/SmarterMail6Proxies.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail6/SmarterMail6Proxies.cs index 53fed906..00a19927 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail6/SmarterMail6Proxies.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail6/SmarterMail6Proxies.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail7/Extensions.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail7/Extensions.cs index ba2a2c22..7fd79d18 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail7/Extensions.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail7/Extensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail7/SmarterMail7.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail7/SmarterMail7.cs index 7d5d69a0..52a6ba62 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail7/SmarterMail7.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail7/SmarterMail7.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail9/Extensions.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail9/Extensions.cs index d06d5904..5f646e01 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail9/Extensions.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail9/Extensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail9/SmarterMail9.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail9/SmarterMail9.cs index 4a1bbde2..aec4e505 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail9/SmarterMail9.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.SmarterMail9/SmarterMail9.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.hMail5/hMailServer5.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.hMail5/hMailServer5.vb index 91ea5b65..f4a71cae 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.hMail5/hMailServer5.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.hMail5/hMailServer5.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.hMailServer/hMailServer.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.hMailServer/hMailServer.vb index 18cf3150..e73027fe 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.hMailServer/hMailServer.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.hMailServer/hMailServer.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.hMailServer43/hMailServer43.vb b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.hMailServer43/hMailServer43.vb index 41adf5f7..b7e9e915 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Mail.hMailServer43/hMailServer43.vb +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Mail.hMailServer43/hMailServer43.vb @@ -1,4 +1,4 @@ -' Copyright (c) 2012, Outercurve Foundation. +' Copyright (c) 2014, Outercurve Foundation. ' All rights reserved. ' ' Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.OS.Windows2003/Windows2003.cs b/WebsitePanel/Sources/WebsitePanel.Providers.OS.Windows2003/Windows2003.cs index c88effdd..71fec3fa 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.OS.Windows2003/Windows2003.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.OS.Windows2003/Windows2003.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.OS.Windows2008/Windows2008.cs b/WebsitePanel/Sources/WebsitePanel.Providers.OS.Windows2008/Windows2008.cs index dc7526d1..8beed675 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.OS.Windows2008/Windows2008.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.OS.Windows2008/Windows2008.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.OS.Windows2012/Windows2012.cs b/WebsitePanel/Sources/WebsitePanel.Providers.OS.Windows2012/Windows2012.cs index 35d18c9b..e41ec1ff 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.OS.Windows2012/Windows2012.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.OS.Windows2012/Windows2012.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.SharePoint.Sps20/Sps20.cs b/WebsitePanel/Sources/WebsitePanel.Providers.SharePoint.Sps20/Sps20.cs index 0c9487d4..bb69c452 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.SharePoint.Sps20/Sps20.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.SharePoint.Sps20/Sps20.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.SharePoint.Sps30/Sps30.cs b/WebsitePanel/Sources/WebsitePanel.Providers.SharePoint.Sps30/Sps30.cs index a2f89516..d49ed157 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.SharePoint.Sps30/Sps30.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.SharePoint.Sps30/Sps30.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.SharePoint.Sps30/Sps30Remote.cs b/WebsitePanel/Sources/WebsitePanel.Providers.SharePoint.Sps30/Sps30Remote.cs index 595f4d30..efc06f10 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.SharePoint.Sps30/Sps30Remote.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.SharePoint.Sps30/Sps30Remote.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.AWStats/AWStats.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.AWStats/AWStats.cs index 94d86761..101ed07c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.AWStats/AWStats.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.AWStats/AWStats.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStats.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStats.cs index ab13bf65..982702ce 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStats.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStats.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStats4.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStats4.cs index a9df7910..1e712946 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStats4.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStats4.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStats5.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStats5.cs index 1c885360..23deafde 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStats5.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStats5.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStatsProxies.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStatsProxies.cs index 70d49016..83695512 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStatsProxies.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Statistics.SmarterStats/SmarterStatsProxies.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/Properties/AssemblyInfo.cs b/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/Properties/AssemblyInfo.cs index dda8bbf7..830f01c4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/Properties/AssemblyInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/VersionInfo.cs b/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/VersionInfo.cs index 09bb9a89..f41ade12 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/VersionInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/VersionInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/Windows2012.cs b/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/Windows2012.cs index 122f9fbf..edf5a8f3 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/Windows2012.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/Windows2012.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Virtualization.HyperV/HyperV.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Virtualization.HyperV/HyperV.cs index a2458255..390bb8ac 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Virtualization.HyperV/HyperV.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Virtualization.HyperV/HyperV.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Virtualization.HyperV/Wmi.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Virtualization.HyperV/Wmi.cs index fa14e05e..8ab33885 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Virtualization.HyperV/Wmi.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Virtualization.HyperV/Wmi.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Virtualization.HyperVForPC/HyperVForPC.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Virtualization.HyperVForPC/HyperVForPC.cs index c63b9d4c..21bd5675 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Virtualization.HyperVForPC/HyperVForPC.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Virtualization.HyperVForPC/HyperVForPC.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.HeliconZoo/HeliconZoo.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.HeliconZoo/HeliconZoo.cs index 06153131..725eebc5 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.HeliconZoo/HeliconZoo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.HeliconZoo/HeliconZoo.cs @@ -1,4 +1,32 @@ -using System; +// Copyright (c) 2014, Outercurve Foundation. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without modification, +// are permitted provided that the following conditions are met: +// +// - Redistributions of source code must retain the above copyright notice, this +// list of conditions and the following disclaimer. +// +// - Redistributions in binary form must reproduce the above copyright notice, +// this list of conditions and the following disclaimer in the documentation +// and/or other materials provided with the distribution. +// +// - Neither the name of the Outercurve Foundation nor the names of its +// contributors may be used to endorse or promote products derived from this +// software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/AnonymAuthModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/AnonymAuthModuleService.cs index ebdffa5c..f0f410ac 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/AnonymAuthModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/AnonymAuthModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/AuthenticationGlobals.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/AuthenticationGlobals.cs index c34c2802..bee2da5b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/AuthenticationGlobals.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/AuthenticationGlobals.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/BasicAuthModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/BasicAuthModuleService.cs index 38f08a78..2cd813d2 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/BasicAuthModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/BasicAuthModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/WindowsAuthenticationModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/WindowsAuthenticationModuleService.cs index e4a3494d..2eb2f25e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/WindowsAuthenticationModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Authentication/WindowsAuthenticationModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/ClassicAsp/ClassicAspGlobals.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/ClassicAsp/ClassicAspGlobals.cs index bdf16fa8..967fa49c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/ClassicAsp/ClassicAspGlobals.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/ClassicAsp/ClassicAspGlobals.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/ClassicAsp/ClassicAspModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/ClassicAsp/ClassicAspModuleService.cs index b562ce22..087610e6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/ClassicAsp/ClassicAspModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/ClassicAsp/ClassicAspModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/ConfigurationModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/ConfigurationModuleService.cs index 6a86b105..c522d736 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/ConfigurationModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/ConfigurationModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/FastCgiApplication.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/FastCgiApplication.cs index c0a919d0..c4991352 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/FastCgiApplication.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/FastCgiApplication.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/FastCgiApplicationCollection.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/FastCgiApplicationCollection.cs index d9b62444..a771fd40 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/FastCgiApplicationCollection.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/FastCgiApplicationCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/FastCgiSection.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/FastCgiSection.cs index 23503e72..6c48614b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/FastCgiSection.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/FastCgiSection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/HttpErrorResponseMode.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/HttpErrorResponseMode.cs index a8378c19..04ef6a79 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/HttpErrorResponseMode.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/HttpErrorResponseMode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/IsapiCgiRestrictionCollection.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/IsapiCgiRestrictionCollection.cs index 27554857..78ed99ff 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/IsapiCgiRestrictionCollection.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/IsapiCgiRestrictionCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/IsapiCgiRestrictionElement.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/IsapiCgiRestrictionElement.cs index 618a6c1f..1c9ead05 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/IsapiCgiRestrictionElement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/IsapiCgiRestrictionElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/IsapiCgiRestrictionSection.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/IsapiCgiRestrictionSection.cs index c0770227..c3fc213e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/IsapiCgiRestrictionSection.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Common/IsapiCgiRestrictionSection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Compression/CompressionModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Compression/CompressionModuleService.cs index 31553490..39927bed 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Compression/CompressionModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Compression/CompressionModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DefaultDocuments/DefaultDocumentModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DefaultDocuments/DefaultDocumentModuleService.cs index b0a2f3f4..93d7cf3a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DefaultDocuments/DefaultDocumentModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DefaultDocuments/DefaultDocumentModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseGlobals.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseGlobals.cs index f2521466..b03b8393 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseGlobals.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseGlobals.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseModuleService.cs index 417afe4a..347bd1d6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseSection.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseSection.cs index 59872767..6a30a30e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseSection.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseSection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseShowFlags.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseShowFlags.cs index 09eb75ea..888a446d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseShowFlags.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/DirectoryBrowse/DirectoryBrowseShowFlags.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Extensions/ExtensionsModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Extensions/ExtensionsModuleService.cs index f7cc721e..227001e3 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Extensions/ExtensionsModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Extensions/ExtensionsModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerAccessPolicy.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerAccessPolicy.cs index b5eccd2f..28897049 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerAccessPolicy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerAccessPolicy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerAction.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerAction.cs index cc41e148..ff228cc2 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerAction.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerAction.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerActionCollection.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerActionCollection.cs index 546a7d84..b38f7b6d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerActionCollection.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerActionCollection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerRequiredAccess.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerRequiredAccess.cs index a8784c4d..98715006 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerRequiredAccess.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlerRequiredAccess.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlersModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlersModuleService.cs index 85abd7db..12a7b902 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlersModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlersModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlersSection.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlersSection.cs index 7fb6f5a0..9a134b07 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlersSection.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/HandlersSection.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/ResourceType.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/ResourceType.cs index 624d0854..7aa53b72 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/ResourceType.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Handlers/ResourceType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/HttpRedirect/HttpRedirectModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/HttpRedirect/HttpRedirectModuleService.cs index 6fa5f7fe..1dd7d1fd 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/HttpRedirect/HttpRedirectModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/HttpRedirect/HttpRedirectModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs index a46b5731..d6a36722 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/IIs70.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/MimeTypes/MimeTypesModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/MimeTypes/MimeTypesModuleService.cs index 25cdd5e5..5a389101 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/MimeTypes/MimeTypesModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/MimeTypes/MimeTypesModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Properties/AssemblyInfo.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Properties/AssemblyInfo.cs index 23c091a1..efa4b467 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Properties/AssemblyInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/SSL/SSLModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/SSL/SSLModuleService.cs index 9ba9604a..e08dd492 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/SSL/SSLModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/SSL/SSLModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Utility/ConfigurationUtility.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Utility/ConfigurationUtility.cs index bf258d30..f5ca016f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Utility/ConfigurationUtility.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/Utility/ConfigurationUtility.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/CustomHttpErrorsModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/CustomHttpErrorsModuleService.cs index e811aa5e..dbc3084a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/CustomHttpErrorsModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/CustomHttpErrorsModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/CustomHttpHeadersModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/CustomHttpHeadersModuleService.cs index faecef93..6c413d71 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/CustomHttpHeadersModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/CustomHttpHeadersModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/WebObjectsModuleService.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/WebObjectsModuleService.cs index 3c9ab7b7..adfaedf0 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/WebObjectsModuleService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIS70/WebObjects/WebObjectsModuleService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs60/IIs60.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs60/IIs60.cs index 86c60501..b662503d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs60/IIs60.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs60/IIs60.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs60/WPIWebApplicationGallery/WPIApplicationGallery.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs60/WPIWebApplicationGallery/WPIApplicationGallery.cs index 3f99d1a6..117e4f5f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs60/WPIWebApplicationGallery/WPIApplicationGallery.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs60/WPIWebApplicationGallery/WPIApplicationGallery.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs80/IIs80.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs80/IIs80.cs index db31084d..07717566 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs80/IIs80.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs80/IIs80.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs80/Properties/AssemblyInfo.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs80/Properties/AssemblyInfo.cs index f6b854c5..dc5521ad 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs80/Properties/AssemblyInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs80/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.WebDav/WebDav.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.WebDav/WebDav.cs index 48b947de..d2a1a4d2 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.WebDav/WebDav.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.WebDav/WebDav.cs @@ -1,4 +1,32 @@ -using System; +// Copyright (c) 2014, Outercurve Foundation. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without modification, +// are permitted provided that the following conditions are met: +// +// - Redistributions of source code must retain the above copyright notice, this +// list of conditions and the following disclaimer. +// +// - Redistributions in binary form must reproduce the above copyright notice, +// this list of conditions and the following disclaimer in the documentation +// and/or other materials provided with the distribution. +// +// - Neither the name of the Outercurve Foundation nor the names of its +// contributors may be used to endorse or promote products derived from this +// software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.WebDav/WebDavExtensions.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.WebDav/WebDavExtensions.cs index 4a566c87..1dfbbd13 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.WebDav/WebDavExtensions.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.WebDav/WebDavExtensions.cs @@ -1,4 +1,32 @@ -using System; +// Copyright (c) 2014, Outercurve Foundation. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without modification, +// are permitted provided that the following conditions are met: +// +// - Redistributions of source code must retain the above copyright notice, this +// list of conditions and the following disclaimer. +// +// - Redistributions in binary form must reproduce the above copyright notice, +// this list of conditions and the following disclaimer in the documentation +// and/or other materials provided with the distribution. +// +// - Neither the name of the Outercurve Foundation nor the names of its +// contributors may be used to endorse or promote products derived from this +// software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +// (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/WebsitePanel/Sources/WebsitePanel.Registrars.Directi/DirectiRegistrar.cs b/WebsitePanel/Sources/WebsitePanel.Registrars.Directi/DirectiRegistrar.cs index 889fbd74..c96fad5d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Registrars.Directi/DirectiRegistrar.cs +++ b/WebsitePanel/Sources/WebsitePanel.Registrars.Directi/DirectiRegistrar.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2011, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Registrars.Enom/EnomRegistrar.cs b/WebsitePanel/Sources/WebsitePanel.Registrars.Enom/EnomRegistrar.cs index 818904f4..d083bee1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Registrars.Enom/EnomRegistrar.cs +++ b/WebsitePanel/Sources/WebsitePanel.Registrars.Enom/EnomRegistrar.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Registrars.OfflineRegistrar/OfflineRegistrar.cs b/WebsitePanel/Sources/WebsitePanel.Registrars.OfflineRegistrar/OfflineRegistrar.cs index 64181081..f25e7650 100644 --- a/WebsitePanel/Sources/WebsitePanel.Registrars.OfflineRegistrar/OfflineRegistrar.cs +++ b/WebsitePanel/Sources/WebsitePanel.Registrars.OfflineRegistrar/OfflineRegistrar.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.SchedulerService/Program.cs b/WebsitePanel/Sources/WebsitePanel.SchedulerService/Program.cs index f646790c..adaf0585 100644 --- a/WebsitePanel/Sources/WebsitePanel.SchedulerService/Program.cs +++ b/WebsitePanel/Sources/WebsitePanel.SchedulerService/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.SchedulerService/Properties/AssemblyInfo.cs b/WebsitePanel/Sources/WebsitePanel.SchedulerService/Properties/AssemblyInfo.cs index a8507d4f..70a03065 100644 --- a/WebsitePanel/Sources/WebsitePanel.SchedulerService/Properties/AssemblyInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.SchedulerService/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.SchedulerService/SchedulerService.Designer.cs b/WebsitePanel/Sources/WebsitePanel.SchedulerService/SchedulerService.Designer.cs index bc7321d8..178b8ddc 100644 --- a/WebsitePanel/Sources/WebsitePanel.SchedulerService/SchedulerService.Designer.cs +++ b/WebsitePanel/Sources/WebsitePanel.SchedulerService/SchedulerService.Designer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.SchedulerService/SchedulerService.cs b/WebsitePanel/Sources/WebsitePanel.SchedulerService/SchedulerService.cs index 5e82a911..2f017c19 100644 --- a/WebsitePanel/Sources/WebsitePanel.SchedulerService/SchedulerService.cs +++ b/WebsitePanel/Sources/WebsitePanel.SchedulerService/SchedulerService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.SchedulerService/SchedulerServiceInstaller.cs b/WebsitePanel/Sources/WebsitePanel.SchedulerService/SchedulerServiceInstaller.cs index 6b3d1320..4782242e 100644 --- a/WebsitePanel/Sources/WebsitePanel.SchedulerService/SchedulerServiceInstaller.cs +++ b/WebsitePanel/Sources/WebsitePanel.SchedulerService/SchedulerServiceInstaller.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/AutoDiscoveryProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/AutoDiscoveryProxy.cs index cfe0b732..e6280768 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/AutoDiscoveryProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/AutoDiscoveryProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/BlackBerryProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/BlackBerryProxy.cs index f2ff8d65..fe98fa77 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/BlackBerryProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/BlackBerryProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/CRMProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/CRMProxy.cs index a1db3584..c6842129 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/CRMProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/CRMProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/Common/ServerProxyConfigurator.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/Common/ServerProxyConfigurator.cs index 404a5f2b..ae11cafe 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/Common/ServerProxyConfigurator.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/Common/ServerProxyConfigurator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/Common/ServerUsernameAssertion.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/Common/ServerUsernameAssertion.cs index cbd802a0..392b48d8 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/Common/ServerUsernameAssertion.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/Common/ServerUsernameAssertion.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/DatabaseServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/DatabaseServerProxy.cs index 78667dc9..d6b69cfd 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/DatabaseServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/DatabaseServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/DnsServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/DnsServerProxy.cs index 66950b94..8346490b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/DnsServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/DnsServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/EnterpriseStorageProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/EnterpriseStorageProxy.cs index 2fe1d914..a4122260 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/EnterpriseStorageProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/EnterpriseStorageProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/FtpServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/FtpServerProxy.cs index 038f2acd..c7fd5496 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/FtpServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/FtpServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/HeliconZooProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/HeliconZooProxy.cs index b08677cd..34cfc8b3 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/HeliconZooProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/HeliconZooProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/HostedSharePointServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/HostedSharePointServerProxy.cs index d380cbe6..3ff8eecd 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/HostedSharePointServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/HostedSharePointServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/LyncServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/LyncServerProxy.cs index 327e519c..ac03b5de 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/LyncServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/LyncServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/MailServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/MailServerProxy.cs index 4d8605dc..80232547 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/MailServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/MailServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/OCSEdgeServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/OCSEdgeServerProxy.cs index 90d1b668..5c50a35c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/OCSEdgeServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/OCSEdgeServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/OCSServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/OCSServerProxy.cs index 19034cf3..1856a981 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/OCSServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/OCSServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/OrganizationProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/OrganizationProxy.cs index ef573e31..ec17ae8c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/OrganizationProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/OrganizationProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/RemoteDesktopServicesProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/RemoteDesktopServicesProxy.cs index a1c4f4ad..0b6d8aad 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/RemoteDesktopServicesProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/RemoteDesktopServicesProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/ServiceProviderProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/ServiceProviderProxy.cs index 8336dc9b..a90d309a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/ServiceProviderProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/ServiceProviderProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/SharePointServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/SharePointServerProxy.cs index 83d4adc7..c4f4fe86 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/SharePointServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/SharePointServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/StatisticsServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/StatisticsServerProxy.cs index b3eaf74d..ed4a70c5 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/StatisticsServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/StatisticsServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/VirtualizationServerForPrivateCloudProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/VirtualizationServerForPrivateCloudProxy.cs index 8bfd9cc4..99fceeac 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/VirtualizationServerForPrivateCloudProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/VirtualizationServerForPrivateCloudProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/VirtualizationServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/VirtualizationServerProxy.cs index bbd40eea..07451e20 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/VirtualizationServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/VirtualizationServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/WebServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/WebServerProxy.cs index fafaa5c0..7deacb38 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/WebServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/WebServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Client/WindowsServerProxy.cs b/WebsitePanel/Sources/WebsitePanel.Server.Client/WindowsServerProxy.cs index 985d2d7f..0979c188 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Client/WindowsServerProxy.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Client/WindowsServerProxy.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/BsdDES.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/BsdDES.cs index cac9b854..b3e63b76 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/BsdDES.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/BsdDES.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/CRC32.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/CRC32.cs index c2a71147..4173b00f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/CRC32.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/CRC32.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/EventLogTraceListener.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/EventLogTraceListener.cs index f854bc1d..a2aa0113 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/EventLogTraceListener.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/EventLogTraceListener.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/FileUtils.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/FileUtils.cs index 5a4981fe..275280b5 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/FileUtils.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/FileUtils.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/LogParser.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/LogParser.cs index 2d893f45..d3bd7f0f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/LogParser.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/LogParser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/LogReader.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/LogReader.cs index f1f21b8c..72a1ac81 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/LogReader.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/LogReader.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/LogState.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/LogState.cs index a8b977eb..d016556b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/LogState.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/LogState.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/MonthlyStatistics.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/MonthlyStatistics.cs index e13b24f9..364a7ada 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/MonthlyStatistics.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/MonthlyStatistics.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/StatsLine.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/StatsLine.cs index 17bf05e4..2d843480 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/StatsLine.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/LogParser/StatsLine.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/OS.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/OS.cs index 1af4cca2..fe801793 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/OS.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/OS.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/PInvoke.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/PInvoke.cs index 498a8f11..8b450713 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/PInvoke.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/PInvoke.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/SecurityUtils.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/SecurityUtils.cs index b086cc60..a2fcd1a9 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/SecurityUtils.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/SecurityUtils.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/StringUtils.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/StringUtils.cs index ae0ddc6b..8a7ab295 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/StringUtils.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/StringUtils.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/SystemSID.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/SystemSID.cs index c5042426..7eb5779d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/SystemSID.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/SystemSID.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.Utils/WmiHelper.cs b/WebsitePanel/Sources/WebsitePanel.Server.Utils/WmiHelper.cs index ce96dcf0..42fe954e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.Utils/WmiHelper.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.Utils/WmiHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.WPIService/Properties/AssemblyInfo.cs b/WebsitePanel/Sources/WebsitePanel.Server.WPIService/Properties/AssemblyInfo.cs index 9399f7f3..12473543 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.WPIService/Properties/AssemblyInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.WPIService/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.WPIService/Server.cs b/WebsitePanel/Sources/WebsitePanel.Server.WPIService/Server.cs index 227dc8c1..fc8378a0 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.WPIService/Server.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.WPIService/Server.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.WPIService/WPIService.cs b/WebsitePanel/Sources/WebsitePanel.Server.WPIService/WPIService.cs index b1f731c9..9c451118 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.WPIService/WPIService.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.WPIService/WPIService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.WPIServiceContract/Properties/AssemblyInfo.cs b/WebsitePanel/Sources/WebsitePanel.Server.WPIServiceContract/Properties/AssemblyInfo.cs index 61847b8a..81de0d0e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.WPIServiceContract/Properties/AssemblyInfo.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.WPIServiceContract/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server.WPIServiceContract/WPIServiceContract.cs b/WebsitePanel/Sources/WebsitePanel.Server.WPIServiceContract/WPIServiceContract.cs index 35ec5f7e..60192e60 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server.WPIServiceContract/WPIServiceContract.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server.WPIServiceContract/WPIServiceContract.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/AutoDiscovery.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/AutoDiscovery.asmx.cs index e187cd43..e06289b1 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/AutoDiscovery.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/AutoDiscovery.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/BlackBerry.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/BlackBerry.asmx.cs index ff07fbfd..b17de401 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/BlackBerry.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/BlackBerry.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/CRM.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/CRM.asmx.cs index c6d9847f..3f20104e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/CRM.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/CRM.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/Code/AutoDiscoveryHelper.cs b/WebsitePanel/Sources/WebsitePanel.Server/Code/AutoDiscoveryHelper.cs index 57466138..a63d98f0 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/Code/AutoDiscoveryHelper.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/Code/AutoDiscoveryHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/Code/ServerConfiguration.cs b/WebsitePanel/Sources/WebsitePanel.Server/Code/ServerConfiguration.cs index f2198dc8..8a805567 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/Code/ServerConfiguration.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/Code/ServerConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/Code/ServerUsernameTokenManager.cs b/WebsitePanel/Sources/WebsitePanel.Server/Code/ServerUsernameTokenManager.cs index 9f9c1201..6143c78d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/Code/ServerUsernameTokenManager.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/Code/ServerUsernameTokenManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/Code/UsernameAssertion.cs b/WebsitePanel/Sources/WebsitePanel.Server/Code/UsernameAssertion.cs index cfd60f5e..7bca209c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/Code/UsernameAssertion.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/Code/UsernameAssertion.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/Code/WPIHelper.cs b/WebsitePanel/Sources/WebsitePanel.Server/Code/WPIHelper.cs index a6b84657..a6b1bd44 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/Code/WPIHelper.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/Code/WPIHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/DNSServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/DNSServer.asmx.cs index 33356d9f..89c6574a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/DNSServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/DNSServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/DatabaseServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/DatabaseServer.asmx.cs index e951c4be..477e876e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/DatabaseServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/DatabaseServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/Default.aspx.cs b/WebsitePanel/Sources/WebsitePanel.Server/Default.aspx.cs index efb71b4e..cbf809d8 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/Default.aspx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/Default.aspx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/EnterpriseStorage.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/EnterpriseStorage.asmx.cs index 54eeea5e..cc3dd667 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/EnterpriseStorage.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/EnterpriseStorage.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/ExchangeServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/ExchangeServer.asmx.cs index 833fcf37..d6e30cfe 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/ExchangeServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/ExchangeServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/FTPServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/FTPServer.asmx.cs index 746359ed..703a77b4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/FTPServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/FTPServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/Global.asax.cs b/WebsitePanel/Sources/WebsitePanel.Server/Global.asax.cs index 764acf17..b924bd26 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/Global.asax.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/Global.asax.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/HeliconZoo.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/HeliconZoo.asmx.cs index 2c2a8967..ea39bda7 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/HeliconZoo.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/HeliconZoo.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/HostedSharePointServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/HostedSharePointServer.asmx.cs index b2c6bddf..d4876a65 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/HostedSharePointServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/HostedSharePointServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/LyncServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/LyncServer.asmx.cs index d5b8f677..62989150 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/LyncServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/LyncServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/MailServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/MailServer.asmx.cs index 47a2bd3e..99f443e4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/MailServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/MailServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/OCSEdgeServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/OCSEdgeServer.asmx.cs index 958e08ae..c8c83fc9 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/OCSEdgeServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/OCSEdgeServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/OCSServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/OCSServer.asmx.cs index 46c859dc..6eeb3521 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/OCSServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/OCSServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/OperatingSystem.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/OperatingSystem.asmx.cs index 8348ddea..b1d9d536 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/OperatingSystem.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/OperatingSystem.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/Organizations.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/Organizations.asmx.cs index 419d0ac1..4aa7b3a4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/Organizations.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/Organizations.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/RemoteDesktopServices.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/RemoteDesktopServices.asmx.cs index d5530690..d6825a2a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/RemoteDesktopServices.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/RemoteDesktopServices.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/ServiceProvider.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/ServiceProvider.asmx.cs index 4a309af9..bf915d30 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/ServiceProvider.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/ServiceProvider.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/SharePointServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/SharePointServer.asmx.cs index 033d8e21..9c2c9f01 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/SharePointServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/SharePointServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/StatisticsServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/StatisticsServer.asmx.cs index e42ed2ae..5026e7e4 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/StatisticsServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/StatisticsServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/VirtualizationServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/VirtualizationServer.asmx.cs index 6e75cc5f..97058365 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/VirtualizationServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/VirtualizationServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/VirtualizationServerForPrivateCloud.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/VirtualizationServerForPrivateCloud.asmx.cs index 4e141ebd..796dbc74 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/VirtualizationServerForPrivateCloud.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/VirtualizationServerForPrivateCloud.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/WebServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/WebServer.asmx.cs index 56f76ca7..3e8b11d6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/WebServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/WebServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Server/WindowsServer.asmx.cs b/WebsitePanel/Sources/WebsitePanel.Server/WindowsServer.asmx.cs index b0110204..f1b09cd2 100644 --- a/WebsitePanel/Sources/WebsitePanel.Server/WindowsServer.asmx.cs +++ b/WebsitePanel/Sources/WebsitePanel.Server/WindowsServer.asmx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/BinaryExpression.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/BinaryExpression.cs index 4ee6c6ee..d2b5f16d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/BinaryExpression.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/BinaryExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/CallTemplateStatement.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/CallTemplateStatement.cs index d3765f00..3d80968d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/CallTemplateStatement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/CallTemplateStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/ElseIfStatement.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/ElseIfStatement.cs index 33307bc0..c88e09a6 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/ElseIfStatement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/ElseIfStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/Expression.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/Expression.cs index 93665b55..f19cf6fd 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/Expression.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/Expression.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/ForStatement.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/ForStatement.cs index ee6ce917..c596219c 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/ForStatement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/ForStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/ForeachStatement.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/ForeachStatement.cs index 79b12c82..b1bd8f4d 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/ForeachStatement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/ForeachStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/IdentifierExpression.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/IdentifierExpression.cs index e4513696..cd186b5a 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/IdentifierExpression.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/IdentifierExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/IdentifierPart.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/IdentifierPart.cs index 22430df5..c353d69e 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/IdentifierPart.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/IdentifierPart.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/IfStatement.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/IfStatement.cs index abd3f702..1fb0e2f5 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/IfStatement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/IfStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/LiteralExpression.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/LiteralExpression.cs index ea89e718..05bd71e5 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/LiteralExpression.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/LiteralExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/PrintStatement.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/PrintStatement.cs index c45723b2..87f2762b 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/PrintStatement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/PrintStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/SetStatement.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/SetStatement.cs index 677e1f09..54b2e447 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/SetStatement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/SetStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/Statement.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/Statement.cs index eb59f887..63146d9f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/Statement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/Statement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/TemplateStatement.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/TemplateStatement.cs index 5092ed59..9a940680 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/TemplateStatement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/TemplateStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/TextStatement.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/TextStatement.cs index 32ab0d02..e0b956cd 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/TextStatement.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/TextStatement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/AST/UnaryExpression.cs b/WebsitePanel/Sources/WebsitePanel.Templates/AST/UnaryExpression.cs index 92de7236..a5d103df 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/AST/UnaryExpression.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/AST/UnaryExpression.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/BuiltinFunctions.cs b/WebsitePanel/Sources/WebsitePanel.Templates/BuiltinFunctions.cs index 40407802..beae70a9 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/BuiltinFunctions.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/BuiltinFunctions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/Lexer.cs b/WebsitePanel/Sources/WebsitePanel.Templates/Lexer.cs index bfb2a864..c2a07b6f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/Lexer.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/Lexer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/Parser.cs b/WebsitePanel/Sources/WebsitePanel.Templates/Parser.cs index 47960985..269a5685 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/Parser.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/Parser.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/ParserException.cs b/WebsitePanel/Sources/WebsitePanel.Templates/ParserException.cs index 019d3705..cd219aee 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/ParserException.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/ParserException.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/Program.cs b/WebsitePanel/Sources/WebsitePanel.Templates/Program.cs index e1077d41..04a94e45 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/Program.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/Template.cs b/WebsitePanel/Sources/WebsitePanel.Templates/Template.cs index 5f4b459d..e94ce43f 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/Template.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/Template.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/TemplateContext.cs b/WebsitePanel/Sources/WebsitePanel.Templates/TemplateContext.cs index 2a58cf99..af9adf14 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/TemplateContext.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/TemplateContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/Token.cs b/WebsitePanel/Sources/WebsitePanel.Templates/Token.cs index fa1cc0d2..6561eece 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/Token.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/Token.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.Templates/TokenType.cs b/WebsitePanel/Sources/WebsitePanel.Templates/TokenType.cs index 29cfd881..2dab89fc 100644 --- a/WebsitePanel/Sources/WebsitePanel.Templates/TokenType.cs +++ b/WebsitePanel/Sources/WebsitePanel.Templates/TokenType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2012, Outercurve Foundation. +// Copyright (c) 2014, Outercurve Foundation. // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Data/ModulesData.config b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Data/ModulesData.config index c7d2f0d6..71b84f87 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Data/ModulesData.config +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Data/ModulesData.config @@ -2,6 +2,7 @@ + diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Data/WebsitePanel_Modules.config b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Data/WebsitePanel_Modules.config index ecb4de84..361d6b7b 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Data/WebsitePanel_Modules.config +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Data/WebsitePanel_Modules.config @@ -639,4 +639,11 @@ + + + + + + + \ No newline at end of file diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Data/WebsitePanel_Pages.config b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Data/WebsitePanel_Pages.config index 437fbfb4..7c5b9a14 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Data/WebsitePanel_Pages.config +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/App_Data/WebsitePanel_Pages.config @@ -159,7 +159,6 @@ -