[Pkg-javascript-commits] [dojo] 16/21: Strip away copyrighted ICC profiles

David Prévot taffit at moszumanska.debian.org
Sun Sep 14 15:39:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository dojo.

commit d66214b99c14419934605c4338ad835ef1293648
Author: David Prévot <taffit at debian.org>
Date:   Wed Aug 20 20:12:12 2014 -0400

    Strip away copyrighted ICC profiles
    
    While searching for embedded non-free ICC profiles:
    
      find . -regextype posix-extended -iregex '.*\.(jpg|png)' \
        -exec sh -c 'identify -verbose "$0" \
        | grep -i copyright && echo "$0"' {} \;
    
    The following files showed up. The proposed alternative files just
    remove the embedded usually non-free and anyway useless ICC profiles:
    
      exiftool -icc_profile"-<=" $files
    
    https://github.com/dojo/dojox/pull/131
---
 dojox/app/tests/images/a-icon-1-41x41.png          | Bin 3886 -> 1237 bytes
 .../plugins/resources/images/bidiIconsEnabled.png  | Bin 12003 -> 9352 bytes
 dojox/fx/tests/images/averycutedog.jpg             | Bin 40879 -> 37717 bytes
 dojox/fx/tests/images/dot.png                      | Bin 4064 -> 1413 bytes
 dojox/fx/tests/images/longBg.png                   | Bin 12217 -> 9566 bytes
 dojox/gauges/tests/images/gaugeOverlay.png         | Bin 10675 -> 8024 bytes
 dojox/grid/resources/images/header.png             | Bin 3276 -> 625 bytes
 dojox/grid/resources/images/row_back.png           | Bin 3077 -> 426 bytes
 dojox/grid/resources/images/td_button_down.png     | Bin 3105 -> 454 bytes
 dojox/image/resources/images/buttons.png           | Bin 9259 -> 6610 bytes
 dojox/image/tests/images/extraWide.jpg             | Bin 49250 -> 46088 bytes
 dojox/image/tests/images/huuuge.png                | Bin 37958 -> 35309 bytes
 dojox/image/tests/images/imageHoriz.jpg            | Bin 47693 -> 44531 bytes
 dojox/image/tests/images/imageHoriz2.jpg           | Bin 77176 -> 74014 bytes
 dojox/image/tests/images/imageVert.jpg             | Bin 71533 -> 68371 bytes
 dojox/image/tests/images/square.jpg                | Bin 93704 -> 90542 bytes
 dojox/layout/resources/icons/splitterToggleH.png   | Bin 2937 -> 286 bytes
 dojox/layout/resources/icons/splitterToggleV.png   | Bin 2938 -> 287 bytes
 .../tests/imageControlsApp/images/imageHoriz.jpg   | Bin 47693 -> 44531 bytes
 .../tests/imageControlsApp/images/imageVert.jpg    | Bin 71533 -> 68371 bytes
 .../tests/imageControlsApp/images/square.jpg       | Bin 93704 -> 90542 bytes
 dojox/mobile/tests/images/a-icon-1-41x41.png       | Bin 3886 -> 1237 bytes
 dojox/mobile/tests/images/contacts16.png           | Bin 3142 -> 493 bytes
 dojox/mobile/tests/images/pic10.jpg                | Bin 258728 -> 255566 bytes
 dojox/mobile/tests/images/pic2.jpg                 | Bin 181835 -> 178673 bytes
 dojox/mobile/tests/images/pic7.jpg                 | Bin 249500 -> 246338 bytes
 dojox/mobile/tests/images/pic8.jpg                 | Bin 121302 -> 118140 bytes
 .../common/domButtons/compat/mblDomButtonArrow.png | Bin 3604 -> 955 bytes
 .../common/domButtons/compat/mblDomButtonCheck.png | Bin 3639 -> 990 bytes
 .../compat/mblDomButtonDarkBlueCheck.png           | Bin 3639 -> 990 bytes
 .../domButtons/compat/mblDomButtonGrayArrow.png    | Bin 3604 -> 955 bytes
 .../domButtons/compat/mblDomButtonWhiteArrow.png   | Bin 3604 -> 955 bytes
 .../domButtons/compat/mblDomButtonWhiteCheck.png   | Bin 3612 -> 963 bytes
 .../themes/windows/images/check-disabled.png       | Bin 3829 -> 1178 bytes
 dojox/mobile/themes/windows/images/dark/back.png   | Bin 3470 -> 819 bytes
 dojox/mobile/themes/windows/images/dark/check.png  | Bin 3685 -> 1034 bytes
 .../mobile/themes/windows/images/dark/radiobtn.png | Bin 3807 -> 1156 bytes
 dojox/mobile/themes/windows/images/light/back.png  | Bin 3292 -> 641 bytes
 dojox/mobile/themes/windows/images/light/check.png | Bin 3995 -> 1344 bytes
 .../themes/windows/images/light/radiobtn.png       | Bin 3736 -> 1085 bytes
 .../themes/windows/images/radiobtn-disabled.png    | Bin 3811 -> 1160 bytes
 dojox/mvc/tests/images/settings.png                | Bin 5005 -> 2354 bytes
 dojox/widget/tests/images/gaugeOverlay.png         | Bin 10675 -> 8024 bytes
 dojox/widget/tests/images/rotator_aol.png          | Bin 10416 -> 7765 bytes
 dojox/widget/tests/images/rotator_dots.png         | Bin 3117 -> 466 bytes
 dojox/widget/tests/images/rotator_ibm.png          | Bin 7746 -> 5091 bytes
 dojox/widget/tests/images/rotator_wavemaker.png    | Bin 13660 -> 12902 bytes
 dojox/widget/tests/images/rotator_zend.png         | Bin 4852 -> 2201 bytes
 48 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dojox/app/tests/images/a-icon-1-41x41.png b/dojox/app/tests/images/a-icon-1-41x41.png
index 0e94b75..6b964ce 100644
Binary files a/dojox/app/tests/images/a-icon-1-41x41.png and b/dojox/app/tests/images/a-icon-1-41x41.png differ
diff --git a/dojox/editor/plugins/resources/images/bidiIconsEnabled.png b/dojox/editor/plugins/resources/images/bidiIconsEnabled.png
index 1155bd1..a774ef0 100644
Binary files a/dojox/editor/plugins/resources/images/bidiIconsEnabled.png and b/dojox/editor/plugins/resources/images/bidiIconsEnabled.png differ
diff --git a/dojox/fx/tests/images/averycutedog.jpg b/dojox/fx/tests/images/averycutedog.jpg
index 335855e..4e667b5 100644
Binary files a/dojox/fx/tests/images/averycutedog.jpg and b/dojox/fx/tests/images/averycutedog.jpg differ
diff --git a/dojox/fx/tests/images/dot.png b/dojox/fx/tests/images/dot.png
index 1287a73..8e682a8 100644
Binary files a/dojox/fx/tests/images/dot.png and b/dojox/fx/tests/images/dot.png differ
diff --git a/dojox/fx/tests/images/longBg.png b/dojox/fx/tests/images/longBg.png
index f89d23a..337d278 100644
Binary files a/dojox/fx/tests/images/longBg.png and b/dojox/fx/tests/images/longBg.png differ
diff --git a/dojox/gauges/tests/images/gaugeOverlay.png b/dojox/gauges/tests/images/gaugeOverlay.png
index 72bcdbb..45bbab7 100644
Binary files a/dojox/gauges/tests/images/gaugeOverlay.png and b/dojox/gauges/tests/images/gaugeOverlay.png differ
diff --git a/dojox/grid/resources/images/header.png b/dojox/grid/resources/images/header.png
index aa3e5ba..dfca320 100644
Binary files a/dojox/grid/resources/images/header.png and b/dojox/grid/resources/images/header.png differ
diff --git a/dojox/grid/resources/images/row_back.png b/dojox/grid/resources/images/row_back.png
index 643db07..d01d2e0 100644
Binary files a/dojox/grid/resources/images/row_back.png and b/dojox/grid/resources/images/row_back.png differ
diff --git a/dojox/grid/resources/images/td_button_down.png b/dojox/grid/resources/images/td_button_down.png
index ab27e3e..6c7fe19 100644
Binary files a/dojox/grid/resources/images/td_button_down.png and b/dojox/grid/resources/images/td_button_down.png differ
diff --git a/dojox/image/resources/images/buttons.png b/dojox/image/resources/images/buttons.png
index 306e2f8..5251735 100644
Binary files a/dojox/image/resources/images/buttons.png and b/dojox/image/resources/images/buttons.png differ
diff --git a/dojox/image/tests/images/extraWide.jpg b/dojox/image/tests/images/extraWide.jpg
index 2161825..d7727c4 100644
Binary files a/dojox/image/tests/images/extraWide.jpg and b/dojox/image/tests/images/extraWide.jpg differ
diff --git a/dojox/image/tests/images/huuuge.png b/dojox/image/tests/images/huuuge.png
index ee98a39..0c9fcfa 100644
Binary files a/dojox/image/tests/images/huuuge.png and b/dojox/image/tests/images/huuuge.png differ
diff --git a/dojox/image/tests/images/imageHoriz.jpg b/dojox/image/tests/images/imageHoriz.jpg
index 3948416..831f4c4 100644
Binary files a/dojox/image/tests/images/imageHoriz.jpg and b/dojox/image/tests/images/imageHoriz.jpg differ
diff --git a/dojox/image/tests/images/imageHoriz2.jpg b/dojox/image/tests/images/imageHoriz2.jpg
index fbbf404..0bd7fbf 100644
Binary files a/dojox/image/tests/images/imageHoriz2.jpg and b/dojox/image/tests/images/imageHoriz2.jpg differ
diff --git a/dojox/image/tests/images/imageVert.jpg b/dojox/image/tests/images/imageVert.jpg
index 1652338..76d6e6a 100644
Binary files a/dojox/image/tests/images/imageVert.jpg and b/dojox/image/tests/images/imageVert.jpg differ
diff --git a/dojox/image/tests/images/square.jpg b/dojox/image/tests/images/square.jpg
index f8b6761..d124a50 100644
Binary files a/dojox/image/tests/images/square.jpg and b/dojox/image/tests/images/square.jpg differ
diff --git a/dojox/layout/resources/icons/splitterToggleH.png b/dojox/layout/resources/icons/splitterToggleH.png
index 72a3723..1b33de3 100644
Binary files a/dojox/layout/resources/icons/splitterToggleH.png and b/dojox/layout/resources/icons/splitterToggleH.png differ
diff --git a/dojox/layout/resources/icons/splitterToggleV.png b/dojox/layout/resources/icons/splitterToggleV.png
index 55ecf04..44f6a14 100644
Binary files a/dojox/layout/resources/icons/splitterToggleV.png and b/dojox/layout/resources/icons/splitterToggleV.png differ
diff --git a/dojox/mobile/tests/imageControlsApp/images/imageHoriz.jpg b/dojox/mobile/tests/imageControlsApp/images/imageHoriz.jpg
index 3948416..831f4c4 100644
Binary files a/dojox/mobile/tests/imageControlsApp/images/imageHoriz.jpg and b/dojox/mobile/tests/imageControlsApp/images/imageHoriz.jpg differ
diff --git a/dojox/mobile/tests/imageControlsApp/images/imageVert.jpg b/dojox/mobile/tests/imageControlsApp/images/imageVert.jpg
index 1652338..76d6e6a 100644
Binary files a/dojox/mobile/tests/imageControlsApp/images/imageVert.jpg and b/dojox/mobile/tests/imageControlsApp/images/imageVert.jpg differ
diff --git a/dojox/mobile/tests/imageControlsApp/images/square.jpg b/dojox/mobile/tests/imageControlsApp/images/square.jpg
index f8b6761..d124a50 100644
Binary files a/dojox/mobile/tests/imageControlsApp/images/square.jpg and b/dojox/mobile/tests/imageControlsApp/images/square.jpg differ
diff --git a/dojox/mobile/tests/images/a-icon-1-41x41.png b/dojox/mobile/tests/images/a-icon-1-41x41.png
index 0e94b75..6b964ce 100644
Binary files a/dojox/mobile/tests/images/a-icon-1-41x41.png and b/dojox/mobile/tests/images/a-icon-1-41x41.png differ
diff --git a/dojox/mobile/tests/images/contacts16.png b/dojox/mobile/tests/images/contacts16.png
index e1ca4ba..dcabcaf 100644
Binary files a/dojox/mobile/tests/images/contacts16.png and b/dojox/mobile/tests/images/contacts16.png differ
diff --git a/dojox/mobile/tests/images/pic10.jpg b/dojox/mobile/tests/images/pic10.jpg
index 82d438c..6551f0e 100644
Binary files a/dojox/mobile/tests/images/pic10.jpg and b/dojox/mobile/tests/images/pic10.jpg differ
diff --git a/dojox/mobile/tests/images/pic2.jpg b/dojox/mobile/tests/images/pic2.jpg
index edcddcc..2b09bc2 100644
Binary files a/dojox/mobile/tests/images/pic2.jpg and b/dojox/mobile/tests/images/pic2.jpg differ
diff --git a/dojox/mobile/tests/images/pic7.jpg b/dojox/mobile/tests/images/pic7.jpg
index 5327189..2e3df87 100644
Binary files a/dojox/mobile/tests/images/pic7.jpg and b/dojox/mobile/tests/images/pic7.jpg differ
diff --git a/dojox/mobile/tests/images/pic8.jpg b/dojox/mobile/tests/images/pic8.jpg
index 91ca019..515ae5c 100644
Binary files a/dojox/mobile/tests/images/pic8.jpg and b/dojox/mobile/tests/images/pic8.jpg differ
diff --git a/dojox/mobile/themes/common/domButtons/compat/mblDomButtonArrow.png b/dojox/mobile/themes/common/domButtons/compat/mblDomButtonArrow.png
index edc1165..27f0e3d 100644
Binary files a/dojox/mobile/themes/common/domButtons/compat/mblDomButtonArrow.png and b/dojox/mobile/themes/common/domButtons/compat/mblDomButtonArrow.png differ
diff --git a/dojox/mobile/themes/common/domButtons/compat/mblDomButtonCheck.png b/dojox/mobile/themes/common/domButtons/compat/mblDomButtonCheck.png
index 0ba6933..79c0888 100644
Binary files a/dojox/mobile/themes/common/domButtons/compat/mblDomButtonCheck.png and b/dojox/mobile/themes/common/domButtons/compat/mblDomButtonCheck.png differ
diff --git a/dojox/mobile/themes/common/domButtons/compat/mblDomButtonDarkBlueCheck.png b/dojox/mobile/themes/common/domButtons/compat/mblDomButtonDarkBlueCheck.png
index 0ba6933..79c0888 100644
Binary files a/dojox/mobile/themes/common/domButtons/compat/mblDomButtonDarkBlueCheck.png and b/dojox/mobile/themes/common/domButtons/compat/mblDomButtonDarkBlueCheck.png differ
diff --git a/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGrayArrow.png b/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGrayArrow.png
index edc1165..27f0e3d 100644
Binary files a/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGrayArrow.png and b/dojox/mobile/themes/common/domButtons/compat/mblDomButtonGrayArrow.png differ
diff --git a/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteArrow.png b/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteArrow.png
index 484ad60..92ff37e 100644
Binary files a/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteArrow.png and b/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteArrow.png differ
diff --git a/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteCheck.png b/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteCheck.png
index a18d8b3..6130ee3 100644
Binary files a/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteCheck.png and b/dojox/mobile/themes/common/domButtons/compat/mblDomButtonWhiteCheck.png differ
diff --git a/dojox/mobile/themes/windows/images/check-disabled.png b/dojox/mobile/themes/windows/images/check-disabled.png
index 25a538d..d8b9b20 100644
Binary files a/dojox/mobile/themes/windows/images/check-disabled.png and b/dojox/mobile/themes/windows/images/check-disabled.png differ
diff --git a/dojox/mobile/themes/windows/images/dark/back.png b/dojox/mobile/themes/windows/images/dark/back.png
index a861d6f..46f28bc 100644
Binary files a/dojox/mobile/themes/windows/images/dark/back.png and b/dojox/mobile/themes/windows/images/dark/back.png differ
diff --git a/dojox/mobile/themes/windows/images/dark/check.png b/dojox/mobile/themes/windows/images/dark/check.png
index e358a20..e824b9b 100644
Binary files a/dojox/mobile/themes/windows/images/dark/check.png and b/dojox/mobile/themes/windows/images/dark/check.png differ
diff --git a/dojox/mobile/themes/windows/images/dark/radiobtn.png b/dojox/mobile/themes/windows/images/dark/radiobtn.png
index aa26195..5c03631 100644
Binary files a/dojox/mobile/themes/windows/images/dark/radiobtn.png and b/dojox/mobile/themes/windows/images/dark/radiobtn.png differ
diff --git a/dojox/mobile/themes/windows/images/light/back.png b/dojox/mobile/themes/windows/images/light/back.png
index 4d8d2e9..b37123a 100644
Binary files a/dojox/mobile/themes/windows/images/light/back.png and b/dojox/mobile/themes/windows/images/light/back.png differ
diff --git a/dojox/mobile/themes/windows/images/light/check.png b/dojox/mobile/themes/windows/images/light/check.png
index b4974c2..40e9b87 100644
Binary files a/dojox/mobile/themes/windows/images/light/check.png and b/dojox/mobile/themes/windows/images/light/check.png differ
diff --git a/dojox/mobile/themes/windows/images/light/radiobtn.png b/dojox/mobile/themes/windows/images/light/radiobtn.png
index f5bd7e5..60aa2cb 100644
Binary files a/dojox/mobile/themes/windows/images/light/radiobtn.png and b/dojox/mobile/themes/windows/images/light/radiobtn.png differ
diff --git a/dojox/mobile/themes/windows/images/radiobtn-disabled.png b/dojox/mobile/themes/windows/images/radiobtn-disabled.png
index 8c35947..148a128 100644
Binary files a/dojox/mobile/themes/windows/images/radiobtn-disabled.png and b/dojox/mobile/themes/windows/images/radiobtn-disabled.png differ
diff --git a/dojox/mvc/tests/images/settings.png b/dojox/mvc/tests/images/settings.png
index 5de8548..a348329 100644
Binary files a/dojox/mvc/tests/images/settings.png and b/dojox/mvc/tests/images/settings.png differ
diff --git a/dojox/widget/tests/images/gaugeOverlay.png b/dojox/widget/tests/images/gaugeOverlay.png
index 72bcdbb..45bbab7 100644
Binary files a/dojox/widget/tests/images/gaugeOverlay.png and b/dojox/widget/tests/images/gaugeOverlay.png differ
diff --git a/dojox/widget/tests/images/rotator_aol.png b/dojox/widget/tests/images/rotator_aol.png
index fc98146..d329fa6 100644
Binary files a/dojox/widget/tests/images/rotator_aol.png and b/dojox/widget/tests/images/rotator_aol.png differ
diff --git a/dojox/widget/tests/images/rotator_dots.png b/dojox/widget/tests/images/rotator_dots.png
index 1d7f85e..8bd0a9f 100644
Binary files a/dojox/widget/tests/images/rotator_dots.png and b/dojox/widget/tests/images/rotator_dots.png differ
diff --git a/dojox/widget/tests/images/rotator_ibm.png b/dojox/widget/tests/images/rotator_ibm.png
index 43f6659..909802f 100644
Binary files a/dojox/widget/tests/images/rotator_ibm.png and b/dojox/widget/tests/images/rotator_ibm.png differ
diff --git a/dojox/widget/tests/images/rotator_wavemaker.png b/dojox/widget/tests/images/rotator_wavemaker.png
index f201adc..9b3417a 100644
Binary files a/dojox/widget/tests/images/rotator_wavemaker.png and b/dojox/widget/tests/images/rotator_wavemaker.png differ
diff --git a/dojox/widget/tests/images/rotator_zend.png b/dojox/widget/tests/images/rotator_zend.png
index 4a93b10..c3e19c9 100644
Binary files a/dojox/widget/tests/images/rotator_zend.png and b/dojox/widget/tests/images/rotator_zend.png differ

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list