[chronojump] Adds comment on buildInfo.cs.in to avoid people editing buildInfo.cs



commit 48af4e84ba87467c8c1d9efcda10bc9e86c6a03e
Author: Carles Pina i Estany <carles pina cat>
Date:   Tue Oct 18 19:41:48 2016 +0200

    Adds comment on buildInfo.cs.in to avoid people editing buildInfo.cs
    
    Also, uses Unix new lines on AssemblyInfo.cs.in instead of Windows new
    lines. It wasn't changed with other files because the extension is not
    .cs and we only changed the .cs files.

 src/AssemblyInfo.cs.in |   70 ++++++++++++++++++++++++------------------------
 src/buildInfo.cs.in    |    3 ++
 2 files changed, 38 insertions(+), 35 deletions(-)
---
diff --git a/src/AssemblyInfo.cs.in b/src/AssemblyInfo.cs.in
index 6a3b5c2..c2fd65c 100644
--- a/src/AssemblyInfo.cs.in
+++ b/src/AssemblyInfo.cs.in
@@ -1,35 +1,35 @@
-// Do not edit the file AssemblyInfo.cs. It gets generated by autoconf
-// Do edit the file AssemblyInfo.cs.in
-
-using System.Reflection;
-using System.Runtime.CompilerServices;
-
-// Information about this assembly is defined by the following
-// attributes.
-//
-// change them to the information which is associated with the assembly
-// you compile.
-
-[assembly: AssemblyTitle("ChronoJump")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("Copyright (C) 2004-2016   Xavier de Blas <xaviblas gmail com>")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// The assembly version has following format :
-//
-// Major.Minor.Build.Revision
-//
-// You can specify all values by your own or you can build default build and revision
-// numbers with the '*' character (the default):
-
-[assembly: AssemblyVersion("@PACKAGE_SIMPLIFIED_VERSION@")]
-
-// The following attributes specify the key for the sign of your assembly. See the
-// .NET Framework documentation for more information about signing.
-// This is not required, if you don't want signing let these attributes like they're.
-[assembly: AssemblyDelaySign(false)]
-[assembly: AssemblyKeyFile("")]
+// Do not edit the file AssemblyInfo.cs. It gets generated by autoconf
+// Do edit the file AssemblyInfo.cs.in
+
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+// Information about this assembly is defined by the following
+// attributes.
+//
+// change them to the information which is associated with the assembly
+// you compile.
+
+[assembly: AssemblyTitle("ChronoJump")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("")]
+[assembly: AssemblyCopyright("Copyright (C) 2004-2016   Xavier de Blas <xaviblas gmail com>")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// The assembly version has following format :
+//
+// Major.Minor.Build.Revision
+//
+// You can specify all values by your own or you can build default build and revision
+// numbers with the '*' character (the default):
+
+[assembly: AssemblyVersion("@PACKAGE_SIMPLIFIED_VERSION@")]
+
+// The following attributes specify the key for the sign of your assembly. See the
+// .NET Framework documentation for more information about signing.
+// This is not required, if you don't want signing let these attributes like they're.
+[assembly: AssemblyDelaySign(false)]
+[assembly: AssemblyKeyFile("")]
diff --git a/src/buildInfo.cs.in b/src/buildInfo.cs.in
index 256c03c..a2b42a7 100644
--- a/src/buildInfo.cs.in
+++ b/src/buildInfo.cs.in
@@ -1,3 +1,6 @@
+// Do not edit the file buildInfo.cs - it gets generated by autogen.sh
+// Do edit the file buildInfo.cs.in which is the template.
+
 public class BuildInfo
 {
        // related: UtilAll::ReadVersion() returns the version file


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