aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test/llbuffer_tut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/test/llbuffer_tut.cpp')
-rw-r--r--linden/indra/test/llbuffer_tut.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/test/llbuffer_tut.cpp b/linden/indra/test/llbuffer_tut.cpp
index afe3133..cd659ce 100644
--- a/linden/indra/test/llbuffer_tut.cpp
+++ b/linden/indra/test/llbuffer_tut.cpp
@@ -4,7 +4,9 @@
4 * @date 2007-03 4 * @date 2007-03
5 * @brief llbuffer test cases. 5 * @brief llbuffer test cases.
6 * 6 *
7 * Copyright (c) 2007-2007, Linden Research, Inc. 7 * $LicenseInfo:firstyear=2007&license=viewergpl$
8 *
9 * Copyright (c) 2007, Linden Research, Inc.
8 * 10 *
9 * Second Life Viewer Source Code 11 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 12 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -26,9 +28,11 @@
26 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 28 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
27 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 29 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
28 * COMPLETENESS OR PERFORMANCE. 30 * COMPLETENESS OR PERFORMANCE.
31 * $/LicenseInfo$
29 */ 32 */
30 33
31#include <tut/tut.h> 34#include <tut/tut.h>
35#include "linden_common.h"
32#include "lltut.h" 36#include "lltut.h"
33#include "llbuffer.h" 37#include "llbuffer.h"
34#include "llerror.h" 38#include "llerror.h"