X Tutup
Skip to content

Commit edbec7d

Browse files
CzarekCzarek
authored andcommitted
Updated copyright info in source files.
1 parent e0c0bb8 commit edbec7d

File tree

82 files changed

+82
-82
lines changed

Some content is hidden

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

82 files changed

+82
-82
lines changed

cefpython/browser.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012 CefPython Authors. All rights reserved.
1+
# Copyright (c) 2012-2013 CEF Python Authors. All rights reserved.
22
# License: New BSD License.
33
# Website: http://code.google.com/p/cefpython/
44

cefpython/cef1/linux/setup/fix_includes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012 CefPython Authors. All rights reserved.
1+
# Copyright (c) 2012-2013 CEF Python Authors. All rights reserved.
22
# License: New BSD License.
33
# Website: http://code.google.com/p/cefpython/
44

cefpython/cef1/windows/binaries/cefadvanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding=utf-8
22

3-
# Copyright (c) 2012 CefPython Authors. All rights reserved.
3+
# Copyright (c) 2012-2013 CEF Python Authors. All rights reserved.
44
# License: New BSD License.
55
# Website: http://code.google.com/p/cefpython/
66

cefpython/cef1/windows/binaries/cefwindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012 CefPython Authors. All rights reserved.
1+
# Copyright (c) 2012-2013 CEF Python Authors. All rights reserved.
22
# License: New BSD License.
33
# Website: http://code.google.com/p/cefpython/
44

cefpython/cef1/windows/setup/fix_includes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012 CefPython Authors. All rights reserved.
1+
# Copyright (c) 2012-2013 CEF Python Authors. All rights reserved.
22
# License: New BSD License.
33
# Website: http://code.google.com/p/cefpython/
44

cefpython/cef3/windows/binaries/cefwindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012 CefPython Authors. All rights reserved.
1+
# Copyright (c) 2012-2013 CEF Python Authors. All rights reserved.
22
# License: New BSD License.
33
# Website: http://code.google.com/p/cefpython/
44

cefpython/cef3/windows/setup/fix_includes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012 CefPython Authors. All rights reserved.
1+
# Copyright (c) 2012-2013 CEF Python Authors. All rights reserved.
22
# License: New BSD License.
33
# Website: http://code.google.com/p/cefpython/
44

cefpython/cefpython.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012 CefPython Authors. All rights reserved.
1+
# Copyright (c) 2012-2013 CEF Python Authors. All rights reserved.
22
# License: New BSD License.
33
# Website: http://code.google.com/p/cefpython/
44

cefpython/content_filter.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012-2013 CefPython Authors. All rights reserved.
1+
# Copyright (c) 2012-2013 CEF Python Authors. All rights reserved.
22
# License: New BSD License.
33
# Website: http://code.google.com/p/cefpython/
44

cefpython/cookie.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012-2013 CefPython Authors. All rights reserved.
1+
# Copyright (c) 2012-2013 CEF Python Authors. All rights reserved.
22
# License: New BSD License.
33
# Website: http://code.google.com/p/cefpython/
44

0 commit comments

Comments
 (0)
X Tutup