diff --git a/include/wx/webview_chromium.h b/include/wx/webview_chromium.h index 616a2b3724..2d90cc3070 100644 --- a/include/wx/webview_chromium.h +++ b/include/wx/webview_chromium.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Author: Steven Lamerton -// Copyright: (c) 2013 Steven Lamerton +// Copyright: (c) 2013 -2015 Steven Lamerton // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/samples/webview_chromium/mac/process_helper_mac.cpp b/samples/webview_chromium/mac/process_helper_mac.cpp index d09469e164..a3876d14d8 100644 --- a/samples/webview_chromium/mac/process_helper_mac.cpp +++ b/samples/webview_chromium/mac/process_helper_mac.cpp @@ -3,7 +3,7 @@ // Purpose: webview_chromium launch helper // Author: Haojian Wu // Created: 2014-06-22 -// Copyright: (c) 2014 wxWidgets development team +// Copyright: (c) 2014 - 2015 wxWidgets development team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/samples/webview_chromium/mac/webview_chromium-Info.plist b/samples/webview_chromium/mac/webview_chromium-Info.plist index 0782319334..ac1fd6ea00 100644 --- a/samples/webview_chromium/mac/webview_chromium-Info.plist +++ b/samples/webview_chromium/mac/webview_chromium-Info.plist @@ -34,7 +34,7 @@ CFBundleVersion 3.1.0 NSHumanReadableCopyright - Copyright 2005-2014 wxWidgets + Copyright 2005-2015 wxWidgets NSPrincipalClass wxNSApplication diff --git a/samples/webview_chromium/webview.cpp b/samples/webview_chromium/webview.cpp index 81cc07afda..1b7eef7456 100644 --- a/samples/webview_chromium/webview.cpp +++ b/samples/webview_chromium/webview.cpp @@ -3,7 +3,7 @@ // Purpose: wxWebView sample // Author: Marianne Gagnon // Id: $Id: webview.cpp 73453 2013-02-01 09:38:53Z SJL $ -// Copyright: (c) 2010 Marianne Gagnon, Steven Lamerton +// Copyright: (c) 2010 - 2015 Marianne Gagnon, Steven Lamerton // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// diff --git a/src/common/webview_chromium.cpp b/src/common/webview_chromium.cpp index b977535bb1..1b58b9efb0 100644 --- a/src/common/webview_chromium.cpp +++ b/src/common/webview_chromium.cpp @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Author: Steven Lamerton -// Copyright: (c) 2013 Steven Lamerton +// Copyright: (c) 2013 - 2015 Steven Lamerton // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////