Skip to content

Commit

Permalink
Apparently, I missed some files in my earlier commits. Bummer!
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Apr 15, 2014
1 parent ce1d9fc commit 2b0d6bd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CefSharp.Core/Internals/ClientAdapter.h
@@ -1,4 +1,4 @@
// Copyright © 2010-2013 The CefSharp Project. All rights reserved.
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion CefSharp.Core/Internals/StringUtils.cpp
@@ -1,4 +1,4 @@
// Copyright © 2010-2013 The CefSharp Project. All rights reserved.
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion CefSharp.Core/Internals/StringUtils.h
@@ -1,4 +1,4 @@
// Copyright © 2010-2013 The CefSharp Project. All rights reserved.
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion CefSharp.Core/ManagedCefBrowserAdapter.h
@@ -1,4 +1,4 @@
// Copyright © 2010-2013 The CefSharp Project. All rights reserved.
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion CefSharp.Wpf/WebView.cs
@@ -1,4 +1,4 @@
// Copyright © 2010-2014 The CefSharp Project. All rights reserved.
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

Expand Down
2 changes: 1 addition & 1 deletion CefSharp/Properties/AssemblyInfo.cs
Expand Up @@ -30,7 +30,7 @@ public static class AssemblyInfo
{
public const bool ClsCompliant = false;
public const bool ComVisible = false;
public const string AssemblyCompany = "The CefSharp Project";
public const string AssemblyCompany = "The CefSharp Authors";
public const string AssemblyProduct = "CefSharp";
public const string AssemblyVersion = "31.0.0.0";
public const string AssemblyFileVersion = "31.0.0.0";
Expand Down

0 comments on commit 2b0d6bd

Please sign in to comment.