aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llcommon/llfile.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llfile.cpp b/linden/indra/llcommon/llfile.cpp
index 6fcfc42..eb76b20 100644
--- a/linden/indra/llcommon/llfile.cpp
+++ b/linden/indra/llcommon/llfile.cpp
@@ -5,6 +5,8 @@
5 * @brief Implementation of cross-platform POSIX file buffer and c++ 5 * @brief Implementation of cross-platform POSIX file buffer and c++
6 * stream classes. 6 * stream classes.
7 * 7 *
8 * $LicenseInfo:firstyear=2006&license=viewergpl$
9 *
8 * Copyright (c) 2006-2007, Linden Research, Inc. 10 * Copyright (c) 2006-2007, Linden Research, Inc.
9 * 11 *
10 * Second Life Viewer Source Code 12 * Second Life Viewer Source Code
@@ -27,6 +29,7 @@
27 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 29 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
28 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 30 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
29 * COMPLETENESS OR PERFORMANCE. 31 * COMPLETENESS OR PERFORMANCE.
32 * $/LicenseInfo$
30 */ 33 */
31 34
32#include "linden_common.h" 35#include "linden_common.h"