~ubuntu-branches/debian/jessie/apper/jessie

« back to all changes in this revision

Viewing changes to PkSession/main.cpp

  • Committer: Package Import Robot
  • Author(s): Matthias Klumpp
  • Date: 2013-07-30 12:34:46 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130730123446-cgzujaj03pc61drn
Tags: 0.8.1-1
* New upstream release: 0.8.1
* Depend on software-properties-kde instead of suggesting it (Closes: #696583)
* Add patch to make AppStream loading more failsafe

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                     APP_VERSION,
36
36
                     ki18n("Apper PackageKit Session helper"),
37
37
                     KAboutData::License_GPL,
38
 
                     ki18n("(C) 2008-2012 Daniel Nicoletti"));
 
38
                     ki18n("(C) 2008-2013 Daniel Nicoletti"));
39
39
 
40
40
    about.addAuthor(ki18n("Daniel Nicoletti"), KLocalizedString(), "dantti12@gmail.com", "http://dantti.wordpress.com" );
41
41
    about.addAuthor(ki18n("Trever Fischer"), KLocalizedString(), "wm161@wm161.net", "http://wm161.net");