diff options
Diffstat (limited to 'indra')
27 files changed, 52 insertions, 29 deletions
| diff --git a/indra/llcharacter/tests/lljoint_test.cpp b/indra/llcharacter/tests/lljoint_test.cpp index e43e164dd1..06e455883b 100644 --- a/indra/llcharacter/tests/lljoint_test.cpp +++ b/indra/llcharacter/tests/lljoint_test.cpp @@ -1,5 +1,5 @@  /** - * @file lljoint_tut.cpp + * @file lljoint_test.cpp   * @author Adroit   * @date 2007-03   * @brief lljoint test cases. diff --git a/indra/llcommon/tests/llbase64_test.cpp b/indra/llcommon/tests/llbase64_test.cpp index dde43b5169..6009788b22 100644 --- a/indra/llcommon/tests/llbase64_test.cpp +++ b/indra/llcommon/tests/llbase64_test.cpp @@ -1,5 +1,5 @@  /**  - * @file llbase64_tut.cpp + * @file llbase64_test.cpp   * @author James Cook   * @date 2007-02-04   * diff --git a/indra/llcommon/tests/lldate_test.cpp b/indra/llcommon/tests/lldate_test.cpp index 1e36fdd119..c31259227a 100644 --- a/indra/llcommon/tests/lldate_test.cpp +++ b/indra/llcommon/tests/lldate_test.cpp @@ -1,5 +1,5 @@  /** - * @file lldate_tut.cpp + * @file lldate_test.cpp   * @author Adroit   * @date 2007-02   * @brief LLDate test cases. diff --git a/indra/llcommon/tests/llerror_test.cpp b/indra/llcommon/tests/llerror_test.cpp index 8055647b94..1558df231a 100644 --- a/indra/llcommon/tests/llerror_test.cpp +++ b/indra/llcommon/tests/llerror_test.cpp @@ -1,5 +1,5 @@  /**  - * @file llerror_tut.cpp + * @file llerror_test.cpp   * @date   December 2006   * @brief error unit tests   * diff --git a/indra/llcommon/tests/llframetimer_test.cpp b/indra/llcommon/tests/llframetimer_test.cpp index 737c996d0f..1d047e41f8 100644 --- a/indra/llcommon/tests/llframetimer_test.cpp +++ b/indra/llcommon/tests/llframetimer_test.cpp @@ -1,5 +1,5 @@  /**  - * @file lltiming_tut.cpp + * @file lltiming_test.cpp   * @date 2006-07-23   * @brief Tests the timers.   * diff --git a/indra/llcommon/tests/llrand_test.cpp b/indra/llcommon/tests/llrand_test.cpp index e5100e51dc..1f178d6fc9 100644 --- a/indra/llcommon/tests/llrand_test.cpp +++ b/indra/llcommon/tests/llrand_test.cpp @@ -1,5 +1,5 @@  /**  - * @file llrandom_tut.cpp + * @file llrandom_test.cpp   * @author Phoenix   * @date 2007-01-25   * diff --git a/indra/llcommon/tests/llsdserialize_test.cpp b/indra/llcommon/tests/llsdserialize_test.cpp index 662b599c55..f13c69f1e3 100644 --- a/indra/llcommon/tests/llsdserialize_test.cpp +++ b/indra/llcommon/tests/llsdserialize_test.cpp @@ -1,5 +1,5 @@  /**  - * @file llsdserialize_tut.cpp + * @file llsdserialize_test.cpp   * @date 2006-04   * @brief LLSDSerialize unit tests   * diff --git a/indra/llcommon/tests/lluri_test.cpp b/indra/llcommon/tests/lluri_test.cpp index 4e5ad0df58..0a7c37d4b9 100644 --- a/indra/llcommon/tests/lluri_test.cpp +++ b/indra/llcommon/tests/lluri_test.cpp @@ -1,5 +1,5 @@  /** - * @file   lluri_tut.cpp + * @file   lluri_test.cpp   * @brief  LLURI unit tests   * @date   September 2006   * diff --git a/indra/llcommon/tests/stringize_test.cpp b/indra/llcommon/tests/stringize_test.cpp index e504eb2ac2..dd69787a1c 100644 --- a/indra/llcommon/tests/stringize_test.cpp +++ b/indra/llcommon/tests/stringize_test.cpp @@ -1,11 +1,34 @@  /** - * @file   stringize_tut.cpp + * @file   stringize_test.cpp   * @author Nat Goodspeed   * @date   2008-09-12   * @brief  Test of stringize.h   *    * $LicenseInfo:firstyear=2008&license=viewergpl$ - * Copyright (c) 2008, Linden Research, Inc. + *  + * Copyright (c) 2008-2009, Linden Research, Inc. + *  + * Second Life Viewer Source Code + * The source code in this file ("Source Code") is provided by Linden Lab + * to you under the terms of the GNU General Public License, version 2.0 + * ("GPL"), unless you have obtained a separate licensing agreement + * ("Other License"), formally executed by you and Linden Lab.  Terms of + * the GPL can be found in doc/GPL-license.txt in this distribution, or + * online at http://secondlifegrid.net/programs/open_source/licensing/gplv2 + *  + * There are special exceptions to the terms and conditions of the GPL as + * it is applied to this Source Code. View the full text of the exception + * in the file doc/FLOSS-exception.txt in this software distribution, or + * online at + * http://secondlifegrid.net/programs/open_source/licensing/flossexception + *  + * By copying, modifying or distributing this software, you acknowledge + * that you have read and understood your obligations described above, + * and agree to abide by those obligations. + *  + * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO + * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, + * COMPLETENESS OR PERFORMANCE.   * $/LicenseInfo$   */ diff --git a/indra/llmath/tests/llbbox_test.cpp b/indra/llmath/tests/llbbox_test.cpp index 2cfdd8b36d..b310baf07f 100644 --- a/indra/llmath/tests/llbbox_test.cpp +++ b/indra/llmath/tests/llbbox_test.cpp @@ -1,5 +1,5 @@  /** - * @file   llbbox_tut.cpp + * @file   llbbox_test.cpp   * @author Martin Reddy   * @date   2009-06-25   * @brief  Test for llbbox.cpp. diff --git a/indra/llmath/tests/llbboxlocal_test.cpp b/indra/llmath/tests/llbboxlocal_test.cpp index 92cdf1c8a2..ae75e056d1 100644 --- a/indra/llmath/tests/llbboxlocal_test.cpp +++ b/indra/llmath/tests/llbboxlocal_test.cpp @@ -1,5 +1,5 @@  /** - * @file   llbboxlocal_tut.cpp + * @file   llbboxlocal_test.cpp   * @author Martin Reddy   * @date   2009-06-25   * @brief  Test for llbboxlocal.cpp. diff --git a/indra/llmath/tests/llmodularmath_test.cpp b/indra/llmath/tests/llmodularmath_test.cpp index a998a95618..dc61c85859 100644 --- a/indra/llmath/tests/llmodularmath_test.cpp +++ b/indra/llmath/tests/llmodularmath_test.cpp @@ -1,5 +1,5 @@  /** - * @file modularmath_tut.cpp + * @file modularmath_test.cpp   * @author babbage   * @date 2008-09   * @brief llmodularmath tests diff --git a/indra/llmath/tests/llquaternion_test.cpp b/indra/llmath/tests/llquaternion_test.cpp index bfa475d91b..2d27d1eb32 100644 --- a/indra/llmath/tests/llquaternion_test.cpp +++ b/indra/llmath/tests/llquaternion_test.cpp @@ -1,5 +1,5 @@  /**  - * @file llquaternion_tut.cpp + * @file llquaternion_test.cpp   * @author Adroit   * @date 2007-03   * @brief Test cases of llquaternion.h diff --git a/indra/llmath/tests/llrect_test.cpp b/indra/llmath/tests/llrect_test.cpp index b16716a72c..4b39f77772 100644 --- a/indra/llmath/tests/llrect_test.cpp +++ b/indra/llmath/tests/llrect_test.cpp @@ -1,5 +1,5 @@  /** - * @file   llrect_tut.cpp + * @file   llrect_test.cpp   * @author Martin Reddy   * @date   2009-06-25   * @brief  Test for llrect.cpp. diff --git a/indra/llmath/tests/v2math_test.cpp b/indra/llmath/tests/v2math_test.cpp index 456faf7c0c..4660fcb955 100644 --- a/indra/llmath/tests/v2math_test.cpp +++ b/indra/llmath/tests/v2math_test.cpp @@ -1,5 +1,5 @@  /** - * @file v2math_tut.cpp + * @file v2math_test.cpp   * @author Adroit   * @date 2007-02   * @brief v2math test cases. diff --git a/indra/llmath/tests/v3color_test.cpp b/indra/llmath/tests/v3color_test.cpp index bb6e234fd6..316b6e392f 100644 --- a/indra/llmath/tests/v3color_test.cpp +++ b/indra/llmath/tests/v3color_test.cpp @@ -1,5 +1,5 @@  /** - * @file v3color_tut.cpp + * @file v3color_test.cpp   * @author Adroit   * @date 2007-03   * @brief v3color test cases. diff --git a/indra/llmath/tests/v3dmath_test.cpp b/indra/llmath/tests/v3dmath_test.cpp index 780495e53d..e7c949186c 100644 --- a/indra/llmath/tests/v3dmath_test.cpp +++ b/indra/llmath/tests/v3dmath_test.cpp @@ -1,5 +1,5 @@  /** - * @file v3dmath_tut.cpp + * @file v3dmath_test.cpp   * @author Adroit   * @date 2007-03   * @brief v3dmath test cases. diff --git a/indra/llmath/tests/v3math_test.cpp b/indra/llmath/tests/v3math_test.cpp index 14159974a3..7faf076243 100644 --- a/indra/llmath/tests/v3math_test.cpp +++ b/indra/llmath/tests/v3math_test.cpp @@ -1,5 +1,5 @@  /** - * @file v3math_tut.cpp + * @file v3math_test.cpp   * @author Adroit   * @date 2007-02   * @brief v3math test cases. diff --git a/indra/llmath/tests/v4color_test.cpp b/indra/llmath/tests/v4color_test.cpp index cebb026ce6..33921e0f0f 100644 --- a/indra/llmath/tests/v4color_test.cpp +++ b/indra/llmath/tests/v4color_test.cpp @@ -1,5 +1,5 @@  /** - * @file v4color_tut.cpp + * @file v4color_test.cpp   * @author Adroit   * @date 2007-03   * @brief v4color test cases. diff --git a/indra/llmath/tests/v4coloru_test.cpp b/indra/llmath/tests/v4coloru_test.cpp index 00515893da..9f71cfc8cc 100644 --- a/indra/llmath/tests/v4coloru_test.cpp +++ b/indra/llmath/tests/v4coloru_test.cpp @@ -1,5 +1,5 @@  /** - * @file v4coloru_tut.cpp + * @file v4coloru_test.cpp   * @author Adroit   * @date 2007-03   * @brief v4coloru test cases. diff --git a/indra/llmath/tests/v4math_test.cpp b/indra/llmath/tests/v4math_test.cpp index e020038ae5..fe051c27e9 100644 --- a/indra/llmath/tests/v4math_test.cpp +++ b/indra/llmath/tests/v4math_test.cpp @@ -1,5 +1,5 @@  /** - * @file v4math_tut.cpp + * @file v4math_test.cpp   * @author Adroit   * @date 2007-03   * @brief v4math test cases. diff --git a/indra/llmath/tests/xform_test.cpp b/indra/llmath/tests/xform_test.cpp index 81116a58f0..e697a0b7a1 100644 --- a/indra/llmath/tests/xform_test.cpp +++ b/indra/llmath/tests/xform_test.cpp @@ -1,5 +1,5 @@  /**  - * @file xform_tut.cpp + * @file xform_test.cpp   * @author Adroit   * @date March 2007    * @brief Test cases for LLXform diff --git a/indra/llmessage/tests/llhost_test.cpp b/indra/llmessage/tests/llhost_test.cpp index 5dc9ce42ee..6dbdcb86e7 100644 --- a/indra/llmessage/tests/llhost_test.cpp +++ b/indra/llmessage/tests/llhost_test.cpp @@ -1,5 +1,5 @@  /** - * @file llhost_tut.cpp + * @file llhost_test.cpp   * @author Adroit   * @date 2007-02   * @brief llhost test cases. diff --git a/indra/llmessage/tests/llmime_test.cpp b/indra/llmessage/tests/llmime_test.cpp index 62a84d34c0..ad96286731 100644 --- a/indra/llmessage/tests/llmime_test.cpp +++ b/indra/llmessage/tests/llmime_test.cpp @@ -1,8 +1,8 @@  /**  - * @file llmime_tut.cpp + * @file llmime_test.cpp   * @author Phoenix   * @date 2006-12-24 - * @brief BRIEF_DESC of llmime_tut.cpp + * @brief BRIEF_DESC of llmime_test.cpp   *   * $LicenseInfo:firstyear=2006&license=viewergpl$   *  diff --git a/indra/llmessage/tests/llnamevalue_test.cpp b/indra/llmessage/tests/llnamevalue_test.cpp index 3146e7f979..bef4c06334 100644 --- a/indra/llmessage/tests/llnamevalue_test.cpp +++ b/indra/llmessage/tests/llnamevalue_test.cpp @@ -1,5 +1,5 @@  /**  - * @file llnamevalue_tut.cpp + * @file llnamevalue_test.cpp   * @author Adroit   * @date 2007-02   * @brief LLNameValue unit test diff --git a/indra/llmessage/tests/llsdmessage_test.cpp b/indra/llmessage/tests/llsdmessage_test.cpp index 2957d7cc4f..9b018d685b 100644 --- a/indra/llmessage/tests/llsdmessage_test.cpp +++ b/indra/llmessage/tests/llsdmessage_test.cpp @@ -1,5 +1,5 @@  /** - * @file   llsdmessage_tut.cpp + * @file   llsdmessage_test.cpp   * @author Nat Goodspeed   * @date   2008-12-22   * @brief  Test of llsdmessage.h diff --git a/indra/llvfs/tests/lldir_test.cpp b/indra/llvfs/tests/lldir_test.cpp index a275e60882..9befa59477 100644 --- a/indra/llvfs/tests/lldir_test.cpp +++ b/indra/llvfs/tests/lldir_test.cpp @@ -1,5 +1,5 @@  /** - * @file lldir_tut.cpp + * @file lldir_test.cpp   * @date 2008-05   * @brief LLDir test cases.   * | 
