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