Repository: qpid-dispatch Updated Branches: refs/heads/master c74e04dff -> 3d6aa7bdd
NO-JIRA - Added Apache license headers to 3 files Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/3d6aa7bd Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/3d6aa7bd Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/3d6aa7bd Branch: refs/heads/master Commit: 3d6aa7bdd030ef478548ef977b6974c28626492b Parents: c74e04d Author: Ganesh Murthy <[email protected]> Authored: Wed Apr 25 11:15:04 2018 -0400 Committer: Ganesh Murthy <[email protected]> Committed: Wed Apr 25 11:15:04 2018 -0400 ---------------------------------------------------------------------- console/stand-alone/plugin/html/qdrChord.html | 19 +++++++++++++++++++ .../stand-alone/plugin/js/chord/layout/README.md | 19 +++++++++++++++++++ .../stand-alone/plugin/js/chord/ribbon/README.md | 18 ++++++++++++++++++ 3 files changed, 56 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/3d6aa7bd/console/stand-alone/plugin/html/qdrChord.html ---------------------------------------------------------------------- diff --git a/console/stand-alone/plugin/html/qdrChord.html b/console/stand-alone/plugin/html/qdrChord.html index 475bbe8..ba1e41e 100644 --- a/console/stand-alone/plugin/html/qdrChord.html +++ b/console/stand-alone/plugin/html/qdrChord.html @@ -1,3 +1,22 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License +--> + <style> path.chord { fill-opacity: .67; http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/3d6aa7bd/console/stand-alone/plugin/js/chord/layout/README.md ---------------------------------------------------------------------- diff --git a/console/stand-alone/plugin/js/chord/layout/README.md b/console/stand-alone/plugin/js/chord/layout/README.md index 2a17d29..f56ac56 100644 --- a/console/stand-alone/plugin/js/chord/layout/README.md +++ b/console/stand-alone/plugin/js/chord/layout/README.md @@ -1,3 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + This is a replacement for d3.layout.chord(). It implements a groubBy feature that allows arcs to be grouped. It does not implement the sortBy features of d3.layout.chord. http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/3d6aa7bd/console/stand-alone/plugin/js/chord/ribbon/README.md ---------------------------------------------------------------------- diff --git a/console/stand-alone/plugin/js/chord/ribbon/README.md b/console/stand-alone/plugin/js/chord/ribbon/README.md index 18999c4..0be7451 100644 --- a/console/stand-alone/plugin/js/chord/ribbon/README.md +++ b/console/stand-alone/plugin/js/chord/ribbon/README.md @@ -1,3 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# This is a replacement for the d3.svg.chord() ribbon generator. The native d3 implementation is efficient, but its chords can become 'twisted' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
