Changeset 10855 in josm
- Timestamp:
- 2016-08-19T22:18:07+02:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gpl-2.0.txt
r1441 r10855 1 2 1 GNU GENERAL PUBLIC LICENSE 2 Version 2, June 1991 3 3 4 4 Copyright (C) 1989, 1991 Free Software Foundation, Inc., … … 7 7 of this license document, but changing it is not allowed. 8 8 9 9 Preamble 10 10 11 11 The licenses for most software are designed to take away your … … 57 57 modification follow. 58 58 59 59 GNU GENERAL PUBLIC LICENSE 60 60 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 61 61 … … 256 256 of promoting the sharing and reuse of software generally. 257 257 258 258 NO WARRANTY 259 259 260 260 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY … … 278 278 POSSIBILITY OF SUCH DAMAGES. 279 279 280 281 282 280 END OF TERMS AND CONDITIONS 281 282 How to Apply These Terms to Your New Programs 283 283 284 284 If you develop a new program, and you want it to be of the greatest -
trunk/optimize-images
r7507 r10855 2 2 3 3 for x in $(find images/ -name "*.png"); do 4 5 4 echo "Processing ${x}" 5 optipng -o7 -quiet "${x}" 6 6 done -
trunk/tools/checkstyle/josm_filters.xml
r10740 r10855 4 4 "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd"> 5 5 <suppressions> 6 <suppress checks="." files="\.classpath" /> 7 <suppress checks="." files="\.project" /> 8 <suppress checks="." files="[\\/]build[\\/]" /> 9 <suppress checks="." files="[\\/]build2[\\/]" /> 10 <suppress checks="." files="[\\/]data_nodist[\\/]" /> 11 <suppress checks="." files="[\\/]dist[\\/]" /> 12 <suppress checks="." files="[\\/]eclipse[\\/]" /> 13 <suppress checks="." files="[\\/]foobar[\\/]" /> 14 <suppress checks="." files="[\\/]images[\\/]" /> 15 <suppress checks="." files="[\\/]images_nodist[\\/]" /> 16 <suppress checks="." files="[\\/]linux[\\/]" /> 17 <suppress checks="." files="[\\/]macosx[\\/]" /> 18 <suppress checks="." files="[\\/]netbeans[\\/]" /> 19 <suppress checks="." files="[\\/]patches[\\/]" /> 20 <suppress checks="." files="[\\/]styles_nodist[\\/]" /> 21 <suppress checks="." files="[\\/]taginfo-img[\\/]" /> 22 <suppress checks="." files="[\\/]taginfo_.*\.json" /> 23 <suppress checks="." files="[\\/]test[\\/]config[\\/]" /> 24 <suppress checks="." files="[\\/]test[\\/]data[\\/]" /> 25 <suppress checks="." files="[\\/]test[\\/]lib[\\/]" /> 26 <suppress checks="." files="[\\/]tools[\\/]" /> 27 <suppress checks="." files="[\\/]windows[\\/]" /> 6 28 <suppress checks="HeaderCheck" files="Ellipsoid\.java" /> 7 29 <suppress checks="HeaderCheck" files="NTV2GridShift\.java" />
Note:
See TracChangeset
for help on using the changeset viewer.