Skip to content

Commit 6780a0d

Browse files
committed
Merge branch 'HEAD' of https://code.google.com/p/cefpython/
2 parents 375996f + 33d60c7 commit 6780a0d

78 files changed

Lines changed: 2307 additions & 660 deletions

Some content is hidden

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

cefpython/cef1/client_handler/client_handler.cpp

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

cefpython/cef1/client_handler/client_handler.h

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

cefpython/cef1/client_handler/content_filter_handler.cpp

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

cefpython/cef1/client_handler/content_filter_handler.h

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

cefpython/cef1/client_handler/cookie_visitor.cpp

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

cefpython/cef1/client_handler/cookie_visitor.h

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

cefpython/cef1/client_handler/download_handler.cpp

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

cefpython/cef1/client_handler/download_handler.h

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

cefpython/cef1/client_handler/web_request_client.cpp

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

cefpython/cef1/client_handler/web_request_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2012-2013 The CEF Python authors. All rights reserved.
1+
// Copyright (c) 2012-2014 The 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)