summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2019-03-10 20:24:03 +0100
committerGitHub <noreply@github.com>2019-03-10 20:24:03 +0100
commitdb72876d4461ada28ed216d04167cb06e1c41b9b (patch)
tree3966657f471b6ee83ad48f33a7c3ae11442fbb21
parent5e01bfcc3d4ffe58a0d835ed1ec8e140b7b8a9e0 (diff)
downloadmidori-git-db72876d4461ada28ed216d04167cb06e1c41b9b.tar.gz
Mention the Astian Foundation and authors in About (#298)
As an umbrella organization the Astian Foundation should appear in the About dialog - legally speaking there is nor will there be copyright assignment.
-rw-r--r--ui/about.ui8
1 files changed, 7 insertions, 1 deletions
diff --git a/ui/about.ui b/ui/about.ui
index 8f2c5d2e..a9ee2638 100644
--- a/ui/about.ui
+++ b/ui/about.ui
@@ -2,7 +2,13 @@
<template class="MidoriAbout" parent="GtkAboutDialog">
<property name="modal">yes</property>
<property name="logo-icon-name">midori</property>
- <property name="copyright">2007-2019 Christian Dywan</property>
+ <property name="copyright" translatable="yes">2007-2019 Astian Foundation</property>
+ <property name="authors">2007-2019 Christian Dywan &lt;christian@twotoasts.de&gt;
+ 2009-2012 Alexander Butenko &lt;a.butenka@gmail.com&gt;
+ 2014 Paweł Forysiuk &lt;tuxator@o2.pl&gt;
+ 2010 Samuel Creshal &lt;creshal@arcor.de&gt;
+ 2010 Arno Renevier &lt;arno@renevier.net&gt;
+ </property>
<property name="license-type">GTK_LICENSE_LGPL_2_1</property>
<property name="program-name" translatable="yes">Midori Web Browser</property>
<property name="comments" translatable="yes">A lightweight web browser.</property>