Skip to content

Commit 2b0d6bd

Browse files
committed
Apparently, I missed some files in my earlier commits. Bummer!
1 parent ce1d9fc commit 2b0d6bd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CefSharp.Core/Internals/ClientAdapter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2010-2013 The CefSharp Project. All rights reserved.
1+
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
22
//
33
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
44

CefSharp.Core/Internals/StringUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2010-2013 The CefSharp Project. All rights reserved.
1+
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
22
//
33
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
44

CefSharp.Core/Internals/StringUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2010-2013 The CefSharp Project. All rights reserved.
1+
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
22
//
33
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
44

CefSharp.Core/ManagedCefBrowserAdapter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2010-2013 The CefSharp Project. All rights reserved.
1+
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
22
//
33
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
44

CefSharp.Wpf/WebView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2010-2014 The CefSharp Project. All rights reserved.
1+
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
22
//
33
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
44

CefSharp/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static class AssemblyInfo
3030
{
3131
public const bool ClsCompliant = false;
3232
public const bool ComVisible = false;
33-
public const string AssemblyCompany = "The CefSharp Project";
33+
public const string AssemblyCompany = "The CefSharp Authors";
3434
public const string AssemblyProduct = "CefSharp";
3535
public const string AssemblyVersion = "31.0.0.0";
3636
public const string AssemblyFileVersion = "31.0.0.0";

0 commit comments

Comments
 (0)