Skip to content

Commit

Permalink
L&N tweaks: typos and cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jul 23, 2015
1 parent 6a9032f commit 0d5bf05
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ normalize.css License


The stylesheet.css file (originally normalize.css) is used by the The stylesheet.css file (originally normalize.css) is used by the
groovydoc and docgenerator components for groovy-jdk/gapi documentation. groovydoc and docgenerator components for groovy-jdk/gapi documentation.
It is made available under a MIT License. Details: licenses/normalize-stylesheet-license.txt It is made available under a MIT License. Details: licenses/normalize-stylesheet-license.txt
4 changes: 2 additions & 2 deletions gradle/assemble.gradle
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -666,15 +666,15 @@ task updateLicenses {
(licenseJsr223File) : jsr223Files, (licenseJsr223File) : jsr223Files,
].each { outFile, inFiles -> ].each { outFile, inFiles ->
file(outFile).withWriter('utf-8') { writer -> file(outFile).withWriter('utf-8') { writer ->
writer << ([file(licenseBaseFile)] + inFiles).collect { it.text.replaceAll(/[\n\r]*$/, '') }.join(licenseHdr) writer << ([file(licenseBaseFile)] + inFiles).collect { it.text.replaceAll(/[\n\r]*$/, '') }.join(licenseHdr) + '\n'
} }
} }
file(licenseSdkFile).withWriter { writer -> file(licenseSdkFile).withWriter { writer ->
writer << [ writer << [
file(licenseBinZipFile).text, file(licenseBinZipFile).text,
"This convenience zip embeds Groovy's src and doc zips.\nSee also src/LICENSE " + "This convenience zip embeds Groovy's src and doc zips.\nSee also src/LICENSE " +
"and doc/LICENSE files for additional license information." "and doc/LICENSE files for additional license information."
].join(licenseHdr) ].join(licenseHdr) + '\n'
} }
} }
} }
Expand Down
2 changes: 1 addition & 1 deletion licenses/LICENSE-ALLJARJAR
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ normalize.css License


The stylesheet.css file (originally normalize.css) is used by the The stylesheet.css file (originally normalize.css) is used by the
groovydoc and docgenerator components for groovy-jdk/gapi documentation. groovydoc and docgenerator components for groovy-jdk/gapi documentation.
It is made available under a MIT License. Details: licenses/normalize-stylesheet-license.txt It is made available under a MIT License. Details: licenses/normalize-stylesheet-license.txt
2 changes: 1 addition & 1 deletion licenses/LICENSE-BINZIP
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -283,4 +283,4 @@ It is made available under a MIT License. Details: licenses/normalize-stylesheet
XStream License (optional dependency when serializing AST as XML) XStream License (optional dependency when serializing AST as XML)


This product bundles the XStream jar, which is available under a This product bundles the XStream jar, which is available under a
"3-clause BSD" license. For details, see licenses/xstream-license. "3-clause BSD" license. For details, see licenses/xstream-license.
2 changes: 1 addition & 1 deletion licenses/LICENSE-DOC
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ normalize.css License


The stylesheet.css file (originally normalize.css) is used by the The stylesheet.css file (originally normalize.css) is used by the
groovydoc and docgenerator components for groovy-jdk/gapi documentation. groovydoc and docgenerator components for groovy-jdk/gapi documentation.
It is made available under a MIT License. Details: licenses/normalize-stylesheet-license.txt It is made available under a MIT License. Details: licenses/normalize-stylesheet-license.txt
2 changes: 1 addition & 1 deletion licenses/LICENSE-JARJAR
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ See licenses/antlr2-license.txt for details.


ASM 4 License ASM 4 License


ASM 4 uses a 3-clause BSD license. For details, see licenses/asm-license.txt. ASM 4 uses a 3-clause BSD license. For details, see licenses/asm-license.txt.
3 changes: 2 additions & 1 deletion licenses/LICENSE-SDK
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ XStream License (optional dependency when serializing AST as XML)
This product bundles the XStream jar, which is available under a This product bundles the XStream jar, which is available under a
"3-clause BSD" license. For details, see licenses/xstream-license. "3-clause BSD" license. For details, see licenses/xstream-license.



------------------------------------------------------------------------ ------------------------------------------------------------------------


This convenience zip embeds Groovy's src and doc zips. This convenience zip embeds Groovy's src and doc zips.
See also src/LICENSE and doc/LICENSE files for additional license information. See also src/LICENSE and doc/LICENSE files for additional license information.
4 changes: 2 additions & 2 deletions notices/readme.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ See the assemble.gradle file (updateNotices task) for details on how this is don
Snippets have predefined suffix values in their name to determine which files they go into. Snippets have predefined suffix values in their name to determine which files they go into.
NOTICE (the one for source), NOTICE-DOC, NOTICE-GROOID and NOTICE-JARJAR NOTICE (the one for source), NOTICE-DOC, NOTICE-GROOID and NOTICE-JARJAR
get snippets containing SRC, DOC, GROOID and JARJAR respectively. get snippets containing SRC, DOC, GROOID and JARJAR respectively.
NOTICE-GROOIDJARJAR gets ALLJARJAR, JARJAR and GROOID snippets. NOTICE-GROOIDJARJAR gets JARJAR and GROOID snippets.
NOTICE-ALLJARJAR gets JARJAR and ALLJARJAR snippets. NOTICE-ALLJARJAR gets JARJAR and ALLJARJAR snippets.
NOTICE-BINZIP gets JARJAR, ALLJARJAR and BINZIP snippets. NOTICE-BINZIP gets GROOID, JARJAR, ALLJARJAR and BINZIP snippets.
In addition, NOTICE files are generated for these subprojects: In addition, NOTICE files are generated for these subprojects:
groovy-console groovy-console
2 changes: 1 addition & 1 deletion subprojects/groovy-docgenerator/LICENSE
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
2 changes: 1 addition & 1 deletion subprojects/groovy-groovydoc/LICENSE
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
2 changes: 1 addition & 1 deletion subprojects/groovy-groovysh/LICENSE
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ The following class within this product:
was derived from JLine 2.12, and the following patch: was derived from JLine 2.12, and the following patch:
https://github.com/jline/jline2/issues/90 https://github.com/jline/jline2/issues/90
JLine2 is made available under a BSD License. JLine2 is made available under a BSD License.
For details, see licenses/jline2-license. For details, see licenses/jline2-license.
2 changes: 1 addition & 1 deletion subprojects/groovy-jsr223/LICENSE
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ The following classes within this product:


were derived from reference implementation files developed by Sun in were derived from reference implementation files developed by Sun in
collaboration with the Groovy community. The reference implementation collaboration with the Groovy community. The reference implementation
has a BSD-style license. Details can be found in: licenses/jsr223-license.txt has a BSD-style license. Details can be found in: licenses/jsr223-license.txt

0 comments on commit 0d5bf05

Please sign in to comment.