| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Modify tools/license-builder.sh to restore the Third-Party Software licenses for ICU. Also fix arguments to tail to work on Linux.
|
Perhaps consider for v5.5.0? cc @rvagg @evanlucas |
Sorry, something went wrong.
|
cc @srl295 re: ICU license I don't know enough about sed to comment really |
Sorry, something went wrong.
There was a problem hiding this comment.
can you regex that exact version number out of this so we don't have to update this tool with each upgrade?
Sorry, something went wrong.
There was a problem hiding this comment.
S
Sorry, something went wrong.
There was a problem hiding this comment.
oh, missed the "and later", just saw a version number and red lights went off in my brain! I'll get this sorted out now, thanks @richardlau and @srl295!
Sorry, something went wrong.
There was a problem hiding this comment.
No problem.
!! I had manually formatted the license html into text. How long has this been omitted? Can you stick the license file into the download dir or something so it can be compliant with Icu and icu's dependents?
Icu's license.html I repeat is going away. I'll probably name the replacement LICENSE.txt. You could future proof now by checking for such a file and using cat instead.
Feed back welcome here http://bugs.icu-project.org/trac/ticket/12037
Enviado desde nuestro iPhone.
Sorry, something went wrong.
There was a problem hiding this comment.
@srl295 license-builder.sh was introduced in 031b87d and I don't believe we've had a release since then. The idea is to touch LICENSE as little as possible and have a tool that automatically builds it and keeps it clean, so it overwrote your previous work (sorry, but it was too manual!).
Just let us know when we get LICENSE.txt and we can update it here, or you could PR it yourself, when you do away with the HTML it'll be much easier!
Sorry, something went wrong.
Modify tools/license-builder.sh to restore the Third-Party Software
licenses for ICU.
Also fix arguments to tail to work on Linux.
rvagg: modified sed command for ICU to replace tabs with spaces and
remove whitespace at the end of lines
PR-URL: #4762
Reviewed-By: Rod Vagg <rod@vagg.org>
PR-URL: #4762 Reviewed-By: Rod Vagg <rod@vagg.org>
PR-URL: #4762 Reviewed-By: Rod Vagg <rod@vagg.org>
Modify tools/license-builder.sh to restore the Third-Party Software
licenses for ICU.
Also fix arguments to tail to work on Linux.
rvagg: modified sed command for ICU to replace tabs with spaces and
remove whitespace at the end of lines
PR-URL: #4762
Reviewed-By: Rod Vagg <rod@vagg.org>
|
@rvagg no problem… I have a test case now! |
Sorry, something went wrong.
PR-URL: #4762 Reviewed-By: Rod Vagg <rod@vagg.org>
Modify tools/license-builder.sh to restore the Third-Party Software
licenses for ICU.
Also fix arguments to tail to work on Linux.
rvagg: modified sed command for ICU to replace tabs with spaces and
remove whitespace at the end of lines
PR-URL: #4762
Reviewed-By: Rod Vagg <rod@vagg.org>
Modify tools/license-builder.sh to restore the Third-Party Software
licenses for ICU.
Also fix arguments to tail to work on Linux.
rvagg: modified sed command for ICU to replace tabs with spaces and
remove whitespace at the end of lines
PR-URL: #4762
Reviewed-By: Rod Vagg <rod@vagg.org>
PR-URL: #4762 Reviewed-By: Rod Vagg <rod@vagg.org>
|
thanks @richardlau, also landed on v4.x-staging @ 6e6f20a & 97a5b16 |
Sorry, something went wrong.
Modify tools/license-builder.sh to restore the Third-Party Software
licenses for ICU.
Also fix arguments to tail to work on Linux.
rvagg: modified sed command for ICU to replace tabs with spaces and
remove whitespace at the end of lines
PR-URL: #4762
Reviewed-By: Rod Vagg <rod@vagg.org>
PR-URL: #4762 Reviewed-By: Rod Vagg <rod@vagg.org>
Modify tools/license-builder.sh to restore the Third-Party Software
licenses for ICU.
Also fix arguments to tail to work on Linux.
rvagg: modified sed command for ICU to replace tabs with spaces and
remove whitespace at the end of lines
PR-URL: nodejs#4762
Reviewed-By: Rod Vagg <rod@vagg.org>
PR-URL: nodejs#4762 Reviewed-By: Rod Vagg <rod@vagg.org>
Modify tools/license-builder.sh to restore the Third-Party Software
licenses for ICU.
Also fix arguments to tail to work on Linux.
rvagg: modified sed command for ICU to replace tabs with spaces and
remove whitespace at the end of lines
PR-URL: nodejs#4762
Reviewed-By: Rod Vagg <rod@vagg.org>
PR-URL: nodejs#4762 Reviewed-By: Rod Vagg <rod@vagg.org>
|
@rvagg fyi - http://bugs.icu-project.org/trac/ticket/12037 landed in ICU4C. ICU 57 will have a plain text license file. |
Sorry, something went wrong.
Modify tools/license-builder.sh to restore the Third-Party Software
licenses for ICU.
Also fix arguments to tail to work on Linux.
rvagg: modified sed command for ICU to replace tabs with spaces and
remove whitespace at the end of lines
PR-URL: nodejs#4762
Reviewed-By: Rod Vagg <rod@vagg.org>
PR-URL: nodejs#4762 Reviewed-By: Rod Vagg <rod@vagg.org>
| Back | FazBrowse Home | New Git URL |
The generated LICENSE using tools/license-builder.sh added by #4194 has omitted the entire Third-Party Software Licenses for ICU. This pull request modifies the license-builder.sh tool to add them back.