diff options
Diffstat (limited to 'linden/indra/llimage/llpngwrapper.cpp')
-rw-r--r-- | linden/indra/llimage/llpngwrapper.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/llimage/llpngwrapper.cpp b/linden/indra/llimage/llpngwrapper.cpp index 52616d1..74a09b2 100644 --- a/linden/indra/llimage/llpngwrapper.cpp +++ b/linden/indra/llimage/llpngwrapper.cpp | |||
@@ -2,8 +2,9 @@ | |||
2 | * @file llpngwrapper.cpp | 2 | * @file llpngwrapper.cpp |
3 | * @brief Encapsulates libpng read/write functionality. | 3 | * @brief Encapsulates libpng read/write functionality. |
4 | * | 4 | * |
5 | * Copyright (c) 2007 Peekay Semyorka. | 5 | * $LicenseInfo:firstyear=2007&license=viewergpl$ |
6 | * Copyright (c) 2007-2007, Linden Research, Inc. | 6 | * |
7 | * Copyright (c) 2007, Linden Research, Inc. | ||
7 | * | 8 | * |
8 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
9 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -25,6 +26,7 @@ | |||
25 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 26 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
26 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 27 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
27 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | * $/LicenseInfo$ | ||
28 | */ | 30 | */ |
29 | 31 | ||
30 | #include "linden_common.h" | 32 | #include "linden_common.h" |