fix typo in 434416c
[ardour.git] / gtk2_ardour / about.cc
1 /*
2     Copyright (C) 2003 Paul Davis
3
4     This program is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by
6     the Free Software Foundation; either version 2 of the License, or
7     (at your option) any later version.
8
9     This program is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.
13
14     You should have received a copy of the GNU General Public License
15     along with this program; if not, write to the Free Software
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
18 */
19
20 #include <algorithm>
21 #include <unistd.h>
22 #include <sys/types.h>
23 #include <cstdio>
24 #include <ctime>
25 #include <cstdlib>
26
27 #include "pbd/file_utils.h"
28
29 #include "ardour/revision.h"
30 #include "ardour/filesystem_paths.h"
31
32 #include "about.h"
33 #include "configinfo.h"
34 #include "rgb_macros.h"
35 #include "ardour_ui.h"
36
37 #include "i18n.h"
38
39 #ifdef WAF_BUILD
40 #include "gtk2ardour-version.h"
41 #endif
42
43 using namespace Gtk;
44 using namespace Gdk;
45 using namespace std;
46 using namespace ARDOUR;
47 using namespace PBD;
48
49 #ifndef CODENAME
50 #define CODENAME ""
51 #endif
52
53 #ifdef WITH_PAYMENT_OPTIONS
54
55 /* XPM */
56 static const gchar * paypal_xpm[] = {
57 "62 31 33 1",
58 "       c None",
59 ".      c #325781",
60 "+      c #154170",
61 "@      c #C1CDDA",
62 "#      c #4E6E92",
63 "$      c #D1D5DA",
64 "%      c #88A0B8",
65 "&      c #B4C4D3",
66 "*      c #C8D3DE",
67 "=      c #D7E1E9",
68 "-      c #002158",
69 ";      c #F6F8FA",
70 ">      c #44658B",
71 ",      c #E7ECF0",
72 "'      c #A4B7CA",
73 ")      c #9DB0C4",
74 "!      c #E3F1F7",
75 "~      c #708CA9",
76 "{      c #E1E7ED",
77 "]      c #567698",
78 "^      c #7C96B1",
79 "/      c #E7F5FA",
80 "(      c #EEF1F4",
81 "_      c #6883A2",
82 ":      c #244873",
83 "<      c #BBBBBB",
84 "[      c #E9E9E9",
85 "}      c #063466",
86 "|      c #22364D",
87 "1      c #94A7BD",
88 "2      c #000000",
89 "3      c #EAF7FC",
90 "4      c #FFFFFF",
91 "1'111111111111111111111111111111111111111111111111111111111%_#",
92 "%333333333333333333333333333333333333333333333333333333333333.",
93 "%444444444444444444444444444444444444444444444444444444444444:",
94 "_4333333!!!!!!33333333333333333333!!!!!!33333333333!%%%%1334[:",
95 "_444444@+}}}}+>)44444444444444444,:}}}}}.^(44444444@}..+.44($:",
96 "_433333^:&&&&)_}_33///33333333333&+)&&&'~+./3///333^.(;#]33($:",
97 "_444444>_444444'}_>...#%####~,]##..444444=+#]...>1;#_4;.144($:",
98 "_43333!+'4,>#=4(:+_%%%]}}#~#}_+~~:]44_>&44#}_%%%_+>:14=}@33($:",
99 "_44444*+$4&--)4(+%44444%-)4=--'4{+14,}-~44##44444&}}*4)+444($:",
100 "_433331:;4):_;4*}_]:.$4*-~4{}>44#-=4@.#{4;+>_:.&4,++;4_#333($:",
101 "_44444_#444444=.-.%&*,41-#4(:@4'-:(44444(_-:^&*,4*}#44.%444($:",
102 "_43333:%4;@@'~+-%44*&44]-.;;'4,:-#44*@&%:-];4{'(4)-%4{+&333($:",
103 "_4444{}@4*}}+>#:;4^-#4;.>+,444_+:^4(:}+.]}=4'-+(4_-&4&+{444($:",
104 "_4333'+(41:*=3'.44*)(4=+)+*44@}%+@4=}&=/@}{4{1{44:+,4^.3333($:",
105 "_4444~>,,]#444*})(;**,':*}'4;._@}=,%:444(+~(;{&,*}.,,>~4444($:",
106 "_4333>}}}}^3333~}::}}}}>].;4^+=~}}}}]3333'}+:}}}}}}}}}'3333($:",
107 "_4444$@@@@(44444$))@*@*^}$4=}14=@@@@{44444=))&*@@@@@@@;4444($:",
108 "_433333333333333333333=+:%%.>/33333333333333333333333333333($:",
109 "_4444444444444444444441....>=444444444444444444444444444444($:",
110 "_4333333333333333333333333333333333333333333333333333333333($:",
111 "_4444444444444444444444444444444444444444444444444444444444($:",
112 "_4333333333333333333333333333333333333333333333333333333333($:",
113 "_4444442222444222442444242444244222242444242222244222244444($:",
114 "_4333332333232333233232332232233233332233233323332333333333($:",
115 "_4444442222442222244424442424244222442424244424444222444444($:",
116 "_4333332333332333233323332333233233332332233323333333233333($:",
117 "_4444442444442444244424442444244222242444244424442222444444($:",
118 "_433333333333333333333333333333333333333333333333333333333344:",
119 "#4([[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[=&:",
120 ".=&<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<1|",
121 "::||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||"};
122 #endif
123
124 static const char* authors[] = {
125         N_("Brian Ahr"),
126         N_("John Anderson"),
127         N_("Marcus Andersson"),
128         N_("Nedko Arnaudov"),
129         N_("Hans Baier"),
130         N_("Ben Bell"),
131         N_("Sakari Bergen"),
132         N_("Christian Borss"),
133         N_("Chris Cannam"),
134         N_("Jeremy Carter"),
135         N_("Jesse Chappell"),
136         N_("Thomas Charbonnel"),
137         N_("Sam Chessman"),
138         N_("André Colomb"),
139         N_("Paul Davis"),
140         N_("Gerard van Dongen"),
141         N_("John Emmas"),
142         N_("Colin Fletcher"),
143         N_("Dave Flick"),
144         N_("Hans Fugal"),
145         N_("Robin Gareus"),
146         N_("Christopher George"),
147         N_("Chris Goddard"),
148         N_("J. Abelardo Gutierrez"),
149         N_("Jeremy Hall"),
150         N_("Audun Halland"),
151         N_("David Halter"),
152         N_("Steve Harris"),
153         N_("Melvin Ray Herr"),
154         N_("Carl Hetherington"),
155         N_("Rob Holland"),
156         N_("Robert Jordens"),
157         N_("Stefan Kersten"),
158         N_("Armand Klenk"),
159         N_("Julien de Kozak"),
160         N_("Matt Krai"),
161         N_("Georg Krause"),
162         N_("Nick Lanham"),
163         N_("Colin Law"),
164         N_("Joshua Leach"),
165         N_("Ben Loftis"),
166         N_("Nick Mainsbridge"),
167         N_("Tim Mayberry"),
168         N_("Doug Mclain"),
169         N_("Todd Naugle"),
170         N_("Jack O'Quin"),
171         N_("Nimal Ratnayake"),
172         N_("David Robillard"),
173         N_("Taybin Rutkin"),
174         N_("Andreas Ruge"),
175         N_("Sampo Savolainen"),
176         N_("Rodrigo Severo"),
177         N_("Per Sigmond"),
178         N_("Lincoln Spiteri"),
179         N_("Mike Start"),
180         N_("Mark Stewart"),
181         N_("Roland Stigge"),
182         N_("Petter Sundlöf"),
183         N_("Mike Täht"),
184         N_("Roy Vegard"),
185         N_("Thorsten Wilms"),
186         N_("Damien Zammit"),
187         N_("Grygorii Zharun"),
188         0
189 };
190
191 static const char* translators[] = {
192         N_("French:\n\tAlain Fréhel <alain.frehel@free.fr>\n\tChristophe Combelles <ccomb@free.fr>\n\tMartin Blanchard\n\tRomain Arnaud <roming22@gmail.com>\n"),
193         N_("German:\n\tKarsten Petersen <kapet@kapet.de>\
194 \n\tSebastian Arnold <mail@sebastian-arnold.net>\
195 \n\tRobert Schwede <schwede@ironshark.com>\
196 \n\tBenjamin Scherrer <realhangman@web.de>\
197 \n\tEdgar Aichinger <edogawa@aon.at>\
198 \n\tRichard Oax <richard@pagliacciempire.de>\
199 \n\tRobin Gloster <robin@loc-com.de>\n"),
200         N_("Italian:\n\tFilippo Pappalardo <filippo@email.it>\n\tRaffaele Morelli <raffaele.morelli@gmail.com>\n"),
201         N_("Portuguese:\n\tRui Nuno Capela <rncbc@rncbc.org>\n"),
202         N_("Brazilian Portuguese:\n\tAlexander da Franca Fernandes <alexander@nautae.eti.br>\
203 \n\tChris Ross <chris@tebibyte.org>\n"),
204         N_("Spanish:\n\t Alex Krohn <alexkrohn@fastmail.fm>\n\tPablo Fernández <pablo.fbus@gmail.com>\n"),
205         N_("Russian:\n\t Igor Blinov <pitstop@nm.ru>\
206 \n\tAlexandre Prokoudine <alexandre.prokoudine@gmail.com>\n"),
207         N_("Greek:\n\t Klearchos Gourgourinis <muadib@in.gr>\n"),
208         N_("Swedish:\n\t Petter Sundlöf <petter.sundlof@gmail.com>\n"),
209         N_("Polish:\n\t Piotr Zaryk <pzaryk@gmail.com>\n"),
210         N_("Czech:\n\t Pavel Fric <pavelfric@seznam.cz>\n"),
211         N_("Norwegian:\n\t Eivind Ødegård\n"),
212         N_("Chinese:\n\t Rui-huai Zhang <zrhzrh@mail.ustc.edu.cn>\n"),
213         0
214 };
215
216 static const char* gpl = X_("\n\
217 Ardour comes with NO WARRANTY. It is free software, and you are welcome to redistribute it\n\
218 under the terms of the GNU General Public License, shown below.\n\
219 \n\
220                     GNU GENERAL PUBLIC LICENSE\n\
221                        Version 2, June 1991\n\
222 \n\
223  Copyright (C) 1989, 1991 Free Software Foundation, Inc.\n\
224      59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\
225  Everyone is permitted to copy and distribute verbatim copies\n\
226  of this license document, but changing it is not allowed.\n\
227 \n\
228                             Preamble\n\
229 \n\
230   The licenses for most software are designed to take away your\n\
231 freedom to share and change it.  By contrast, the GNU General Public\n\
232 License is intended to guarantee your freedom to share and change free\n\
233 software--to make sure the software is free for all its users.  This\n\
234 General Public License applies to most of the Free Software\n\
235 Foundation's software and to any other program whose authors commit to\n\
236 using it.  (Some other Free Software Foundation software is covered by\n\
237 the GNU Library General Public License instead.)  You can apply it to\n\
238 your programs, too.\n\
239 \n\
240   When we speak of free software, we are referring to freedom, not\n\
241 price.  Our General Public Licenses are designed to make sure that you\n\
242 have the freedom to distribute copies of free software (and charge for\n\
243 this service if you wish), that you receive source code or can get it\n\
244 if you want it, that you can change the software or use pieces of it\n\
245 in new free programs; and that you know you can do these things.\n\
246 \n\
247   To protect your rights, we need to make restrictions that forbid\n\
248 anyone to deny you these rights or to ask you to surrender the rights.\n\
249 These restrictions translate to certain responsibilities for you if you\n\
250 distribute copies of the software, or if you modify it.\n\
251 \n\
252   For example, if you distribute copies of such a program, whether\n\
253 gratis or for a fee, you must give the recipients all the rights that\n\
254 you have.  You must make sure that they, too, receive or can get the\n\
255 source code.  And you must show them these terms so they know their\n\
256 rights.\n\
257 \n\
258   We protect your rights with two steps: (1) copyright the software, and\n\
259 (2) offer you this license which gives you legal permission to copy,\n\
260 distribute and/or modify the software.\n\
261 \n\
262   Also, for each author's protection and ours, we want to make certain\n\
263 that everyone understands that there is no warranty for this free\n\
264 software.  If the software is modified by someone else and passed on, we\n\
265 want its recipients to know that what they have is not the original, so\n\
266 that any problems introduced by others will not reflect on the original\n\
267 authors' reputations.\n\
268 \n\
269   Finally, any free program is threatened constantly by software\n\
270 patents.  We wish to avoid the danger that redistributors of a free\n\
271 program will individually obtain patent licenses, in effect making the\n\
272 program proprietary.  To prevent this, we have made it clear that any\n\
273 patent must be licensed for everyone's free use or not licensed at all.\n\
274 \n\
275   The precise terms and conditions for copying, distribution and\n\
276 modification follow.\n\
277 \f\n\
278 ""                  GNU GENERAL PUBLIC LICENSE\n\
279    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\
280 \n\
281   0. This License applies to any program or other work which contains\n\
282 a notice placed by the copyright holder saying it may be distributed\n\
283 under the terms of this General Public License.  The \"Program\", below,\n\
284 refers to any such program or work, and a \"work based on the Program\"\n\
285 means either the Program or any derivative work under copyright law:\n\
286 that is to say, a work containing the Program or a portion of it,\n\
287 either verbatim or with modifications and/or translated into another\n\
288 language.  (Hereinafter, translation is included without limitation in\n\
289 the term \"modification\".)  Each licensee is addressed as \"you\".\n\
290 \n\
291 Activities other than copying, distribution and modification are not\n\
292 covered by this License; they are outside its scope.  The act of\n\
293 running the Program is not restricted, and the output from the Program\n\
294 is covered only if its contents constitute a work based on the\n\
295 Program (independent of having been made by running the Program).\n\
296 Whether that is true depends on what the Program does.\n\
297 \n\
298   1. You may copy and distribute verbatim copies of the Program's\n\
299 source code as you receive it, in any medium, provided that you\n\
300 conspicuously and appropriately publish on each copy an appropriate\n\
301 copyright notice and disclaimer of warranty; keep intact all the\n\
302 notices that refer to this License and to the absence of any warranty;\n\
303 and give any other recipients of the Program a copy of this License\n\
304 along with the Program.\n\
305 \n\
306 You may charge a fee for the physical act of transferring a copy, and\n\
307 you may at your option offer warranty protection in exchange for a fee.\n\
308 \n\
309   2. You may modify your copy or copies of the Program or any portion\n\
310 of it, thus forming a work based on the Program, and copy and\n\
311 distribute such modifications or work under the terms of Section 1\n\
312 above, provided that you also meet all of these conditions:\n\
313 \n\
314     a) You must cause the modified files to carry prominent notices\n\
315     stating that you changed the files and the date of any change.\n\
316 \n\
317     b) You must cause any work that you distribute or publish, that in\n\
318     whole or in part contains or is derived from the Program or any\n\
319     part thereof, to be licensed as a whole at no charge to all third\n\
320     parties under the terms of this License.\n\
321 \n\
322     c) If the modified program normally reads commands interactively\n\
323     when run, you must cause it, when started running for such\n\
324     interactive use in the most ordinary way, to print or display an\n\
325     announcement including an appropriate copyright notice and a\n\
326     notice that there is no warranty (or else, saying that you provide\n\
327     a warranty) and that users may redistribute the program under\n\
328     these conditions, and telling the user how to view a copy of this\n\
329     License.  (Exception: if the Program itself is interactive but\n\
330     does not normally print such an announcement, your work based on\n\
331     the Program is not required to print an announcement.)\n\
332 \f\n\
333 These requirements apply to the modified work as a whole.  If\n\
334 identifiable sections of that work are not derived from the Program,\n\
335 and can be reasonably considered independent and separate works in\n\
336 themselves, then this License, and its terms, do not apply to those\n\
337 sections when you distribute them as separate works.  But when you\n\
338 distribute the same sections as part of a whole which is a work based\n\
339 on the Program, the distribution of the whole must be on the terms of\n\
340 this License, whose permissions for other licensees extend to the\n\
341 entire whole, and thus to each and every part regardless of who wrote it.\n\
342 \n\
343 Thus, it is not the intent of this section to claim rights or contest\n\
344 your rights to work written entirely by you; rather, the intent is to\n\
345 exercise the right to control the distribution of derivative or\n\
346 collective works based on the Program.\n\
347 \n\
348 In addition, mere aggregation of another work not based on the Program\n\
349 with the Program (or with a work based on the Program) on a volume of\n\
350 a storage or distribution medium does not bring the other work under\n\
351 the scope of this License.\n\
352 \n\
353   3. You may copy and distribute the Program (or a work based on it,\n\
354 under Section 2) in object code or executable form under the terms of\n\
355 Sections 1 and 2 above provided that you also do one of the following:\n\
356 \n\
357     a) Accompany it with the complete corresponding machine-readable\n\
358     source code, which must be distributed under the terms of Sections\n\
359     1 and 2 above on a medium customarily used for software interchange; or,\n\
360 \n\
361     b) Accompany it with a written offer, valid for at least three\n\
362     years, to give any third party, for a charge no more than your\n\
363     cost of physically performing source distribution, a complete\n\
364     machine-readable copy of the corresponding source code, to be\n\
365     distributed under the terms of Sections 1 and 2 above on a medium\n\
366     customarily used for software interchange; or,\n\
367 \n\
368     c) Accompany it with the information you received as to the offer\n\
369     to distribute corresponding source code.  (This alternative is\n\
370     allowed only for noncommercial distribution and only if you\n\
371     received the program in object code or executable form with such\n\
372     an offer, in accord with Subsection b above.)\n\
373 \n\
374 The source code for a work means the preferred form of the work for\n\
375 making modifications to it.  For an executable work, complete source\n\
376 code means all the source code for all modules it contains, plus any\n\
377 associated interface definition files, plus the scripts used to\n\
378 control compilation and installation of the executable.  However, as a\n\
379 special exception, the source code distributed need not include\n\
380 anything that is normally distributed (in either source or binary\n\
381 form) with the major components (compiler, kernel, and so on) of the\n\
382 operating system on which the executable runs, unless that component\n\
383 itself accompanies the executable.\n\
384 \n\
385 If distribution of executable or object code is made by offering\n\
386 access to copy from a designated place, then offering equivalent\n\
387 access to copy the source code from the same place counts as\n\
388 distribution of the source code, even though third parties are not\n\
389 compelled to copy the source along with the object code.\n\
390 \f\n\
391   4. You may not copy, modify, sublicense, or distribute the Program\n\
392 except as expressly provided under this License.  Any attempt\n\
393 otherwise to copy, modify, sublicense or distribute the Program is\n\
394 void, and will automatically terminate your rights under this License.\n\
395 However, parties who have received copies, or rights, from you under\n\
396 this License will not have their licenses terminated so long as such\n\
397 parties remain in full compliance.\n\
398 \n\
399   5. You are not required to accept this License, since you have not\n\
400 signed it.  However, nothing else grants you permission to modify or\n\
401 distribute the Program or its derivative works.  These actions are\n\
402 prohibited by law if you do not accept this License.  Therefore, by\n\
403 modifying or distributing the Program (or any work based on the\n\
404 Program), you indicate your acceptance of this License to do so, and\n\
405 all its terms and conditions for copying, distributing or modifying\n\
406 the Program or works based on it.\n\
407 \n\
408   6. Each time you redistribute the Program (or any work based on the\n\
409 Program), the recipient automatically receives a license from the\n\
410 original licensor to copy, distribute or modify the Program subject to\n\
411 these terms and conditions.  You may not impose any further\n\
412 restrictions on the recipients' exercise of the rights granted herein.\n\
413 You are not responsible for enforcing compliance by third parties to\n\
414 this License.\n\
415 \n\
416   7. If, as a consequence of a court judgment or allegation of patent\n\
417 infringement or for any other reason (not limited to patent issues),\n\
418 conditions are imposed on you (whether by court order, agreement or\n\
419 otherwise) that contradict the conditions of this License, they do not\n\
420 excuse you from the conditions of this License.  If you cannot\n\
421 distribute so as to satisfy simultaneously your obligations under this\n\
422 License and any other pertinent obligations, then as a consequence you\n\
423 may not distribute the Program at all.  For example, if a patent\n\
424 license would not permit royalty-free redistribution of the Program by\n\
425 all those who receive copies directly or indirectly through you, then\n\
426 the only way you could satisfy both it and this License would be to\n\
427 refrain entirely from distribution of the Program.\n\
428 \n\
429 If any portion of this section is held invalid or unenforceable under\n\
430 any particular circumstance, the balance of the section is intended to\n\
431 apply and the section as a whole is intended to apply in other\n\
432 circumstances.\n\
433 \n\
434 It is not the purpose of this section to induce you to infringe any\n\
435 patents or other property right claims or to contest validity of any\n\
436 such claims; this section has the sole purpose of protecting the\n\
437 integrity of the free software distribution system, which is\n\
438 implemented by public license practices.  Many people have made\n\
439 generous contributions to the wide range of software distributed\n\
440 through that system in reliance on consistent application of that\n\
441 system; it is up to the author/donor to decide if he or she is willing\n\
442 to distribute software through any other system and a licensee cannot\n\
443 impose that choice.\n\
444 \n\
445 This section is intended to make thoroughly clear what is believed to\n\
446 be a consequence of the rest of this License.\n\
447 \f\n\
448   8. If the distribution and/or use of the Program is restricted in\n\
449 certain countries either by patents or by copyrighted interfaces, the\n\
450 original copyright holder who places the Program under this License\n\
451 may add an explicit geographical distribution limitation excluding\n\
452 those countries, so that distribution is permitted only in or among\n\
453 countries not thus excluded.  In such case, this License incorporates\n\
454 the limitation as if written in the body of this License.\n\
455 \n\
456   9. The Free Software Foundation may publish revised and/or new versions\n\
457 of the General Public License from time to time.  Such new versions will\n\
458 be similar in spirit to the present version, but may differ in detail to\n\
459 address new problems or concerns.\n\
460 \n\
461 Each version is given a distinguishing version number.  If the Program\n\
462 specifies a version number of this License which applies to it and \"any\n\
463 later version\", you have the option of following the terms and conditions\n\
464 either of that version or of any later version published by the Free\n\
465 Software Foundation.  If the Program does not specify a version number of\n\
466 this License, you may choose any version ever published by the Free Software\n\
467 Foundation.\n\
468 \n\
469   10. If you wish to incorporate parts of the Program into other free\n\
470 programs whose distribution conditions are different, write to the author\n\
471 to ask for permission.  For software which is copyrighted by the Free\n\
472 Software Foundation, write to the Free Software Foundation; we sometimes\n\
473 make exceptions for this.  Our decision will be guided by the two goals\n\
474 of preserving the free status of all derivatives of our free software and\n\
475 of promoting the sharing and reuse of software generally.\n\
476 \n\
477                             NO WARRANTY\n\
478 \n\
479   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\n\
480 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\n\
481 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\n\
482 PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\n\
483 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n\
484 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\n\
485 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\n\
486 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\n\
487 REPAIR OR CORRECTION.\n\
488 \n\
489   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n\
490 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\n\
491 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\n\
492 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\n\
493 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\n\
494 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\n\
495 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\n\
496 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\n\
497 POSSIBILITY OF SUCH DAMAGES.\n\
498 \n\
499                      END OF TERMS AND CONDITIONS\n\
500 \f\n\
501             How to Apply These Terms to Your New Programs\n\
502 \n\
503   If you develop a new program, and you want it to be of the greatest\n\
504 possible use to the public, the best way to achieve this is to make it\n\
505 free software which everyone can redistribute and change under these terms.\n\
506 \n\
507   To do so, attach the following notices to the program.  It is safest\n\
508 to attach them to the start of each source file to most effectively\n\
509 convey the exclusion of warranty; and each file should have at least\n\
510 the \"copyright\" line and a pointer to where the full notice is found.\n\
511 \n\
512     <one line to give the program's name and a brief idea of what it does.>\n\
513     Copyright (C) <year>  <name of author>\n\
514 \n\
515     This program is free software; you can redistribute it and/or modify\n\
516     it under the terms of the GNU General Public License as published by\n\
517     the Free Software Foundation; either version 2 of the License, or\n\
518     (at your option) any later version.\n\
519 \n\
520     This program is distributed in the hope that it will be useful,\n\
521     but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
522     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\
523     GNU General Public License for more details.\n\
524 \n\
525     You should have received a copy of the GNU General Public License\n\
526     along with this program; if not, write to the Free Software\n\
527     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n\
528 \n\
529 \n\
530 Also add information on how to contact you by electronic and paper mail.\n\
531 \n\
532 If the program is interactive, make it output a short notice like this\n\
533 when it starts in an interactive mode:\n\
534 \n\
535     Gnomovision version 69, Copyright (C) year  name of author\n\
536     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n\
537     This is free software, and you are welcome to redistribute it\n\
538     under certain conditions; type `show c' for details.\n\
539 \n\
540 The hypothetical commands `show w' and `show c' should show the appropriate\n\
541 parts of the General Public License.  Of course, the commands you use may\n\
542 be called something other than `show w' and `show c'; they could even be\n\
543 mouse-clicks or menu items--whatever suits your program.\n\
544 \n\
545 You should also get your employer (if you work as a programmer) or your\n\
546 school, if any, to sign a \"copyright disclaimer\" for the program, if\n\
547 necessary.  Here is a sample; alter the names:\n\
548 \n\
549   Yoyodyne, Inc., hereby disclaims all copyright interest in the program\n\
550   `Gnomovision' (which makes passes at compilers) written by James Hacker.\n\
551 \n\
552   <signature of Ty Coon>, 1 April 1989\n\
553   Ty Coon, President of Vice\n\
554 \n\
555 This General Public License does not permit incorporating your program into\n\
556 proprietary programs.  If your program is a subroutine library, you may\n\
557 consider it more useful to permit linking proprietary applications with the\n\
558 library.  If this is what you want to do, use the GNU Library General\n\
559 Public License instead of this License.\n\
560 "); /* Note that at the start of (approximately) line 265, the above license
561        text has been split into two concatenated tokens (to satisfy compilation
562        under MSVC). Hopefully this won't affect gcc */
563
564 About::About ()
565         : config_info (0)
566 #ifdef WITH_PAYMENT_OPTIONS
567         , paypal_pixmap (paypal_xpm)
568 #endif
569 {
570         // set_type_hint(Gdk::WINDOW_TYPE_HINT_SPLASHSCREEN);
571
572         string t;
573
574         std::string splash_file;
575
576         Searchpath spath(ardour_data_search_path());
577
578         if (find_file (spath, "splash.png", splash_file)) {
579                 set_logo (Gdk::Pixbuf::create_from_file (splash_file));
580         } else {
581                 error << "Could not find splash file" << endmsg;
582         }
583
584         set_authors (authors);
585
586         for (int n = 0; translators[n]; ++n) {
587                 t += translators[n];
588                 t += ' ';
589         }
590
591 #if defined __x86_64__ || defined _M_X64
592         const std::string cpu_arch = _("Intel 64 bit");
593 #elif defined __i386__  || defined _M_IX86
594         const std::string cpu_arch = _("Intel 32 bit");
595 #elif defined __ppc__ && defined  __LP64__
596         const std::string cpu_arch = _("PowerPC 64bit");
597 #elif defined __ppc__
598         const std::string cpu_arch = _("PowerPC 32bit");
599 #elif defined  __LP64__
600         const std::string cpu_arch = _("64bit");
601 #else
602         const std::string cpu_arch = _("32bit"); // ARM, ALPHA,..
603 #endif
604         set_translator_credits (t);
605         set_copyright (_("Copyright (C) 1999-2015 Paul Davis\n"));
606         set_license (gpl);
607         set_name (X_("Ardour"));
608         set_website (X_("http://ardour.org/"));
609         set_website_label (_("http://ardour.org/"));
610         set_version ((string_compose(_("%1%2\n(built from revision %3)\n%4"),
611                                      VERSIONSTRING, CODENAME,
612                                      revision, cpu_arch)));
613
614         Gtk::Button* config_button = manage (new Button (_("Config")));
615
616         get_action_area()->add (*config_button);
617         get_action_area()->reorder_child (*config_button, 0);
618         config_button->signal_clicked().connect (mem_fun (*this, &About::show_config_info));
619
620         Gtk::Button *btn = static_cast<Gtk::Button*>(get_widget_for_response(Gtk::RESPONSE_CANCEL));
621         if (btn) {
622                 btn->signal_clicked().connect(sigc::mem_fun(static_cast<Gtk::Window*>(this), &Gtk::Window::hide));
623         }
624 }
625
626 About::~About ()
627 {
628         delete config_info;
629 }
630
631 void
632 About::show_config_info ()
633 {
634         if (!config_info) {
635                 config_info = new ConfigInfoDialog;
636         }
637
638         config_info->run ();
639         config_info->hide ();
640 }
641