aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-22 11:17:17 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-22 11:17:17 +0000
commit3ff83c9a1a333f455785d0949d64951c8b636289 (patch)
tree102eee7aca6c967832c97316d2ca01456f77edb4 /src
parentbccef08d287455b36939b2eaf8591f8fe78dfdef (diff)
downloadellinika-3ff83c9a1a333f455785d0949d64951c8b636289.tar.gz
ellinika-3ff83c9a1a333f455785d0949d64951c8b636289.tar.bz2
Include config.h
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@162 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'src')
-rw-r--r--src/trans.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/trans.h b/src/trans.h
index e36fea4..5c70804 100644
--- a/src/trans.h
+++ b/src/trans.h
@@ -1,3 +1,25 @@
+/*
+ This file is part of Ellinika project.
+ Copyright (C) 2004 Sergey Poznyakoff
+
+ Ellinika is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Ellinika is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Ellinika; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+*/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>

Return to:

Send suggestions and report system problems to the System administrator.