diff options
Diffstat (limited to 'linden/indra/test/llsdmessagebuilder_tut.cpp')
-rwxr-xr-x | linden/indra/test/llsdmessagebuilder_tut.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/test/llsdmessagebuilder_tut.cpp b/linden/indra/test/llsdmessagebuilder_tut.cpp index 95a49dd..96b37cc 100755 --- a/linden/indra/test/llsdmessagebuilder_tut.cpp +++ b/linden/indra/test/llsdmessagebuilder_tut.cpp | |||
@@ -3,6 +3,8 @@ | |||
3 | * @date February 2006 | 3 | * @date February 2006 |
4 | * @brief LLSDMessageBuilder unit tests | 4 | * @brief LLSDMessageBuilder unit tests |
5 | * | 5 | * |
6 | * $LicenseInfo:firstyear=2006&license=viewergpl$ | ||
7 | * | ||
6 | * Copyright (c) 2006-2007, Linden Research, Inc. | 8 | * Copyright (c) 2006-2007, Linden Research, Inc. |
7 | * | 9 | * |
8 | * Second Life Viewer Source Code | 10 | * Second Life Viewer Source Code |
@@ -25,11 +27,13 @@ | |||
25 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 27 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
26 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 28 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
27 | * COMPLETENESS OR PERFORMANCE. | 29 | * COMPLETENESS OR PERFORMANCE. |
30 | * $/LicenseInfo$ | ||
28 | */ | 31 | */ |
29 | 32 | ||
30 | #include <tut/tut.h> | 33 | #include <tut/tut.h> |
31 | #include "lltut.h" | ||
32 | 34 | ||
35 | #include "linden_common.h" | ||
36 | #include "lltut.h" | ||
33 | #include "llsdmessagebuilder.h" | 37 | #include "llsdmessagebuilder.h" |
34 | #include "llsdmessagereader.h" | 38 | #include "llsdmessagereader.h" |
35 | #include "llsdtraits.h" | 39 | #include "llsdtraits.h" |