diff --git a/doc/manual/ultrascan3.txt b/doc/manual/ultrascan3.txt
index e04233a2c..f94e569d2 100644
--- a/doc/manual/ultrascan3.txt
+++ b/doc/manual/ultrascan3.txt
@@ -2,8 +2,8 @@ UltraScan III
Copyright 1989 - 2021
-Copyright © 1989?2021 Borries Demeler, Ph.D.
-Copyright © 1997?2021 The University of Texas Health Science Center at San Antonio
+Copyright � 1989?2021 Borries Demeler, Ph.D.
+Copyright � 1997?2021 The University of Texas Health Science Center at San Antonio
All rights reserved.
UltraScan is free software; you can redistribute it and/or modify it under the
@@ -12,14 +12,8 @@ Foundation; either version 3 of the License, or (at your option) any later
version.
For more information, please visit:
-http://www.ultrascan.uthscsa.edu/
+http://www.aucsolutions.com/
The author can be reached at:
-The University of Texas Health Science Center
-Department of Biochemistry
-7703 Floyd Curl Drive
-San Antonio, Texas 78229-3900
-voice: (210) 567-6592
-Fax: (210) 567-6595
-E-mail: demeler@biochem.uthscsa.edu
+E-mail: contact@aucsolutions.com
diff --git a/programs/us/us.cpp b/programs/us/us.cpp
index 16e32264d..c03666892 100644
--- a/programs/us/us.cpp
+++ b/programs/us/us.cpp
@@ -773,7 +773,7 @@ void US_Win::help( int index )
"32 Campus Drive\n"
"Missoula, Montana 59812\n"
"Phone: (406) 285-1935\n"
- "E-mail: borries.demeler@umontana.edu" ).arg( US_Version ).arg( REVISION ) );
+ "E-mail: contact@aucsolutions.com" ).arg( US_Version ).arg( REVISION ) );
statusBar()->showMessage( tr( "Ready" ) );
break;
diff --git a/programs/us/us_de_DE.ts b/programs/us/us_de_DE.ts
index e869ed94f..ad0b645d5 100644
--- a/programs/us/us_de_DE.ts
+++ b/programs/us/us_de_DE.ts
@@ -333,16 +333,10 @@ Copyright 1989 - 2008
Borries Demeler and the University of Texas System
For more information, please visit:
-http://www.ultrascan.uthscsa.edu/
+http://www.ultrascan.aucsolutions.com/
-The author can be reached at:
-The University of Texas Health Science Center
-Department of Biochemistry
-7703 Floyd Curl Drive
-San Antonio, Texas 78229-3900
-voice: (210) 567-6592
-Fax: (210) 567-6595
-E-mail: demeler@biochem.uthscsa.edu
+
+E-mail: contact@aucsolutions.com
diff --git a/us_somo/attic/INSTALL b/us_somo/attic/INSTALL
index 8bb6e3523..40b14282d 100644
--- a/us_somo/attic/INSTALL
+++ b/us_somo/attic/INSTALL
@@ -68,11 +68,11 @@ echo $LD_LIBRARY_PATH
or
ldconfig -v | grep ultrascan
-Contact: Borries Demeler (demeler@biochem.uthscsa.edu)
+Contact: Borries Demeler (contact@aucsolutions.com)
This document is part of the UltraScan Software Documentation
distribution. The latest version of this document can always be found at:
- http://www.ultrascan.uthscsa.edu
+ http://www.ultrascan.aucsolutions.com
Last modified on February 16, 2005
diff --git a/us_somo/develop/src/us_hydrodyn_dad.cpp b/us_somo/develop/src/us_hydrodyn_dad.cpp
index 240ec0ddf..df343fcd2 100644
--- a/us_somo/develop/src/us_hydrodyn_dad.cpp
+++ b/us_somo/develop/src/us_hydrodyn_dad.cpp
@@ -1683,7 +1683,7 @@ void US_Hydrodyn_Dad::add_files( bool load_conc, bool from_dir ) {
QMessageBox::warning( this,
windowTitle()+ us_tr( ": Add files" ),
us_tr( "I am having a problem decoding the frame numbers or q values from the file names\n"
- "Please email a list of the file names you are trying to load to emre@biochem.uthscsa.edu" ) );
+ "Please email a list of the file names you are trying to load to contact@aucsolutions.com" ) );
return;
}
tmp = prepend_tmp + tmp;
diff --git a/us_somo/develop/src/us_hydrodyn_mals.cpp b/us_somo/develop/src/us_hydrodyn_mals.cpp
index d66358f7f..9c0af8edc 100644
--- a/us_somo/develop/src/us_hydrodyn_mals.cpp
+++ b/us_somo/develop/src/us_hydrodyn_mals.cpp
@@ -1567,7 +1567,7 @@ void US_Hydrodyn_Mals::add_files( bool load_conc, bool from_dir ) {
QMessageBox::warning( this,
windowTitle()+ us_tr( ": Add files" ),
us_tr( "I am having a problem decoding the frame numbers or q values from the file names\n"
- "Please email a list of the file names you are trying to load to emre@biochem.uthscsa.edu" ) );
+ "Please email a list of the file names you are trying to load to contact@aucsolutions.com" ) );
return;
}
tmp = prepend_tmp + tmp;
diff --git a/us_somo/develop/src/us_hydrodyn_mals_saxs.cpp b/us_somo/develop/src/us_hydrodyn_mals_saxs.cpp
index 8fb0b9cda..027ea230d 100644
--- a/us_somo/develop/src/us_hydrodyn_mals_saxs.cpp
+++ b/us_somo/develop/src/us_hydrodyn_mals_saxs.cpp
@@ -1579,7 +1579,7 @@ void US_Hydrodyn_Mals_Saxs::add_files( bool load_conc, bool from_dir ) {
QMessageBox::warning( this,
windowTitle()+ us_tr( ": Add files" ),
us_tr( "I am having a problem decoding the frame numbers or q values from the file names\n"
- "Please email a list of the file names you are trying to load to emre@biochem.uthscsa.edu" ) );
+ "Please email a list of the file names you are trying to load to contact@aucsolutions.com" ) );
return;
}
tmp = prepend_tmp + tmp;
diff --git a/us_somo/develop/src/us_hydrodyn_saxs_hplc.cpp b/us_somo/develop/src/us_hydrodyn_saxs_hplc.cpp
index 4eaf914c4..420039267 100644
--- a/us_somo/develop/src/us_hydrodyn_saxs_hplc.cpp
+++ b/us_somo/develop/src/us_hydrodyn_saxs_hplc.cpp
@@ -1251,7 +1251,7 @@ void US_Hydrodyn_Saxs_Hplc::add_files( bool load_conc, bool from_dir ) {
QMessageBox::warning( this,
windowTitle()+ us_tr( ": Add files" ),
us_tr( "I am having a problem decoding the frame numbers or q values from the file names\n"
- "Please email a list of the file names you are trying to load to emre@biochem.uthscsa.edu" ) );
+ "Please email a list of the file names you are trying to load to contact@aucsolutions.com" ) );
return;
}
tmp = prepend_tmp + tmp;
diff --git a/us_somo/develop/src/us_util.cpp b/us_somo/develop/src/us_util.cpp
index cd0e2c073..99f57ecfe 100644
--- a/us_somo/develop/src/us_util.cpp
+++ b/us_somo/develop/src/us_util.cpp
@@ -287,11 +287,11 @@ void getFooter(QString *footer)
date = QDate::currentDate();
QString year;
year.sprintf("%d", date.year());
- *footer = "
\nUltraScan Software Contact: Borries Demeler\n";
+ *footer = "
\nUltraScan Software Contact: Borries Demeler\n";
*footer += "
\nThis document has been generated with the UltraScan II Data Analysis Software distribution.\n
\n";
*footer += "All rights reserved, Copyright " + year + " The University of";
*footer += "Texas Health Science Center at San Antonio.\n
UltraScan Home Page: ";
- *footer += "http://www.ultrascan.uthscsa.edu\n\n";
+ *footer += "http://www.ultrascan.aucsolutions.com\n
\n";
*footer += "This report was generated on " + date.toString() + "\n