aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llbase32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llbase32.cpp')
-rw-r--r--linden/indra/llcommon/llbase32.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llbase32.cpp b/linden/indra/llcommon/llbase32.cpp
index 27f7284..50f789e 100644
--- a/linden/indra/llcommon/llbase32.cpp
+++ b/linden/indra/llcommon/llbase32.cpp
@@ -7,7 +7,9 @@
7 * http://ghostwhitecrab.com/bitter/ 7 * http://ghostwhitecrab.com/bitter/
8 * 8 *
9 * Some parts of this file are: 9 * Some parts of this file are:
10 * Copyright (c) 2007-2007, Linden Research, Inc. 10 * $LicenseInfo:firstyear=2007&license=viewergpl$
11 *
12 * Copyright (c) 2007, Linden Research, Inc.
11 * 13 *
12 * Second Life Viewer Source Code 14 * Second Life Viewer Source Code
13 * The source code in this file ("Source Code") is provided by Linden Lab 15 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -29,6 +31,7 @@
29 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 31 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
30 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 32 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
31 * COMPLETENESS OR PERFORMANCE. 33 * COMPLETENESS OR PERFORMANCE.
34 * $/LicenseInfo$
32 */ 35 */
33 36
34/** 37/**