Skip to content

Commit aaf40e1

Browse files
committed
Added Copyright for vis.js
1 parent 01bee7b commit aaf40e1

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

LICENSE

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,22 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
836836
See the License for the specific language governing permissions and
837837
limitations under the License.
838838

839+
========================================================================
840+
For vis.js (core/src/main/resources/org/apache/spark/ui/static/vis.min.js):
841+
========================================================================
842+
Copyright (C) 2010-2015 Almende B.V.
843+
844+
Vis.js is dual licensed under both
845+
846+
* The Apache 2.0 License
847+
http://www.apache.org/licenses/LICENSE-2.0
848+
849+
and
850+
851+
* The MIT License
852+
http://opensource.org/licenses/MIT
853+
854+
Vis.js may be distributed under either license.
839855

840856
========================================================================
841857
BSD-style licenses

core/src/main/resources/org/apache/spark/ui/static/timeline-view.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ div#application-timeline, div#job-timeline {
1919
margin-bottom: 30px;
2020
}
2121

22-
#application-timeline div.legend-area ,
22+
#application-timeline div.legend-area,
2323
#job-timeline div.legend-area {
2424
margin-top: 5px;
2525
}

0 commit comments

Comments
 (0)