diff --git a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodCallback.cpp b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodCallback.cpp index 094aa03d47..9674395cb1 100644 --- a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodCallback.cpp +++ b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodCallback.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodCallback.h b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodCallback.h index 39efb3cfbd..673212a4be 100644 --- a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodCallback.h +++ b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodCallback.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodHandler.cpp b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodHandler.cpp index 906ad19fb8..94ba72f77c 100644 --- a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodHandler.cpp +++ b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodHandler.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodHandler.h b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodHandler.h index 387b6f1cb5..dc309d9f1b 100644 --- a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodHandler.h +++ b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodHandler.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodWrapper.cpp b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodWrapper.cpp index dfef287e30..4bf820563d 100644 --- a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodWrapper.cpp +++ b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodWrapper.h b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodWrapper.h index c47f9e2cef..b3fae3b280 100644 --- a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodWrapper.h +++ b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncMethodWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncObjectWrapper.cpp b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncObjectWrapper.cpp index f8cd974790..e0eed5b1e4 100644 --- a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncObjectWrapper.cpp +++ b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncObjectWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncObjectWrapper.h b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncObjectWrapper.h index dc2054d694..9587350131 100644 --- a/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncObjectWrapper.h +++ b/CefSharp.BrowserSubprocess.Core/Async/JavascriptAsyncObjectWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.cpp b/CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.cpp index 6295c02fa7..41c8db33f0 100644 --- a/CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.cpp +++ b/CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. #pragma once diff --git a/CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.h b/CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.h index 91bedb86d1..8c2fd516d2 100644 --- a/CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.h +++ b/CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/CefBrowserWrapper.h b/CefSharp.BrowserSubprocess.Core/CefBrowserWrapper.h index 0ff6606526..2793f299ed 100644 --- a/CefSharp.BrowserSubprocess.Core/CefBrowserWrapper.h +++ b/CefSharp.BrowserSubprocess.Core/CefBrowserWrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptCallbackRegistry.cpp b/CefSharp.BrowserSubprocess.Core/JavascriptCallbackRegistry.cpp index c79674e415..ac789f9171 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptCallbackRegistry.cpp +++ b/CefSharp.BrowserSubprocess.Core/JavascriptCallbackRegistry.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptCallbackRegistry.h b/CefSharp.BrowserSubprocess.Core/JavascriptCallbackRegistry.h index ce8bf47acc..50fc68d9f5 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptCallbackRegistry.h +++ b/CefSharp.BrowserSubprocess.Core/JavascriptCallbackRegistry.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptCallbackWrapper.h b/CefSharp.BrowserSubprocess.Core/JavascriptCallbackWrapper.h index 716621cfb2..9eea785399 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptCallbackWrapper.h +++ b/CefSharp.BrowserSubprocess.Core/JavascriptCallbackWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptMethodHandler.cpp b/CefSharp.BrowserSubprocess.Core/JavascriptMethodHandler.cpp index dd7b995aeb..187f3d6a40 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptMethodHandler.cpp +++ b/CefSharp.BrowserSubprocess.Core/JavascriptMethodHandler.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptMethodHandler.h b/CefSharp.BrowserSubprocess.Core/JavascriptMethodHandler.h index 9d48fbfab2..2bf55f3144 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptMethodHandler.h +++ b/CefSharp.BrowserSubprocess.Core/JavascriptMethodHandler.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptMethodWrapper.cpp b/CefSharp.BrowserSubprocess.Core/JavascriptMethodWrapper.cpp index c00ed90339..bc68c92b2f 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptMethodWrapper.cpp +++ b/CefSharp.BrowserSubprocess.Core/JavascriptMethodWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. #pragma once diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptMethodWrapper.h b/CefSharp.BrowserSubprocess.Core/JavascriptMethodWrapper.h index 5b4677868f..d44ae01ff7 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptMethodWrapper.h +++ b/CefSharp.BrowserSubprocess.Core/JavascriptMethodWrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. #pragma once diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptObjectWrapper.cpp b/CefSharp.BrowserSubprocess.Core/JavascriptObjectWrapper.cpp index a68ea47d1f..860ede1d98 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptObjectWrapper.cpp +++ b/CefSharp.BrowserSubprocess.Core/JavascriptObjectWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. #pragma once diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptObjectWrapper.h b/CefSharp.BrowserSubprocess.Core/JavascriptObjectWrapper.h index 183704a986..7478c719aa 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptObjectWrapper.h +++ b/CefSharp.BrowserSubprocess.Core/JavascriptObjectWrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptPropertyHandler.h b/CefSharp.BrowserSubprocess.Core/JavascriptPropertyHandler.h index 205696f43d..c1e18e3d51 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptPropertyHandler.h +++ b/CefSharp.BrowserSubprocess.Core/JavascriptPropertyHandler.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptPropertyWrapper.cpp b/CefSharp.BrowserSubprocess.Core/JavascriptPropertyWrapper.cpp index 71c1526bf6..3233f390ed 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptPropertyWrapper.cpp +++ b/CefSharp.BrowserSubprocess.Core/JavascriptPropertyWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. #pragma once diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptPropertyWrapper.h b/CefSharp.BrowserSubprocess.Core/JavascriptPropertyWrapper.h index 10391f560f..f4a19e6c02 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptPropertyWrapper.h +++ b/CefSharp.BrowserSubprocess.Core/JavascriptPropertyWrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptRootObjectWrapper.cpp b/CefSharp.BrowserSubprocess.Core/JavascriptRootObjectWrapper.cpp index a8ec2679b0..4f5c6c5e58 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptRootObjectWrapper.cpp +++ b/CefSharp.BrowserSubprocess.Core/JavascriptRootObjectWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/JavascriptRootObjectWrapper.h b/CefSharp.BrowserSubprocess.Core/JavascriptRootObjectWrapper.h index 731faa8bfc..474b03ee9b 100644 --- a/CefSharp.BrowserSubprocess.Core/JavascriptRootObjectWrapper.h +++ b/CefSharp.BrowserSubprocess.Core/JavascriptRootObjectWrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/Resource.rc b/CefSharp.BrowserSubprocess.Core/Resource.rc index 170dc050b4..66cf7e5ee0 100644 --- a/CefSharp.BrowserSubprocess.Core/Resource.rc +++ b/CefSharp.BrowserSubprocess.Core/Resource.rc @@ -17,7 +17,7 @@ BEGIN BEGIN VALUE "FileDescription", "CefSharp.BrowserSubprocess.Core" VALUE "FileVersion", "55.0.0" - VALUE "LegalCopyright", "Copyright © The CefSharp Authors 2010-2016" + VALUE "LegalCopyright", "Copyright © 2010-2017 The CefSharp Authors" VALUE "ProductName", "CefSharp" VALUE "ProductVersion", "55.0.0" END diff --git a/CefSharp.BrowserSubprocess.Core/Serialization/JsObjectsSerialization.cpp b/CefSharp.BrowserSubprocess.Core/Serialization/JsObjectsSerialization.cpp index 85f19ae3ea..27127306c9 100644 --- a/CefSharp.BrowserSubprocess.Core/Serialization/JsObjectsSerialization.cpp +++ b/CefSharp.BrowserSubprocess.Core/Serialization/JsObjectsSerialization.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/Serialization/JsObjectsSerialization.h b/CefSharp.BrowserSubprocess.Core/Serialization/JsObjectsSerialization.h index 3a78b997ef..1d7fe3d9a9 100644 --- a/CefSharp.BrowserSubprocess.Core/Serialization/JsObjectsSerialization.h +++ b/CefSharp.BrowserSubprocess.Core/Serialization/JsObjectsSerialization.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/Serialization/V8Serialization.cpp b/CefSharp.BrowserSubprocess.Core/Serialization/V8Serialization.cpp index 77ceb1877c..6e621ff648 100644 --- a/CefSharp.BrowserSubprocess.Core/Serialization/V8Serialization.cpp +++ b/CefSharp.BrowserSubprocess.Core/Serialization/V8Serialization.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/Serialization/V8Serialization.h b/CefSharp.BrowserSubprocess.Core/Serialization/V8Serialization.h index f1bb70196a..bc943953fc 100644 --- a/CefSharp.BrowserSubprocess.Core/Serialization/V8Serialization.h +++ b/CefSharp.BrowserSubprocess.Core/Serialization/V8Serialization.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/Stdafx.h b/CefSharp.BrowserSubprocess.Core/Stdafx.h index a9bd9b421b..f44aa306bf 100644 --- a/CefSharp.BrowserSubprocess.Core/Stdafx.h +++ b/CefSharp.BrowserSubprocess.Core/Stdafx.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/SubProcess.h b/CefSharp.BrowserSubprocess.Core/SubProcess.h index 6f3bb212ee..22a51d9d8b 100644 --- a/CefSharp.BrowserSubprocess.Core/SubProcess.h +++ b/CefSharp.BrowserSubprocess.Core/SubProcess.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/TypeUtils.cpp b/CefSharp.BrowserSubprocess.Core/TypeUtils.cpp index 2f3cb81a4f..73e68acebf 100644 --- a/CefSharp.BrowserSubprocess.Core/TypeUtils.cpp +++ b/CefSharp.BrowserSubprocess.Core/TypeUtils.cpp @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/TypeUtils.h b/CefSharp.BrowserSubprocess.Core/TypeUtils.h index 6592dc286b..30ae9c8b74 100644 --- a/CefSharp.BrowserSubprocess.Core/TypeUtils.h +++ b/CefSharp.BrowserSubprocess.Core/TypeUtils.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess.Core/WcfEnabledSubProcess.cpp b/CefSharp.BrowserSubprocess.Core/WcfEnabledSubProcess.cpp index ca2628bf10..f3ffb40729 100644 --- a/CefSharp.BrowserSubprocess.Core/WcfEnabledSubProcess.cpp +++ b/CefSharp.BrowserSubprocess.Core/WcfEnabledSubProcess.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. #pragma once diff --git a/CefSharp.BrowserSubprocess.Core/WcfEnabledSubProcess.h b/CefSharp.BrowserSubprocess.Core/WcfEnabledSubProcess.h index ff445a29c0..c6b44ff4f5 100644 --- a/CefSharp.BrowserSubprocess.Core/WcfEnabledSubProcess.h +++ b/CefSharp.BrowserSubprocess.Core/WcfEnabledSubProcess.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.BrowserSubprocess/Program.cs b/CefSharp.BrowserSubprocess/Program.cs index 416dd8e6af..e82beb8736 100644 --- a/CefSharp.BrowserSubprocess/Program.cs +++ b/CefSharp.BrowserSubprocess/Program.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/AssemblyInfo.cpp b/CefSharp.Core/AssemblyInfo.cpp index d3c230affe..020998560b 100644 --- a/CefSharp.Core/AssemblyInfo.cpp +++ b/CefSharp.Core/AssemblyInfo.cpp @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/BrowserSettings.h b/CefSharp.Core/BrowserSettings.h index 0be536776c..9dfa201b16 100644 --- a/CefSharp.Core/BrowserSettings.h +++ b/CefSharp.Core/BrowserSettings.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Cef.h b/CefSharp.Core/Cef.h index 3e9ff641f8..349fcb9365 100644 --- a/CefSharp.Core/Cef.h +++ b/CefSharp.Core/Cef.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/CefSettings.h b/CefSharp.Core/CefSettings.h index f03e49f9e2..c2101b782b 100644 --- a/CefSharp.Core/CefSettings.h +++ b/CefSharp.Core/CefSettings.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/CookieManager.cpp b/CefSharp.Core/CookieManager.cpp index 56dac01ff3..4fc696c40b 100644 --- a/CefSharp.Core/CookieManager.cpp +++ b/CefSharp.Core/CookieManager.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/CookieManager.h b/CefSharp.Core/CookieManager.h index 3d4d61817b..e666d96415 100644 --- a/CefSharp.Core/CookieManager.h +++ b/CefSharp.Core/CookieManager.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefAuthCallbackWrapper.h b/CefSharp.Core/Internals/CefAuthCallbackWrapper.h index ffd29c34c6..7a1b6d68b5 100644 --- a/CefSharp.Core/Internals/CefAuthCallbackWrapper.h +++ b/CefSharp.Core/Internals/CefAuthCallbackWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefBeforeDownloadCallbackWrapper.h b/CefSharp.Core/Internals/CefBeforeDownloadCallbackWrapper.h index 97d36c23e3..31e43cc703 100644 --- a/CefSharp.Core/Internals/CefBeforeDownloadCallbackWrapper.h +++ b/CefSharp.Core/Internals/CefBeforeDownloadCallbackWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefBrowserHostWrapper.cpp b/CefSharp.Core/Internals/CefBrowserHostWrapper.cpp index 59eba1d107..52f6b25905 100644 --- a/CefSharp.Core/Internals/CefBrowserHostWrapper.cpp +++ b/CefSharp.Core/Internals/CefBrowserHostWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefBrowserHostWrapper.h b/CefSharp.Core/Internals/CefBrowserHostWrapper.h index 32076c6fef..c6c4017a64 100644 --- a/CefSharp.Core/Internals/CefBrowserHostWrapper.h +++ b/CefSharp.Core/Internals/CefBrowserHostWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefCallbackWrapper.h b/CefSharp.Core/Internals/CefCallbackWrapper.h index 32ed7ff246..42db3eafbe 100644 --- a/CefSharp.Core/Internals/CefCallbackWrapper.h +++ b/CefSharp.Core/Internals/CefCallbackWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefCertificateCallbackWrapper.h b/CefSharp.Core/Internals/CefCertificateCallbackWrapper.h index 9a21711409..7f797e093b 100644 --- a/CefSharp.Core/Internals/CefCertificateCallbackWrapper.h +++ b/CefSharp.Core/Internals/CefCertificateCallbackWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefCompletionCallbackAdapter.h b/CefSharp.Core/Internals/CefCompletionCallbackAdapter.h index dc7d1400de..2a492415ca 100644 --- a/CefSharp.Core/Internals/CefCompletionCallbackAdapter.h +++ b/CefSharp.Core/Internals/CefCompletionCallbackAdapter.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefContextMenuParamsWrapper.cpp b/CefSharp.Core/Internals/CefContextMenuParamsWrapper.cpp index eb57780f24..0e055669b5 100644 --- a/CefSharp.Core/Internals/CefContextMenuParamsWrapper.cpp +++ b/CefSharp.Core/Internals/CefContextMenuParamsWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefContextMenuParamsWrapper.h b/CefSharp.Core/Internals/CefContextMenuParamsWrapper.h index 703bc9b668..a3ec64dba0 100644 --- a/CefSharp.Core/Internals/CefContextMenuParamsWrapper.h +++ b/CefSharp.Core/Internals/CefContextMenuParamsWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefDeleteCookiesCallbackAdapter.h b/CefSharp.Core/Internals/CefDeleteCookiesCallbackAdapter.h index 80c07ac13f..478c408a8d 100644 --- a/CefSharp.Core/Internals/CefDeleteCookiesCallbackAdapter.h +++ b/CefSharp.Core/Internals/CefDeleteCookiesCallbackAdapter.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefDownloadItemCallbackWrapper.h b/CefSharp.Core/Internals/CefDownloadItemCallbackWrapper.h index f5206e7db2..aa9f7af321 100644 --- a/CefSharp.Core/Internals/CefDownloadItemCallbackWrapper.h +++ b/CefSharp.Core/Internals/CefDownloadItemCallbackWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefDragDataWrapper.h b/CefSharp.Core/Internals/CefDragDataWrapper.h index 1d468e30b5..b5ef373593 100644 --- a/CefSharp.Core/Internals/CefDragDataWrapper.h +++ b/CefSharp.Core/Internals/CefDragDataWrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefFileDialogCallbackWrapper.h b/CefSharp.Core/Internals/CefFileDialogCallbackWrapper.h index 41303d1b89..e9a245a8cc 100644 --- a/CefSharp.Core/Internals/CefFileDialogCallbackWrapper.h +++ b/CefSharp.Core/Internals/CefFileDialogCallbackWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefFrameWrapper.cpp b/CefSharp.Core/Internals/CefFrameWrapper.cpp index fa494c2524..28ea4c8e78 100644 --- a/CefSharp.Core/Internals/CefFrameWrapper.cpp +++ b/CefSharp.Core/Internals/CefFrameWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefFrameWrapper.h b/CefSharp.Core/Internals/CefFrameWrapper.h index 914c94d863..67d254f958 100644 --- a/CefSharp.Core/Internals/CefFrameWrapper.h +++ b/CefSharp.Core/Internals/CefFrameWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefGeolocationCallbackWrapper.h b/CefSharp.Core/Internals/CefGeolocationCallbackWrapper.h index 2225b67acf..e88cdaaea6 100644 --- a/CefSharp.Core/Internals/CefGeolocationCallbackWrapper.h +++ b/CefSharp.Core/Internals/CefGeolocationCallbackWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefGetGeolocationCallbackAdapter.h b/CefSharp.Core/Internals/CefGetGeolocationCallbackAdapter.h index ef82de8f42..735223a896 100644 --- a/CefSharp.Core/Internals/CefGetGeolocationCallbackAdapter.h +++ b/CefSharp.Core/Internals/CefGetGeolocationCallbackAdapter.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefJSDialogCallbackWrapper.h b/CefSharp.Core/Internals/CefJSDialogCallbackWrapper.h index 4647822f6e..0db3154192 100644 --- a/CefSharp.Core/Internals/CefJSDialogCallbackWrapper.h +++ b/CefSharp.Core/Internals/CefJSDialogCallbackWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefMenuModelWrapper.h b/CefSharp.Core/Internals/CefMenuModelWrapper.h index 3fc65adb86..b73c611af9 100644 --- a/CefSharp.Core/Internals/CefMenuModelWrapper.h +++ b/CefSharp.Core/Internals/CefMenuModelWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefNavigationEntryVisitorAdapter.h b/CefSharp.Core/Internals/CefNavigationEntryVisitorAdapter.h index 0a7dd1956b..dac40abed6 100644 --- a/CefSharp.Core/Internals/CefNavigationEntryVisitorAdapter.h +++ b/CefSharp.Core/Internals/CefNavigationEntryVisitorAdapter.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefPdfPrintCallbackWrapper.h b/CefSharp.Core/Internals/CefPdfPrintCallbackWrapper.h index ab165e1be3..af73fd64af 100644 --- a/CefSharp.Core/Internals/CefPdfPrintCallbackWrapper.h +++ b/CefSharp.Core/Internals/CefPdfPrintCallbackWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefPostDataElementWrapper.h b/CefSharp.Core/Internals/CefPostDataElementWrapper.h index 3f2c6f3f37..995f61bdd9 100644 --- a/CefSharp.Core/Internals/CefPostDataElementWrapper.h +++ b/CefSharp.Core/Internals/CefPostDataElementWrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefPostDataWrapper.h b/CefSharp.Core/Internals/CefPostDataWrapper.h index bdbb9a4115..66ed6e411c 100644 --- a/CefSharp.Core/Internals/CefPostDataWrapper.h +++ b/CefSharp.Core/Internals/CefPostDataWrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefRegisterCdmCallbackAdapter.h b/CefSharp.Core/Internals/CefRegisterCdmCallbackAdapter.h index 3971adc80c..dfd9ef9843 100644 --- a/CefSharp.Core/Internals/CefRegisterCdmCallbackAdapter.h +++ b/CefSharp.Core/Internals/CefRegisterCdmCallbackAdapter.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefRequestCallbackWrapper.h b/CefSharp.Core/Internals/CefRequestCallbackWrapper.h index ad303e06f1..60d37b5b5d 100644 --- a/CefSharp.Core/Internals/CefRequestCallbackWrapper.h +++ b/CefSharp.Core/Internals/CefRequestCallbackWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefRequestWrapper.cpp b/CefSharp.Core/Internals/CefRequestWrapper.cpp index 46c1f3b8fc..c1e0d70c60 100644 --- a/CefSharp.Core/Internals/CefRequestWrapper.cpp +++ b/CefSharp.Core/Internals/CefRequestWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefRequestWrapper.h b/CefSharp.Core/Internals/CefRequestWrapper.h index c6056ac0e8..50d4822b37 100644 --- a/CefSharp.Core/Internals/CefRequestWrapper.h +++ b/CefSharp.Core/Internals/CefRequestWrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefResolveCallbackAdapter.h b/CefSharp.Core/Internals/CefResolveCallbackAdapter.h index cd7a7c970e..bcc6b49c0e 100644 --- a/CefSharp.Core/Internals/CefResolveCallbackAdapter.h +++ b/CefSharp.Core/Internals/CefResolveCallbackAdapter.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefResponseFilterAdapter.h b/CefSharp.Core/Internals/CefResponseFilterAdapter.h index cc98ca1c25..88d35e41ff 100644 --- a/CefSharp.Core/Internals/CefResponseFilterAdapter.h +++ b/CefSharp.Core/Internals/CefResponseFilterAdapter.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefResponseWrapper.h b/CefSharp.Core/Internals/CefResponseWrapper.h index 48ee4d5986..1ab10ec22b 100644 --- a/CefSharp.Core/Internals/CefResponseWrapper.h +++ b/CefSharp.Core/Internals/CefResponseWrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefRunContextMenuCallbackWrapper.h b/CefSharp.Core/Internals/CefRunContextMenuCallbackWrapper.h index fe589f0c32..d4fdab8089 100644 --- a/CefSharp.Core/Internals/CefRunContextMenuCallbackWrapper.h +++ b/CefSharp.Core/Internals/CefRunContextMenuCallbackWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefSetCookieCallbackAdapter.h b/CefSharp.Core/Internals/CefSetCookieCallbackAdapter.h index ec8b6020c2..0178f91c72 100644 --- a/CefSharp.Core/Internals/CefSetCookieCallbackAdapter.h +++ b/CefSharp.Core/Internals/CefSetCookieCallbackAdapter.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefSharpApp.h b/CefSharp.Core/Internals/CefSharpApp.h index 05e5d42e75..3c109d2397 100644 --- a/CefSharp.Core/Internals/CefSharpApp.h +++ b/CefSharp.Core/Internals/CefSharpApp.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefSharpBrowserWrapper.cpp b/CefSharp.Core/Internals/CefSharpBrowserWrapper.cpp index bc1efe3d72..e87d9384c8 100644 --- a/CefSharp.Core/Internals/CefSharpBrowserWrapper.cpp +++ b/CefSharp.Core/Internals/CefSharpBrowserWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefSharpBrowserWrapper.h b/CefSharp.Core/Internals/CefSharpBrowserWrapper.h index 64cfe1ca1c..a2383ddaeb 100644 --- a/CefSharp.Core/Internals/CefSharpBrowserWrapper.h +++ b/CefSharp.Core/Internals/CefSharpBrowserWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefSslInfoWrapper.h b/CefSharp.Core/Internals/CefSslInfoWrapper.h index dfd18b956f..75a177f033 100644 --- a/CefSharp.Core/Internals/CefSslInfoWrapper.h +++ b/CefSharp.Core/Internals/CefSslInfoWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefTaskScheduler.h b/CefSharp.Core/Internals/CefTaskScheduler.h index 501d17a59f..87405a4bd3 100644 --- a/CefSharp.Core/Internals/CefTaskScheduler.h +++ b/CefSharp.Core/Internals/CefTaskScheduler.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefTaskWrapper.h b/CefSharp.Core/Internals/CefTaskWrapper.h index ffd02bb45e..696252cd23 100644 --- a/CefSharp.Core/Internals/CefTaskWrapper.h +++ b/CefSharp.Core/Internals/CefTaskWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CefWrapper.h b/CefSharp.Core/Internals/CefWrapper.h index 97a9753dae..c6746605de 100644 --- a/CefSharp.Core/Internals/CefWrapper.h +++ b/CefSharp.Core/Internals/CefWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/ClientAdapter.cpp b/CefSharp.Core/Internals/ClientAdapter.cpp index 2ca00e0f9d..4b6ebcf0f2 100644 --- a/CefSharp.Core/Internals/ClientAdapter.cpp +++ b/CefSharp.Core/Internals/ClientAdapter.cpp @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/ClientAdapter.h b/CefSharp.Core/Internals/ClientAdapter.h index 4027c97af9..a56b2f2dcc 100644 --- a/CefSharp.Core/Internals/ClientAdapter.h +++ b/CefSharp.Core/Internals/ClientAdapter.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CookieVisitor.cpp b/CefSharp.Core/Internals/CookieVisitor.cpp index 58fde86486..09964dd2bf 100644 --- a/CefSharp.Core/Internals/CookieVisitor.cpp +++ b/CefSharp.Core/Internals/CookieVisitor.cpp @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/CookieVisitor.h b/CefSharp.Core/Internals/CookieVisitor.h index f358416085..6cadb0d086 100644 --- a/CefSharp.Core/Internals/CookieVisitor.h +++ b/CefSharp.Core/Internals/CookieVisitor.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/JavascriptCallbackFactory.cpp b/CefSharp.Core/Internals/JavascriptCallbackFactory.cpp index 1c55e7edf2..204c2db191 100644 --- a/CefSharp.Core/Internals/JavascriptCallbackFactory.cpp +++ b/CefSharp.Core/Internals/JavascriptCallbackFactory.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/JavascriptCallbackFactory.h b/CefSharp.Core/Internals/JavascriptCallbackFactory.h index a60eb15556..9b759cc075 100644 --- a/CefSharp.Core/Internals/JavascriptCallbackFactory.h +++ b/CefSharp.Core/Internals/JavascriptCallbackFactory.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/JavascriptCallbackProxy.cpp b/CefSharp.Core/Internals/JavascriptCallbackProxy.cpp index 61d45daffd..cda99c25d6 100644 --- a/CefSharp.Core/Internals/JavascriptCallbackProxy.cpp +++ b/CefSharp.Core/Internals/JavascriptCallbackProxy.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/JavascriptCallbackProxy.h b/CefSharp.Core/Internals/JavascriptCallbackProxy.h index 152d4548b3..afdc294f27 100644 --- a/CefSharp.Core/Internals/JavascriptCallbackProxy.h +++ b/CefSharp.Core/Internals/JavascriptCallbackProxy.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/MCefRefPtr.h b/CefSharp.Core/Internals/MCefRefPtr.h index ca5714267d..bcb5661c22 100644 --- a/CefSharp.Core/Internals/MCefRefPtr.h +++ b/CefSharp.Core/Internals/MCefRefPtr.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/Messaging/Messages.h b/CefSharp.Core/Internals/Messaging/Messages.h index 95f9a56918..df753a81b0 100644 --- a/CefSharp.Core/Internals/Messaging/Messages.h +++ b/CefSharp.Core/Internals/Messaging/Messages.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/PluginVisitor.h b/CefSharp.Core/Internals/PluginVisitor.h index d7012a4073..7a188affa2 100644 --- a/CefSharp.Core/Internals/PluginVisitor.h +++ b/CefSharp.Core/Internals/PluginVisitor.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/RenderClientAdapter.h b/CefSharp.Core/Internals/RenderClientAdapter.h index 19fef88a06..a61bfb2511 100644 --- a/CefSharp.Core/Internals/RenderClientAdapter.h +++ b/CefSharp.Core/Internals/RenderClientAdapter.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/ReportUnhandledExceptions.h b/CefSharp.Core/Internals/ReportUnhandledExceptions.h index c28155c967..50400bf661 100644 --- a/CefSharp.Core/Internals/ReportUnhandledExceptions.h +++ b/CefSharp.Core/Internals/ReportUnhandledExceptions.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/Serialization/JsObjectsSerialization.cpp b/CefSharp.Core/Internals/Serialization/JsObjectsSerialization.cpp index c7ae6781a1..b31d8c654f 100644 --- a/CefSharp.Core/Internals/Serialization/JsObjectsSerialization.cpp +++ b/CefSharp.Core/Internals/Serialization/JsObjectsSerialization.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/Serialization/JsObjectsSerialization.h b/CefSharp.Core/Internals/Serialization/JsObjectsSerialization.h index 1d8122a610..5e10641e03 100644 --- a/CefSharp.Core/Internals/Serialization/JsObjectsSerialization.h +++ b/CefSharp.Core/Internals/Serialization/JsObjectsSerialization.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/Serialization/ObjectsSerialization.cpp b/CefSharp.Core/Internals/Serialization/ObjectsSerialization.cpp index 1eb143d8bc..a9d8c03130 100644 --- a/CefSharp.Core/Internals/Serialization/ObjectsSerialization.cpp +++ b/CefSharp.Core/Internals/Serialization/ObjectsSerialization.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/Serialization/ObjectsSerialization.h b/CefSharp.Core/Internals/Serialization/ObjectsSerialization.h index 5b4a9e0bfc..15c105f5ff 100644 --- a/CefSharp.Core/Internals/Serialization/ObjectsSerialization.h +++ b/CefSharp.Core/Internals/Serialization/ObjectsSerialization.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/Serialization/Primitives.cpp b/CefSharp.Core/Internals/Serialization/Primitives.cpp index 85d692b0d7..0f57a22f48 100644 --- a/CefSharp.Core/Internals/Serialization/Primitives.cpp +++ b/CefSharp.Core/Internals/Serialization/Primitives.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/Serialization/Primitives.h b/CefSharp.Core/Internals/Serialization/Primitives.h index c83a8e1f9a..16d1357475 100644 --- a/CefSharp.Core/Internals/Serialization/Primitives.h +++ b/CefSharp.Core/Internals/Serialization/Primitives.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/Serialization/V8Serialization.cpp b/CefSharp.Core/Internals/Serialization/V8Serialization.cpp index 2f619889ea..d7e7ee5488 100644 --- a/CefSharp.Core/Internals/Serialization/V8Serialization.cpp +++ b/CefSharp.Core/Internals/Serialization/V8Serialization.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/Serialization/V8Serialization.h b/CefSharp.Core/Internals/Serialization/V8Serialization.h index 31a1a60825..5805a5ef61 100644 --- a/CefSharp.Core/Internals/Serialization/V8Serialization.h +++ b/CefSharp.Core/Internals/Serialization/V8Serialization.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/StringUtils.h b/CefSharp.Core/Internals/StringUtils.h index d347658434..7972a09e77 100644 --- a/CefSharp.Core/Internals/StringUtils.h +++ b/CefSharp.Core/Internals/StringUtils.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/StringVisitor.cpp b/CefSharp.Core/Internals/StringVisitor.cpp index 590e36197d..a3679e36ba 100644 --- a/CefSharp.Core/Internals/StringVisitor.cpp +++ b/CefSharp.Core/Internals/StringVisitor.cpp @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/StringVisitor.h b/CefSharp.Core/Internals/StringVisitor.h index 8d749a9beb..f5ab677a89 100644 --- a/CefSharp.Core/Internals/StringVisitor.h +++ b/CefSharp.Core/Internals/StringVisitor.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Internals/TypeConversion.h b/CefSharp.Core/Internals/TypeConversion.h index b9fedb061f..5e8c0ebb9b 100644 --- a/CefSharp.Core/Internals/TypeConversion.h +++ b/CefSharp.Core/Internals/TypeConversion.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/ManagedCefBrowserAdapter.cpp b/CefSharp.Core/ManagedCefBrowserAdapter.cpp index dc4e173c98..fcb14df9cb 100644 --- a/CefSharp.Core/ManagedCefBrowserAdapter.cpp +++ b/CefSharp.Core/ManagedCefBrowserAdapter.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Project. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/ManagedCefBrowserAdapter.h b/CefSharp.Core/ManagedCefBrowserAdapter.h index 8b9ddd9ef5..cf4e8de880 100644 --- a/CefSharp.Core/ManagedCefBrowserAdapter.h +++ b/CefSharp.Core/ManagedCefBrowserAdapter.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/NativeMethodWrapper.cpp b/CefSharp.Core/NativeMethodWrapper.cpp index 8f266531ef..c40b0bd699 100644 --- a/CefSharp.Core/NativeMethodWrapper.cpp +++ b/CefSharp.Core/NativeMethodWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/NativeMethodWrapper.h b/CefSharp.Core/NativeMethodWrapper.h index 4c12731371..7cb57ea9b2 100644 --- a/CefSharp.Core/NativeMethodWrapper.h +++ b/CefSharp.Core/NativeMethodWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/PopupFeatures.h b/CefSharp.Core/PopupFeatures.h index a0bd048004..9a4c80bc06 100644 --- a/CefSharp.Core/PopupFeatures.h +++ b/CefSharp.Core/PopupFeatures.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/RequestContext.h b/CefSharp.Core/RequestContext.h index f7747ede69..279b9ff2e3 100644 --- a/CefSharp.Core/RequestContext.h +++ b/CefSharp.Core/RequestContext.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/RequestContextHandler.h b/CefSharp.Core/RequestContextHandler.h index 73c14c5f03..13abf41305 100644 --- a/CefSharp.Core/RequestContextHandler.h +++ b/CefSharp.Core/RequestContextHandler.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/RequestContextSettings.h b/CefSharp.Core/RequestContextSettings.h index 2581bda124..afc7e1715c 100644 --- a/CefSharp.Core/RequestContextSettings.h +++ b/CefSharp.Core/RequestContextSettings.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Resource.rc b/CefSharp.Core/Resource.rc index 2a3eae3f59..d2cd858363 100644 --- a/CefSharp.Core/Resource.rc +++ b/CefSharp.Core/Resource.rc @@ -17,7 +17,7 @@ BEGIN BEGIN VALUE "FileDescription", "CefSharp.Core" VALUE "FileVersion", "55.0.0" - VALUE "LegalCopyright", "Copyright © The CefSharp Authors 2010-2016" + VALUE "LegalCopyright", "Copyright © 2010-2017 The CefSharp Authors" VALUE "ProductName", "CefSharp" VALUE "ProductVersion", "55.0.0" END diff --git a/CefSharp.Core/ResourceHandlerWrapper.cpp b/CefSharp.Core/ResourceHandlerWrapper.cpp index 6222f3119d..d990f4b113 100644 --- a/CefSharp.Core/ResourceHandlerWrapper.cpp +++ b/CefSharp.Core/ResourceHandlerWrapper.cpp @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/ResourceHandlerWrapper.h b/CefSharp.Core/ResourceHandlerWrapper.h index 0af4d8ee33..95627f9fac 100644 --- a/CefSharp.Core/ResourceHandlerWrapper.h +++ b/CefSharp.Core/ResourceHandlerWrapper.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/SchemeHandlerFactoryWrapper.h b/CefSharp.Core/SchemeHandlerFactoryWrapper.h index 098491d82a..619764f4b4 100644 --- a/CefSharp.Core/SchemeHandlerFactoryWrapper.h +++ b/CefSharp.Core/SchemeHandlerFactoryWrapper.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Stdafx.cpp b/CefSharp.Core/Stdafx.cpp index 5efb4b20c1..9463a8dedd 100644 --- a/CefSharp.Core/Stdafx.cpp +++ b/CefSharp.Core/Stdafx.cpp @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/Stdafx.h b/CefSharp.Core/Stdafx.h index c21957eceb..b207e88e5e 100644 --- a/CefSharp.Core/Stdafx.h +++ b/CefSharp.Core/Stdafx.h @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Core/WindowInfo.h b/CefSharp.Core/WindowInfo.h index 821ec499b7..c55118eb1e 100644 --- a/CefSharp.Core/WindowInfo.h +++ b/CefSharp.Core/WindowInfo.h @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/AsyncBoundObject.cs b/CefSharp.Example/AsyncBoundObject.cs index 23735a0d3f..76f23c27f2 100644 --- a/CefSharp.Example/AsyncBoundObject.cs +++ b/CefSharp.Example/AsyncBoundObject.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/BoundObject.cs b/CefSharp.Example/BoundObject.cs index 380ad734b6..2bb1f08634 100644 --- a/CefSharp.Example/BoundObject.cs +++ b/CefSharp.Example/BoundObject.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/CallbackResponseStruct.cs b/CefSharp.Example/CallbackResponseStruct.cs index 8e89fcd8b0..6198c2ef8f 100644 --- a/CefSharp.Example/CallbackResponseStruct.cs +++ b/CefSharp.Example/CallbackResponseStruct.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/CefExample.cs b/CefSharp.Example/CefExample.cs index 2b68653ae6..b4eb853dd7 100644 --- a/CefSharp.Example/CefExample.cs +++ b/CefSharp.Example/CefExample.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/CefSharpSchemeHandler.cs b/CefSharp.Example/CefSharpSchemeHandler.cs index ecf7d64874..ea85ebf66c 100644 --- a/CefSharp.Example/CefSharpSchemeHandler.cs +++ b/CefSharp.Example/CefSharpSchemeHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/CefSharpSchemeHandlerFactory.cs b/CefSharp.Example/CefSharpSchemeHandlerFactory.cs index 4ba5d5ce77..b05ad3e701 100644 --- a/CefSharp.Example/CefSharpSchemeHandlerFactory.cs +++ b/CefSharp.Example/CefSharpSchemeHandlerFactory.cs @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/DownloadHandler.cs b/CefSharp.Example/DownloadHandler.cs index 44275d1f0a..ae08a17e4d 100644 --- a/CefSharp.Example/DownloadHandler.cs +++ b/CefSharp.Example/DownloadHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/ExceptionTestBoundObject.cs b/CefSharp.Example/ExceptionTestBoundObject.cs index cd5a5545d3..ed6d0f7868 100644 --- a/CefSharp.Example/ExceptionTestBoundObject.cs +++ b/CefSharp.Example/ExceptionTestBoundObject.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/Filters/AppendResponseFilter.cs b/CefSharp.Example/Filters/AppendResponseFilter.cs index bd32d2f4f7..0465da04e4 100644 --- a/CefSharp.Example/Filters/AppendResponseFilter.cs +++ b/CefSharp.Example/Filters/AppendResponseFilter.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/Filters/FindReplaceResponseFilter.cs b/CefSharp.Example/Filters/FindReplaceResponseFilter.cs index 4e892f5077..2dd16af258 100644 --- a/CefSharp.Example/Filters/FindReplaceResponseFilter.cs +++ b/CefSharp.Example/Filters/FindReplaceResponseFilter.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/Filters/PassThruResponseFilter.cs b/CefSharp.Example/Filters/PassThruResponseFilter.cs index ff68702fb5..9a4c8786e1 100644 --- a/CefSharp.Example/Filters/PassThruResponseFilter.cs +++ b/CefSharp.Example/Filters/PassThruResponseFilter.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/FlashResourceHandler.cs b/CefSharp.Example/FlashResourceHandler.cs index cf478e2a69..0f99b1e867 100644 --- a/CefSharp.Example/FlashResourceHandler.cs +++ b/CefSharp.Example/FlashResourceHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/FlashResourceHandlerFactory.cs b/CefSharp.Example/FlashResourceHandlerFactory.cs index 6c8c5cca27..4694716985 100644 --- a/CefSharp.Example/FlashResourceHandlerFactory.cs +++ b/CefSharp.Example/FlashResourceHandlerFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/Handlers/BrowserProcessHandler.cs b/CefSharp.Example/Handlers/BrowserProcessHandler.cs index 60c1eb50f2..47e37bec0e 100644 --- a/CefSharp.Example/Handlers/BrowserProcessHandler.cs +++ b/CefSharp.Example/Handlers/BrowserProcessHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/InMemorySchemeAndResourceHandlerFactory.cs b/CefSharp.Example/InMemorySchemeAndResourceHandlerFactory.cs index da34b9e049..9963abe5ed 100644 --- a/CefSharp.Example/InMemorySchemeAndResourceHandlerFactory.cs +++ b/CefSharp.Example/InMemorySchemeAndResourceHandlerFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/JsDialogHandler.cs b/CefSharp.Example/JsDialogHandler.cs index 20265f4ff8..2c3b304541 100644 --- a/CefSharp.Example/JsDialogHandler.cs +++ b/CefSharp.Example/JsDialogHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/Proxy/InternetOpenType.cs b/CefSharp.Example/Proxy/InternetOpenType.cs index 2142b90372..007a333a4c 100644 --- a/CefSharp.Example/Proxy/InternetOpenType.cs +++ b/CefSharp.Example/Proxy/InternetOpenType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/Proxy/InternetProxyInfo.cs b/CefSharp.Example/Proxy/InternetProxyInfo.cs index a90f0328cb..c00f3adad6 100644 --- a/CefSharp.Example/Proxy/InternetProxyInfo.cs +++ b/CefSharp.Example/Proxy/InternetProxyInfo.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/Proxy/ProxyConfig.cs b/CefSharp.Example/Proxy/ProxyConfig.cs index 1a7023a312..398d4e0c69 100644 --- a/CefSharp.Example/Proxy/ProxyConfig.cs +++ b/CefSharp.Example/Proxy/ProxyConfig.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/RenderProcessMessageHandler.cs b/CefSharp.Example/RenderProcessMessageHandler.cs index bf6865aee1..84f231cdcc 100644 --- a/CefSharp.Example/RenderProcessMessageHandler.cs +++ b/CefSharp.Example/RenderProcessMessageHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/RequestHandler.cs b/CefSharp.Example/RequestHandler.cs index cfe5ef5df4..2d9e0330be 100644 --- a/CefSharp.Example/RequestHandler.cs +++ b/CefSharp.Example/RequestHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/ScriptedMethods.cs b/CefSharp.Example/ScriptedMethods.cs index 4cf389cc55..cb07098e81 100644 --- a/CefSharp.Example/ScriptedMethods.cs +++ b/CefSharp.Example/ScriptedMethods.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/ScriptedMethodsBoundObject.cs b/CefSharp.Example/ScriptedMethodsBoundObject.cs index 406e0131dc..b7b1d17356 100644 --- a/CefSharp.Example/ScriptedMethodsBoundObject.cs +++ b/CefSharp.Example/ScriptedMethodsBoundObject.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; diff --git a/CefSharp.Example/SimpleClass.cs b/CefSharp.Example/SimpleClass.cs index e5140d0ddb..75c7d25e95 100644 --- a/CefSharp.Example/SimpleClass.cs +++ b/CefSharp.Example/SimpleClass.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/SimpleSubClass.cs b/CefSharp.Example/SimpleSubClass.cs index 81e78dae7f..85f99f09dc 100644 --- a/CefSharp.Example/SimpleSubClass.cs +++ b/CefSharp.Example/SimpleSubClass.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/SubBoundObject.cs b/CefSharp.Example/SubBoundObject.cs index a03d20c061..3df0db9f39 100644 --- a/CefSharp.Example/SubBoundObject.cs +++ b/CefSharp.Example/SubBoundObject.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Example/TempFileDialogHandler.cs b/CefSharp.Example/TempFileDialogHandler.cs index 5305e27f22..d291f87e43 100644 --- a/CefSharp.Example/TempFileDialogHandler.cs +++ b/CefSharp.Example/TempFileDialogHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.OffScreen.Example/Program.cs b/CefSharp.OffScreen.Example/Program.cs index c04769a2f0..468f188482 100644 --- a/CefSharp.OffScreen.Example/Program.cs +++ b/CefSharp.OffScreen.Example/Program.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.OffScreen/BitmapFactory.cs b/CefSharp.OffScreen/BitmapFactory.cs index d1eb5a10bd..fdfce2584e 100644 --- a/CefSharp.OffScreen/BitmapFactory.cs +++ b/CefSharp.OffScreen/BitmapFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.OffScreen/ChromiumWebBrowser.cs b/CefSharp.OffScreen/ChromiumWebBrowser.cs index 1112877fe1..ebb14c5463 100644 --- a/CefSharp.OffScreen/ChromiumWebBrowser.cs +++ b/CefSharp.OffScreen/ChromiumWebBrowser.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.OffScreen/GdiBitmapInfo.cs b/CefSharp.OffScreen/GdiBitmapInfo.cs index ee75634b3f..8e6e57774e 100644 --- a/CefSharp.OffScreen/GdiBitmapInfo.cs +++ b/CefSharp.OffScreen/GdiBitmapInfo.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.OffScreen/PopupBlending.cs b/CefSharp.OffScreen/PopupBlending.cs index ef2af6776b..9b80c5398b 100644 --- a/CefSharp.OffScreen/PopupBlending.cs +++ b/CefSharp.OffScreen/PopupBlending.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/AboutBox.cs b/CefSharp.WinForms.Example/AboutBox.cs index 56d9477323..b2c7505f1e 100644 --- a/CefSharp.WinForms.Example/AboutBox.cs +++ b/CefSharp.WinForms.Example/AboutBox.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/BrowserForm.cs b/CefSharp.WinForms.Example/BrowserForm.cs index 8db74bbeeb..f155ca48ab 100644 --- a/CefSharp.WinForms.Example/BrowserForm.cs +++ b/CefSharp.WinForms.Example/BrowserForm.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/BrowserTabUserControl.cs b/CefSharp.WinForms.Example/BrowserTabUserControl.cs index d0fa3b8744..6611fc4ae8 100644 --- a/CefSharp.WinForms.Example/BrowserTabUserControl.cs +++ b/CefSharp.WinForms.Example/BrowserTabUserControl.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/ChromeWidgetMessageInterceptor.cs b/CefSharp.WinForms.Example/ChromeWidgetMessageInterceptor.cs index b11c1ac1d4..a3823b0b68 100644 --- a/CefSharp.WinForms.Example/ChromeWidgetMessageInterceptor.cs +++ b/CefSharp.WinForms.Example/ChromeWidgetMessageInterceptor.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/Handlers/DisplayHandler.cs b/CefSharp.WinForms.Example/Handlers/DisplayHandler.cs index 4af323b46c..3ea24bc50d 100644 --- a/CefSharp.WinForms.Example/Handlers/DisplayHandler.cs +++ b/CefSharp.WinForms.Example/Handlers/DisplayHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/Handlers/GeolocationHandler.cs b/CefSharp.WinForms.Example/Handlers/GeolocationHandler.cs index 3a8dbe4e37..b797cd84a1 100644 --- a/CefSharp.WinForms.Example/Handlers/GeolocationHandler.cs +++ b/CefSharp.WinForms.Example/Handlers/GeolocationHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/Handlers/LifeSpanHandler.cs b/CefSharp.WinForms.Example/Handlers/LifeSpanHandler.cs index 0a6d360d02..3b766696a2 100644 --- a/CefSharp.WinForms.Example/Handlers/LifeSpanHandler.cs +++ b/CefSharp.WinForms.Example/Handlers/LifeSpanHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/Handlers/MenuHandler.cs b/CefSharp.WinForms.Example/Handlers/MenuHandler.cs index 2d7aef1c88..b7b1dfd128 100644 --- a/CefSharp.WinForms.Example/Handlers/MenuHandler.cs +++ b/CefSharp.WinForms.Example/Handlers/MenuHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/Handlers/WinFormsBrowserProcessHandler.cs b/CefSharp.WinForms.Example/Handlers/WinFormsBrowserProcessHandler.cs index eec43bb7b1..126d894177 100644 --- a/CefSharp.WinForms.Example/Handlers/WinFormsBrowserProcessHandler.cs +++ b/CefSharp.WinForms.Example/Handlers/WinFormsBrowserProcessHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/Handlers/WinFormsRequestHandler.cs b/CefSharp.WinForms.Example/Handlers/WinFormsRequestHandler.cs index 909484f26f..b2eed7ff15 100644 --- a/CefSharp.WinForms.Example/Handlers/WinFormsRequestHandler.cs +++ b/CefSharp.WinForms.Example/Handlers/WinFormsRequestHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/InputBox.cs b/CefSharp.WinForms.Example/InputBox.cs index 3e9d3b7791..f39d18fee2 100644 --- a/CefSharp.WinForms.Example/InputBox.cs +++ b/CefSharp.WinForms.Example/InputBox.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/Minimal/SimpleBrowserForm.cs b/CefSharp.WinForms.Example/Minimal/SimpleBrowserForm.cs index d133b5ddb8..5c6282d025 100644 --- a/CefSharp.WinForms.Example/Minimal/SimpleBrowserForm.cs +++ b/CefSharp.WinForms.Example/Minimal/SimpleBrowserForm.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/Minimal/TabulationDemoForm.cs b/CefSharp.WinForms.Example/Minimal/TabulationDemoForm.cs index ba618a1d40..edbf800c50 100644 --- a/CefSharp.WinForms.Example/Minimal/TabulationDemoForm.cs +++ b/CefSharp.WinForms.Example/Minimal/TabulationDemoForm.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms.Example/Program.cs b/CefSharp.WinForms.Example/Program.cs index 6cefc76c55..c89d2044e5 100644 --- a/CefSharp.WinForms.Example/Program.cs +++ b/CefSharp.WinForms.Example/Program.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms/ChromiumWebBrowser.cs b/CefSharp.WinForms/ChromiumWebBrowser.cs index a3cb8f65d6..76b2082921 100644 --- a/CefSharp.WinForms/ChromiumWebBrowser.cs +++ b/CefSharp.WinForms/ChromiumWebBrowser.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms/IWinFormsWebBrowser.cs b/CefSharp.WinForms/IWinFormsWebBrowser.cs index 8fd5de6578..e71d6be9ed 100644 --- a/CefSharp.WinForms/IWinFormsWebBrowser.cs +++ b/CefSharp.WinForms/IWinFormsWebBrowser.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms/Internals/ControlExtensions.cs b/CefSharp.WinForms/Internals/ControlExtensions.cs index 901bda964d..29f797a3dd 100644 --- a/CefSharp.WinForms/Internals/ControlExtensions.cs +++ b/CefSharp.WinForms/Internals/ControlExtensions.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms/Internals/DefaultFocusHandler.cs b/CefSharp.WinForms/Internals/DefaultFocusHandler.cs index da07691940..547a422612 100644 --- a/CefSharp.WinForms/Internals/DefaultFocusHandler.cs +++ b/CefSharp.WinForms/Internals/DefaultFocusHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms/Internals/NativeMethods.cs b/CefSharp.WinForms/Internals/NativeMethods.cs index ef8d8f5d73..d16e65b3ee 100644 --- a/CefSharp.WinForms/Internals/NativeMethods.cs +++ b/CefSharp.WinForms/Internals/NativeMethods.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.WinForms/Internals/ParentFormMessageInterceptor.cs b/CefSharp.WinForms/Internals/ParentFormMessageInterceptor.cs index 79a8c04ed5..aa3c7e433c 100644 --- a/CefSharp.WinForms/Internals/ParentFormMessageInterceptor.cs +++ b/CefSharp.WinForms/Internals/ParentFormMessageInterceptor.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf.Example/App.xaml.cs b/CefSharp.Wpf.Example/App.xaml.cs index 5c2db30cec..08e4a0037b 100644 --- a/CefSharp.Wpf.Example/App.xaml.cs +++ b/CefSharp.Wpf.Example/App.xaml.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf.Example/Controls/CefSharpCommands.cs b/CefSharp.Wpf.Example/Controls/CefSharpCommands.cs index 02af78d8ce..bf10b27a8d 100644 --- a/CefSharp.Wpf.Example/Controls/CefSharpCommands.cs +++ b/CefSharp.Wpf.Example/Controls/CefSharpCommands.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf.Example/Handlers/DragHandler.cs b/CefSharp.Wpf.Example/Handlers/DragHandler.cs index 7abac98e1e..54412bf476 100644 --- a/CefSharp.Wpf.Example/Handlers/DragHandler.cs +++ b/CefSharp.Wpf.Example/Handlers/DragHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf.Example/Handlers/GeolocationHandler.cs b/CefSharp.Wpf.Example/Handlers/GeolocationHandler.cs index b637d31f57..4d38424384 100644 --- a/CefSharp.Wpf.Example/Handlers/GeolocationHandler.cs +++ b/CefSharp.Wpf.Example/Handlers/GeolocationHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf.Example/Handlers/LifespanHandler.cs b/CefSharp.Wpf.Example/Handlers/LifespanHandler.cs index e9f06df340..a2b169972d 100644 --- a/CefSharp.Wpf.Example/Handlers/LifespanHandler.cs +++ b/CefSharp.Wpf.Example/Handlers/LifespanHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf.Example/Handlers/MenuHandler.cs b/CefSharp.Wpf.Example/Handlers/MenuHandler.cs index e20b6fae83..3bdfb61707 100644 --- a/CefSharp.Wpf.Example/Handlers/MenuHandler.cs +++ b/CefSharp.Wpf.Example/Handlers/MenuHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf.Example/Handlers/RequestContextHandler.cs b/CefSharp.Wpf.Example/Handlers/RequestContextHandler.cs index 8f1267bf62..05224349df 100644 --- a/CefSharp.Wpf.Example/Handlers/RequestContextHandler.cs +++ b/CefSharp.Wpf.Example/Handlers/RequestContextHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf.Example/Handlers/WpfBrowserProcessHandler.cs b/CefSharp.Wpf.Example/Handlers/WpfBrowserProcessHandler.cs index 7880fb3fb4..e9f2b0d075 100644 --- a/CefSharp.Wpf.Example/Handlers/WpfBrowserProcessHandler.cs +++ b/CefSharp.Wpf.Example/Handlers/WpfBrowserProcessHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf.Example/MainWindow.xaml.cs b/CefSharp.Wpf.Example/MainWindow.xaml.cs index 4ead0a2de7..862456b2e2 100644 --- a/CefSharp.Wpf.Example/MainWindow.xaml.cs +++ b/CefSharp.Wpf.Example/MainWindow.xaml.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf.Example/Program.cs b/CefSharp.Wpf.Example/Program.cs index 85c48321dc..c2f2acd350 100644 --- a/CefSharp.Wpf.Example/Program.cs +++ b/CefSharp.Wpf.Example/Program.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf.Example/ViewModels/BrowserTabViewModel.cs b/CefSharp.Wpf.Example/ViewModels/BrowserTabViewModel.cs index aacec4beb6..c0458c248f 100644 --- a/CefSharp.Wpf.Example/ViewModels/BrowserTabViewModel.cs +++ b/CefSharp.Wpf.Example/ViewModels/BrowserTabViewModel.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf.Example/Views/BrowserTabView.xaml.cs b/CefSharp.Wpf.Example/Views/BrowserTabView.xaml.cs index ea99c7dc88..1e4b283ba7 100644 --- a/CefSharp.Wpf.Example/Views/BrowserTabView.xaml.cs +++ b/CefSharp.Wpf.Example/Views/BrowserTabView.xaml.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf/ChromiumWebBrowser.cs b/CefSharp.Wpf/ChromiumWebBrowser.cs index 846405ce26..91527a6e6b 100644 --- a/CefSharp.Wpf/ChromiumWebBrowser.cs +++ b/CefSharp.Wpf/ChromiumWebBrowser.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf/DelegateCommand.cs b/CefSharp.Wpf/DelegateCommand.cs index bde32c32ab..d7642a806c 100644 --- a/CefSharp.Wpf/DelegateCommand.cs +++ b/CefSharp.Wpf/DelegateCommand.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf/IWpfWebBrowser.cs b/CefSharp.Wpf/IWpfWebBrowser.cs index 48dea1f33f..6eb838f0a4 100644 --- a/CefSharp.Wpf/IWpfWebBrowser.cs +++ b/CefSharp.Wpf/IWpfWebBrowser.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf/Internals/WpfExtensions.cs b/CefSharp.Wpf/Internals/WpfExtensions.cs index 12ee503490..4e9af46933 100644 --- a/CefSharp.Wpf/Internals/WpfExtensions.cs +++ b/CefSharp.Wpf/Internals/WpfExtensions.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf/Rendering/BitmapFactory.cs b/CefSharp.Wpf/Rendering/BitmapFactory.cs index 839c348957..342eb8bfd3 100644 --- a/CefSharp.Wpf/Rendering/BitmapFactory.cs +++ b/CefSharp.Wpf/Rendering/BitmapFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf/Rendering/InteropBitmapInfo.cs b/CefSharp.Wpf/Rendering/InteropBitmapInfo.cs index 4b31da2832..165fb0f8aa 100644 --- a/CefSharp.Wpf/Rendering/InteropBitmapInfo.cs +++ b/CefSharp.Wpf/Rendering/InteropBitmapInfo.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf/Rendering/WpfBitmapInfo.cs b/CefSharp.Wpf/Rendering/WpfBitmapInfo.cs index 8d3e9f1240..0fc7b750b9 100644 --- a/CefSharp.Wpf/Rendering/WpfBitmapInfo.cs +++ b/CefSharp.Wpf/Rendering/WpfBitmapInfo.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf/Rendering/WritableBitmapInfo.cs b/CefSharp.Wpf/Rendering/WritableBitmapInfo.cs index 4c2046a193..5c24c5c353 100644 --- a/CefSharp.Wpf/Rendering/WritableBitmapInfo.cs +++ b/CefSharp.Wpf/Rendering/WritableBitmapInfo.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp.Wpf/RenderingEventArgs.cs b/CefSharp.Wpf/RenderingEventArgs.cs index f1c84ac9d1..1e3c5818fd 100644 --- a/CefSharp.Wpf/RenderingEventArgs.cs +++ b/CefSharp.Wpf/RenderingEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/AsyncExtensions.cs b/CefSharp/AsyncExtensions.cs index c9b215ce0b..018da98806 100644 --- a/CefSharp/AsyncExtensions.cs +++ b/CefSharp/AsyncExtensions.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2017 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/BindingOptions.cs b/CefSharp/BindingOptions.cs index 0eef338cfd..b9de3a6cbe 100644 --- a/CefSharp/BindingOptions.cs +++ b/CefSharp/BindingOptions.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CEFCursorType.cs b/CefSharp/CEFCursorType.cs index 449b376238..806e48c9fd 100644 --- a/CefSharp/CEFCursorType.cs +++ b/CefSharp/CEFCursorType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IAuthCallback.cs b/CefSharp/Callback/IAuthCallback.cs index 9b12272469..4906df3453 100644 --- a/CefSharp/Callback/IAuthCallback.cs +++ b/CefSharp/Callback/IAuthCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IBeforeDownloadCallback.cs b/CefSharp/Callback/IBeforeDownloadCallback.cs index 7e568f681b..1d965e45fb 100644 --- a/CefSharp/Callback/IBeforeDownloadCallback.cs +++ b/CefSharp/Callback/IBeforeDownloadCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/ICallback.cs b/CefSharp/Callback/ICallback.cs index ecad60b3a6..1d6ff906fd 100644 --- a/CefSharp/Callback/ICallback.cs +++ b/CefSharp/Callback/ICallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/ICompletionCallback.cs b/CefSharp/Callback/ICompletionCallback.cs index 906dcad87d..347bb72241 100644 --- a/CefSharp/Callback/ICompletionCallback.cs +++ b/CefSharp/Callback/ICompletionCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IDeleteCookiesCallback.cs b/CefSharp/Callback/IDeleteCookiesCallback.cs index 2164303455..532c685601 100644 --- a/CefSharp/Callback/IDeleteCookiesCallback.cs +++ b/CefSharp/Callback/IDeleteCookiesCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IDownloadItemCallback.cs b/CefSharp/Callback/IDownloadItemCallback.cs index 6b44a0ca12..01635d1378 100644 --- a/CefSharp/Callback/IDownloadItemCallback.cs +++ b/CefSharp/Callback/IDownloadItemCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IFileDialogCallback.cs b/CefSharp/Callback/IFileDialogCallback.cs index c0ab45d746..118884912a 100644 --- a/CefSharp/Callback/IFileDialogCallback.cs +++ b/CefSharp/Callback/IFileDialogCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IGeolocationCallback.cs b/CefSharp/Callback/IGeolocationCallback.cs index 6e97baeacf..880f52a53d 100644 --- a/CefSharp/Callback/IGeolocationCallback.cs +++ b/CefSharp/Callback/IGeolocationCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IGetGeolocationCallback.cs b/CefSharp/Callback/IGetGeolocationCallback.cs index ff341e775d..9edbed7e90 100644 --- a/CefSharp/Callback/IGetGeolocationCallback.cs +++ b/CefSharp/Callback/IGetGeolocationCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IJavascriptCallback.cs b/CefSharp/Callback/IJavascriptCallback.cs index d10e95c8c1..6830691747 100644 --- a/CefSharp/Callback/IJavascriptCallback.cs +++ b/CefSharp/Callback/IJavascriptCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IJsDialogCallback.cs b/CefSharp/Callback/IJsDialogCallback.cs index 6e897c355c..bdfe901220 100644 --- a/CefSharp/Callback/IJsDialogCallback.cs +++ b/CefSharp/Callback/IJsDialogCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IPrintToPdfCallback.cs b/CefSharp/Callback/IPrintToPdfCallback.cs index 5d8c8ecc86..965082024c 100644 --- a/CefSharp/Callback/IPrintToPdfCallback.cs +++ b/CefSharp/Callback/IPrintToPdfCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IRegisterCdmCallback.cs b/CefSharp/Callback/IRegisterCdmCallback.cs index 9e9595d45f..d0f131a89b 100644 --- a/CefSharp/Callback/IRegisterCdmCallback.cs +++ b/CefSharp/Callback/IRegisterCdmCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IRequestCallback.cs b/CefSharp/Callback/IRequestCallback.cs index ab98b72e48..8794174ae9 100644 --- a/CefSharp/Callback/IRequestCallback.cs +++ b/CefSharp/Callback/IRequestCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IResolveCallback.cs b/CefSharp/Callback/IResolveCallback.cs index a026138809..be1599b288 100644 --- a/CefSharp/Callback/IResolveCallback.cs +++ b/CefSharp/Callback/IResolveCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/IRunContextMenuCallback.cs b/CefSharp/Callback/IRunContextMenuCallback.cs index 492e9b19f8..fa56f9f0a4 100644 --- a/CefSharp/Callback/IRunContextMenuCallback.cs +++ b/CefSharp/Callback/IRunContextMenuCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/ISelectClientCertificateCallback.cs b/CefSharp/Callback/ISelectClientCertificateCallback.cs index 7e156c3370..c8e671899d 100644 --- a/CefSharp/Callback/ISelectClientCertificateCallback.cs +++ b/CefSharp/Callback/ISelectClientCertificateCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; diff --git a/CefSharp/Callback/ISetCookieCallback.cs b/CefSharp/Callback/ISetCookieCallback.cs index 426ae22cd1..3ff40b872f 100644 --- a/CefSharp/Callback/ISetCookieCallback.cs +++ b/CefSharp/Callback/ISetCookieCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/TaskCompletionCallback.cs b/CefSharp/Callback/TaskCompletionCallback.cs index 5571d69ea6..a419a2daaf 100644 --- a/CefSharp/Callback/TaskCompletionCallback.cs +++ b/CefSharp/Callback/TaskCompletionCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/TaskDeleteCookiesCallback.cs b/CefSharp/Callback/TaskDeleteCookiesCallback.cs index d51d3f304f..2c094a0c5c 100644 --- a/CefSharp/Callback/TaskDeleteCookiesCallback.cs +++ b/CefSharp/Callback/TaskDeleteCookiesCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/TaskGetGeolocationCallback.cs b/CefSharp/Callback/TaskGetGeolocationCallback.cs index cf5a15a934..46e122013c 100644 --- a/CefSharp/Callback/TaskGetGeolocationCallback.cs +++ b/CefSharp/Callback/TaskGetGeolocationCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/TaskPrintToPdfCallback.cs b/CefSharp/Callback/TaskPrintToPdfCallback.cs index 6c1370c9a3..ad3ae2c053 100644 --- a/CefSharp/Callback/TaskPrintToPdfCallback.cs +++ b/CefSharp/Callback/TaskPrintToPdfCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/TaskRegisterCdmCallback.cs b/CefSharp/Callback/TaskRegisterCdmCallback.cs index ac594fb0e6..d9c00a4579 100644 --- a/CefSharp/Callback/TaskRegisterCdmCallback.cs +++ b/CefSharp/Callback/TaskRegisterCdmCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/TaskResolveCallback.cs b/CefSharp/Callback/TaskResolveCallback.cs index 607aac4727..822be9ada3 100644 --- a/CefSharp/Callback/TaskResolveCallback.cs +++ b/CefSharp/Callback/TaskResolveCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Callback/TaskSetCookieCallback.cs b/CefSharp/Callback/TaskSetCookieCallback.cs index 6f643561b3..1ddb3de4ce 100644 --- a/CefSharp/Callback/TaskSetCookieCallback.cs +++ b/CefSharp/Callback/TaskSetCookieCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CdmRegistration.cs b/CefSharp/CdmRegistration.cs index 3faa12276b..710389b7cc 100644 --- a/CefSharp/CdmRegistration.cs +++ b/CefSharp/CdmRegistration.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CdmRegistrationErrorCode.cs b/CefSharp/CdmRegistrationErrorCode.cs index 8f61285497..6d576a8259 100644 --- a/CefSharp/CdmRegistrationErrorCode.cs +++ b/CefSharp/CdmRegistrationErrorCode.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefCustomScheme.cs b/CefSharp/CefCustomScheme.cs index d3a4a6de77..50544334a3 100644 --- a/CefSharp/CefCustomScheme.cs +++ b/CefSharp/CefCustomScheme.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefDirtyRect.cs b/CefSharp/CefDirtyRect.cs index 3c4bfad06d..767dce9ba5 100644 --- a/CefSharp/CefDirtyRect.cs +++ b/CefSharp/CefDirtyRect.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefErrorCode.cs b/CefSharp/CefErrorCode.cs index f81e3863d8..d5eb3af692 100644 --- a/CefSharp/CefErrorCode.cs +++ b/CefSharp/CefErrorCode.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefEventFlags.cs b/CefSharp/CefEventFlags.cs index b9b9156e5a..06f9a008d7 100644 --- a/CefSharp/CefEventFlags.cs +++ b/CefSharp/CefEventFlags.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefExtension.cs b/CefSharp/CefExtension.cs index eb58e4c0b5..41ca187f2c 100644 --- a/CefSharp/CefExtension.cs +++ b/CefSharp/CefExtension.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefFileDialogMode.cs b/CefSharp/CefFileDialogMode.cs index 6a2435e5c5..d2f0132d36 100644 --- a/CefSharp/CefFileDialogMode.cs +++ b/CefSharp/CefFileDialogMode.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefFocusSource.cs b/CefSharp/CefFocusSource.cs index cb2c59aaae..c3af454648 100644 --- a/CefSharp/CefFocusSource.cs +++ b/CefSharp/CefFocusSource.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefGeoPositionErrorCode.cs b/CefSharp/CefGeoPositionErrorCode.cs index 8cef7ed419..b3f656c2f0 100644 --- a/CefSharp/CefGeoPositionErrorCode.cs +++ b/CefSharp/CefGeoPositionErrorCode.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefJsDialogType.cs b/CefSharp/CefJsDialogType.cs index f2eb811b9c..136c305bc4 100644 --- a/CefSharp/CefJsDialogType.cs +++ b/CefSharp/CefJsDialogType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefLibraryHandle.cs b/CefSharp/CefLibraryHandle.cs index 0aa86b9bd0..7a5b3f2948 100644 --- a/CefSharp/CefLibraryHandle.cs +++ b/CefSharp/CefLibraryHandle.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefMenuCommand.cs b/CefSharp/CefMenuCommand.cs index b4d03a5c84..c7104eb194 100644 --- a/CefSharp/CefMenuCommand.cs +++ b/CefSharp/CefMenuCommand.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefPdfPrintMarginType.cs b/CefSharp/CefPdfPrintMarginType.cs index cb89685783..cb9d451dd3 100644 --- a/CefSharp/CefPdfPrintMarginType.cs +++ b/CefSharp/CefPdfPrintMarginType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefReturnValue.cs b/CefSharp/CefReturnValue.cs index 63540a0e79..e787db9064 100644 --- a/CefSharp/CefReturnValue.cs +++ b/CefSharp/CefReturnValue.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefSharpSettings.cs b/CefSharp/CefSharpSettings.cs index a11b908390..34c3957be4 100644 --- a/CefSharp/CefSharpSettings.cs +++ b/CefSharp/CefSharpSettings.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefState.cs b/CefSharp/CefState.cs index 21e455840d..37cd5347ec 100644 --- a/CefSharp/CefState.cs +++ b/CefSharp/CefState.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefTerminationStatus.cs b/CefSharp/CefTerminationStatus.cs index d215a07f8e..5ff95f79af 100644 --- a/CefSharp/CefTerminationStatus.cs +++ b/CefSharp/CefTerminationStatus.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CefThreadIds.cs b/CefSharp/CefThreadIds.cs index a1d61585d9..27b649f2a5 100644 --- a/CefSharp/CefThreadIds.cs +++ b/CefSharp/CefThreadIds.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CertStatus.cs b/CefSharp/CertStatus.cs index 93866ff3a3..cbf4ba06e6 100644 --- a/CefSharp/CertStatus.cs +++ b/CefSharp/CertStatus.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/CompositionUnderline.cs b/CefSharp/CompositionUnderline.cs index bfb0c7bc67..b35cb92567 100644 --- a/CefSharp/CompositionUnderline.cs +++ b/CefSharp/CompositionUnderline.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ContextMenuEditState.cs b/CefSharp/ContextMenuEditState.cs index 4aa544dd19..30d54e5bcf 100644 --- a/CefSharp/ContextMenuEditState.cs +++ b/CefSharp/ContextMenuEditState.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ContextMenuMediaState.cs b/CefSharp/ContextMenuMediaState.cs index 4470b89ccf..b4b6e5c944 100644 --- a/CefSharp/ContextMenuMediaState.cs +++ b/CefSharp/ContextMenuMediaState.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ContextMenuMediaType.cs b/CefSharp/ContextMenuMediaType.cs index 1ccadfdf82..d73633baa3 100644 --- a/CefSharp/ContextMenuMediaType.cs +++ b/CefSharp/ContextMenuMediaType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ContextMenuType.cs b/CefSharp/ContextMenuType.cs index af287ffacf..b29ae1f76d 100644 --- a/CefSharp/ContextMenuType.cs +++ b/CefSharp/ContextMenuType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Cookie.cs b/CefSharp/Cookie.cs index 6edbfe6967..c50c477e76 100644 --- a/CefSharp/Cookie.cs +++ b/CefSharp/Cookie.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/DefaultResourceHandlerFactory.cs b/CefSharp/DefaultResourceHandlerFactory.cs index c2aefb2578..0f07905b55 100644 --- a/CefSharp/DefaultResourceHandlerFactory.cs +++ b/CefSharp/DefaultResourceHandlerFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/DependencyChecker.cs b/CefSharp/DependencyChecker.cs index b605f03b41..ab5e80dd2c 100644 --- a/CefSharp/DependencyChecker.cs +++ b/CefSharp/DependencyChecker.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/DomNode.cs b/CefSharp/DomNode.cs index 9ef1102184..384d5b2fd0 100644 --- a/CefSharp/DomNode.cs +++ b/CefSharp/DomNode.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/DownloadItem.cs b/CefSharp/DownloadItem.cs index e9cd9e76f1..ae07c5ba7f 100644 --- a/CefSharp/DownloadItem.cs +++ b/CefSharp/DownloadItem.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/DragOperationsMask.cs b/CefSharp/DragOperationsMask.cs index 1b83ec03bc..15349fb252 100644 --- a/CefSharp/DragOperationsMask.cs +++ b/CefSharp/DragOperationsMask.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/DraggableRegion.cs b/CefSharp/DraggableRegion.cs index 1594dc7497..f1f8af568b 100644 --- a/CefSharp/DraggableRegion.cs +++ b/CefSharp/DraggableRegion.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Event/AddressChangedEventArgs.cs b/CefSharp/Event/AddressChangedEventArgs.cs index 2ffcaf56a8..b1c646fd50 100644 --- a/CefSharp/Event/AddressChangedEventArgs.cs +++ b/CefSharp/Event/AddressChangedEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Event/ConsoleMessageEventArgs.cs b/CefSharp/Event/ConsoleMessageEventArgs.cs index f306e8ab3c..87a45543cc 100644 --- a/CefSharp/Event/ConsoleMessageEventArgs.cs +++ b/CefSharp/Event/ConsoleMessageEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Event/FrameLoadEndEventArgs.cs b/CefSharp/Event/FrameLoadEndEventArgs.cs index f10b107f9f..4054ff3b07 100644 --- a/CefSharp/Event/FrameLoadEndEventArgs.cs +++ b/CefSharp/Event/FrameLoadEndEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Event/FrameLoadStartEventArgs.cs b/CefSharp/Event/FrameLoadStartEventArgs.cs index e49688fd75..6a447d94af 100644 --- a/CefSharp/Event/FrameLoadStartEventArgs.cs +++ b/CefSharp/Event/FrameLoadStartEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Event/IsBrowserInitializedChangedEventArgs.cs b/CefSharp/Event/IsBrowserInitializedChangedEventArgs.cs index 6c4d2743a2..bc791f2ffa 100644 --- a/CefSharp/Event/IsBrowserInitializedChangedEventArgs.cs +++ b/CefSharp/Event/IsBrowserInitializedChangedEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Event/LoadErrorEventArgs.cs b/CefSharp/Event/LoadErrorEventArgs.cs index ea5796f6b1..c85a76a474 100644 --- a/CefSharp/Event/LoadErrorEventArgs.cs +++ b/CefSharp/Event/LoadErrorEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Event/LoadingStateChangedEventArgs.cs b/CefSharp/Event/LoadingStateChangedEventArgs.cs index 8532fa3c11..77063653f0 100644 --- a/CefSharp/Event/LoadingStateChangedEventArgs.cs +++ b/CefSharp/Event/LoadingStateChangedEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Event/StatusMessageEventHandler.cs b/CefSharp/Event/StatusMessageEventHandler.cs index ce02be4a45..916fc7ccc1 100644 --- a/CefSharp/Event/StatusMessageEventHandler.cs +++ b/CefSharp/Event/StatusMessageEventHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Event/TitleChangedEventArgs.cs b/CefSharp/Event/TitleChangedEventArgs.cs index e067a0a478..be7234e661 100644 --- a/CefSharp/Event/TitleChangedEventArgs.cs +++ b/CefSharp/Event/TitleChangedEventArgs.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/FilterStatus.cs b/CefSharp/FilterStatus.cs index d9a1ede384..cf85f142d4 100644 --- a/CefSharp/FilterStatus.cs +++ b/CefSharp/FilterStatus.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Geoposition.cs b/CefSharp/Geoposition.cs index c06c184a84..4ba10a3d05 100644 --- a/CefSharp/Geoposition.cs +++ b/CefSharp/Geoposition.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; diff --git a/CefSharp/Handler/IBrowserProcessHandler.cs b/CefSharp/Handler/IBrowserProcessHandler.cs index 62d7ca3835..97d9662b42 100644 --- a/CefSharp/Handler/IBrowserProcessHandler.cs +++ b/CefSharp/Handler/IBrowserProcessHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IContextMenuHandler.cs b/CefSharp/Handler/IContextMenuHandler.cs index 718a12db1c..8c0488a54f 100644 --- a/CefSharp/Handler/IContextMenuHandler.cs +++ b/CefSharp/Handler/IContextMenuHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IDialogHandler.cs b/CefSharp/Handler/IDialogHandler.cs index f4aca9a616..98ea3d90b5 100644 --- a/CefSharp/Handler/IDialogHandler.cs +++ b/CefSharp/Handler/IDialogHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IDisplayHandler.cs b/CefSharp/Handler/IDisplayHandler.cs index 8be0748ca5..55e58e9c82 100644 --- a/CefSharp/Handler/IDisplayHandler.cs +++ b/CefSharp/Handler/IDisplayHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IDownloadHandler.cs b/CefSharp/Handler/IDownloadHandler.cs index 3040067e9a..58a5f25f41 100644 --- a/CefSharp/Handler/IDownloadHandler.cs +++ b/CefSharp/Handler/IDownloadHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IDragHandler.cs b/CefSharp/Handler/IDragHandler.cs index 7a8137b3e1..1229b27dc4 100644 --- a/CefSharp/Handler/IDragHandler.cs +++ b/CefSharp/Handler/IDragHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IFindHandler.cs b/CefSharp/Handler/IFindHandler.cs index b5ebed3acc..e308ecf9ac 100644 --- a/CefSharp/Handler/IFindHandler.cs +++ b/CefSharp/Handler/IFindHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IFocusHandler.cs b/CefSharp/Handler/IFocusHandler.cs index c7c129338c..f0b88b200b 100644 --- a/CefSharp/Handler/IFocusHandler.cs +++ b/CefSharp/Handler/IFocusHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IGeolocationHandler.cs b/CefSharp/Handler/IGeolocationHandler.cs index e5aa57bb2c..b856a58aad 100644 --- a/CefSharp/Handler/IGeolocationHandler.cs +++ b/CefSharp/Handler/IGeolocationHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IJsDialogHandler.cs b/CefSharp/Handler/IJsDialogHandler.cs index 9f64c7a1b5..b137732517 100644 --- a/CefSharp/Handler/IJsDialogHandler.cs +++ b/CefSharp/Handler/IJsDialogHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IKeyboardHandler.cs b/CefSharp/Handler/IKeyboardHandler.cs index 2a08a1436f..7d30e512b2 100644 --- a/CefSharp/Handler/IKeyboardHandler.cs +++ b/CefSharp/Handler/IKeyboardHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/ILifeSpanHandler.cs b/CefSharp/Handler/ILifeSpanHandler.cs index c9d8a0af96..a493899d2a 100644 --- a/CefSharp/Handler/ILifeSpanHandler.cs +++ b/CefSharp/Handler/ILifeSpanHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/ILoadHandler.cs b/CefSharp/Handler/ILoadHandler.cs index bb187f6dcb..0fe0090b74 100644 --- a/CefSharp/Handler/ILoadHandler.cs +++ b/CefSharp/Handler/ILoadHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IRenderProcessMessageHandler.cs b/CefSharp/Handler/IRenderProcessMessageHandler.cs index 58dfe0796c..5a7a82b8e6 100644 --- a/CefSharp/Handler/IRenderProcessMessageHandler.cs +++ b/CefSharp/Handler/IRenderProcessMessageHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IRequestContextHandler.cs b/CefSharp/Handler/IRequestContextHandler.cs index af975ee0d2..060e330855 100644 --- a/CefSharp/Handler/IRequestContextHandler.cs +++ b/CefSharp/Handler/IRequestContextHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IRequestHandler.cs b/CefSharp/Handler/IRequestHandler.cs index 9fab75a684..aae19dce1f 100644 --- a/CefSharp/Handler/IRequestHandler.cs +++ b/CefSharp/Handler/IRequestHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Handler/IResourceHandler.cs b/CefSharp/Handler/IResourceHandler.cs index f949703f1d..aeb32467cb 100644 --- a/CefSharp/Handler/IResourceHandler.cs +++ b/CefSharp/Handler/IResourceHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IBitmapFactory.cs b/CefSharp/IBitmapFactory.cs index f4387238ea..227c6776c7 100644 --- a/CefSharp/IBitmapFactory.cs +++ b/CefSharp/IBitmapFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IBrowser.cs b/CefSharp/IBrowser.cs index 72ee078a34..b6ddead1f0 100644 --- a/CefSharp/IBrowser.cs +++ b/CefSharp/IBrowser.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IBrowserHost.cs b/CefSharp/IBrowserHost.cs index c230b6a53c..d75a98035a 100644 --- a/CefSharp/IBrowserHost.cs +++ b/CefSharp/IBrowserHost.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IBrowserSettings.cs b/CefSharp/IBrowserSettings.cs index ade87893e3..b95b4ff6a6 100644 --- a/CefSharp/IBrowserSettings.cs +++ b/CefSharp/IBrowserSettings.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IContextMenuParams.cs b/CefSharp/IContextMenuParams.cs index 50dfdfe234..293c03870a 100644 --- a/CefSharp/IContextMenuParams.cs +++ b/CefSharp/IContextMenuParams.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ICookieManager.cs b/CefSharp/ICookieManager.cs index 84cbe48b05..a5ef1f9e95 100644 --- a/CefSharp/ICookieManager.cs +++ b/CefSharp/ICookieManager.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IDomNode.cs b/CefSharp/IDomNode.cs index e4d7b14531..e5aa7e5731 100644 --- a/CefSharp/IDomNode.cs +++ b/CefSharp/IDomNode.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IDragData.cs b/CefSharp/IDragData.cs index 11f4ad2693..0dde5850db 100644 --- a/CefSharp/IDragData.cs +++ b/CefSharp/IDragData.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IFrame.cs b/CefSharp/IFrame.cs index bef10d2f11..e4e1084f40 100644 --- a/CefSharp/IFrame.cs +++ b/CefSharp/IFrame.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IMenuModel.cs b/CefSharp/IMenuModel.cs index 9bc91378e7..089b408727 100644 --- a/CefSharp/IMenuModel.cs +++ b/CefSharp/IMenuModel.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IPopupFeatures.cs b/CefSharp/IPopupFeatures.cs index 1511d791de..20c68b9dad 100644 --- a/CefSharp/IPopupFeatures.cs +++ b/CefSharp/IPopupFeatures.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IPostData.cs b/CefSharp/IPostData.cs index ed4e239ef0..8bb8f30f99 100644 --- a/CefSharp/IPostData.cs +++ b/CefSharp/IPostData.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IPostDataElement.cs b/CefSharp/IPostDataElement.cs index acd5814923..e4284ffe70 100644 --- a/CefSharp/IPostDataElement.cs +++ b/CefSharp/IPostDataElement.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IRequest.cs b/CefSharp/IRequest.cs index b046e7ad25..9bae280b66 100644 --- a/CefSharp/IRequest.cs +++ b/CefSharp/IRequest.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IRequestContext.cs b/CefSharp/IRequestContext.cs index 9cefc7d965..69b72306b8 100644 --- a/CefSharp/IRequestContext.cs +++ b/CefSharp/IRequestContext.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IResourceHandlerFactory.cs b/CefSharp/IResourceHandlerFactory.cs index 884bbb37f2..9dccccf6b9 100644 --- a/CefSharp/IResourceHandlerFactory.cs +++ b/CefSharp/IResourceHandlerFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IResponse.cs b/CefSharp/IResponse.cs index 5810cc2b91..6e20b83ae9 100644 --- a/CefSharp/IResponse.cs +++ b/CefSharp/IResponse.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IResponseFilter.cs b/CefSharp/IResponseFilter.cs index 454ff6aa25..9f4f359d82 100644 --- a/CefSharp/IResponseFilter.cs +++ b/CefSharp/IResponseFilter.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ISslInfo.cs b/CefSharp/ISslInfo.cs index e9303f865e..b08c54c760 100644 --- a/CefSharp/ISslInfo.cs +++ b/CefSharp/ISslInfo.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ITaskScheduler.cs b/CefSharp/ITaskScheduler.cs index 95fd2a3f1f..bb7a1d63e8 100644 --- a/CefSharp/ITaskScheduler.cs +++ b/CefSharp/ITaskScheduler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IWebBrowser.cs b/CefSharp/IWebBrowser.cs index 57fffa0d1e..9624c85a45 100644 --- a/CefSharp/IWebBrowser.cs +++ b/CefSharp/IWebBrowser.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/IWindowInfo.cs b/CefSharp/IWindowInfo.cs index 8e9342cd56..c50072b3bf 100644 --- a/CefSharp/IWindowInfo.cs +++ b/CefSharp/IWindowInfo.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/InternalWebBrowserExtensions.cs b/CefSharp/InternalWebBrowserExtensions.cs index f08ccebbad..8bfa32b4fb 100644 --- a/CefSharp/InternalWebBrowserExtensions.cs +++ b/CefSharp/InternalWebBrowserExtensions.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/BitmapInfo.cs b/CefSharp/Internals/BitmapInfo.cs index 026d00885e..25fa31bdd4 100644 --- a/CefSharp/Internals/BitmapInfo.cs +++ b/CefSharp/Internals/BitmapInfo.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/BrowserProcessResponse.cs b/CefSharp/Internals/BrowserProcessResponse.cs index 18a12268d5..bc1df59b97 100644 --- a/CefSharp/Internals/BrowserProcessResponse.cs +++ b/CefSharp/Internals/BrowserProcessResponse.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/BrowserProcessService.cs b/CefSharp/Internals/BrowserProcessService.cs index da7d4d56c5..5ae69321fc 100644 --- a/CefSharp/Internals/BrowserProcessService.cs +++ b/CefSharp/Internals/BrowserProcessService.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/BrowserProcessServiceHost.cs b/CefSharp/Internals/BrowserProcessServiceHost.cs index f723469eee..4e56456e33 100644 --- a/CefSharp/Internals/BrowserProcessServiceHost.cs +++ b/CefSharp/Internals/BrowserProcessServiceHost.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/CefSharpArguments.cs b/CefSharp/Internals/CefSharpArguments.cs index 9103afeb7b..40c1d5a030 100644 --- a/CefSharp/Internals/CefSharpArguments.cs +++ b/CefSharp/Internals/CefSharpArguments.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/CefTimeUtils.cs b/CefSharp/Internals/CefTimeUtils.cs index c9d775f74e..ca9552a482 100644 --- a/CefSharp/Internals/CefTimeUtils.cs +++ b/CefSharp/Internals/CefTimeUtils.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/CommandLineArgsParser.cs b/CefSharp/Internals/CommandLineArgsParser.cs index 0fbaee07b8..fc3f0bef52 100644 --- a/CefSharp/Internals/CommandLineArgsParser.cs +++ b/CefSharp/Internals/CommandLineArgsParser.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/IBrowserAdapter.cs b/CefSharp/Internals/IBrowserAdapter.cs index a6df7b3efb..e8b52fafa3 100644 --- a/CefSharp/Internals/IBrowserAdapter.cs +++ b/CefSharp/Internals/IBrowserAdapter.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/IBrowserProcess.cs b/CefSharp/Internals/IBrowserProcess.cs index 1b30b0908d..465cdd77fe 100644 --- a/CefSharp/Internals/IBrowserProcess.cs +++ b/CefSharp/Internals/IBrowserProcess.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/IJavascriptCallbackFactory.cs b/CefSharp/Internals/IJavascriptCallbackFactory.cs index 0300f2db9e..72e6eaef7e 100644 --- a/CefSharp/Internals/IJavascriptCallbackFactory.cs +++ b/CefSharp/Internals/IJavascriptCallbackFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/IRenderWebBrowser.cs b/CefSharp/Internals/IRenderWebBrowser.cs index 13fe84f0b4..ab1fa73ee7 100644 --- a/CefSharp/Internals/IRenderWebBrowser.cs +++ b/CefSharp/Internals/IRenderWebBrowser.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/IWebBrowserInternal.cs b/CefSharp/Internals/IWebBrowserInternal.cs index 06b52ab4c5..9656e0ba63 100644 --- a/CefSharp/Internals/IWebBrowserInternal.cs +++ b/CefSharp/Internals/IWebBrowserInternal.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/IntPtrExtensions.cs b/CefSharp/Internals/IntPtrExtensions.cs index c395b225c3..86cc1c7758 100644 --- a/CefSharp/Internals/IntPtrExtensions.cs +++ b/CefSharp/Internals/IntPtrExtensions.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/JavascriptCallback.cs b/CefSharp/Internals/JavascriptCallback.cs index 14916a78fe..c4ed518d10 100644 --- a/CefSharp/Internals/JavascriptCallback.cs +++ b/CefSharp/Internals/JavascriptCallback.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/JavascriptCallbackEndpointBehavior.cs b/CefSharp/Internals/JavascriptCallbackEndpointBehavior.cs index 675b8a4576..e4838f2d4b 100644 --- a/CefSharp/Internals/JavascriptCallbackEndpointBehavior.cs +++ b/CefSharp/Internals/JavascriptCallbackEndpointBehavior.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/JavascriptCallbackSurrogate.cs b/CefSharp/Internals/JavascriptCallbackSurrogate.cs index 95e8fe8a9b..e3f7d495e7 100644 --- a/CefSharp/Internals/JavascriptCallbackSurrogate.cs +++ b/CefSharp/Internals/JavascriptCallbackSurrogate.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/JavascriptMethod.cs b/CefSharp/Internals/JavascriptMethod.cs index deb45a5808..8fd1675b56 100644 --- a/CefSharp/Internals/JavascriptMethod.cs +++ b/CefSharp/Internals/JavascriptMethod.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/JavascriptObject.cs b/CefSharp/Internals/JavascriptObject.cs index 85b620058e..26d38dc5ab 100644 --- a/CefSharp/Internals/JavascriptObject.cs +++ b/CefSharp/Internals/JavascriptObject.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/JavascriptObjectRepository.cs b/CefSharp/Internals/JavascriptObjectRepository.cs index 918f25a5b6..a5b12f8f69 100644 --- a/CefSharp/Internals/JavascriptObjectRepository.cs +++ b/CefSharp/Internals/JavascriptObjectRepository.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/JavascriptProperty.cs b/CefSharp/Internals/JavascriptProperty.cs index ec48af679a..5cf95c2d81 100644 --- a/CefSharp/Internals/JavascriptProperty.cs +++ b/CefSharp/Internals/JavascriptProperty.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/JavascriptRootObject.cs b/CefSharp/Internals/JavascriptRootObject.cs index 6a706edbd2..a693ce3707 100644 --- a/CefSharp/Internals/JavascriptRootObject.cs +++ b/CefSharp/Internals/JavascriptRootObject.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/Kernel32.cs b/CefSharp/Internals/Kernel32.cs index dcb5c1cab3..c8f1e64064 100644 --- a/CefSharp/Internals/Kernel32.cs +++ b/CefSharp/Internals/Kernel32.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/MethodInvocation.cs b/CefSharp/Internals/MethodInvocation.cs index 047d28d21f..1e2a05f940 100644 --- a/CefSharp/Internals/MethodInvocation.cs +++ b/CefSharp/Internals/MethodInvocation.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/MethodInvocationCompleteArgs.cs b/CefSharp/Internals/MethodInvocationCompleteArgs.cs index ca7494799a..e595c472bc 100644 --- a/CefSharp/Internals/MethodInvocationCompleteArgs.cs +++ b/CefSharp/Internals/MethodInvocationCompleteArgs.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/MethodInvocationResult.cs b/CefSharp/Internals/MethodInvocationResult.cs index 7d6066d7ea..8771709833 100644 --- a/CefSharp/Internals/MethodInvocationResult.cs +++ b/CefSharp/Internals/MethodInvocationResult.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/MethodParameter.cs b/CefSharp/Internals/MethodParameter.cs index 62cd2d2475..b1a37c9523 100644 --- a/CefSharp/Internals/MethodParameter.cs +++ b/CefSharp/Internals/MethodParameter.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. using System; diff --git a/CefSharp/Internals/MethodRunnerQueue.cs b/CefSharp/Internals/MethodRunnerQueue.cs index deaac6dbc3..e36828c271 100644 --- a/CefSharp/Internals/MethodRunnerQueue.cs +++ b/CefSharp/Internals/MethodRunnerQueue.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/PendingTaskRepository.cs b/CefSharp/Internals/PendingTaskRepository.cs index 56e225f4b1..fafc061cf8 100644 --- a/CefSharp/Internals/PendingTaskRepository.cs +++ b/CefSharp/Internals/PendingTaskRepository.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/ReflectionUtils.cs b/CefSharp/Internals/ReflectionUtils.cs index f4959c3035..c89a9a0d33 100644 --- a/CefSharp/Internals/ReflectionUtils.cs +++ b/CefSharp/Internals/ReflectionUtils.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Project. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/RenderprocessClientFactory.cs b/CefSharp/Internals/RenderprocessClientFactory.cs index d0b9124fc2..2932180d8f 100644 --- a/CefSharp/Internals/RenderprocessClientFactory.cs +++ b/CefSharp/Internals/RenderprocessClientFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/ScreenInfo.cs b/CefSharp/Internals/ScreenInfo.cs index 4c06dc0520..8a40924b7a 100644 --- a/CefSharp/Internals/ScreenInfo.cs +++ b/CefSharp/Internals/ScreenInfo.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/TaskExtensions.cs b/CefSharp/Internals/TaskExtensions.cs index 2d43880b0c..26498462c0 100644 --- a/CefSharp/Internals/TaskExtensions.cs +++ b/CefSharp/Internals/TaskExtensions.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/ViewRect.cs b/CefSharp/Internals/ViewRect.cs index 86eb2b217a..6f6559fe0e 100644 --- a/CefSharp/Internals/ViewRect.cs +++ b/CefSharp/Internals/ViewRect.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Internals/WCFExtensions.cs b/CefSharp/Internals/WCFExtensions.cs index 2664d95d27..0e851cbef2 100644 --- a/CefSharp/Internals/WCFExtensions.cs +++ b/CefSharp/Internals/WCFExtensions.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/JavascriptIgnoreAttribute.cs b/CefSharp/JavascriptIgnoreAttribute.cs index 58530efa15..5bd65226dc 100644 --- a/CefSharp/JavascriptIgnoreAttribute.cs +++ b/CefSharp/JavascriptIgnoreAttribute.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/KeyEvent.cs b/CefSharp/KeyEvent.cs index 7bef7a3cd4..1fecc8545b 100644 --- a/CefSharp/KeyEvent.cs +++ b/CefSharp/KeyEvent.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/KeyEventType.cs b/CefSharp/KeyEventType.cs index e0686118ba..8c4ddb4d34 100644 --- a/CefSharp/KeyEventType.cs +++ b/CefSharp/KeyEventType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/KeyType.cs b/CefSharp/KeyType.cs index f9fa9b4300..f54c1c71b4 100644 --- a/CefSharp/KeyType.cs +++ b/CefSharp/KeyType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/LogSeverity.cs b/CefSharp/LogSeverity.cs index 4a03815a63..6d74e7169b 100644 --- a/CefSharp/LogSeverity.cs +++ b/CefSharp/LogSeverity.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/MenuItemType.cs b/CefSharp/MenuItemType.cs index 6dc1fd08c8..8f967a4cb8 100644 --- a/CefSharp/MenuItemType.cs +++ b/CefSharp/MenuItemType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ModelBinding/BindingContext.cs b/CefSharp/ModelBinding/BindingContext.cs index 12025a5f56..fb3031e87d 100644 --- a/CefSharp/ModelBinding/BindingContext.cs +++ b/CefSharp/ModelBinding/BindingContext.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ModelBinding/BindingMemberInfo.cs b/CefSharp/ModelBinding/BindingMemberInfo.cs index 7a10fc340f..21a53b2ba4 100644 --- a/CefSharp/ModelBinding/BindingMemberInfo.cs +++ b/CefSharp/ModelBinding/BindingMemberInfo.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ModelBinding/DefaultBinder.cs b/CefSharp/ModelBinding/DefaultBinder.cs index 58b87f73e3..60c6296000 100644 --- a/CefSharp/ModelBinding/DefaultBinder.cs +++ b/CefSharp/ModelBinding/DefaultBinder.cs @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ModelBinding/DefaultFieldNameConverter.cs b/CefSharp/ModelBinding/DefaultFieldNameConverter.cs index 6afa3ca1e5..ccf32bbcfb 100644 --- a/CefSharp/ModelBinding/DefaultFieldNameConverter.cs +++ b/CefSharp/ModelBinding/DefaultFieldNameConverter.cs @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ModelBinding/IBinder.cs b/CefSharp/ModelBinding/IBinder.cs index 919593fbcd..0358f43856 100644 --- a/CefSharp/ModelBinding/IBinder.cs +++ b/CefSharp/ModelBinding/IBinder.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ModelBinding/IFieldNameConverter.cs b/CefSharp/ModelBinding/IFieldNameConverter.cs index da54157821..46fb579c03 100644 --- a/CefSharp/ModelBinding/IFieldNameConverter.cs +++ b/CefSharp/ModelBinding/IFieldNameConverter.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ModelBinding/ModelBindingExtensions.cs b/CefSharp/ModelBinding/ModelBindingExtensions.cs index 2178d392d9..a0b957147a 100644 --- a/CefSharp/ModelBinding/ModelBindingExtensions.cs +++ b/CefSharp/ModelBinding/ModelBindingExtensions.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/MouseButtonType.cs b/CefSharp/MouseButtonType.cs index e400beb8b6..d842c58402 100644 --- a/CefSharp/MouseButtonType.cs +++ b/CefSharp/MouseButtonType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/MouseEvent.cs b/CefSharp/MouseEvent.cs index 485f8ff50f..aa7e5def38 100644 --- a/CefSharp/MouseEvent.cs +++ b/CefSharp/MouseEvent.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/NavigationEntry.cs b/CefSharp/NavigationEntry.cs index 884cf3445d..3f8719ba57 100644 --- a/CefSharp/NavigationEntry.cs +++ b/CefSharp/NavigationEntry.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/PaintElementType.cs b/CefSharp/PaintElementType.cs index 74d2a53143..db0ded9887 100644 --- a/CefSharp/PaintElementType.cs +++ b/CefSharp/PaintElementType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/PdfPrintSettings.cs b/CefSharp/PdfPrintSettings.cs index f5e0bf01f1..92c0127f6c 100644 --- a/CefSharp/PdfPrintSettings.cs +++ b/CefSharp/PdfPrintSettings.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Plugin.cs b/CefSharp/Plugin.cs index a46f0ac08e..08d1af90d9 100644 --- a/CefSharp/Plugin.cs +++ b/CefSharp/Plugin.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/PluginPolicy.cs b/CefSharp/PluginPolicy.cs index 99ae5f8bc1..1a1cf12a41 100644 --- a/CefSharp/PluginPolicy.cs +++ b/CefSharp/PluginPolicy.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/PostDataElementType.cs b/CefSharp/PostDataElementType.cs index 41c8f3989f..e2a1c7a52a 100644 --- a/CefSharp/PostDataElementType.cs +++ b/CefSharp/PostDataElementType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/PostDataExtensions.cs b/CefSharp/PostDataExtensions.cs index 2148218570..cd9e79e83f 100644 --- a/CefSharp/PostDataExtensions.cs +++ b/CefSharp/PostDataExtensions.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Properties/AssemblyInfo.cs b/CefSharp/Properties/AssemblyInfo.cs index c075321814..5e657430cc 100644 --- a/CefSharp/Properties/AssemblyInfo.cs +++ b/CefSharp/Properties/AssemblyInfo.cs @@ -36,7 +36,7 @@ public static class AssemblyInfo public const string AssemblyProduct = "CefSharp"; public const string AssemblyVersion = "55.0.0"; public const string AssemblyFileVersion = "55.0.0.0"; - public const string AssemblyCopyright = "Copyright © The CefSharp Authors 2010-2016"; + public const string AssemblyCopyright = "Copyright © 2010-2017 The CefSharp Authors"; public const string CefSharpCoreProject = "CefSharp.Core, PublicKey=" + PublicKey; public const string CefSharpBrowserSubprocessProject = "CefSharp.BrowserSubprocess, PublicKey=" + PublicKey; public const string CefSharpBrowserSubprocessCoreProject = "CefSharp.BrowserSubprocess.Core, PublicKey=" + PublicKey; diff --git a/CefSharp/Range.cs b/CefSharp/Range.cs index f0d6e20d15..de3815bf18 100644 --- a/CefSharp/Range.cs +++ b/CefSharp/Range.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Rect.cs b/CefSharp/Rect.cs index 03f91ac81a..a3e04c94f5 100644 --- a/CefSharp/Rect.cs +++ b/CefSharp/Rect.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ReferrerPolicy.cs b/CefSharp/ReferrerPolicy.cs index 0dc6d4bebe..b74a14a67b 100644 --- a/CefSharp/ReferrerPolicy.cs +++ b/CefSharp/ReferrerPolicy.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ResolveCallbackResult.cs b/CefSharp/ResolveCallbackResult.cs index 8b640808b4..90cf3cd6cc 100644 --- a/CefSharp/ResolveCallbackResult.cs +++ b/CefSharp/ResolveCallbackResult.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ResourceHandler.cs b/CefSharp/ResourceHandler.cs index 9583f67043..c255d48c48 100644 --- a/CefSharp/ResourceHandler.cs +++ b/CefSharp/ResourceHandler.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ResourceHandlerType.cs b/CefSharp/ResourceHandlerType.cs index aad14a87c9..17fde4e3f8 100644 --- a/CefSharp/ResourceHandlerType.cs +++ b/CefSharp/ResourceHandlerType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ResourceType.cs b/CefSharp/ResourceType.cs index b9cadeace5..96d0531d96 100644 --- a/CefSharp/ResourceType.cs +++ b/CefSharp/ResourceType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ResponseAction.cs b/CefSharp/ResponseAction.cs index 281a2271ff..3d957a026a 100644 --- a/CefSharp/ResponseAction.cs +++ b/CefSharp/ResponseAction.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/SchemeHandler/FolderSchemeHandlerFactory.cs b/CefSharp/SchemeHandler/FolderSchemeHandlerFactory.cs index 5214a56224..151e14ccf1 100644 --- a/CefSharp/SchemeHandler/FolderSchemeHandlerFactory.cs +++ b/CefSharp/SchemeHandler/FolderSchemeHandlerFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/SchemeHandler/ISchemeHandlerFactory.cs b/CefSharp/SchemeHandler/ISchemeHandlerFactory.cs index 36bf59817b..03b8d7a8eb 100644 --- a/CefSharp/SchemeHandler/ISchemeHandlerFactory.cs +++ b/CefSharp/SchemeHandler/ISchemeHandlerFactory.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/ScriptException.cs b/CefSharp/ScriptException.cs index 1e9e9d0908..e6223bd472 100644 --- a/CefSharp/ScriptException.cs +++ b/CefSharp/ScriptException.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/SslContentStatus.cs b/CefSharp/SslContentStatus.cs index ee62282979..e626bbc10a 100644 --- a/CefSharp/SslContentStatus.cs +++ b/CefSharp/SslContentStatus.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/SslStatus.cs b/CefSharp/SslStatus.cs index c0c259f257..6e72a6d891 100644 --- a/CefSharp/SslStatus.cs +++ b/CefSharp/SslStatus.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/SslVersion.cs b/CefSharp/SslVersion.cs index fada90cf3e..c9f9881202 100644 --- a/CefSharp/SslVersion.cs +++ b/CefSharp/SslVersion.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/TransitionType.cs b/CefSharp/TransitionType.cs index 3e8dfa45ce..2beb82f1e5 100644 --- a/CefSharp/TransitionType.cs +++ b/CefSharp/TransitionType.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/UrlRequestStatus.cs b/CefSharp/UrlRequestStatus.cs index 24c268aa29..fcd0a0229e 100644 --- a/CefSharp/UrlRequestStatus.cs +++ b/CefSharp/UrlRequestStatus.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Visitor/ICookieVisitor.cs b/CefSharp/Visitor/ICookieVisitor.cs index 56187ba905..a26fbb50b1 100644 --- a/CefSharp/Visitor/ICookieVisitor.cs +++ b/CefSharp/Visitor/ICookieVisitor.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Visitor/INavigationEntryVisitor.cs b/CefSharp/Visitor/INavigationEntryVisitor.cs index 4b9e26c61f..d274956298 100644 --- a/CefSharp/Visitor/INavigationEntryVisitor.cs +++ b/CefSharp/Visitor/INavigationEntryVisitor.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Visitor/IStringVisitor.cs b/CefSharp/Visitor/IStringVisitor.cs index d4bd0d3510..604cfb7c96 100644 --- a/CefSharp/Visitor/IStringVisitor.cs +++ b/CefSharp/Visitor/IStringVisitor.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Visitor/TaskCookieVisitor.cs b/CefSharp/Visitor/TaskCookieVisitor.cs index 3ae0bc708e..41e8135eb9 100644 --- a/CefSharp/Visitor/TaskCookieVisitor.cs +++ b/CefSharp/Visitor/TaskCookieVisitor.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Visitor/TaskNavigationEntryVisitor.cs b/CefSharp/Visitor/TaskNavigationEntryVisitor.cs index 6a7291d856..9c30f2069a 100644 --- a/CefSharp/Visitor/TaskNavigationEntryVisitor.cs +++ b/CefSharp/Visitor/TaskNavigationEntryVisitor.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/Visitor/TaskStringVisitor.cs b/CefSharp/Visitor/TaskStringVisitor.cs index a389309ada..2dde476a8f 100644 --- a/CefSharp/Visitor/TaskStringVisitor.cs +++ b/CefSharp/Visitor/TaskStringVisitor.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/WebBrowserExtensions.cs b/CefSharp/WebBrowserExtensions.cs index 92076f8a9c..2710e55a03 100644 --- a/CefSharp/WebBrowserExtensions.cs +++ b/CefSharp/WebBrowserExtensions.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/WebPluginInfo.cs b/CefSharp/WebPluginInfo.cs index b461366f4e..daf6075dc1 100644 --- a/CefSharp/WebPluginInfo.cs +++ b/CefSharp/WebPluginInfo.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/CefSharp/WindowOpenDisposition.cs b/CefSharp/WindowOpenDisposition.cs index f696fea5ce..ce9c5a2697 100644 --- a/CefSharp/WindowOpenDisposition.cs +++ b/CefSharp/WindowOpenDisposition.cs @@ -1,4 +1,4 @@ -// Copyright © 2010-2016 The CefSharp Authors. All rights reserved. +// Copyright © 2010-2017 The CefSharp Authors. All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/LICENSE b/LICENSE index 97e120897c..4e8c9e27ea 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -// Copyright � 2010-2016 The CefSharp Authors +// Copyright � 2010-2017 The CefSharp Authors. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/NuGet/CefSharp.Common.nuspec b/NuGet/CefSharp.Common.nuspec index 4f7bb0e8e8..04d19fcda1 100644 --- a/NuGet/CefSharp.Common.nuspec +++ b/NuGet/CefSharp.Common.nuspec @@ -10,7 +10,7 @@ false The CefSharp Chromium-based browser component ('Core' and common 'Element' components, needed by both WPF and WinForms). chrome browser - Copyright © 2010-2016 The CefSharp Authors + Copyright © 2010-2017 The CefSharp Authors diff --git a/NuGet/CefSharp.OffScreen.nuspec b/NuGet/CefSharp.OffScreen.nuspec index b3d7db401c..8a36da6786 100644 --- a/NuGet/CefSharp.OffScreen.nuspec +++ b/NuGet/CefSharp.OffScreen.nuspec @@ -10,7 +10,7 @@ false The CefSharp Chromium-based browser component (OffScreen control). osr chrome browser - Copyright © 2010-2016 The CefSharp Authors + Copyright © 2010-2017 The CefSharp Authors diff --git a/NuGet/CefSharp.WinForms.nuspec b/NuGet/CefSharp.WinForms.nuspec index 73ac4ac211..c8fa711f31 100644 --- a/NuGet/CefSharp.WinForms.nuspec +++ b/NuGet/CefSharp.WinForms.nuspec @@ -10,7 +10,7 @@ false The CefSharp Chromium-based browser component (WinForms control). winforms chrome browser - Copyright © 2010-2016 The CefSharp Authors + Copyright © 2010-2017 The CefSharp Authors diff --git a/NuGet/CefSharp.Wpf.nuspec b/NuGet/CefSharp.Wpf.nuspec index d7390b43a7..37acf87bb0 100644 --- a/NuGet/CefSharp.Wpf.nuspec +++ b/NuGet/CefSharp.Wpf.nuspec @@ -10,7 +10,7 @@ false The CefSharp Chromium-based browser component (WPF control). wpf chrome browser - Copyright © 2010-2016 The CefSharp Authors + Copyright © 2010-2017 The CefSharp Authors