Skip to content

Commit ae2727f

Browse files
committed
Fix copyright notices in source files.
Update info on ApplicationSettings.external_message_pump.
1 parent 5f24f50 commit ae2727f

File tree

166 files changed

+508
-385
lines changed

Some content is hidden

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

166 files changed

+508
-385
lines changed

api/ApplicationSettings.md

Lines changed: 7 additions & 3 deletions

src/app.pyx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Copyright (c) 2012-2014 The CEF Python authors. All rights reserved.
2-
# License: New BSD License.
3-
# Website: http://code.google.com/p/cefpython/
1+
# Copyright (c) 2014 CEF Python, see the Authors file.
2+
# All rights reserved. Licensed under BSD 3-clause license.
3+
# Project website: https://github.com/cztomczak/cefpython
44

55
include "cefpython.pyx"
66

src/browser.pyx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Copyright (c) 2012-2014 The CEF Python authors. All rights reserved.
2-
# License: New BSD License.
3-
# Website: http://code.google.com/p/cefpython/
1+
# Copyright (c) 2012 CEF Python, see the Authors file.
2+
# All rights reserved. Licensed under BSD 3-clause license.
3+
# Project website: https://github.com/cztomczak/cefpython
44

55
include "cefpython.pyx"
66

src/callback.pyx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Copyright (c) 2012-2014 The CEF Python authors. All rights reserved.
2-
# License: New BSD License.
3-
# Website: http://code.google.com/p/cefpython/
1+
# Copyright (c) 2013 CEF Python, see the Authors file.
2+
# All rights reserved. Licensed under BSD 3-clause license.
3+
# Project website: https://github.com/cztomczak/cefpython
44

55
include "cefpython.pyx"
66

src/cefpython.pyx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Copyright (c) 2012-2014 The CEF Python authors. All rights reserved.
2-
# License: New BSD License.
3-
# Website: http://code.google.com/p/cefpython/
1+
# Copyright (c) 2012 CEF Python, see the Authors file.
2+
# All rights reserved. Licensed under BSD 3-clause license.
3+
# Project website: https://github.com/cztomczak/cefpython
44

55
"""
66
CHANGES in CEF since v31..v51.

src/client_handler/client_handler.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (c) 2012 The CEF Python authors. All rights reserved.
2-
// License: New BSD License.
3-
// Website: http://code.google.com/p/cefpython/
1+
// Copyright (c) 2012 CEF Python, see the Authors file.
2+
// All rights reserved. Licensed under BSD 3-clause license.
3+
// Project website: https://github.com/cztomczak/cefpython
44

55
// NOTE: clienthandler code is running only in the BROWSER PROCESS.
66
// cefpythonapp code is running in both BROWSER PROCESS and subprocess

src/client_handler/client_handler.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (c) 2012-2014 The CEF Python authors. All rights reserved.
2-
// License: New BSD License.
3-
// Website: http://code.google.com/p/cefpython/
1+
// Copyright (c) 2012 CEF Python, see the Authors file.
2+
// All rights reserved. Licensed under BSD 3-clause license.
3+
// Project website: https://github.com/cztomczak/cefpython
44

55
// ClientHandler code is running only in the Browser process.
66

src/client_handler/context_menu_handler.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) 2016 CEF Python. See the Authors and License files.
1+
// Copyright (c) 2016 CEF Python, see the Authors file.
2+
// All rights reserved. Licensed under BSD 3-clause license.
3+
// Project website: https://github.com/cztomczak/cefpython
24

35
#include "context_menu_handler.h"
46
#include "common/DebugLog.h"

src/client_handler/context_menu_handler.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (c) 2016 CEF Python. See the Authors and License files.
1+
// Copyright (c) 2016 CEF Python, see the Authors file.
2+
// All rights reserved. Licensed under BSD 3-clause license.
3+
// Project website: https://github.com/cztomczak/cefpython
24

35
#pragma once
46

src/client_handler/cookie_visitor.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (c) 2012-2014 The CEF Python authors. All rights reserved.
2-
// License: New BSD License.
3-
// Website: http://code.google.com/p/cefpython/
1+
// Copyright (c) 2014 CEF Python, see the Authors file.
2+
// All rights reserved. Licensed under BSD 3-clause license.
3+
// Project website: https://github.com/cztomczak/cefpython
44

55
#include "cookie_visitor.h"
66
#include <stdio.h>

0 commit comments

Comments
 (0)