Repository: samza Updated Branches: refs/heads/master 9d2d49e9e -> aaef1ab17
SAMZA-1947: Remove specific js/css files from rat excludes Internally at Linkedin we've observed that excluding specific `js` and `css` through rat gradle-plugin causes the ligradle build to not run the unit-tests. To fix it, this patch removes those files from rat excludes and adds the samza license to the individual files. Author: Shanthoosh Venkataraman <[email protected]> Reviewers: Prateek Maheshwari <[email protected]> Closes #703 from shanthoosh/master Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/aaef1ab1 Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/aaef1ab1 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/aaef1ab1 Branch: refs/heads/master Commit: aaef1ab1745a85fcc2fc80a3b53b396798f8f3f8 Parents: 9d2d49e Author: Shanthoosh Venkataraman <[email protected]> Authored: Wed Oct 10 17:17:30 2018 -0700 Committer: Prateek Maheshwari <[email protected]> Committed: Wed Oct 10 17:17:30 2018 -0700 ---------------------------------------------------------------------- build.gradle | 1 - docs/css/google-fonts.css | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/aaef1ab1/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 26c9de5..856bb1d 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,6 @@ rat { '**/bootstrap.min.css', '**/bootstrap.min.js', '**/build/**', - '**/google-fonts.css', '**/ionicons.min.css', '**/font-awesome.min.css', '**/jquery-1.11.1.min.js', http://git-wip-us.apache.org/repos/asf/samza/blob/aaef1ab1/docs/css/google-fonts.css ---------------------------------------------------------------------- diff --git a/docs/css/google-fonts.css b/docs/css/google-fonts.css index 83b941b..eb35439 100644 --- a/docs/css/google-fonts.css +++ b/docs/css/google-fonts.css @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ /* latin-ext */ @font-face { font-family: 'Barlow';
