--- hildon-theme-mobile-basic-0.37.orig/index.theme +++ hildon-theme-mobile-basic-0.37/index.theme @@ -6,7 +6,6 @@ [X-Hildon-Metatheme] GtkTheme=mobilebasic -IconTheme=default +IconTheme=gnome X-MatchboxTheme=mobilebasic -X-AdditionalRCFiles=maemo_af_desktop X-OperaSkin=default.zip --- hildon-theme-mobile-basic-0.37.orig/debian/patches/series +++ hildon-theme-mobile-basic-0.37/debian/patches/series @@ -0,0 +1 @@ +#patch list --- hildon-theme-mobile-basic-0.37.orig/debian/control +++ hildon-theme-mobile-basic-0.37/debian/control @@ -0,0 +1,16 @@ +Source: hildon-theme-mobile-basic +Section: graphics +Priority: optional +Maintainer: Ubuntu Mobile Developers +XSBC-Original-Maintainer: Bob Spencer +Build-Depends: debhelper (>= 5), + cdbs +Standards-Version: 3.7.3 + +Package: hildon-theme-mobile-basic +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Basic Ubuntu Mobile theme + This is the theme used as the default Ubuntu Mobile theme, it is + based on the Plankton theme used as the default in Maemo. --- hildon-theme-mobile-basic-0.37.orig/debian/rules +++ hildon-theme-mobile-basic-0.37/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +build: apply-patches build-stamp + +build-stamp: + dh_testdir + $(MAKE) + touch $@ + +clean:: + dh_testdir + dh_testroot + rm -f build-stamp + $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/hildon-theme-mobile-basic + install -D -m644 $(CURDIR)/images/qgn_stat_more.png $(CURDIR)/debian/hildon-theme-mobile-basic/usr/share/icons/hicolor/64x64/devices/qgn_stat_more.png + # remove executable bit on some images which have it in the upstream + # tarball + chmod a-x debian/hildon-theme-mobile-basic/usr/share/themes/mobilebasic/images/* + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs -i + dh_installdocs -i + dh_gencontrol -i + dh_fixperms -i + dh_compress -i + dh_installdeb -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- hildon-theme-mobile-basic-0.37.orig/debian/changelog +++ hildon-theme-mobile-basic-0.37/debian/changelog @@ -0,0 +1,326 @@ +hildon-theme-mobile-basic (0.37-0ubuntu3) intrepid; urgency=low + + * Correct spelling of XSBC-Original-Maintainer (LP: #244663) + + -- Nathan Handler Tue, 01 Jul 2008 16:06:48 -0500 + +hildon-theme-mobile-basic (0.37-0ubuntu2) intrepid; urgency=low + + * Cleanup rules. + * Cleanup control. + * Bump up Standards-Version to 3.7.3. + * Set Priority to optional instead of extra. + * Pass -i to dh_* in rules. + * Call dh_md5sums. + * Merge broken UNRELEASED debian/changelog entries. + * Fix invalid email addresses in debian/changelog. + * Add download URL in copyright. + * Remove executable bit on some images which have it in the upstream + tarball. + + -- Loic Minier Thu, 29 May 2008 12:25:26 +0200 + +hildon-theme-mobile-basic (0.37-0ubuntu1) hardy; urgency=low + + * Reduced size of checkbox for browser bug from 26 to 18px + * Modified slideshow and seekbar files for media app. + + -- Bob Spencer Thu, 22 May 2008 23:02:41 -0700 + +hildon-theme-mobile-basic (0.35-0ubuntu3) hardy; urgency=low + + * Move MID theme settings from gtkrc.maemo-af-desktop to gtkrc, + mainly to support theme update at runtime, since XSETTINGS daemon + doesn't recognize gtkrc.maemo-af-desktop file. + + -- Horace Li Fri, 16 May 2008 16:49:06 +0800 + +hildon-theme-mobile-basic (0.35-0ubuntu2) hardy; urgency=low + + * Remove unused dependency on quilt + + -- Emmet Hikory Mon, 28 Apr 2008 03:10:43 +0900 + +hildon-theme-mobile-basic (0.35-0ubuntu1) hardy; urgency=low + + * New Upstream Release + * Set Ubuntu maintainer + * Remove reference to "patch" target from debian/rules + + -- Emmet Hikory Wed, 23 Apr 2008 01:18:52 +0900 + +hildon-theme-mobile-basic (0.33-0ubuntu3) hardy; urgency=low + + * Added patching + + -- Inuka Gunawardana Thu, 17 Apr 2008 16:22:14 -0700 +hildon-theme-mobile-basic (0.33-0ubuntu1~804um1) hardy; urgency=low + + * Backport to ubuntu-mobile ppa. + + -- Loic Minier Wed, 02 Apr 2008 16:47:05 +0200 + +hildon-theme-mobile-basic (0.33-0ubuntu1) hardy; urgency=low + + * New upstream release; switch to non-native. + + -- Loic Minier Wed, 02 Apr 2008 16:30:46 +0200 + +hildon-theme-mobile-basic (0.32) hardy; urgency=low + + * BUGS FIXED + + * BUG: Volume control and brightness bar are screwy + BUGLINK: https://bugs.launchpad.net/moblin-applets/+bug/162559 + FIX: Modified the osso-scale style to use a better icon for + the slider grip and to set the dimensions of the grip to match + the icon's dimensions. + + -- Todd Brandt Fri, 29 Feb 2008 18:14:50 -0800 + +hildon-theme-mobile-basic (0.31) gaston; urgency=low + + * Added alpha image and touched up gtkrc.maemo_af_desktop file + so that the moblin-media app would stop complaining. There were + minor changes removing some areas with file="" + + -- Bob Spencer Tue, 5 Feb 2008 18:52:31 -0800 + +hildon-theme-mobile-basic (0.30) gaston; urgency=low + + * Add extension arrow theme for status bar. + + -- Horace Li Thu, 31 Jan 2008 18:17:21 +0800 + +hildon-theme-mobile-basic (0.29) gaston; urgency=low + + * Update the theme of progress bar and resize bar of media player. + * Update all buttons’ images. + + -- Horace Li Fri, 25 Jan 2008 16:42:56 +0800 + +hildon-theme-mobile-basic (0.28) gaston; urgency=low + + * Add and update six new transparent images. + * Add a style of GtkIconView to modify the effect of being selected. + * Add ten new images from Multimedia team, all for moblin-media. + * Cut a new release. + + -- Horace Li Mon, 21 Jan 2008 17:16:34 +0800 + +hildon-theme-mobile-basic (0.27) gaston; urgency=low + + [ Dong Yanan] + * Add show/hide label images. + * Add Flicker button theme. + + -- Horace Li Thu, 20 Dec 2007 17:24:44 +0800 + +hildon-theme-mobile-basic (0.26) gaston; urgency=low + + [ Dong Yanan ] + * Modify the background of treeview title. + * Modify pathname and pattern of GtkTreeView to let the style only be used for.moblin-media. + * Add new picture of nowplaying button. + + -- Horace Li Thu, 13 Dec 2007 16:01:16 +0800 + +hildon-theme-mobile-basic (0.25) gaston; urgency=low + + * Added separators to images. Created back-photos...categories images + * Made images 90% transparent + + -- Bob Spencer Mon, 10 Dec 2007 22:31:48 -0800 + +hildon-theme-mobile-basic (0.24) gaston; urgency=low + + [ Bob Spencer ] + * Added new button images for media toolbar from Pu Jie + * Added background images (3) for media toolbar + + [ Horace Li ] + * Supplimented button images for media toolbar from Pu Jie + * Modified media buttons rcstyle. + + -- Horace Li Mon, 10 Dec 2007 16:53:58 +0800 + +hildon-theme-mobile-basic (0.23) gaston; urgency=low + + * fix bug #162321. + * fix ubuntu bug #172426, applying marquee background png to new hildon-desktop-0.0.43. + + -- Horace Li Mon, 03 Dec 2007 14:58:23 +0800 + +hildon-theme-mobile-basic (0.22) gaston; urgency=low + + * Changed media and marquee backgrounds to different files + * Reduced size of background to a few pixels wide + * Removed other media background files (don't seem to be used) + + -- Bob Spencer Wed, 21 Nov 2007 17:15:27 -0800 + +hildon-theme-mobile-basic (0.21) gaston; urgency=low + + * Incrementing the version number with no functional changes in order + to unconfuse the build system from the last changelog borking + + -- Rusty Lynch Wed, 21 Nov 2007 10:00:36 -0800 + +hildon-theme-mobile-basic (0.20ubuntu1) feisty; urgency=low + + * Inadvertently checked in poka-dot btn graphic for title + + -- Bob Spencer Tue, 20 Nov 2007 15:25:53 -0800 + +hildon-theme-mobile-basic (0.20) gaston; urgency=low + + * Added background for time of playing video + * increased height of seekbar grip to 34 (from 32) + + -- Bob Spencer Mon, 19 Nov 2007 20:07:10 -0800 + +hildon-theme-mobile-basic (0.19) gaston; urgency=low + + * Added new images for toolbar features. + * Updated separator for between buttons + * cut a release + + -- Bob Spencer Mon, 19 Nov 2007 19:54:58 -0800 + +hildon-theme-mobile-basic (0.18) gaston; urgency=low + + * Added images for media player + * Cut a release + + -- Bob Spencer Wed, 14 Nov 2007 01:14:49 -0800 + +hildon-theme-mobile-basic (0.17) gaston; urgency=low + + [ Bob Spencer ] + * Added dynamic arrow to theme for drop-down title marquee button + * Started guessing at how to disable drop-down but still show non-gray text(tbd) + + [ Horace Li ] + * Add gtkrc setting for moblin-media. + * Define GtkScale style for moblin-media. + * Cut a new release. + * Add some adjustment on showing up moblin-media left three buttons. + + -- Horace Li Mon, 12 Nov 2007 17:36:48 +0800 + +hildon-theme-mobile-basic (0.16) gaston; urgency=low + + * Updated keyboard and volume button icons + * Updated gtkrc.maemo_af_desktop to show statusbar 3 states (active,prelight,normal) + + -- Bob Spencer Tue, 23 Oct 2007 17:26:59 -0700 + +hildon-theme-mobile-basic (0.15) gaston; urgency=low + + * Updated keyboard and volume buttons (tbd: brightness) + + -- Bob Spencer Tue, 23 Oct 2007 14:05:34 -0700 + +hildon-theme-mobile-basic (0.14) gaston; urgency=low + + * Cutting a new gaston release with no code changes. This is to + work around a build system bug + + -- Rusty Lynch Fri, 12 Oct 2007 11:55:40 -0700 + +hildon-theme-mobile-basic (0.13) gaston; urgency=high + + [ Bob Spencer ] + * Added missing prelight images + * Added new version of Jason's images. Removed duplicates + * Added new statusbar background to match + * Updated graphics for dark background. + + -- Bob Spencer Fri, 12 Oct 2007 05:02:17 -0700 + +hildon-theme-mobile-basic (0.12) gaston; urgency=high + + [ Bob Spencer ] + * Added 3 icons for new grid html home page (gutsy default) + * Added all new mb_ graphics from Jason for media and marquee + * Updated graphics for marquee to handle small inconsistencies + and size problems when integrating with code + * added "isascii()" call back and -Werror in configure.ac + * added space for title to show arrow + + -- Bob Spencer Thu, 11 Oct 2007 00:09:28 -0700 + + +hildon-theme-mobile-basic (0.1-1ubuntu10) feisty; urgency=low + + [ Horace Li ] + * update application menu button active background. + + [ Bob Spencer ] + * added most mb_media_* graphics for media player + + [ Horace Li ] + * Remove HildonWindow left and right border. + * Remove HildonWindow bottom border and resize left and right border to + 3 pixels + + -- Horace Li Fri, 20 Jul 2007 15:38:27 +0800 + +hildon-theme-mobile-basic (0.1-1ubuntu7) gutsy; urgency=low + + * Add missing dh_installdocs and dh_compress to the rules file. + + -- Tollef Fog Heen Fri, 20 Jul 2007 12:06:09 +0200 + +hildon-theme-mobile-basic (0.1-1ubuntu6) gutsy; urgency=low + + * Make the package architecture independent and change + binary-arch/binary-indep accordingly. + * Remove Version field from debian/control. + + -- Tollef Fog Heen Fri, 20 Jul 2007 09:30:00 +0200 + +hildon-theme-mobile-basic (0.1-1ubuntu5) gutsy; urgency=low + + * Remove executable bits from all files in debian/ but debian/rules. + * Remove unused configure target from debian/rules. + * Remove unused build-depends on debootstrap and python-support. + * Change COPYING to Creative Commons Attribution-ShareAlike 2.5 as this + is the licence from hildon-theme-plankton, which we are derived from. + Also remove the executable bits from the COPYING file. + * Update description to be slightly more useful. + * Remove executable bit from Makefile. + * Update debian/copyright to talk about the CC licence, not the GPL. + + -- Tollef Fog Heen Fri, 20 Jul 2007 08:38:33 +0200 + +hildon-theme-mobile-basic (0.1-1ubuntu4) feisty; urgency=low + + * Changed 7pixel offset to 0 for button children + + -- Bob Spencer Sun, 8 Jul 2007 00:46:34 -0700 + +hildon-theme-mobile-basic (0.1-1ubuntu3) gutsy; urgency=low + + * Added app menu dropdown picture. Set location of app menu + + -- Bob Spencer Fri, 06 Jul 2007 08:01:39 +0000 + +hildon-theme-mobile-basic (0.1-1ubuntu2) gutsy; urgency=low + + * Testing the powers of dch. + * Set location of applicaoitn drop-down menu + + -- Bob Spencer Fri, 06 Jul 2007 07:58:15 +0000 + +hildon-theme-mobile-basic (0.1-1ubuntu1) gutsy; urgency=low + + * Added new graphics for marquee + + -- Bob Spencer Fri, 06 Jul 2007 00:44:01 +0000 + +hildon-theme-mobile-basic (0.1-1) unstable; urgency=low + + * Initial release + + -- Bob Spencer Mon, 02 July 2007 10:09:15 -0700 --- hildon-theme-mobile-basic-0.37.orig/debian/compat +++ hildon-theme-mobile-basic-0.37/debian/compat @@ -0,0 +1 @@ +5 --- hildon-theme-mobile-basic-0.37.orig/debian/copyright +++ hildon-theme-mobile-basic-0.37/debian/copyright @@ -0,0 +1,287 @@ +The upstream tarball was downloaded from: + + +Copyright Intel Corporation 2007 +Copyright Nokia Corporation 2007 + +Licensed under Creative Commons Attribution-ShareAlike 2.5 license +Creative Commons Attribution-ShareAlike 2.5 + +CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL +SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT +RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" +BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION +PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE. + +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE +COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED +BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER +THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE +TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE +RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS +AND CONDITIONS. + +1. Definitions + + a."Collective Work" means a work, such as a periodical issue, + anthology or encyclopedia, in which the Work in its entirety + in unmodified form, along with a number of other contributions, + constituting separate and independent works in themselves, are + assembled into a collective whole. A work that constitutes a + Collective Work will not be considered a Derivative Work (as + defined below) for the purposes of this License. + + b."Derivative Work" means a work based upon the Work or upon + the Work and other pre-existing works, such as a translation, + musical arrangement, dramatization, fictionalization, motion + picture version, sound recording, art reproduction, abridgment, + condensation, or any other form in which the Work may be recast, + transformed, or adapted, except that a work that constitutes + a Collective Work will not be considered a Derivative Work + for the purpose of this License. For the avoidance of doubt, + where the Work is a musical composition or sound recording, + the synchronization of the Work in timed-relation with a moving + image ("synching") will be considered a Derivative Work for the + purpose of this License. + + c."Licensor" means the individual or entity that offers the Work + under the terms of this License. + + d."Original Author" means the individual or entity who created + the Work. + + e."Work" means the copyrightable work of authorship offered + under the terms of this License. + + f."You" means an individual or entity exercising rights under + this License who has not previously violated the terms of this + License with respect to the Work, or who has received express + permission from the Licensor to exercise rights under this + License despite a previous violation. + + g."License Elements" means the following high-level license + attributes as selected by Licensor and indicated in the title + of this License: Attribution, ShareAlike. + +2. Fair Use Rights. Nothing in this license is intended to reduce, +limit, or restrict any rights arising from fair use, first sale or other +limitations on the exclusive rights of the copyright owner under copyright +law or other applicable laws. + +3. License Grant. Subject to the terms and conditions of this License, +Licensor hereby grants You a worldwide, royalty-free, non-exclusive, +perpetual (for the duration of the applicable copyright) license to +exercise the rights in the Work as stated below: + + a.to reproduce the Work, to incorporate the Work into one or more + Collective Works, and to reproduce the Work as incorporated in + the Collective Works; + + b.to create and reproduce Derivative Works; + + c.to distribute copies or phonorecords of, display publicly, + perform publicly, and perform publicly by means of a digital + audio transmission the Work including as incorporated in + Collective Works; + + d.to distribute copies or phonorecords of, display publicly, + perform publicly, and perform publicly by means of a digital + audio transmission Derivative Works. + + e.For the avoidance of doubt, where the work is a musical + composition: + + i.Performance Royalties Under Blanket Licenses. Licensor waives + the exclusive right to collect, whether individually or via a + performance rights society (e.g. ASCAP, BMI, SESAC), royalties + for the public performance or public digital performance (e.g. + webcast) of the Work. + + ii.Mechanical Rights and Statutory Royalties. Licensor waives + the exclusive right to collect, whether individually or via + a music rights society or designated agent (e.g. Harry Fox + Agency), royalties for any phonorecord You create from the Work + ("cover version") and distribute, subject to the compulsory + license created by 17 USC Section 115 of the US Copyright Act + (or the equivalent in other jurisdictions). + + f.Webcasting Rights and Statutory Royalties. For the avoidance + of doubt, where the Work is a sound recording, Licensor waives + the exclusive right to collect, whether individually or via + a performance-rights society (e.g. SoundExchange), royalties + for the public digital performance (e.g. webcast) of the Work, + subject to the compulsory license created by 17 USC Section 114 of + the US Copyright Act (or the equivalent in other jurisdictions). + +The above rights may be exercised in all media and formats whether now +known or hereafter devised. The above rights include the right to make +such modifications as are technically necessary to exercise the rights +in other media and formats. All rights not expressly granted by Licensor +are hereby reserved. + +4. Restrictions.The license granted in Section 3 above is expressly made +subject to and limited by the following restrictions: + + a.You may distribute, publicly display, publicly perform, or + publicly digitally perform the Work only under the terms of this + License, and You must include a copy of, or the Uniform Resource + Identifier for, this License with every copy or phonorecord of + the Work You distribute, publicly display, publicly perform, + or publicly digitally perform. You may not offer or impose any + terms on the Work that alter or restrict the terms of this License + or the recipients' exercise of the rights granted hereunder. You + may not sublicense the Work. You must keep intact all notices that + refer to this License and to the disclaimer of warranties. You may + not distribute, publicly display, publicly perform, or publicly + digitally perform the Work with any technological measures that + control access or use of the Work in a manner inconsistent with + the terms of this License Agreement. The above applies to the Work + as incorporated in a Collective Work, but this does not require + the Collective Work apart from the Work itself to be made subject + to the terms of this License. If You create a Collective Work, + upon notice from any Licensor You must, to the extent practicable, + remove from the Collective Work any credit as required by clause + 4(c), as requested. If You create a Derivative Work, upon notice + from any Licensor You must, to the extent practicable, remove + from the Derivative Work any credit as required by clause 4(c), + as requested. + + b.You may distribute, publicly display, publicly perform, or + publicly digitally perform a Derivative Work only under the terms + of this License, a later version of this License with the same + License Elements as this License, or a Creative Commons iCommons + license that contains the same License Elements as this License + (e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy + of, or the Uniform Resource Identifier for, this License or other + license specified in the previous sentence with every copy or + phonorecord of each Derivative Work You distribute, publicly + display, publicly perform, or publicly digitally perform. You + may not offer or impose any terms on the Derivative Works that + alter or restrict the terms of this License or the recipients' + exercise of the rights granted hereunder, and You must keep intact + all notices that refer to this License and to the disclaimer of + warranties. You may not distribute, publicly display, publicly + perform, or publicly digitally perform the Derivative Work + with any technological measures that control access or use + of the Work in a manner inconsistent with the terms of this + License Agreement. The above applies to the Derivative Work as + incorporated in a Collective Work, but this does not require the + Collective Work apart from the Derivative Work itself to be made + subject to the terms of this License. + + c.If you distribute, publicly display, publicly perform, or + publicly digitally perform the Work or any Derivative Works or + Collective Works, You must keep intact all copyright notices for + the Work and provide, reasonable to the medium or means You are + utilizing: (i) the name of the Original Author (or pseudonym, + if applicable) if supplied, and/or (ii) if the Original Author + and/or Licensor designate another party or parties (e.g. a + sponsor institute, publishing entity, journal) for attribution + in Licensor's copyright notice, terms of service or by other + reasonable means, the name of such party or parties; the title + of the Work if supplied; to the extent reasonably practicable, + the Uniform Resource Identifier, if any, that Licensor specifies + to be associated with the Work, unless such URI does not refer + to the copyright notice or licensing information for the Work; + and in the case of a Derivative Work, a credit identifying the use + of the Work in the Derivative Work (e.g., "French translation of + the Work by Original Author," or "Screenplay based on original + Work by Original Author"). Such credit may be implemented in + any reasonable manner; provided, however, that in the case of + a Derivative Work or Collective Work, at a minimum such credit + will appear where any other comparable authorship credit appears + and in a manner at least as prominent as such other comparable + authorship credit. + +5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS +THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND +CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, +INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, +FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF +LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, +WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION +OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE +LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR +ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES +ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR +HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. Termination + + a.This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this + License. Individuals or entities who have received Derivative + Works or Collective Works from You under this License, + however, will not have their licenses terminated provided + such individuals or entities remain in full compliance with + those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any + termination of this License. + + b.Subject to the above terms and conditions, the license granted + here is perpetual (for the duration of the applicable copyright + in the Work). Notwithstanding the above, Licensor reserves the + right to release the Work under different license terms or to + stop distributing the Work at any time; provided, however that + any such election will not serve to withdraw this License (or + any other license that has been, or is required to be, granted + under the terms of this License), and this License will continue + in full force and effect unless terminated as stated above. + +8. Miscellaneous + + a.Each time You distribute or publicly digitally perform the + Work or a Collective Work, the Licensor offers to the recipient + a license to the Work on the same terms and conditions as the + license granted to You under this License. + + b.Each time You distribute or publicly digitally perform a + Derivative Work, Licensor offers to the recipient a license + to the original Work on the same terms and conditions as the + license granted to You under this License. + + c.If any provision of this License is invalid or unenforceable + under applicable law, it shall not affect the validity or + enforceability of the remainder of the terms of this License, + and without further action by the parties to this agreement, + such provision shall be reformed to the minimum extent necessary + to make such provision valid and enforceable. + + d.No term or provision of this License shall be deemed waived + and no breach consented to unless such waiver or consent shall + be in writing and signed by the party to be charged with such + waiver or consent. + + e.This License constitutes the entire agreement between the + parties with respect to the Work licensed here. There are no + understandings, agreements or representations with respect to + the Work not specified here. Licensor shall not be bound by any + additional provisions that may appear in any communication from + You. This License may not be modified without the mutual written + agreement of the Licensor and You. + +Creative Commons is not a party to this License, and makes no warranty +whatsoever in connection with the Work. Creative Commons will not +be liable to You or any party on any legal theory for any damages +whatsoever, including without limitation any general, special, +incidental or consequential damages arising in connection to this +license. Notwithstanding the foregoing two (2) sentences, if Creative +Commons has expressly identified itself as the Licensor hereunder, +it shall have all rights and obligations of Licensor. + +Except for the limited purpose of indicating to the public that the +Work is licensed under the CCPL, neither party will use the trademark +"Creative Commons" or any related trademark or logo of Creative Commons +without the prior written consent of Creative Commons. Any permitted +use will be in compliance with Creative Commons' then-current trademark +usage guidelines, as may be published on its website or otherwise made +available upon request from time to time. Creative Commons may be +contacted at http://creativecommons.org/. + +