FALCON-1238 - Add apache license header to .less css in falcon-ui/app. Contributed by Shaik Idris Ali
Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/4e6c1cca Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/4e6c1cca Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/4e6c1cca Branch: refs/heads/0.6.1 Commit: 4e6c1cca3163caee5ee8c9b908a212ec738d5548 Parents: e3ac114 Author: shaik.idris <[email protected]> Authored: Mon May 25 14:20:28 2015 +0530 Committer: shaik.idris <[email protected]> Committed: Mon May 25 14:20:28 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 3 +++ falcon-ui/app/css/bootstrap/less/alerts.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/badges.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/bootstrap.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/breadcrumbs.less | 17 +++++++++++++++++ .../app/css/bootstrap/less/button-groups.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/buttons.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/carousel.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/close.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/code.less | 17 +++++++++++++++++ .../css/bootstrap/less/component-animations.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/dropdowns.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/forms.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/glyphicons.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/grid.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/input-groups.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/jumbotron.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/labels.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/list-group.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/media.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/mixins.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/modals.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/navbar.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/navs.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/normalize.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/pager.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/pagination.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/panels.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/popovers.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/print.less | 17 +++++++++++++++++ .../app/css/bootstrap/less/progress-bars.less | 17 +++++++++++++++++ .../app/css/bootstrap/less/responsive-embed.less | 17 +++++++++++++++++ .../css/bootstrap/less/responsive-utilities.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/scaffolding.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/tables.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/theme.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/thumbnails.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/tooltip.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/type.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/utilities.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/variables.less | 17 +++++++++++++++++ falcon-ui/app/css/bootstrap/less/wells.less | 17 +++++++++++++++++ src/main/assemblies/src-package.xml | 2 ++ 43 files changed, 702 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 8fc39e2..7328b24 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -145,6 +145,9 @@ Branch: 0.6.1 (Proposed Release Version: 0.6.1) (Suhas vasu) BUG FIXES + FALCON-1238 Add apache license header to .less css in falcon-ui/app + (Shaik Idris Ali) + FALCON-1224 cannot build falcon - codehaus close service and repo - fail error 503 (Suhas Vasu via Shaik Idris Ali) http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/alerts.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/alerts.less b/falcon-ui/app/css/bootstrap/less/alerts.less index df070b8..62f60fc 100644 --- a/falcon-ui/app/css/bootstrap/less/alerts.less +++ b/falcon-ui/app/css/bootstrap/less/alerts.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Alerts // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/badges.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/badges.less b/falcon-ui/app/css/bootstrap/less/badges.less index 20624f3..2a1c9a0 100644 --- a/falcon-ui/app/css/bootstrap/less/badges.less +++ b/falcon-ui/app/css/bootstrap/less/badges.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Badges // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/bootstrap.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/bootstrap.less b/falcon-ui/app/css/bootstrap/less/bootstrap.less index 61b7747..410aea5 100644 --- a/falcon-ui/app/css/bootstrap/less/bootstrap.less +++ b/falcon-ui/app/css/bootstrap/less/bootstrap.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // Core variables and mixins @import "variables.less"; @import "mixins.less"; http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/breadcrumbs.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/breadcrumbs.less b/falcon-ui/app/css/bootstrap/less/breadcrumbs.less index cb01d50..7f43b3c 100644 --- a/falcon-ui/app/css/bootstrap/less/breadcrumbs.less +++ b/falcon-ui/app/css/bootstrap/less/breadcrumbs.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Breadcrumbs // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/button-groups.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/button-groups.less b/falcon-ui/app/css/bootstrap/less/button-groups.less index 7021ecd..8da1ee4 100644 --- a/falcon-ui/app/css/bootstrap/less/button-groups.less +++ b/falcon-ui/app/css/bootstrap/less/button-groups.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Button groups // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/buttons.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/buttons.less b/falcon-ui/app/css/bootstrap/less/buttons.less index 492bdc6..84226d8 100644 --- a/falcon-ui/app/css/bootstrap/less/buttons.less +++ b/falcon-ui/app/css/bootstrap/less/buttons.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Buttons // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/carousel.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/carousel.less b/falcon-ui/app/css/bootstrap/less/carousel.less index 1644ddf..4909ec6 100644 --- a/falcon-ui/app/css/bootstrap/less/carousel.less +++ b/falcon-ui/app/css/bootstrap/less/carousel.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Carousel // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/close.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/close.less b/falcon-ui/app/css/bootstrap/less/close.less index 9b4e74f..ad9fa8b 100644 --- a/falcon-ui/app/css/bootstrap/less/close.less +++ b/falcon-ui/app/css/bootstrap/less/close.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Close icons // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/code.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/code.less b/falcon-ui/app/css/bootstrap/less/code.less index baa13df..8ff0914 100644 --- a/falcon-ui/app/css/bootstrap/less/code.less +++ b/falcon-ui/app/css/bootstrap/less/code.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Code (inline and block) // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/component-animations.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/component-animations.less b/falcon-ui/app/css/bootstrap/less/component-animations.less index 9400a0d..bc34213 100644 --- a/falcon-ui/app/css/bootstrap/less/component-animations.less +++ b/falcon-ui/app/css/bootstrap/less/component-animations.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Component animations // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/dropdowns.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/dropdowns.less b/falcon-ui/app/css/bootstrap/less/dropdowns.less index 3eb7fc0..2e25210 100644 --- a/falcon-ui/app/css/bootstrap/less/dropdowns.less +++ b/falcon-ui/app/css/bootstrap/less/dropdowns.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Dropdown menus // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/forms.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/forms.less b/falcon-ui/app/css/bootstrap/less/forms.less index 2c5e9bf..54a9041 100644 --- a/falcon-ui/app/css/bootstrap/less/forms.less +++ b/falcon-ui/app/css/bootstrap/less/forms.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Forms // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/glyphicons.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/glyphicons.less b/falcon-ui/app/css/bootstrap/less/glyphicons.less index d3485dc..6fe9f70 100644 --- a/falcon-ui/app/css/bootstrap/less/glyphicons.less +++ b/falcon-ui/app/css/bootstrap/less/glyphicons.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Glyphicons for Bootstrap // http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/grid.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/grid.less b/falcon-ui/app/css/bootstrap/less/grid.less index e100655..cca1f0c 100644 --- a/falcon-ui/app/css/bootstrap/less/grid.less +++ b/falcon-ui/app/css/bootstrap/less/grid.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Grid system // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/input-groups.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/input-groups.less b/falcon-ui/app/css/bootstrap/less/input-groups.less index a8712f2..51ce26d 100644 --- a/falcon-ui/app/css/bootstrap/less/input-groups.less +++ b/falcon-ui/app/css/bootstrap/less/input-groups.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Input groups // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/jumbotron.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/jumbotron.less b/falcon-ui/app/css/bootstrap/less/jumbotron.less index 27cd8b8..411d776 100644 --- a/falcon-ui/app/css/bootstrap/less/jumbotron.less +++ b/falcon-ui/app/css/bootstrap/less/jumbotron.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Jumbotron // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/labels.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/labels.less b/falcon-ui/app/css/bootstrap/less/labels.less index 9a5a270..ec27013 100644 --- a/falcon-ui/app/css/bootstrap/less/labels.less +++ b/falcon-ui/app/css/bootstrap/less/labels.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Labels // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/list-group.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/list-group.less b/falcon-ui/app/css/bootstrap/less/list-group.less index 1946bf5..36d2d50 100644 --- a/falcon-ui/app/css/bootstrap/less/list-group.less +++ b/falcon-ui/app/css/bootstrap/less/list-group.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // List groups // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/media.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/media.less b/falcon-ui/app/css/bootstrap/less/media.less index 5ad22cd..e8059f8 100644 --- a/falcon-ui/app/css/bootstrap/less/media.less +++ b/falcon-ui/app/css/bootstrap/less/media.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // Media objects // Source: http://stubbornella.org/content/?p=497 // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/mixins.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/mixins.less b/falcon-ui/app/css/bootstrap/less/mixins.less index af4408f..28e2ae6 100644 --- a/falcon-ui/app/css/bootstrap/less/mixins.less +++ b/falcon-ui/app/css/bootstrap/less/mixins.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // Mixins // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/modals.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/modals.less b/falcon-ui/app/css/bootstrap/less/modals.less index 6da50ba..05e0968 100644 --- a/falcon-ui/app/css/bootstrap/less/modals.less +++ b/falcon-ui/app/css/bootstrap/less/modals.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Modals // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/navbar.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/navbar.less b/falcon-ui/app/css/bootstrap/less/navbar.less index 55bfd29..4f32ded 100644 --- a/falcon-ui/app/css/bootstrap/less/navbar.less +++ b/falcon-ui/app/css/bootstrap/less/navbar.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Navbars // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/navs.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/navs.less b/falcon-ui/app/css/bootstrap/less/navs.less index 98a6430..98e09a8 100644 --- a/falcon-ui/app/css/bootstrap/less/navs.less +++ b/falcon-ui/app/css/bootstrap/less/navs.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Navs // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/normalize.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/normalize.less b/falcon-ui/app/css/bootstrap/less/normalize.less index ce04b6a..75ac813 100644 --- a/falcon-ui/app/css/bootstrap/less/normalize.less +++ b/falcon-ui/app/css/bootstrap/less/normalize.less @@ -1,3 +1,20 @@ +/** + * 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. + */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */ // http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/pager.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/pager.less b/falcon-ui/app/css/bootstrap/less/pager.less index 59103f4..8703c77 100644 --- a/falcon-ui/app/css/bootstrap/less/pager.less +++ b/falcon-ui/app/css/bootstrap/less/pager.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Pager pagination // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/pagination.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/pagination.less b/falcon-ui/app/css/bootstrap/less/pagination.less index b2856ae..2931359 100644 --- a/falcon-ui/app/css/bootstrap/less/pagination.less +++ b/falcon-ui/app/css/bootstrap/less/pagination.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Pagination (multiple pages) // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/panels.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/panels.less b/falcon-ui/app/css/bootstrap/less/panels.less index 2dc2131..00df430 100644 --- a/falcon-ui/app/css/bootstrap/less/panels.less +++ b/falcon-ui/app/css/bootstrap/less/panels.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Panels // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/popovers.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/popovers.less b/falcon-ui/app/css/bootstrap/less/popovers.less index bf6af40..a20fdb4 100644 --- a/falcon-ui/app/css/bootstrap/less/popovers.less +++ b/falcon-ui/app/css/bootstrap/less/popovers.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Popovers // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/print.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/print.less b/falcon-ui/app/css/bootstrap/less/print.less index 3655d03..e3467c8 100644 --- a/falcon-ui/app/css/bootstrap/less/print.less +++ b/falcon-ui/app/css/bootstrap/less/print.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Basic print styles // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/progress-bars.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/progress-bars.less b/falcon-ui/app/css/bootstrap/less/progress-bars.less index 3ac52a2..6a4353a 100644 --- a/falcon-ui/app/css/bootstrap/less/progress-bars.less +++ b/falcon-ui/app/css/bootstrap/less/progress-bars.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Progress bars // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/responsive-embed.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/responsive-embed.less b/falcon-ui/app/css/bootstrap/less/responsive-embed.less index a884d49..9396ff7 100644 --- a/falcon-ui/app/css/bootstrap/less/responsive-embed.less +++ b/falcon-ui/app/css/bootstrap/less/responsive-embed.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // Embeds responsive // // Credit: Nicolas Gallagher and SUIT CSS. http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/responsive-utilities.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/responsive-utilities.less b/falcon-ui/app/css/bootstrap/less/responsive-utilities.less index b1db31d..f7e4a69 100644 --- a/falcon-ui/app/css/bootstrap/less/responsive-utilities.less +++ b/falcon-ui/app/css/bootstrap/less/responsive-utilities.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Responsive: Utility classes // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/scaffolding.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/scaffolding.less b/falcon-ui/app/css/bootstrap/less/scaffolding.less index c1e270f..681b0e4 100644 --- a/falcon-ui/app/css/bootstrap/less/scaffolding.less +++ b/falcon-ui/app/css/bootstrap/less/scaffolding.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Scaffolding // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/tables.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/tables.less b/falcon-ui/app/css/bootstrap/less/tables.less index 2e1ef33..b6d2506 100644 --- a/falcon-ui/app/css/bootstrap/less/tables.less +++ b/falcon-ui/app/css/bootstrap/less/tables.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Tables // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/theme.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/theme.less b/falcon-ui/app/css/bootstrap/less/theme.less index b089424..e65c489 100644 --- a/falcon-ui/app/css/bootstrap/less/theme.less +++ b/falcon-ui/app/css/bootstrap/less/theme.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Load core variables and mixins http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/thumbnails.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/thumbnails.less b/falcon-ui/app/css/bootstrap/less/thumbnails.less index c428920..1af7a13 100644 --- a/falcon-ui/app/css/bootstrap/less/thumbnails.less +++ b/falcon-ui/app/css/bootstrap/less/thumbnails.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Thumbnails // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/tooltip.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/tooltip.less b/falcon-ui/app/css/bootstrap/less/tooltip.less index bd62699..102505e 100644 --- a/falcon-ui/app/css/bootstrap/less/tooltip.less +++ b/falcon-ui/app/css/bootstrap/less/tooltip.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Tooltips // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/type.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/type.less b/falcon-ui/app/css/bootstrap/less/type.less index 9b1e48b..6c63fe1 100644 --- a/falcon-ui/app/css/bootstrap/less/type.less +++ b/falcon-ui/app/css/bootstrap/less/type.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Typography // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/utilities.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/utilities.less b/falcon-ui/app/css/bootstrap/less/utilities.less index c0becab..c57fc54 100644 --- a/falcon-ui/app/css/bootstrap/less/utilities.less +++ b/falcon-ui/app/css/bootstrap/less/utilities.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Utility classes // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/variables.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/variables.less b/falcon-ui/app/css/bootstrap/less/variables.less index 582f0f8..5de0f5a 100644 --- a/falcon-ui/app/css/bootstrap/less/variables.less +++ b/falcon-ui/app/css/bootstrap/less/variables.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Variables // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/falcon-ui/app/css/bootstrap/less/wells.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/bootstrap/less/wells.less b/falcon-ui/app/css/bootstrap/less/wells.less index 15d072b..bcd1fe1 100644 --- a/falcon-ui/app/css/bootstrap/less/wells.less +++ b/falcon-ui/app/css/bootstrap/less/wells.less @@ -1,3 +1,20 @@ +/** + * 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. + */ // // Wells // -------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/4e6c1cca/src/main/assemblies/src-package.xml ---------------------------------------------------------------------- diff --git a/src/main/assemblies/src-package.xml b/src/main/assemblies/src-package.xml index 70b5ed8..3277810 100644 --- a/src/main/assemblies/src-package.xml +++ b/src/main/assemblies/src-package.xml @@ -35,6 +35,8 @@ <exclude>backlog</exclude> <exclude>**/.idea/**</exclude> <exclude>**/*.iml</exclude> + <exclude>**/*.ipr</exclude> + <exclude>**/*.iws</exclude> <exclude>**/*.log</exclude> <exclude>**/dist/**</exclude> <exclude>**/node_modules/**</exclude>
