From ff79d8e4186e4b52b8bbd5b77a56cd792d166b93 Mon Sep 17 00:00:00 2001 From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de> Date: Tue, 8 May 2012 18:47:14 +0000 Subject: [PATCH] fixed my mail address (bessy -> helmholtz-berlin) --- documentation/Installation.txt | 2 +- documentation/index.txt | 2 +- src/seq/seq.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/Installation.txt b/documentation/Installation.txt index 9e6b2bf1..bc31a2b9 100644 --- a/documentation/Installation.txt +++ b/documentation/Installation.txt @@ -348,7 +348,7 @@ Report Bugs ----------- Please send bug reports to to tech-talk@aps.anl.gov or the maintainer -(currently this is `me <benjamin.franksen@bessy.de>`_). It helps +(currently this is `me <benjamin.franksen@helmholtz-berlin.de>`_). It helps if you include which release of the sequencer and EPICS base release you are using. diff --git a/documentation/index.txt b/documentation/index.txt index 86938acc..3ed5f17c 100644 --- a/documentation/index.txt +++ b/documentation/index.txt @@ -4,7 +4,7 @@ State Notation Language and Sequencer .. image:: epics-logo.png :align: right -:Maintainer: Ben Franksen <benjamin.franksen@bessy.de> +:Maintainer: Ben Franksen <benjamin.franksen@helmholtz-berlin.de> :Bug Reports: tech-talk@aps.anl.gov Welcome to the new home of the EPICS Sequencer. diff --git a/src/seq/seq.h b/src/seq/seq.h index 47fc49c3..dc191d7d 100644 --- a/src/seq/seq.h +++ b/src/seq/seq.h @@ -56,7 +56,7 @@ in the file LICENSE that is included with this distribution. #ifdef epicsAssertAuthor #undef epicsAssertAuthor #endif -#define epicsAssertAuthor "benjamin.franksen@bessy.de" +#define epicsAssertAuthor "benjamin.franksen@helmholtz-berlin.de" #include "seqPvt.h" #endif /*INCLseqh*/ -- GitLab