Merge lp:~codygarver/timper/fix-about-menu into lp:timper

Proposed by Cody Garver
Status: Needs review
Proposed branch: lp:~codygarver/timper/fix-about-menu
Merge into: lp:timper
Diff against target: 50 lines (+24/-9)
1 file modified
Timper/Timper.vala (+24/-9)
To merge this branch: bzr merge lp:~codygarver/timper/fix-about-menu
Reviewer Review Type Date Requested Status
Timper Developer Team Pending
Review via email: mp+75296@code.launchpad.net

Description of the change

Fix About menu, add license

To post a comment you must log in.

Unmerged revisions

24. By Cody Garver

Finishing touches

23. By Cody Garver

Add license to About

22. By Cody Garver

Fix about menu

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Timper/Timper.vala'
2--- Timper/Timper.vala 2011-08-05 11:08:03 +0000
3+++ Timper/Timper.vala 2011-09-14 03:33:25 +0000
4@@ -58,17 +58,33 @@
5 translate_url = "https://translations.launchpad.net/timper";
6
7 about_authors = {
8- "Paspartout <pv.laias@googlemail.com>"
9- };
10- about_documenters = {
11- ""
12- };
13+ "Paspartout <pv.laias@googlemail.com>",
14+ null
15+ };
16+ //This could be filled in
17+ /*about_documenters = {
18+ "",
19+ null
20+ };*/
21 about_artists = {
22 "Gusions <gusions@gmail.com>",
23- "Paspartout <pv.laias@googlemail.com>"
24+ "Paspartout <pv.laias@googlemail.com>",
25+ null
26 };
27- about_translators =
28- "Launchpad Translators";
29+ about_translators = "Launchpad Translators";
30+ about_license = """Timper is free software: you can redistribute it and/or modify it
31+under the terms of the GNU Lesser General Public License version 3,
32+as published by the Free Software Foundation.
33+
34+Timper is distributed in the hope that it will be useful, but
35+WITHOUT ANY WARRANTY; without even the implied warranties of
36+MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A
37+PARTICULAR PURPOSE. See the GNU General Public License for
38+more details.
39+
40+You should have received a copy of the GNU General Public License
41+along with Timper. If not, see http://www.gnu.org/licenses""";
42+
43 }
44
45 public Timper () {
46@@ -101,4 +117,3 @@
47 }
48
49 }
50-

Subscribers

People subscribed via source and target branches

to all changes: