Skip to content

Commit

Permalink
Update LICENSE and add license headers to CSS and JS in flink clients
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Aug 19, 2014
1 parent 923b508 commit 61bb30b
Show file tree
Hide file tree
Showing 9 changed files with 503 additions and 367 deletions.
5 changes: 5 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ under the The MIT License
- Flot 0.8.1 (http://www.flotcharts.org) - Copyright (c) 2007-2013 IOLA and Ole Laursen
- Bootstrap (http://getbootstrap.com) - Copyright (c) 2011-2014 Twitter, Inc
- Font Awesome - Code (http://fortawesome.github.io/Font-Awesome/) - Copyright (c) 2014 Dave Gandy
- D3 dagre renderer (https://github.com/cpettitt/dagre-d3) - Copyright (c) 2012-2013 Chris Pettitt


All rights reserved.
Expand Down Expand Up @@ -310,6 +311,10 @@ under BSD-style licenses
- Scala Compiler Reflect (BSD-like) - (http://www.scala-lang.org/) - Copyright (c) 2002-2014 EPFL, Copyright (c) 2011-2014 Typesafe, Inc.
- ASM (BSD-like) - (http://asm.ow2.org/) - Copyright (c) 2000-2011 INRIA, France Telecom

(3-clause BSD license)
- D3 (http://d3js.org/) - Copyright (c) 2010-2014, Michael Bostock


(Below is the 3-clause BSD license)

All rights reserved.
Expand Down
20 changes: 19 additions & 1 deletion flink-clients/resources/web-docs/css/graph.css
Original file line number Diff line number Diff line change
@@ -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.
*/

g.type-TK > rect {
fill: #00ffd0;
}
Expand Down Expand Up @@ -27,4 +45,4 @@ text {
stroke: #333;
stroke-width: 3px;
fill: none;
}
}
18 changes: 18 additions & 0 deletions flink-clients/resources/web-docs/css/nephelefrontend.css
Original file line number Diff line number Diff line change
@@ -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.
*/

*
{
padding: 0px;
Expand Down
18 changes: 18 additions & 0 deletions flink-clients/resources/web-docs/css/overlay.css
Original file line number Diff line number Diff line change
@@ -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.
*/

.simple_overlay {

/* must be initially hidden */
Expand Down
18 changes: 18 additions & 0 deletions flink-clients/resources/web-docs/css/pactgraphs.css
Original file line number Diff line number Diff line change
@@ -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.
*/

.draggable
{
position: absolute;
Expand Down
Loading

0 comments on commit 61bb30b

Please sign in to comment.