Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache license headers and a license check #99

Merged
merged 3 commits into from
Oct 23, 2017

Conversation

yurishkuro
Copy link
Member

Resolves #95

Headers are updated with the following script (source):

#!/bin/sh

find src -name "*.js" -print0 | xargs -0 \
gsed -i -e '/Permission is hereby granted, free of charge, to any person obtaining a copy/,/THE SOFTWARE.$/c\
// 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.'

Yuri Shkuro added 3 commits October 22, 2017 21:02
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
@yurishkuro yurishkuro merged commit 28aca0e into master Oct 23, 2017
@yurishkuro yurishkuro deleted the apache-license-headers branch January 29, 2020 15:04
vvvprabhakar pushed a commit to vvvprabhakar/jaeger-ui that referenced this pull request Jul 5, 2021
…ng#99)

Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant