[
https://issues.apache.org/jira/browse/YETUS-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15003529#comment-15003529
]
Kengo Seki commented on YETUS-179:
----------------------------------
Thanks for the comments! Then, I'll put the exclude file at the top of the tree
and add examples in docs (please tell me if I misunderstand your comments).
bq. Won't we have assets that aren't third party?
We have config.json and yetus_logo.png, but I think they can't include the
license (comments in JSON are not allowed).
{code}
[sekikn@mobile yetus]$ find asf-site-src -ipath '*/assets/*'
asf-site-src/source/assets/config.json
asf-site-src/source/assets/css
asf-site-src/source/assets/css/bootstrap-theme.css
asf-site-src/source/assets/css/bootstrap-theme.css.map
asf-site-src/source/assets/css/bootstrap-theme.min.css
asf-site-src/source/assets/css/bootstrap.css
asf-site-src/source/assets/css/bootstrap.css.map
asf-site-src/source/assets/css/bootstrap.min.css
asf-site-src/source/assets/css/font-awesome.css
asf-site-src/source/assets/css/font-awesome.min.css
asf-site-src/source/assets/fonts
asf-site-src/source/assets/fonts/fontawesome-webfont.eot
asf-site-src/source/assets/fonts/fontawesome-webfont.svg
asf-site-src/source/assets/fonts/fontawesome-webfont.ttf
asf-site-src/source/assets/fonts/fontawesome-webfont.woff
asf-site-src/source/assets/fonts/fontawesome-webfont.woff2
asf-site-src/source/assets/fonts/FontAwesome.otf
asf-site-src/source/assets/fonts/glyphicons-halflings-regular.eot
asf-site-src/source/assets/fonts/glyphicons-halflings-regular.svg
asf-site-src/source/assets/fonts/glyphicons-halflings-regular.ttf
asf-site-src/source/assets/fonts/glyphicons-halflings-regular.woff
asf-site-src/source/assets/fonts/glyphicons-halflings-regular.woff2
asf-site-src/source/assets/img
asf-site-src/source/assets/img/favicon.ico
asf-site-src/source/assets/img/yetus_logo.png
asf-site-src/source/assets/js
asf-site-src/source/assets/js/bootstrap.js
asf-site-src/source/assets/js/bootstrap.min.js
asf-site-src/source/assets/js/jquery-2.1.4.min.js
[sekikn@mobile yetus]$
{code}
> Clean up asflicense errors
> --------------------------
>
> Key: YETUS-179
> URL: https://issues.apache.org/jira/browse/YETUS-179
> Project: Yetus
> Issue Type: Bug
> Components: build
> Affects Versions: 0.1.0
> Reporter: Sean Busbey
> Assignee: Kengo Seki
> Priority: Blocker
>
> we have failures in pre-check from asf license
> * some third party software that won't come with a header
> * some dotfiles
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)