Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Linkmap - clang fix + Vendorupdate 4.20.2 #16

Merged
merged 14 commits into from
Mar 3, 2023
Prev Previous commit
Next Next commit
Add files via upload
  • Loading branch information
iceman-fx authored Mar 3, 2023
commit 9b76ce857c85e30416b6cbb98ee632682461a701
2 changes: 1 addition & 1 deletion assets/vendor/plugins/dialog/dialogDefinition.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
18 changes: 18 additions & 0 deletions assets/vendor/plugins/exportpdf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CKEditor 4 Export to PDF Plugin Changelog

## ckeditor4-plugin-exportpdf 1.0.6

Other Changes:

* Updated changelog.

## ckeditor4-plugin-exportpdf 1.0.5

Other Changes:

* Updated year and company name in license headers.

## ckeditor4-plugin-exportpdf 1.0.4

Other Changes:

* Updated test files.

## ckeditor4-plugin-exportpdf 1.0.3

Other Changes:
Expand Down
4 changes: 2 additions & 2 deletions assets/vendor/plugins/exportpdf/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Software License Agreement
==========================

**CKEditor 4 Export to PDF plugin** (https://ckeditor.com/ckeditor-4/)<br>
Copyright (c) 2003-2021, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
Copyright (c) 2003-2022, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.

CKEditor 4 Export to PDF plugin is licensed under a commercial license and is protected by copyright law.
For more details about available licensing options please contact us at sales@cksource.com.
Expand All @@ -15,4 +15,4 @@ Where not otherwise indicated, all CKEditor 4 Export to PDF plugin content is au
Trademarks
----------

**CKEditor** is a trademark of [CKSource](http://cksource.com) Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
**CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
4 changes: 2 additions & 2 deletions assets/vendor/plugins/exportpdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ See the working ["Exporting editor content to PDF"](https://ckeditor.com/docs/ck
## License

**CKEditor 4 Export to PDF plugin** (https://ckeditor.com/ckeditor-4/)<br>
Copyright (c) 2003-2021, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.
Copyright (c) 2003-2022, [CKSource](http://cksource.com) Holding sp. z o.o. All rights reserved.

CKEditor 4 export to PDF plugin is licensed under a commercial license and is protected by copyright law.
For more details about available licensing options please contact us at sales@cksource.com.

### Trademarks

**CKEditor** is a trademark of [CKSource](http://cksource.com) Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
**CKEditor** is a trademark of [CKSource](http://cksource.com) Holding sp. z o.o. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
2 changes: 1 addition & 1 deletion assets/vendor/plugins/exportpdf/tests/_helpers/tools.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/vendor/plugins/exportpdf/tests/stylesheets.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading