1<!-- Aseprite -->
2<!-- Copyright (C) 2018 by David Capello -->
3<gui i18nwarnings="false">
4<window id="about" text="About Aseprite">
5  <vbox>
6    <label text="" id="title" />
7    <label text="Animated sprite editor &amp;&amp; pixel art tool" />
8    <separator text="Authors:" horizontal="true" />
9    <grid columns="2">
10      <link text="David Capello" url="https://davidcapello.com/" />
11      <label text="- Lead developer, graphics &amp;&amp; maintainer" />
12      <link text="Gaspar Capello" url="https://github.com/Gasparoken" />
13      <label text="- Programmer, bug fixing" />
14
15      <separator text="Contributors:" horizontal="true" cell_hspan="2" />
16      <link text="Ilija Melentijevic" url="https://ilkke.net/" />
17      <label text="- Default skin &amp;&amp; graphics introduced in v0.8" />
18
19      <hbox cell_hspan="2">
20	<link text="Other Contributors" url="https://www.aseprite.org/contributors/" />
21        <label text="&amp;&amp;" />
22        <link text="Third-Party Projects" url="" id="licenses" />
23      </hbox>
24    </grid>
25    <separator horizontal="true" />
26    <label text="Copyright (C) 2001-2018 David Capello" />
27    <link text="https://www.aseprite.org/" url="https://www.aseprite.org/" />
28    <hbox>
29      <boxfiller />
30      <button text="@general.close" closewindow="true" id="ok" magnet="true" minwidth="60" />
31      <boxfiller />
32    </hbox>
33  </vbox>
34</window>
35</gui>
36