Clean up Spectrograph test file.
[dictix.git] / src / dix-about.vala
bloba0019f13a59415489d0ba88f4fa28e82ad5156d7
1 /**
2 * Dictix / DixAbout - dix-about.vala
4 * Copyright (C) Martin Blanchard 2011 <tinram@gmx.fr>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software Foundation,
18 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
22 using GLib;
23 using Gtk;
24 using Dix;
26 namespace Global {
27 /* @Devellopers : keep that alphabetically sorted */
28 public const string[] authors = {
29 "Martin Blanchard <tinram@gmx.fr>",
30 null
33 public const string copyrights = "Copyright © 2011 Martin Blanchard";