Skip to content

Commit

Permalink
Merge pull request #407 from amaitland/add/license-disclaimer
Browse files Browse the repository at this point in the history
Add/license disclaimer
  • Loading branch information
amaitland committed Jun 25, 2014
2 parents 968b1fc + cd100be commit 34b4055
Show file tree
Hide file tree
Showing 56 changed files with 287 additions and 53 deletions.
6 changes: 5 additions & 1 deletion CefSharp.BrowserSubprocess/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;
using CefSharp.Internals;

namespace CefSharp.BrowserSubprocess
Expand Down
4 changes: 4 additions & 0 deletions CefSharp.Core/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// 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.

#include "Stdafx.h"

using namespace System;
Expand Down
2 changes: 1 addition & 1 deletion CefSharp.Core/Cef.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010-2014 The CefSharp Authors. 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
4 changes: 4 additions & 0 deletions CefSharp.Core/CefAppWrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// 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.

#include "Stdafx.h"

#include "Wrappers\CefAppWrapper.h"
Expand Down
6 changes: 5 additions & 1 deletion CefSharp.Test/BrowserTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using Xunit;
// 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.

using Xunit;
using Xunit.Extensions;

namespace CefSharp.Test
Expand Down
6 changes: 5 additions & 1 deletion CefSharp.Test/DispatcherThread.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Threading;
Expand Down
6 changes: 5 additions & 1 deletion CefSharp.Test/Fixture.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
Expand Down
6 changes: 5 additions & 1 deletion CefSharp.WinForms.Example/AboutBox.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;
using System.IO;
using System.Reflection;
using System.Windows.Forms;
Expand Down
6 changes: 5 additions & 1 deletion CefSharp.WinForms.Example/BrowserForm.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using CefSharp.Example;
// 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.

using CefSharp.Example;
using CefSharp.WinForms.Example.Controls;
using System;
using System.Threading.Tasks;
Expand Down
6 changes: 5 additions & 1 deletion CefSharp.WinForms.Example/Controls/ControlExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;
using System.Windows.Forms;

namespace CefSharp.WinForms.Example.Controls
Expand Down
6 changes: 5 additions & 1 deletion CefSharp.WinForms.Example/MenuHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
namespace CefSharp.WinForms.Example
// 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.

namespace CefSharp.WinForms.Example
{
internal class MenuHandler : IMenuHandler
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp.WinForms.Example/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;
using System.Windows.Forms;
using CefSharp.Example;

Expand Down
6 changes: 5 additions & 1 deletion CefSharp.Wpf/DisposableEventWrapper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;
using System.ComponentModel;
using System.Windows;

Expand Down
8 changes: 7 additions & 1 deletion CefSharp/AddressChangedEventArgs.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;

namespace CefSharp
{
Expand All @@ -18,5 +22,7 @@ public AddressChangedEventArgs(string address)
/// <summary>
/// A delegate type used to listen to AddressChanged events.
/// </summary>
/// <param name="sender">The object that raised the event.</param>
/// <param name="e">The event arguments.</param>
public delegate void AddressChangedEventHandler(object sender, AddressChangedEventArgs args);
}
6 changes: 5 additions & 1 deletion CefSharp/CefBrowserBase.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
namespace CefSharp
// 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.

namespace CefSharp
{
public abstract class CefBrowserBase : ObjectBase
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/CefCustomScheme.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
namespace CefSharp
// 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.

namespace CefSharp
{
public class CefCustomScheme
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/CefEventFlags.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;

namespace CefSharp
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/CefFileDialogMode.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
namespace CefSharp
// 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.

namespace CefSharp
{
public enum CefFileDialogMode
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/CefSettingsBase.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System.Collections.Generic;
// 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.

using System.Collections.Generic;

namespace CefSharp
{
Expand Down
8 changes: 7 additions & 1 deletion CefSharp/ConsoleMessageEventArgs.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;

namespace CefSharp
{
Expand Down Expand Up @@ -33,5 +37,7 @@ public ConsoleMessageEventArgs(string message, string source, int line)
/// <summary>
/// A delegate type used to listen to ConsoleMessage events.
/// </summary>
/// <param name="sender">The object that raised the event.</param>
/// <param name="e">The event arguments.</param>
public delegate void ConsoleMessageEventHandler(object sender, ConsoleMessageEventArgs e);
}
6 changes: 5 additions & 1 deletion CefSharp/DownloadItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;

namespace CefSharp
{
Expand Down
8 changes: 7 additions & 1 deletion CefSharp/FrameLoadEndEventArgs.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;

namespace CefSharp
{
Expand Down Expand Up @@ -33,5 +37,7 @@ public FrameLoadEndEventArgs(string url, bool isMainFrame, int httpStatusCode)
/// <summary>
/// A delegate type used to listen to FrameLoadEnd events.
/// </summary>
/// <param name="sender">The object that raised the event.</param>
/// <param name="e">The event arguments.</param>
public delegate void FrameLoadEndEventHandler(object sender, FrameLoadEndEventArgs url);
}
8 changes: 7 additions & 1 deletion CefSharp/FrameLoadStartEventArgs.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;

namespace CefSharp
{
Expand Down Expand Up @@ -27,5 +31,7 @@ public FrameLoadStartEventArgs(string url, bool isMainFrame)
/// <summary>
/// A delegate type used to listen to FrameLoadStart events.
/// </summary>
/// <param name="sender">The object that raised the event.</param>
/// <param name="e">The event arguments.</param>
public delegate void FrameLoadStartEventHandler(object sender, FrameLoadStartEventArgs args);
}
6 changes: 5 additions & 1 deletion CefSharp/ICookieVisitor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System.Net;
// 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.

using System.Net;

namespace CefSharp
{
Expand Down
7 changes: 6 additions & 1 deletion CefSharp/IDialogHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
using System.Collections.Generic;
// 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.

using System.Collections.Generic;

namespace CefSharp
{
/// <summary>
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/IDownloadHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
namespace CefSharp
// 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.

namespace CefSharp
{
public interface IDownloadHandler
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/IJsDialogHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
namespace CefSharp
// 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.

namespace CefSharp
{
public interface IJsDialogHandler
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/IKeyboardHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
namespace CefSharp
// 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.

namespace CefSharp
{
public interface IKeyboardHandler
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/ILifeSpanHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
namespace CefSharp
// 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.

namespace CefSharp
{
public interface ILifeSpanHandler
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/IMenuHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
namespace CefSharp
// 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.

namespace CefSharp
{
public interface IMenuHandler
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/IRequest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System.Collections.Specialized;
// 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.

using System.Collections.Specialized;

namespace CefSharp
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/IRequestHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
namespace CefSharp
// 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.

namespace CefSharp
{
public interface IRequestHandler
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/IRequestResponse.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System.IO;
// 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.

using System.IO;

namespace CefSharp
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/ISchemeHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
namespace CefSharp
// 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.

namespace CefSharp
{
public delegate void OnRequestCompletedHandler();

Expand Down
6 changes: 5 additions & 1 deletion CefSharp/ISchemeHandlerFactory.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
namespace CefSharp
// 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.

namespace CefSharp
{
public interface ISchemeHandlerFactory
{
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/ISchemeHandlerResponse.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System.Collections.Specialized;
// 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.

using System.Collections.Specialized;
using System.IO;

namespace CefSharp
Expand Down
6 changes: 5 additions & 1 deletion CefSharp/IWebBrowser.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
using System;
// 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.

using System;
using System.Threading.Tasks;

namespace CefSharp
Expand Down
Loading

0 comments on commit 34b4055

Please sign in to comment.