note that the version of URI.js is 0.1
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/ed2e1e79 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/ed2e1e79 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/ed2e1e79 Branch: refs/heads/master Commit: ed2e1e7961357c52109051c38872e2ac7bd508c7 Parents: 404b7e0 Author: Alex Heneveld <[email protected]> Authored: Mon Oct 26 21:35:24 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Wed Oct 28 12:05:21 2015 +0000 ---------------------------------------------------------------------- usage/dist/licensing/overrides.yaml | 2 +- usage/jsgui/src/main/webapp/assets/js/libs/URI.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ed2e1e79/usage/dist/licensing/overrides.yaml ---------------------------------------------------------------------- diff --git a/usage/dist/licensing/overrides.yaml b/usage/dist/licensing/overrides.yaml index 45fbdcc..ec57f4e 100644 --- a/usage/dist/licensing/overrides.yaml +++ b/usage/dist/licensing/overrides.yaml @@ -228,7 +228,7 @@ - id: js-uri files: URI.js - version: r29 + version: 0.1 url: http://code.google.com/p/js-uri/ organization: { name: "js-uri contributors", url: "https://code.google.com/js-uri" } license: BSD-3-Clause http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/ed2e1e79/usage/jsgui/src/main/webapp/assets/js/libs/URI.js ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/assets/js/libs/URI.js b/usage/jsgui/src/main/webapp/assets/js/libs/URI.js index 3246034..e621a06 100644 --- a/usage/jsgui/src/main/webapp/assets/js/libs/URI.js +++ b/usage/jsgui/src/main/webapp/assets/js/libs/URI.js @@ -1,5 +1,5 @@ /* - * Taken from http://code.google.com/p/js-uri/ r29. BSD license. + * Taken from http://code.google.com/p/js-uri/ v0.1. BSD license. * No changes in this Brooklyn copy, apart from these header lines. * TODO Consider switching to http://medialize.github.io/URI.js/ which appears more modern. *
