Skip to content

Commit

Permalink
Minor updates in copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaTomanek committed Apr 1, 2016
1 parent fc92fd1 commit 5b5209a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Software License Agreement
==========================

Copyright (c) 2016, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2007-2016, CKSource - Frederico Knabben. All rights reserved.

All sample plugins are licensed under the terms of the MIT License (see Appendix A):

Expand All @@ -21,7 +21,7 @@ Appendix A: The MIT License

The MIT License (MIT)

Copyright (c) 2016, CKSource - Frederico Knabben
Copyright (c) 2007-2016, CKSource - Frederico Knabben

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,12 @@ $config['resourceTypes'][] = array(
);
```

# Note
## Note

This plugin emulates a tree-structured file system, therefore some of the operations (like renaming or deleting a folder)
may produce quite a lot of database queries, which results in a poor performance for some scenarios.
may produce quite a lot of database queries, which results in a poor performance for some scenarios.

## License

Copyright (c) 2007-2016, CKSource - Frederico Knabben. All rights reserved.
For license details see: [LICENSE.md](https://github.com/ckfinder/ckfinder-plugin-database-adapter-php/blob/master/LICENSE.md).

0 comments on commit 5b5209a

Please sign in to comment.