Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73410 - in sandbox/e_float: boost/e_float libs/e_float/build libs/e_float/example libs/e_float/src/e_float libs/e_float/src/e_float/efx libs/e_float/src/e_float/gmp libs/e_float/src/e_float/mpfr libs/e_float/src/functions/constants libs/e_float/src/functions/elementary libs/e_float/src/functions/gamma libs/e_float/src/functions/integer libs/e_float/src/functions/tables libs/e_float/src/functions/zeta libs/e_float/src/generic_functions/constants libs/e_float/src/generic_functions/elementary libs/e_float/src/utility libs/e_float/test libs/e_float/test/imag libs/e_float/test/imag/cases libs/e_float/test/real libs/e_float/test/real/cases libs/e_float/test/spot
From: e_float_at_[hidden]
Date: 2011-07-28 08:15:16


Author: christopher_kormanyos
Date: 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
New Revision: 73410
URL: http://svn.boost.org/trac/boost/changeset/73410

Log:
- Replaced the "copyright" non-ASCII symbol in code comments with the "(C)" string.
Text files modified:
   sandbox/e_float/boost/e_float/e_float.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_base.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_complex.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_constants.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_efx.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_elementary.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_elementary_complex.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_elementary_math.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_elementary_trans.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_functions.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_gamma.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_global_math.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_gmp.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_integer.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_limits.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_mpfr.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_prime.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_types.hpp | 2 +-
   sandbox/e_float/boost/e_float/e_float_zeta.hpp | 2 +-
   sandbox/e_float/libs/e_float/build/Makefile | 2 +-
   sandbox/e_float/libs/e_float/build/MakefileFiles.gmk | 2 +-
   sandbox/e_float/libs/e_float/build/vc_libs.txt | 2 +-
   sandbox/e_float/libs/e_float/example/example_001_basic_usage_real.cpp | 2 +-
   sandbox/e_float/libs/e_float/example/example_002_basic_usage_imag.cpp | 2 +-
   sandbox/e_float/libs/e_float/example/example_005_recursive_trapezoid_integral.cpp | 2 +-
   sandbox/e_float/libs/e_float/example/example_008_guass_laguerre.cpp | 2 +-
   sandbox/e_float/libs/e_float/example/examples.h | 2 +-
   sandbox/e_float/libs/e_float/src/e_float/e_float.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/e_float/e_float_base.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/e_float/efx/e_float_efx.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/e_float/gmp/e_float_gmp.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/e_float/gmp/e_float_gmp_protos.h | 2 +-
   sandbox/e_float/libs/e_float/src/e_float/mpfr/e_float_mpfr.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/e_float/mpfr/e_float_mpfr_protos.h | 2 +-
   sandbox/e_float/libs/e_float/src/functions/constants/constants.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/elementary/elementary_complex.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/elementary/elementary_hyper_g.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/elementary/elementary_math.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/elementary/elementary_trans.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/elementary/elementary_trig.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/gamma/factorial.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/gamma/factorial2.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/gamma/gamma.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/gamma/gamma_util.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/gamma/gamma_util.h | 2 +-
   sandbox/e_float/libs/e_float/src/functions/gamma/pochhammer.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/integer/bernoulli_b.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/integer/prime.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/integer/prime_factor.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/tables/A000142.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/tables/A000367.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/tables/A002445.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/tables/A006882.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/tables/A007318.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/functions/tables/tables.h | 2 +-
   sandbox/e_float/libs/e_float/src/functions/zeta/zeta.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/generic_functions/constants/generic_functions_constants.h | 2 +-
   sandbox/e_float/libs/e_float/src/generic_functions/elementary/generic_functions_elementary.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_alternating_sum.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_coefficient_expansion.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_digit_scale.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_digit_scale.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_find_root_base.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_find_root_bisect.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_find_root_newton_raphson.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_function.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_function_derivative.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_function_operation.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_interpolate.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_lexical_cast.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_noncopyable.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_numeric_cast.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_point.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_power_j_pow_x.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_power_j_pow_x.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_power_x_pow_n.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_ranged_function_operation.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_timer.cpp | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_timer.h | 2 +-
   sandbox/e_float/libs/e_float/src/utility/util_trapezoid.h | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02101_z_sin.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02102_z_cos.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02103_z_exp.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02104_z_log.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02105_z_sqrt.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02106_z_rootn.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02111_z_asin.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02112_z_acos.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02113_z_atan.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02114_z_various_trig.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02115_z_various_elem_trans_log.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02116_z_various_elem.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02121_z_sinh.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02122_z_cosh.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02123_z_tanh.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02124_z_asinh.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02125_z_acosh.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02126_z_atanh.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02201_z_gamma.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02202_z_gamma_medium_x.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02901_z_zeta_small_x.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02902_z_zeta_all_x.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02903_z_zeta_neg_x.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/cases/test_case_02911_z_zeta_crit_strip.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/test_case_imag.h | 2 +-
   sandbox/e_float/libs/e_float/test/imag/test_imag.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/imag/test_imag.h | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_0000x_overflow_underflow.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00011_various_elem_math.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00021_bernoulli.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00051_factorial.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00052_factorial2.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00071_various_int_func.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00101_sin.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00102_cos.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00103_exp.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00104_log.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00105_sqrt.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00106_rootn.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00111_sin_small_x.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00112_cos_x_near_pi_half.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00113_atan_x_small_to_large.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00114_various_trig.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00115_various_elem_trans.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00121_sinh.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00122_cosh.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00123_tanh.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00124_asinh.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00125_acosh.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00126_atanh.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00201_gamma.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00202_gamma_medium_x.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00203_gamma_small_x.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00204_gamma_tiny_x.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00205_gamma_near_neg_n.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00221_various_gamma_func.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00901_zeta_small_x.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00902_zeta_all_x.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/cases/test_case_00903_zeta_neg_x.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/test_case_real.h | 2 +-
   sandbox/e_float/libs/e_float/test/real/test_real.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/real/test_real.h | 2 +-
   sandbox/e_float/libs/e_float/test/spot/test_spot.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/spot/test_spot.h | 2 +-
   sandbox/e_float/libs/e_float/test/test.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/test_case_base.cpp | 2 +-
   sandbox/e_float/libs/e_float/test/test_case_base.h | 2 +-
   147 files changed, 147 insertions(+), 147 deletions(-)

Modified: sandbox/e_float/boost/e_float/e_float.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_HPP_
   #define _E_FLOAT_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_base.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_base.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_base.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_BASE_HPP_
   #define _E_FLOAT_BASE_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_complex.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_complex.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_complex.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_COMPLEX_HPP_
   #define _E_FLOAT_COMPLEX_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_constants.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_constants.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_constants.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_CONSTANTS_HPP_
   #define _E_FLOAT_CONSTANTS_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_efx.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_efx.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_efx.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_EFX_HPP_
   #define _E_FLOAT_EFX_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_elementary.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_elementary.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_elementary.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_ELEMENTARY_HPP_
   #define _E_FLOAT_ELEMENTARY_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_elementary_complex.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_elementary_complex.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_elementary_complex.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_ELEMENTARY_COMPLEX_HPP_
   #define _E_FLOAT_ELEMENTARY_COMPLEX_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_elementary_math.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_elementary_math.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_elementary_math.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_ELEMENTARY_MATH_HPP_
   #define _E_FLOAT_ELEMENTARY_MATH_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_elementary_trans.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_elementary_trans.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_elementary_trans.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_ELEMENTARY_TRANS_HPP_
   #define _E_FLOAT_ELEMENTARY_TRANS_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_functions.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_functions.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_functions.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_FUNCTIONS_HPP_
   #define _E_FLOAT_FUNCTIONS_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_gamma.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_gamma.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_gamma.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_GAMMA_HPP_
   #define _E_FLOAT_GAMMA_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_global_math.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_global_math.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_global_math.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_GLOBAL_MATH_HPP_
   #define _E_FLOAT_GLOBAL_MATH_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_gmp.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_gmp.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_gmp.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_GMP_HPP_
   #define _E_FLOAT_GMP_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_integer.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_integer.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_integer.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_INTEGER_HPP_
   #define _E_FLOAT_INTEGER_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_limits.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_limits.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_limits.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_LIMITS_HPP_
   #define _E_FLOAT_LIMITS_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_mpfr.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_mpfr.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_mpfr.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_MPFR_HPP_
   #define _E_FLOAT_MPFR_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_prime.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_prime.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_prime.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_PRIME_HPP_
   #define _E_FLOAT_PRIME_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_types.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_types.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_types.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_TYPES_HPP_
   #define _E_FLOAT_TYPES_HPP_

Modified: sandbox/e_float/boost/e_float/e_float_zeta.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_zeta.hpp (original)
+++ sandbox/e_float/boost/e_float/e_float_zeta.hpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_ZETA_HPP_
   #define _E_FLOAT_ZETA_HPP_

Modified: sandbox/e_float/libs/e_float/build/Makefile
==============================================================================
--- sandbox/e_float/libs/e_float/build/Makefile (original)
+++ sandbox/e_float/libs/e_float/build/Makefile 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 # This work is based on an earlier work:
 # "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-# in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+# in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 ###############################################################
 #

Modified: sandbox/e_float/libs/e_float/build/MakefileFiles.gmk
==============================================================================
--- sandbox/e_float/libs/e_float/build/MakefileFiles.gmk (original)
+++ sandbox/e_float/libs/e_float/build/MakefileFiles.gmk 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 # This work is based on an earlier work:
 # "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-# in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+# in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #
 # e_float files

Modified: sandbox/e_float/libs/e_float/build/vc_libs.txt
==============================================================================
--- sandbox/e_float/libs/e_float/build/vc_libs.txt (original)
+++ sandbox/e_float/libs/e_float/build/vc_libs.txt 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -1,7 +1,7 @@
 
 # This work is based on an earlier work:
 # "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-# in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+# in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 Microsoft Visual C++ x86 gmp build needs these libraries:
   ./e_float/e_float/gmp/4-2-4/vc9/p4/gmp.lib

Modified: sandbox/e_float/libs/e_float/example/example_001_basic_usage_real.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/example/example_001_basic_usage_real.cpp (original)
+++ sandbox/e_float/libs/e_float/example/example_001_basic_usage_real.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <vector>
 #include <iostream>

Modified: sandbox/e_float/libs/e_float/example/example_002_basic_usage_imag.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/example/example_002_basic_usage_imag.cpp (original)
+++ sandbox/e_float/libs/e_float/example/example_002_basic_usage_imag.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <vector>
 #include <fstream>

Modified: sandbox/e_float/libs/e_float/example/example_005_recursive_trapezoid_integral.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/example/example_005_recursive_trapezoid_integral.cpp (original)
+++ sandbox/e_float/libs/e_float/example/example_005_recursive_trapezoid_integral.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <e_float/e_float.hpp>
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/example/example_008_guass_laguerre.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/example/example_008_guass_laguerre.cpp (original)
+++ sandbox/e_float/libs/e_float/example/example_008_guass_laguerre.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <vector>
 

Modified: sandbox/e_float/libs/e_float/example/examples.h
==============================================================================
--- sandbox/e_float/libs/e_float/example/examples.h (original)
+++ sandbox/e_float/libs/e_float/example/examples.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _EXAMPLES_2010_01_02_H_
   #define _EXAMPLES_2010_01_02_H_

Modified: sandbox/e_float/libs/e_float/src/e_float/e_float.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/e_float/e_float.cpp (original)
+++ sandbox/e_float/libs/e_float/src/e_float/e_float.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <e_float/e_float.hpp>
 #include "../utility/util_lexical_cast.h"

Modified: sandbox/e_float/libs/e_float/src/e_float/e_float_base.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/e_float/e_float_base.cpp (original)
+++ sandbox/e_float/libs/e_float/src/e_float/e_float_base.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <e_float/e_float.hpp>
 #include "../utility/util_lexical_cast.h"

Modified: sandbox/e_float/libs/e_float/src/e_float/efx/e_float_efx.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/e_float/efx/e_float_efx.cpp (original)
+++ sandbox/e_float/libs/e_float/src/e_float/efx/e_float_efx.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // *****************************************************************************
 // Filename : e_float_efx.cpp

Modified: sandbox/e_float/libs/e_float/src/e_float/gmp/e_float_gmp.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/e_float/gmp/e_float_gmp.cpp (original)
+++ sandbox/e_float/libs/e_float/src/e_float/gmp/e_float_gmp.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <sstream>
 #include <iomanip>

Modified: sandbox/e_float/libs/e_float/src/e_float/gmp/e_float_gmp_protos.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/e_float/gmp/e_float_gmp_protos.h (original)
+++ sandbox/e_float/libs/e_float/src/e_float/gmp/e_float_gmp_protos.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_GMP_PROTOS_2009_05_02_H_
   #define _E_FLOAT_GMP_PROTOS_2009_05_02_H_

Modified: sandbox/e_float/libs/e_float/src/e_float/mpfr/e_float_mpfr.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/e_float/mpfr/e_float_mpfr.cpp (original)
+++ sandbox/e_float/libs/e_float/src/e_float/mpfr/e_float_mpfr.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <sstream>
 #include <iomanip>

Modified: sandbox/e_float/libs/e_float/src/e_float/mpfr/e_float_mpfr_protos.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/e_float/mpfr/e_float_mpfr_protos.h (original)
+++ sandbox/e_float/libs/e_float/src/e_float/mpfr/e_float_mpfr_protos.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _E_FLOAT_MPFR_PROTOS_2009_11_15_H_
   #define _E_FLOAT_MPFR_PROTOS_2009_11_15_H_

Modified: sandbox/e_float/libs/e_float/src/functions/constants/constants.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/constants/constants.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/constants/constants.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <e_float/e_float.hpp>
 #include <e_float/e_float_elementary_trans.hpp>

Modified: sandbox/e_float/libs/e_float/src/functions/elementary/elementary_complex.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/elementary/elementary_complex.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/elementary/elementary_complex.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <e_float/e_float_complex.hpp>
 #include <e_float/e_float_constants.hpp>

Modified: sandbox/e_float/libs/e_float/src/functions/elementary/elementary_hyper_g.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/elementary/elementary_hyper_g.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/elementary/elementary_hyper_g.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <vector>
 #include <algorithm>

Modified: sandbox/e_float/libs/e_float/src/functions/elementary/elementary_math.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/elementary/elementary_math.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/elementary/elementary_math.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <e_float/e_float_complex.hpp>
 #include <e_float/e_float_elementary.hpp>

Modified: sandbox/e_float/libs/e_float/src/functions/elementary/elementary_trans.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/elementary/elementary_trans.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/elementary/elementary_trans.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <vector>
 #include <numeric>

Modified: sandbox/e_float/libs/e_float/src/functions/elementary/elementary_trig.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/elementary/elementary_trig.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/elementary/elementary_trig.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // *****************************************************************************
 // Filename : e_float_math.cpp

Modified: sandbox/e_float/libs/e_float/src/functions/gamma/factorial.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/gamma/factorial.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/gamma/factorial.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <e_float/e_float.hpp>
 #include <e_float/e_float_constants.hpp>

Modified: sandbox/e_float/libs/e_float/src/functions/gamma/factorial2.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/gamma/factorial2.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/gamma/factorial2.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <e_float/e_float_complex.hpp>
 #include <e_float/e_float_elementary.hpp>

Modified: sandbox/e_float/libs/e_float/src/functions/gamma/gamma.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/gamma/gamma.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/gamma/gamma.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <numeric>
 

Modified: sandbox/e_float/libs/e_float/src/functions/gamma/gamma_util.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/gamma/gamma_util.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/gamma/gamma_util.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <e_float/e_float.hpp>
 #include <e_float/e_float_constants.hpp>

Modified: sandbox/e_float/libs/e_float/src/functions/gamma/gamma_util.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/gamma/gamma_util.h (original)
+++ sandbox/e_float/libs/e_float/src/functions/gamma/gamma_util.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _GAMMA_UTIL_2008_01_10_H_
   #define _GAMMA_UTIL_2008_01_10_H_

Modified: sandbox/e_float/libs/e_float/src/functions/gamma/pochhammer.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/gamma/pochhammer.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/gamma/pochhammer.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <e_float/e_float_complex.hpp>
 #include <e_float/e_float_elementary.hpp>

Modified: sandbox/e_float/libs/e_float/src/functions/integer/bernoulli_b.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/integer/bernoulli_b.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/integer/bernoulli_b.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <e_float/e_float.hpp>
 #include <e_float/e_float_constants.hpp>

Modified: sandbox/e_float/libs/e_float/src/functions/integer/prime.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/integer/prime.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/integer/prime.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <vector>
 #include <algorithm>

Modified: sandbox/e_float/libs/e_float/src/functions/integer/prime_factor.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/integer/prime_factor.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/integer/prime_factor.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <vector>
 #include <algorithm>

Modified: sandbox/e_float/libs/e_float/src/functions/tables/A000142.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/tables/A000142.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/tables/A000142.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <vector>

Modified: sandbox/e_float/libs/e_float/src/functions/tables/A000367.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/tables/A000367.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/tables/A000367.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <vector>

Modified: sandbox/e_float/libs/e_float/src/functions/tables/A002445.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/tables/A002445.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/tables/A002445.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <vector>

Modified: sandbox/e_float/libs/e_float/src/functions/tables/A006882.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/tables/A006882.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/tables/A006882.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <vector>

Modified: sandbox/e_float/libs/e_float/src/functions/tables/A007318.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/tables/A007318.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/tables/A007318.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <vector>

Modified: sandbox/e_float/libs/e_float/src/functions/tables/tables.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/tables/tables.h (original)
+++ sandbox/e_float/libs/e_float/src/functions/tables/tables.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _TABLES_2008_01_10_H_
   #define _TABLES_2008_01_10_H_

Modified: sandbox/e_float/libs/e_float/src/functions/zeta/zeta.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/functions/zeta/zeta.cpp (original)
+++ sandbox/e_float/libs/e_float/src/functions/zeta/zeta.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <algorithm>
 

Modified: sandbox/e_float/libs/e_float/src/generic_functions/constants/generic_functions_constants.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/generic_functions/constants/generic_functions_constants.h (original)
+++ sandbox/e_float/libs/e_float/src/generic_functions/constants/generic_functions_constants.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _GENERIC_FUNCTIONS_CONSTANTS_2011_06_18_H_
   #define _GENERIC_FUNCTIONS_CONSTANTS_2011_06_18_H_

Modified: sandbox/e_float/libs/e_float/src/generic_functions/elementary/generic_functions_elementary.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/generic_functions/elementary/generic_functions_elementary.h (original)
+++ sandbox/e_float/libs/e_float/src/generic_functions/elementary/generic_functions_elementary.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _GENERIC_FUNCTIONS_ELEMENTARY_2011_06_18_H_
   #define _GENERIC_FUNCTIONS_ELEMENTARY_2011_06_18_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_alternating_sum.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_alternating_sum.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_alternating_sum.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_ALTERNATING_SUM_2010_01_11_H_
   #define _UTIL_ALTERNATING_SUM_2010_01_11_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_coefficient_expansion.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_coefficient_expansion.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_coefficient_expansion.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_COEFFICIENT_EXPANSION_2009_11_23_H_
   #define _UTIL_COEFFICIENT_EXPANSION_2009_11_23_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_digit_scale.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_digit_scale.cpp (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_digit_scale.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <vector>
 

Modified: sandbox/e_float/libs/e_float/src/utility/util_digit_scale.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_digit_scale.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_digit_scale.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_DIGIT_SCALE_2009_11_01_H_
   #define _UTIL_DIGIT_SCALE_2009_11_01_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_find_root_base.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_find_root_base.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_find_root_base.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_FIND_ROOT_BASE_2009_10_31_H_
   #define _UTIL_FIND_ROOT_BASE_2009_10_31_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_find_root_bisect.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_find_root_bisect.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_find_root_bisect.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_FIND_ROOT_BISECT_2009_10_31_H_
   #define _UTIL_FIND_ROOT_BISECT_2009_10_31_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_find_root_newton_raphson.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_find_root_newton_raphson.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_find_root_newton_raphson.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_FIND_ROOT_NEWTON_RAPHSON_2009_10_27_H_
   #define _UTIL_FIND_ROOT_NEWTON_RAPHSON_2009_10_27_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_function.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_function.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_function.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_FUNCTION_2009_10_27_H_
   #define _UTIL_FUNCTION_2009_10_27_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_function_derivative.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_function_derivative.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_function_derivative.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_FUNCTION_DERIVATIVE_2009_11_17_H_
   #define _UTIL_FUNCTION_DERIVATIVE_2009_11_17_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_function_operation.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_function_operation.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_function_operation.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_FUNCTION_OPERATION_2009_10_27_H_
   #define _UTIL_FUNCTION_OPERATION_2009_10_27_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_interpolate.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_interpolate.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_interpolate.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_INTERPOLATE_2009_10_27_H_
   #define _UTIL_INTERPOLATE_2009_10_27_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_lexical_cast.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_lexical_cast.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_lexical_cast.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_LEXICAL_CAST_2009_11_24_H_
   #define _UTIL_LEXICAL_CAST_2009_11_24_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_noncopyable.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_noncopyable.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_noncopyable.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_NONCOPYABLE_2009_03_30_H_
   #define _UTIL_NONCOPYABLE_2009_03_30_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_numeric_cast.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_numeric_cast.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_numeric_cast.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_NUMERIC_CAST_2009_11_24_H_
   #define _UTIL_NUMERIC_CAST_2009_11_24_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_point.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_point.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_point.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_POINT_2009_10_27_H_
   #define _UTIL_POINT_2009_10_27_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_power_j_pow_x.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_power_j_pow_x.cpp (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_power_j_pow_x.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <deque>
 

Modified: sandbox/e_float/libs/e_float/src/utility/util_power_j_pow_x.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_power_j_pow_x.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_power_j_pow_x.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_POWER_J_POW_X_2009_01_25_H_
   #define _UTIL_POWER_J_POW_X_2009_01_25_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_power_x_pow_n.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_power_x_pow_n.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_power_x_pow_n.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_POWER_X_POW_N_2009_11_23_H_
   #define _UTIL_POWER_X_POW_N_2009_11_23_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_ranged_function_operation.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_ranged_function_operation.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_ranged_function_operation.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_RANGED_FUNCTION_OPERATION_2009_10_27_H_
   #define _UTIL_RANGED_FUNCTION_OPERATION_2009_10_27_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_timer.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_timer.cpp (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_timer.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <ctime>
 #include "util_timer.h"

Modified: sandbox/e_float/libs/e_float/src/utility/util_timer.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_timer.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_timer.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_TIMER_2010_01_26_H_
   #define _UTIL_TIMER_2010_01_26_H_

Modified: sandbox/e_float/libs/e_float/src/utility/util_trapezoid.h
==============================================================================
--- sandbox/e_float/libs/e_float/src/utility/util_trapezoid.h (original)
+++ sandbox/e_float/libs/e_float/src/utility/util_trapezoid.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _UTIL_TRAPEZOID_2008_09_06_H_
   #define _UTIL_TRAPEZOID_2008_09_06_H_

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02101_z_sin.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02101_z_sin.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02101_z_sin.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02102_z_cos.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02102_z_cos.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02102_z_cos.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02103_z_exp.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02103_z_exp.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02103_z_exp.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02104_z_log.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02104_z_log.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02104_z_log.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02105_z_sqrt.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02105_z_sqrt.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02105_z_sqrt.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02106_z_rootn.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02106_z_rootn.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02106_z_rootn.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02111_z_asin.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02111_z_asin.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02111_z_asin.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02112_z_acos.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02112_z_acos.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02112_z_acos.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02113_z_atan.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02113_z_atan.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02113_z_atan.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02114_z_various_trig.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02114_z_various_trig.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02114_z_various_trig.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02115_z_various_elem_trans_log.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02115_z_various_elem_trans_log.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02115_z_various_elem_trans_log.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02116_z_various_elem.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02116_z_various_elem.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02116_z_various_elem.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02121_z_sinh.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02121_z_sinh.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02121_z_sinh.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02122_z_cosh.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02122_z_cosh.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02122_z_cosh.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02123_z_tanh.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02123_z_tanh.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02123_z_tanh.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02124_z_asinh.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02124_z_asinh.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02124_z_asinh.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02125_z_acosh.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02125_z_acosh.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02125_z_acosh.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02126_z_atanh.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02126_z_atanh.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02126_z_atanh.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02201_z_gamma.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02201_z_gamma.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02201_z_gamma.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02202_z_gamma_medium_x.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02202_z_gamma_medium_x.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02202_z_gamma_medium_x.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02901_z_zeta_small_x.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02901_z_zeta_small_x.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02901_z_zeta_small_x.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02902_z_zeta_all_x.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02902_z_zeta_all_x.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02902_z_zeta_all_x.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02903_z_zeta_neg_x.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02903_z_zeta_neg_x.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02903_z_zeta_neg_x.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/cases/test_case_02911_z_zeta_crit_strip.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/cases/test_case_02911_z_zeta_crit_strip.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/cases/test_case_02911_z_zeta_crit_strip.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/imag/test_case_imag.h
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/test_case_imag.h (original)
+++ sandbox/e_float/libs/e_float/test/imag/test_case_imag.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _TEST_CASE_IMAG_2009_10_24_H_
   #define _TEST_CASE_IMAG_2009_10_24_H_

Modified: sandbox/e_float/libs/e_float/test/imag/test_imag.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/test_imag.cpp (original)
+++ sandbox/e_float/libs/e_float/test/imag/test_imag.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <iostream>
 

Modified: sandbox/e_float/libs/e_float/test/imag/test_imag.h
==============================================================================
--- sandbox/e_float/libs/e_float/test/imag/test_imag.h (original)
+++ sandbox/e_float/libs/e_float/test/imag/test_imag.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _TEST_IMAG_2009_12_18_H_
   #define _TEST_IMAG_2009_12_18_H_

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_0000x_overflow_underflow.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_0000x_overflow_underflow.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_0000x_overflow_underflow.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <e_float/e_float_functions.hpp>
 #include "../test_case_real.h"

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00011_various_elem_math.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00011_various_elem_math.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00011_various_elem_math.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00021_bernoulli.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00021_bernoulli.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00021_bernoulli.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00051_factorial.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00051_factorial.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00051_factorial.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00052_factorial2.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00052_factorial2.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00052_factorial2.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00071_various_int_func.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00071_various_int_func.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00071_various_int_func.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00101_sin.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00101_sin.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00101_sin.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00102_cos.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00102_cos.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00102_cos.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00103_exp.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00103_exp.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00103_exp.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00104_log.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00104_log.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00104_log.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00105_sqrt.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00105_sqrt.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00105_sqrt.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00106_rootn.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00106_rootn.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00106_rootn.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00111_sin_small_x.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00111_sin_small_x.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00111_sin_small_x.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00112_cos_x_near_pi_half.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00112_cos_x_near_pi_half.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00112_cos_x_near_pi_half.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00113_atan_x_small_to_large.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00113_atan_x_small_to_large.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00113_atan_x_small_to_large.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00114_various_trig.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00114_various_trig.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00114_various_trig.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00115_various_elem_trans.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00115_various_elem_trans.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00115_various_elem_trans.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00121_sinh.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00121_sinh.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00121_sinh.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00122_cosh.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00122_cosh.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00122_cosh.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00123_tanh.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00123_tanh.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00123_tanh.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00124_asinh.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00124_asinh.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00124_asinh.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00125_acosh.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00125_acosh.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00125_acosh.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00126_atanh.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00126_atanh.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00126_atanh.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00201_gamma.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00201_gamma.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00201_gamma.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00202_gamma_medium_x.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00202_gamma_medium_x.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00202_gamma_medium_x.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00203_gamma_small_x.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00203_gamma_small_x.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00203_gamma_small_x.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00204_gamma_tiny_x.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00204_gamma_tiny_x.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00204_gamma_tiny_x.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00205_gamma_near_neg_n.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00205_gamma_near_neg_n.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00205_gamma_near_neg_n.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00221_various_gamma_func.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00221_various_gamma_func.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00221_various_gamma_func.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00901_zeta_small_x.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00901_zeta_small_x.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00901_zeta_small_x.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00902_zeta_all_x.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00902_zeta_all_x.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00902_zeta_all_x.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/cases/test_case_00903_zeta_neg_x.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/cases/test_case_00903_zeta_neg_x.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/cases/test_case_00903_zeta_neg_x.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 // Automatically generated file
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/real/test_case_real.h
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/test_case_real.h (original)
+++ sandbox/e_float/libs/e_float/test/real/test_case_real.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _TEST_CASE_REAL_2009_10_24_H_
   #define _TEST_CASE_REAL_2009_10_24_H_

Modified: sandbox/e_float/libs/e_float/test/real/test_real.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/test_real.cpp (original)
+++ sandbox/e_float/libs/e_float/test/real/test_real.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <iostream>
 

Modified: sandbox/e_float/libs/e_float/test/real/test_real.h
==============================================================================
--- sandbox/e_float/libs/e_float/test/real/test_real.h (original)
+++ sandbox/e_float/libs/e_float/test/real/test_real.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _TEST_REAL_2009_10_16_H_
   #define _TEST_REAL_2009_10_16_H_

Modified: sandbox/e_float/libs/e_float/test/spot/test_spot.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/spot/test_spot.cpp (original)
+++ sandbox/e_float/libs/e_float/test/spot/test_spot.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <iomanip>
 #include <iostream>

Modified: sandbox/e_float/libs/e_float/test/spot/test_spot.h
==============================================================================
--- sandbox/e_float/libs/e_float/test/spot/test_spot.h (original)
+++ sandbox/e_float/libs/e_float/test/spot/test_spot.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _TEST_SPOT_2009_10_19_H_
   #define _TEST_SPOT_2009_10_19_H_

Modified: sandbox/e_float/libs/e_float/test/test.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/test.cpp (original)
+++ sandbox/e_float/libs/e_float/test/test.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <iostream>
 #include <string>

Modified: sandbox/e_float/libs/e_float/test/test_case_base.cpp
==============================================================================
--- sandbox/e_float/libs/e_float/test/test_case_base.cpp (original)
+++ sandbox/e_float/libs/e_float/test/test_case_base.cpp 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #include <e_float/e_float.hpp>
 #include <e_float/e_float_functions.hpp>

Modified: sandbox/e_float/libs/e_float/test/test_case_base.h
==============================================================================
--- sandbox/e_float/libs/e_float/test/test_case_base.h (original)
+++ sandbox/e_float/libs/e_float/test/test_case_base.h 2011-07-28 08:15:03 EDT (Thu, 28 Jul 2011)
@@ -6,7 +6,7 @@
 
 // This work is based on an earlier work:
 // "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} © ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
+// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
 
 #ifndef _TEST_CASE_BASE_2009_11_12_H_
   #define _TEST_CASE_BASE_2009_11_12_H_


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk