This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-library.git
commit 1bceb2e482659dda4e6a146964a9e35472a7d44c Author: Alex Heneveld <[email protected]> AuthorDate: Tue Jun 2 09:40:44 2020 +0100 include NOTICE mention of icons/logos we copy in our source --- license-inclusions-source-for-library-items.yaml | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/license-inclusions-source-for-library-items.yaml b/license-inclusions-source-for-library-items.yaml new file mode 100644 index 0000000..fb39003 --- /dev/null +++ b/license-inclusions-source-for-library-items.yaml @@ -0,0 +1,34 @@ +# +# 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. +# + +# extras file for org.heneveld.license-audit-maven-plugin +# listing projects from which *source* files are included + + +# there are several logos included in the source code here; + +- id: misc:logo_icons + name: Various logos for third-party projects + notice: | + This software includes logos for third-party components as icons + where those components are blueprinted or otherwise referenced. + These logo files are used under fair use and all copyright and trademark rights + remain with the owner(s) of the respective components. + files: "various *.png and other image files containing logos" +
