X Tutup
Skip to content

Commit 96999f1

Browse files
committed
Refactor files structure: cefpython/ -> src/ . More...
Fix links to examples and other files. Update BUILD_COMPATIBILITY.txt - deprecated. Rename and update the Authors and License files.
1 parent 9943cd6 commit 96999f1

File tree

375 files changed

+11
-22
lines changed

Some content is hidden

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

375 files changed

+11
-22
lines changed
File renamed without changes.

LICENSE.txt renamed to License

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012 The CEF Python authors - see the AUTHORS.txt file.
1+
Copyright (c) 2012 The CEF Python authors - see the Authors file.
22
All rights reserved. Licensed under the BSD 3-clause license.
33
See project website: https://github.com/cztomczak/cefpython
44

README.md

Lines changed: 1 addition & 1 deletion

api/JavascriptBindings.md

Lines changed: 1 addition & 1 deletion

api/LifespanHandler.md

Lines changed: 2 additions & 1 deletion

api/RequestHandler.md

Lines changed: 2 additions & 1 deletion

api/ResourceHandler.md

Lines changed: 2 additions & 1 deletion

cefpython/BUILD_COMPATIBILITY.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.
File renamed without changes.

src/BUILD_COMPATIBILITY.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Since Chrome47 release version information is provided in header
2+
files in the src/version/ directory.

0 commit comments

Comments
 (0)
X Tutup