tidy message for code we have based on code elsewhere
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/a918548e Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/a918548e Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/a918548e Branch: refs/heads/master Commit: a918548e6beb68f7ad73ae0236fa3bdf4f7284a8 Parents: 0218ee9 Author: Alex Heneveld <[email protected]> Authored: Wed Oct 28 11:39:17 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Wed Oct 28 12:08:42 2015 +0000 ---------------------------------------------------------------------- .../assets/js/util/dataTables.extensions.js | 10 ++++++-- .../webapp/assets/js/util/jquery.slideto.js | 24 ++++++++++++-------- 2 files changed, 23 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/a918548e/usage/jsgui/src/main/webapp/assets/js/util/dataTables.extensions.js ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/assets/js/util/dataTables.extensions.js b/usage/jsgui/src/main/webapp/assets/js/util/dataTables.extensions.js index 17dc782..74a548e 100644 --- a/usage/jsgui/src/main/webapp/assets/js/util/dataTables.extensions.js +++ b/usage/jsgui/src/main/webapp/assets/js/util/dataTables.extensions.js @@ -16,14 +16,20 @@ * specific language governing permissions and limitations * under the License. * + * --- + * + * This code has been created by the Apache Brooklyn contributors. + * It is heavily based on earlier software but rewritten for clarity + * and to preserve license integrity. + * + * This work is based on the existing jQuery DataTables plug-ins for: * - * Based on jQuery DataTables plug-ins for: * * fnStandingRedraw by Jonathan Hoguet, * http://www.datatables.net/plug-ins/api/fnStandingRedraw + * * * fnProcessingIndicator by Allan Chappell * https://www.datatables.net/plug-ins/api/fnProcessingIndicator * - * Both rewritten for clarity and to preserve license integrity. */ define([ "jquery", "jquery-datatables" http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/a918548e/usage/jsgui/src/main/webapp/assets/js/util/jquery.slideto.js ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/assets/js/util/jquery.slideto.js b/usage/jsgui/src/main/webapp/assets/js/util/jquery.slideto.js index 4dd69a2..17afeed 100644 --- a/usage/jsgui/src/main/webapp/assets/js/util/jquery.slideto.js +++ b/usage/jsgui/src/main/webapp/assets/js/util/jquery.slideto.js @@ -16,19 +16,25 @@ * specific language governing permissions and limitations * under the License. * - * - * Based on jquery.slideto.min.js in Swagger UI, added in: - * https://github.com/wordnik/swagger-ui/commit/d2eb882e5262e135dfa3f5919796bbc3785880b8#diff-bd86720650a2ebd1ab11e870dc475564 + * --- * - * Swagger UI is distributed under ASL but it is not clear that this code originated in that project. - * No other original author could be identified. + * This code has been created by the Apache Brooklyn contributors. + * It is heavily based on earlier software but rewritten for readability + * and to preserve license integrity. * - * Nearly identical code is referenced here: - * http://stackoverflow.com/questions/12375440/scrolling-works-in-chrome-but-not-in-firefox-or-ie + * Our influences are: * - * The project https://github.com/Sleavely/jQuery-slideto is NOT this. + * * jquery.slideto.min.js in Swagger UI, provenance unknown, added in: + * https://github.com/wordnik/swagger-ui/commit/d2eb882e5262e135dfa3f5919796bbc3785880b8#diff-bd86720650a2ebd1ab11e870dc475564 + * + * Swagger UI is distributed under ASL but it is not clear that this code originated in that project. + * No other original author could be identified. + * + * * Nearly identical code referenced here: + * http://stackoverflow.com/questions/12375440/scrolling-works-in-chrome-but-not-in-firefox-or-ie + * + * Note that the project https://github.com/Sleavely/jQuery-slideto is NOT this. * - * Rewritten for readability and to preserve license integrity. */ (function(jquery){ jquery.fn.slideto=function(opts) {
