[gbrainy] AssemblyInfo for all modules



commit 9999cf6e28347a846e0c9eda35112fbc5d06509a
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Nov 21 12:04:06 2009 +0100

    AssemblyInfo for all modules

 configure.in                             |    4 ++++
 src/Clients/Classical/AssemblyInfo.cs.in |    2 +-
 src/Core/AssemblyInfo.cs.in              |   27 +++++++++++++++++++++++++++
 src/Core/Makefile.am                     |    3 ++-
 src/Games/AssemblyInfo.cs.in             |   27 +++++++++++++++++++++++++++
 src/Games/Makefile.am                    |    1 +
 6 files changed, 62 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index fd018f1..ae95bc3 100644
--- a/configure.in
+++ b/configure.in
@@ -124,11 +124,15 @@ AC_CONFIG_FILES([src/Clients/Classical/gbrainy],[chmod +x src/Clients/Classical/
 GNOME_ICON_THEME_PREFIX=`$PKG_CONFIG --variable=prefix gnome-icon-theme`
 AC_SUBST(GNOME_ICON_THEME_PREFIX)
 
+COPYRIGHT="(c)2007-2009 Jordi Mas i Hernandez"
+AC_SUBST(COPYRIGHT)
 
 AC_OUTPUT([
 src/Core/Main/Defines.cs
 src/Clients/Classical/Defines.cs
 src/Clients/Classical/AssemblyInfo.cs
+src/Core/AssemblyInfo.cs
+src/Games/AssemblyInfo.cs
 Makefile
 po/Makefile.in
 src/Makefile
diff --git a/src/Clients/Classical/AssemblyInfo.cs.in b/src/Clients/Classical/AssemblyInfo.cs.in
index ea8b88e..9856012 100644
--- a/src/Clients/Classical/AssemblyInfo.cs.in
+++ b/src/Clients/Classical/AssemblyInfo.cs.in
@@ -21,7 +21,7 @@ using System.Reflection;
 
 [assembly: AssemblyVersion("@VERSION@")]
 [assembly: AssemblyTitle ("gbrainy")]
-[assembly: AssemblyCopyright ("(c)2007-2009 Jordi Mas")]
+[assembly: AssemblyCopyright ("@COPYRIGHT@")]
 [assembly: AssemblyDescription ("A brain teaser game for fun and to keep your brain trained")]
 
 
diff --git a/src/Core/AssemblyInfo.cs.in b/src/Core/AssemblyInfo.cs.in
new file mode 100644
index 0000000..1e33db6
--- /dev/null
+++ b/src/Core/AssemblyInfo.cs.in
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2007-2009 Jordi Mas i Hernàndez <jmas softcatala org>
+ *
+ * This program 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.
+ *
+ * This program 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 this program; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+using System.Reflection;
+
+[assembly: AssemblyVersion("@VERSION@")]
+[assembly: AssemblyTitle ("gbrainy.Core.dll")]
+[assembly: AssemblyCopyright ("@COPYRIGHT@")]
+[assembly: AssemblyDescription ("A brain teaser game for fun and to keep your brain trained")]
+
+
diff --git a/src/Core/Makefile.am b/src/Core/Makefile.am
index e7e42ff..c118a52 100644
--- a/src/Core/Makefile.am
+++ b/src/Core/Makefile.am
@@ -3,6 +3,7 @@ CSFLAGS = -target:library
 TARGET = ../gbrainy.Core.dll
 
 CSFILES =  \
+		AssemblyInfo.cs			\
 		Main/ArrayListIndicesRandom.cs	\
 		Main/ColorPalette.cs		\
 		Main/Defines.cs			\
@@ -34,7 +35,7 @@ RES = \
 $(top_srcdir)/data/app-graphics/background.svg  	\
 $(top_srcdir)/data/app-graphics/logic-games.svg		\
 $(top_srcdir)/data/app-graphics/math-games.svg		\
-$(top_srcdir)/data/app-graphics/memory-games.svg	\	
+$(top_srcdir)/data/app-graphics/memory-games.svg	\
 $(top_srcdir)/data/app-graphics/verbal-games.svg	
 
 
diff --git a/src/Games/AssemblyInfo.cs.in b/src/Games/AssemblyInfo.cs.in
new file mode 100644
index 0000000..1e33db6
--- /dev/null
+++ b/src/Games/AssemblyInfo.cs.in
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2007-2009 Jordi Mas i Hernàndez <jmas softcatala org>
+ *
+ * This program 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.
+ *
+ * This program 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 this program; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+using System.Reflection;
+
+[assembly: AssemblyVersion("@VERSION@")]
+[assembly: AssemblyTitle ("gbrainy.Core.dll")]
+[assembly: AssemblyCopyright ("@COPYRIGHT@")]
+[assembly: AssemblyDescription ("A brain teaser game for fun and to keep your brain trained")]
+
+
diff --git a/src/Games/Makefile.am b/src/Games/Makefile.am
index 92d3752..8d66f0f 100644
--- a/src/Games/Makefile.am
+++ b/src/Games/Makefile.am
@@ -3,6 +3,7 @@ CSFLAGS = -target:library
 TARGET = ../gbrainy.Games.dll
 
 CSFILES =  \
+		AssemblyInfo.cs					\
 		GameList.cs					\
 		Logic/Puzzle3DCube.cs				\
 		Logic/PuzzleBalance.cs				\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]