[vmkit-commits] [vmkit] r180500 - Update of the copyright year + reporting address

Peter Senna Tschudin peter.senna at gmail.com
Thu Apr 25 10:18:29 PDT 2013


Author: peter.senna
Date: Thu Apr 25 12:16:58 2013
New Revision: 180500

URL: http://llvm.org/viewvc/llvm-project?rev=180500&view=rev
Log:
Update of the copyright year + reporting address
(cherry picked from commit e6570fa257c4b5cf85f4af8c3a1511c0045b802a)
(cherry picked from commit 1e422511bec535b45fe4167b458f0569f4ab7f9c)

Modified:
    vmkit/trunk/autoconf/configure.ac

Modified: vmkit/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/autoconf/configure.ac?rev=180500&r1=180499&r2=180500&view=diff
==============================================================================
--- vmkit/trunk/autoconf/configure.ac (original)
+++ vmkit/trunk/autoconf/configure.ac Thu Apr 25 12:16:58 2013
@@ -31,12 +31,12 @@ dnl===
 dnl===-----------------------------------------------------------------------===
 dnl Initialize autoconf and define the package name, version number and
 dnl email address for reporting bugs.
-AC_INIT([vmkit],[0.32svn],[nicolas.geoffray at gmail.com])
+AC_INIT([vmkit],[0.32svn],[vmkit2-development at lists.gforge.inria.fr])
 
 dnl Provide a copyright substitution and ensure the copyright notice is included
 dnl in the output of --version option of the generated configure script.
-AC_SUBST(VMKIT_COPYRIGHT,["Copyright (c) 2003-2012 Universite Pierre et Marie Curie."])
-AC_COPYRIGHT([Copyright (c) 2003-2012 Universite Pierre et Marie Curie.])
+AC_SUBST(VMKIT_COPYRIGHT,["Copyright (c) 2003-2013 Universite Pierre et Marie Curie."])
+AC_COPYRIGHT([Copyright (c) 2003-2013 Universite Pierre et Marie Curie.])
 
 dnl Indicate that we require autoconf 2.59 or later. Ths is needed because we
 dnl use some autoconf macros only available in 2.59.
@@ -200,9 +200,9 @@ case "$enableval" in
   *) AC_MSG_ERROR([Invalid setting for --enable-assert. Use "yes" or "no"]) ;;
 esac
 
-dnl **************************************************************************                                                             
-dnl llvm                                                                                                                                   
-dnl **************************************************************************                                                             
+dnl **************************************************************************
+dnl llvm
+dnl **************************************************************************
 AC_ARG_WITH(llvm-config-path,
        [AS_HELP_STRING(--with-llvm-config-path=path,
            [llvm-config path (use default path)])],





More information about the vmkit-commits mailing list