소스 검색

Changed author's email

Stéphane Raimbault 18 년 전
부모
커밋
741022cef1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      AUTHORS
  2. 1 1
      configure.ac

+ 1 - 1
AUTHORS

@@ -1 +1 @@
-Stéphane Raimbault <stephane.raimbault@free.fr>
+Stéphane Raimbault <stephane.raimbault@gmail.com>

+ 1 - 1
configure.ac

@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(libmodbus, 1.2, stephane.raimbault@free.fr)
+AC_INIT(libmodbus, 1.2, stephane.raimbault@gmail.com)
 AM_INIT_AUTOMAKE(libmodbus, 1.2.0)
 
 # Checks for programs.