Skip to content

Commit 7128e40

Browse files
committed
It's time for copyright updates again. Yay!
Throw in a couple of tab containing files for good measure. Evil tabs, evil I say.
1 parent 7e3141a commit 7128e40

189 files changed

Lines changed: 417 additions & 417 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.cpp

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-2015 The CefSharp Project. 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
#pragma once

CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.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-2015 The CefSharp Project. 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.BrowserSubprocess.Core/CefAppWrapper.cpp

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-2015 The CefSharp Project. 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
#pragma once
Lines changed: 17 additions & 17 deletions
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-2015 The CefSharp Project. 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

@@ -15,20 +15,20 @@ using namespace System::Collections::Generic;
1515

1616
namespace CefSharp
1717
{
18-
public ref class CefAppWrapper abstract : public DisposableResource
19-
{
20-
private:
21-
MCefRefPtr<CefAppUnmanagedWrapper> _cefApp;
22-
23-
public:
24-
CefAppWrapper();
25-
~CefAppWrapper();
26-
27-
int Run();
28-
29-
property TaskFactory^ RenderThreadTaskFactory;
30-
31-
virtual void OnBrowserCreated(CefBrowserWrapper^ cefBrowserWrapper) abstract;
32-
virtual void OnBrowserDestroyed(CefBrowserWrapper^ cefBrowserWrapper) abstract;
33-
};
18+
public ref class CefAppWrapper abstract : public DisposableResource
19+
{
20+
private:
21+
MCefRefPtr<CefAppUnmanagedWrapper> _cefApp;
22+
23+
public:
24+
CefAppWrapper();
25+
~CefAppWrapper();
26+
27+
int Run();
28+
29+
property TaskFactory^ RenderThreadTaskFactory;
30+
31+
virtual void OnBrowserCreated(CefBrowserWrapper^ cefBrowserWrapper) abstract;
32+
virtual void OnBrowserDestroyed(CefBrowserWrapper^ cefBrowserWrapper) abstract;
33+
};
3434
}

CefSharp.BrowserSubprocess.Core/CefBrowserWrapper.cpp

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-2015 The CefSharp Project. 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
#pragma once

CefSharp.BrowserSubprocess.Core/CefBrowserWrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
1+
// Copyright © 2010-2015 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.BrowserSubprocess.Core/JavascriptCallbackRegistry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
1+
// Copyright © 2010-2015 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.BrowserSubprocess.Core/JavascriptCallbackRegistry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
1+
// Copyright © 2010-2015 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.BrowserSubprocess.Core/JavascriptCallbackWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
1+
// Copyright © 2010-2015 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.BrowserSubprocess.Core/JavascriptCallbackWrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2010-2014 The CefSharp Authors. All rights reserved.
1+
// Copyright © 2010-2015 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

0 commit comments

Comments
 (0)