As discussed with Romain Guy in the email thread, the Apache 2.0
license applies to the affected .jpg files now and retroactively from
the time of import.
Usage terms updated using exiftool:
$ exiftool -UsageTerms='Apache License Version 2.0' \
development/samples/ApiDemos/res/drawable-nodpi/frantic.jpg
Warning: [minor] Fixed incorrect list type for XMP-xmpRights:UsageTerms - development/samples/ApiDemos/res/drawable-nodpi/frantic.jpg
1 image files updated
$ exiftool -URL -WebStatement -UsageTerms -Rights -Creator \
development/samples/ApiDemos/res/drawable-nodpi/frantic.jpg
Usage Terms : Apache License Version 2.0
Rights : Romain Guy
Creator : Romain Guy
$ exiftool -UsageTerms='Apache License Version 2.0' \
development/samples/devbytes/animation/PictureViewer/res/drawable-nodpi/p3.jpg
1 image files updated
$ exiftool -URL -WebStatement -UsageTerms -Rights -Creator \
development/samples/devbytes/animation/PictureViewer/res/drawable-nodpi/p3.jpg
Usage Terms : Apache License Version 2.0
Rights : Romain Guy
Creator : Romain Guy
$ exiftool -UsageTerms='Apache License Version 2.0' \
development/samples/devbytes/animation/PictureViewer/res/drawable-nodpi/p2.jpg
1 image files updated
$ exiftool -URL -WebStatement -UsageTerms -Rights -Creator \
development/samples/devbytes/animation/PictureViewer/res/drawable-nodpi/p2.jpg
Usage Terms : Apache License Version 2.0
Rights : Romain Guy
Creator : Romain Guy
$ exiftool -UsageTerms='Apache License Version 2.0' \
development/samples/devbytes/animation/ActivityAnimations/res/drawable-nodpi/p3.jpg
1 image files updated
$ exiftool -URL -WebStatement -UsageTerms -Rights -Creator \
development/samples/devbytes/animation/ActivityAnimations/res/drawable-nodpi/p3.jpg
Usage Terms : Apache License Version 2.0
Rights : Romain Guy
Creator : Romain Guy
$ exiftool -UsageTerms='Apache License Version 2.0' \
development/samples/devbytes/animation/ActivityAnimations/res/drawable-nodpi/p2.jpg
1 image files updated
$ exiftool -URL -WebStatement -UsageTerms -Rights -Creator \
development/samples/devbytes/animation/ActivityAnimations/res/drawable-nodpi/p2.jpg
Usage Terms : Apache License Version 2.0
Rights : Romain Guy
Creator : Romain Guy
Test: doesn't realy apply to images
Change-Id: If060c6ba0f0279e3a7e6446061d50cd8e4cdec3c
The API Demos application includes a variety of small applications that illustrate the use of various Android APIs. It includes samples of: - Notifications - Alarms - Progress Dialogs - Intents - Menus - Search - Persistent application state - Preferences - Background Services - App Widgets - Voice Recognition - And many many more... Api demos is designed to use the compatibility library "android-support-v4.jar". It is available through the SDK Updater in the "Android Compatibility package". Once downloaded, copy the jar file into the ApiDemos project libs/ folder. (If using Eclipse, add it manually to the project build path).