Repository: falcon Updated Branches: refs/heads/0.6.1 4bd7b7300 -> c7362d48e
FALCON-1245 Verify licensing and update license.txt in falcon-ui module. 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/c7362d48 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/c7362d48 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/c7362d48 Branch: refs/heads/0.6.1 Commit: c7362d48ea4afc11965ebfa002a2b68080c563d2 Parents: 4bd7b73 Author: shaik.idris <[email protected]> Authored: Sat Jun 13 23:15:00 2015 +0530 Committer: shaik.idris <[email protected]> Committed: Sat Jun 13 23:15:00 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 + LICENSE.txt | 25 ++++-- docs/license/angular-ui-bootstrap-LICENSE.txt | 22 +++++ docs/license/angular-ui-router-LICENSE.txt | 22 +++++ docs/license/angularJS-LICENSE.txt | 22 +++++ docs/license/bootstrap-LICENSE.txt | 11 +++ docs/license/entypo-font-LICENSE.txt | 92 ++++++++++++++++++++ docs/license/entypo-icons-LICENSE.txt | 1 + docs/license/grunt-cli-LICENCE.txt | 22 ----- docs/license/jasmine-LICENSE.txt | 22 +++++ docs/license/node-LICENCE.txt | 18 ---- docs/license/npm-LICENCE.txt | 17 ---- 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 ---- .../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 ---- .../bootstrap/less/component-animations.less | 17 ---- falcon-ui/app/css/bootstrap/less/dropdowns.less | 17 ---- falcon-ui/app/css/bootstrap/less/forms.less | 17 ---- .../app/css/bootstrap/less/glyphicons.less | 17 ---- falcon-ui/app/css/bootstrap/less/grid.less | 17 ---- .../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 ---- .../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 ---- .../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 ---- .../css/bootstrap/less/responsive-embed.less | 17 ---- .../bootstrap/less/responsive-utilities.less | 17 ---- .../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 ---- .../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 ---- falcon-ui/app/css/fonts/entypo.less | 20 +---- 54 files changed, 213 insertions(+), 780 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/c7362d48/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 697fd39..a505397 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -20,6 +20,8 @@ Branch: 0.6.1 (Proposed Release Version: 0.6.1) FALCON-822 Add reverse look up API (Ajay Yadava via Suhas Vasu) IMPROVEMENTS + FALCON-1245 Verify licensing and update license.txt in falcon-ui module + (Shaik Idris Ali) FALCON-1225 remove text line containing "Copyright" from regression log4j.properties(Samarth Gupta) http://git-wip-us.apache.org/repos/asf/falcon/blob/c7362d48/LICENSE.txt ---------------------------------------------------------------------- diff --git a/LICENSE.txt b/LICENSE.txt index 13cb1dc..2fd291d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -223,14 +223,25 @@ MIT license. For details, see docs/license/dust-LICENSE.txt This product bundles dust-helpers 1.2.0, which is available under a MIT license. For details, see docs/license/dust-helpers-LICENSE.txt -This product bundles jquery 1.11.0, which is available under a +This product bundles jquery 1.11.0 and 1.11.1, which is available under a MIT license. For details, see docs/license/jquery-LICENSE.txt -This product bundles npm 1.4.3, which is available under a -MIT license. For details, see docs/license/npm-LICENSE.txt +This product bundles angularJS 1.3.5 which is available under a +MIT license. For details, see docs/license/angularJS-LICENSE.txt -This product bundles node 0.10.30, which is available under a -MIT license. For details, see docs/license/node-LICENSE.txt +This product bundles angular-ui-bootstrap 0.11.0 which is available under a +MIT license. For details, see docs/license/angular-ui-bootstrap-LICENSE.txt -This product bundles grunt-cli, which is available under a -MIT license. For details, see docs/license/grunt-cli-LICENSE.txt \ No newline at end of file +This product bundles angular-ui-router 0.2.10 which is available under a +MIT license. For details, see docs/license/angular-ui-router-LICENSE.txt + +This product bundles jasmine 2.0.2 which is available under a +MIT license. For details, see docs/license/jasmine-LICENSE.txt + +This product bundles bootstrap 2.3.0 which is available under a +Apache v2.0 license. For details, see docs/license/bootstrap-LICENSE.txt + +This product bundles entypo icons which is available under a +CC BY-SA license and Font is available under SIL license. +For details, see docs/license/entypo-icons-LICENSE.txt and +docs/license/entypo-font-LICENSE.txt http://git-wip-us.apache.org/repos/asf/falcon/blob/c7362d48/docs/license/angular-ui-bootstrap-LICENSE.txt ---------------------------------------------------------------------- diff --git a/docs/license/angular-ui-bootstrap-LICENSE.txt b/docs/license/angular-ui-bootstrap-LICENSE.txt new file mode 100644 index 0000000..fbd4c1d --- /dev/null +++ b/docs/license/angular-ui-bootstrap-LICENSE.txt @@ -0,0 +1,22 @@ +The MIT License + +Copyright (c) 2010-2015 Google, Inc. http://angularjs.org + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + http://git-wip-us.apache.org/repos/asf/falcon/blob/c7362d48/docs/license/angular-ui-router-LICENSE.txt ---------------------------------------------------------------------- diff --git a/docs/license/angular-ui-router-LICENSE.txt b/docs/license/angular-ui-router-LICENSE.txt new file mode 100644 index 0000000..fbd4c1d --- /dev/null +++ b/docs/license/angular-ui-router-LICENSE.txt @@ -0,0 +1,22 @@ +The MIT License + +Copyright (c) 2010-2015 Google, Inc. http://angularjs.org + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + http://git-wip-us.apache.org/repos/asf/falcon/blob/c7362d48/docs/license/angularJS-LICENSE.txt ---------------------------------------------------------------------- diff --git a/docs/license/angularJS-LICENSE.txt b/docs/license/angularJS-LICENSE.txt new file mode 100644 index 0000000..fbd4c1d --- /dev/null +++ b/docs/license/angularJS-LICENSE.txt @@ -0,0 +1,22 @@ +The MIT License + +Copyright (c) 2010-2015 Google, Inc. http://angularjs.org + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + http://git-wip-us.apache.org/repos/asf/falcon/blob/c7362d48/docs/license/bootstrap-LICENSE.txt ---------------------------------------------------------------------- diff --git a/docs/license/bootstrap-LICENSE.txt b/docs/license/bootstrap-LICENSE.txt new file mode 100644 index 0000000..51fca54 --- /dev/null +++ b/docs/license/bootstrap-LICENSE.txt @@ -0,0 +1,11 @@ +Licensed 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. http://git-wip-us.apache.org/repos/asf/falcon/blob/c7362d48/docs/license/entypo-font-LICENSE.txt ---------------------------------------------------------------------- diff --git a/docs/license/entypo-font-LICENSE.txt b/docs/license/entypo-font-LICENSE.txt new file mode 100644 index 0000000..ab214f4 --- /dev/null +++ b/docs/license/entypo-font-LICENSE.txt @@ -0,0 +1,92 @@ + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. http://git-wip-us.apache.org/repos/asf/falcon/blob/c7362d48/docs/license/entypo-icons-LICENSE.txt ---------------------------------------------------------------------- diff --git a/docs/license/entypo-icons-LICENSE.txt b/docs/license/entypo-icons-LICENSE.txt new file mode 100644 index 0000000..cc037df --- /dev/null +++ b/docs/license/entypo-icons-LICENSE.txt @@ -0,0 +1 @@ +https://creativecommons.org/licenses/by-sa/3.0/legalcode http://git-wip-us.apache.org/repos/asf/falcon/blob/c7362d48/docs/license/grunt-cli-LICENCE.txt ---------------------------------------------------------------------- diff --git a/docs/license/grunt-cli-LICENCE.txt b/docs/license/grunt-cli-LICENCE.txt deleted file mode 100644 index 4e51824..0000000 --- a/docs/license/grunt-cli-LICENCE.txt +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2014 Tyler Kellen, contributors - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/falcon/blob/c7362d48/docs/license/jasmine-LICENSE.txt ---------------------------------------------------------------------- diff --git a/docs/license/jasmine-LICENSE.txt b/docs/license/jasmine-LICENSE.txt new file mode 100644 index 0000000..fbd4c1d --- /dev/null +++ b/docs/license/jasmine-LICENSE.txt @@ -0,0 +1,22 @@ +The MIT License + +Copyright (c) 2010-2015 Google, Inc. http://angularjs.org + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + http://git-wip-us.apache.org/repos/asf/falcon/blob/c7362d48/docs/license/node-LICENCE.txt ---------------------------------------------------------------------- diff --git a/docs/license/node-LICENCE.txt b/docs/license/node-LICENCE.txt deleted file mode 100644 index e81b287..0000000 --- a/docs/license/node-LICENCE.txt +++ /dev/null @@ -1,18 +0,0 @@ -Copyright Joyent, Inc. and other Node contributors. All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to -deal in the Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -sell copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -IN THE SOFTWARE. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/falcon/blob/c7362d48/docs/license/npm-LICENCE.txt ---------------------------------------------------------------------- diff --git a/docs/license/npm-LICENCE.txt b/docs/license/npm-LICENCE.txt deleted file mode 100644 index ccd72b7..0000000 --- a/docs/license/npm-LICENCE.txt +++ /dev/null @@ -1,17 +0,0 @@ -Copyright (c) npm, Inc. and Contributors All rights reserved. - -npm is released under the Artistic License 2.0, subject to additional terms that are listed below. - -The text of the npm License follows and the text of the additional terms follows the Artistic License 2.0 terms: - -The Artistic License 2.0 - -Copyright (c) 2000-2006, The Perl Foundation. - -Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - -Preamble - -This license establishes the terms under which a given free software Package may be copied, modified, distributed, and/or redistributed. The intent is that the Copyright Holder maintains some artistic control over the development of that Package while still keeping the Package available as open source and free software. - -You are always permitted to make arrangements wholly outside of this license directly with the Copyright Holder of a given Package. If the terms of this license do not permit the full use that you propose to make of the Package, you should contact the Copyright Holder and seek a different licensing arrangement. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/falcon/blob/c7362d48/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 62f60fc..df070b8 100644 --- a/falcon-ui/app/css/bootstrap/less/alerts.less +++ b/falcon-ui/app/css/bootstrap/less/alerts.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 2a1c9a0..20624f3 100644 --- a/falcon-ui/app/css/bootstrap/less/badges.less +++ b/falcon-ui/app/css/bootstrap/less/badges.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 410aea5..61b7747 100644 --- a/falcon-ui/app/css/bootstrap/less/bootstrap.less +++ b/falcon-ui/app/css/bootstrap/less/bootstrap.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 7f43b3c..cb01d50 100644 --- a/falcon-ui/app/css/bootstrap/less/breadcrumbs.less +++ b/falcon-ui/app/css/bootstrap/less/breadcrumbs.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 8da1ee4..7021ecd 100644 --- a/falcon-ui/app/css/bootstrap/less/button-groups.less +++ b/falcon-ui/app/css/bootstrap/less/button-groups.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 84226d8..492bdc6 100644 --- a/falcon-ui/app/css/bootstrap/less/buttons.less +++ b/falcon-ui/app/css/bootstrap/less/buttons.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 4909ec6..1644ddf 100644 --- a/falcon-ui/app/css/bootstrap/less/carousel.less +++ b/falcon-ui/app/css/bootstrap/less/carousel.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 ad9fa8b..9b4e74f 100644 --- a/falcon-ui/app/css/bootstrap/less/close.less +++ b/falcon-ui/app/css/bootstrap/less/close.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 8ff0914..baa13df 100644 --- a/falcon-ui/app/css/bootstrap/less/code.less +++ b/falcon-ui/app/css/bootstrap/less/code.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 bc34213..9400a0d 100644 --- a/falcon-ui/app/css/bootstrap/less/component-animations.less +++ b/falcon-ui/app/css/bootstrap/less/component-animations.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 2e25210..3eb7fc0 100644 --- a/falcon-ui/app/css/bootstrap/less/dropdowns.less +++ b/falcon-ui/app/css/bootstrap/less/dropdowns.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 54a9041..2c5e9bf 100644 --- a/falcon-ui/app/css/bootstrap/less/forms.less +++ b/falcon-ui/app/css/bootstrap/less/forms.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 6fe9f70..d3485dc 100644 --- a/falcon-ui/app/css/bootstrap/less/glyphicons.less +++ b/falcon-ui/app/css/bootstrap/less/glyphicons.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 cca1f0c..e100655 100644 --- a/falcon-ui/app/css/bootstrap/less/grid.less +++ b/falcon-ui/app/css/bootstrap/less/grid.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 51ce26d..a8712f2 100644 --- a/falcon-ui/app/css/bootstrap/less/input-groups.less +++ b/falcon-ui/app/css/bootstrap/less/input-groups.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 411d776..27cd8b8 100644 --- a/falcon-ui/app/css/bootstrap/less/jumbotron.less +++ b/falcon-ui/app/css/bootstrap/less/jumbotron.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 ec27013..9a5a270 100644 --- a/falcon-ui/app/css/bootstrap/less/labels.less +++ b/falcon-ui/app/css/bootstrap/less/labels.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 36d2d50..1946bf5 100644 --- a/falcon-ui/app/css/bootstrap/less/list-group.less +++ b/falcon-ui/app/css/bootstrap/less/list-group.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 e8059f8..5ad22cd 100644 --- a/falcon-ui/app/css/bootstrap/less/media.less +++ b/falcon-ui/app/css/bootstrap/less/media.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 28e2ae6..af4408f 100644 --- a/falcon-ui/app/css/bootstrap/less/mixins.less +++ b/falcon-ui/app/css/bootstrap/less/mixins.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 05e0968..6da50ba 100644 --- a/falcon-ui/app/css/bootstrap/less/modals.less +++ b/falcon-ui/app/css/bootstrap/less/modals.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 4f32ded..55bfd29 100644 --- a/falcon-ui/app/css/bootstrap/less/navbar.less +++ b/falcon-ui/app/css/bootstrap/less/navbar.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 98e09a8..98a6430 100644 --- a/falcon-ui/app/css/bootstrap/less/navs.less +++ b/falcon-ui/app/css/bootstrap/less/navs.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 75ac813..ce04b6a 100644 --- a/falcon-ui/app/css/bootstrap/less/normalize.less +++ b/falcon-ui/app/css/bootstrap/less/normalize.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 8703c77..59103f4 100644 --- a/falcon-ui/app/css/bootstrap/less/pager.less +++ b/falcon-ui/app/css/bootstrap/less/pager.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 2931359..b2856ae 100644 --- a/falcon-ui/app/css/bootstrap/less/pagination.less +++ b/falcon-ui/app/css/bootstrap/less/pagination.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 00df430..2dc2131 100644 --- a/falcon-ui/app/css/bootstrap/less/panels.less +++ b/falcon-ui/app/css/bootstrap/less/panels.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 a20fdb4..bf6af40 100644 --- a/falcon-ui/app/css/bootstrap/less/popovers.less +++ b/falcon-ui/app/css/bootstrap/less/popovers.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 e3467c8..3655d03 100644 --- a/falcon-ui/app/css/bootstrap/less/print.less +++ b/falcon-ui/app/css/bootstrap/less/print.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 6a4353a..3ac52a2 100644 --- a/falcon-ui/app/css/bootstrap/less/progress-bars.less +++ b/falcon-ui/app/css/bootstrap/less/progress-bars.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 9396ff7..a884d49 100644 --- a/falcon-ui/app/css/bootstrap/less/responsive-embed.less +++ b/falcon-ui/app/css/bootstrap/less/responsive-embed.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 f7e4a69..b1db31d 100644 --- a/falcon-ui/app/css/bootstrap/less/responsive-utilities.less +++ b/falcon-ui/app/css/bootstrap/less/responsive-utilities.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 681b0e4..c1e270f 100644 --- a/falcon-ui/app/css/bootstrap/less/scaffolding.less +++ b/falcon-ui/app/css/bootstrap/less/scaffolding.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 b6d2506..2e1ef33 100644 --- a/falcon-ui/app/css/bootstrap/less/tables.less +++ b/falcon-ui/app/css/bootstrap/less/tables.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 e65c489..b089424 100644 --- a/falcon-ui/app/css/bootstrap/less/theme.less +++ b/falcon-ui/app/css/bootstrap/less/theme.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 1af7a13..c428920 100644 --- a/falcon-ui/app/css/bootstrap/less/thumbnails.less +++ b/falcon-ui/app/css/bootstrap/less/thumbnails.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 102505e..bd62699 100644 --- a/falcon-ui/app/css/bootstrap/less/tooltip.less +++ b/falcon-ui/app/css/bootstrap/less/tooltip.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 6c63fe1..9b1e48b 100644 --- a/falcon-ui/app/css/bootstrap/less/type.less +++ b/falcon-ui/app/css/bootstrap/less/type.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 c57fc54..c0becab 100644 --- a/falcon-ui/app/css/bootstrap/less/utilities.less +++ b/falcon-ui/app/css/bootstrap/less/utilities.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 5de0f5a..582f0f8 100644 --- a/falcon-ui/app/css/bootstrap/less/variables.less +++ b/falcon-ui/app/css/bootstrap/less/variables.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/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 bcd1fe1..15d072b 100644 --- a/falcon-ui/app/css/bootstrap/less/wells.less +++ b/falcon-ui/app/css/bootstrap/less/wells.less @@ -1,20 +1,3 @@ -/** - * 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/c7362d48/falcon-ui/app/css/fonts/entypo.less ---------------------------------------------------------------------- diff --git a/falcon-ui/app/css/fonts/entypo.less b/falcon-ui/app/css/fonts/entypo.less index 3b90398..5f8562d 100644 --- a/falcon-ui/app/css/fonts/entypo.less +++ b/falcon-ui/app/css/fonts/entypo.less @@ -1,21 +1,3 @@ -/** - * 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------------------------------------// @font-face { font-family: 'EntypoRegular'; @@ -1187,4 +1169,4 @@ .entypo-social.smashing:before { content: '\F357'; -} \ No newline at end of file +}
