diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-01-31 19:35:10 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-01-31 19:35:10 +0200 |
commit | a6615b3264011f186678e7d0380291dd3bedc9aa (patch) | |
tree | 3a385e6b62a509a3bbf433c7e31982b0ab1b8a87 /indra | |
parent | 851815442625f0378cb21ffdb8dd588122087e18 (diff) |
SL-19110 Fix coding policy
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/hbxxh.cpp | 2 | ||||
-rw-r--r-- | indra/llcommon/hbxxh.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/hbxxh.cpp b/indra/llcommon/hbxxh.cpp index a2c09ff929..388269d6c8 100644 --- a/indra/llcommon/hbxxh.cpp +++ b/indra/llcommon/hbxxh.cpp @@ -2,7 +2,7 @@ * @file hbxxh.cpp * @brief High performances vectorized hashing based on xxHash. * - * $LicenseInfo:firstyear=2023&license=viewergpl$ + * $LicenseInfo:firstyear=2023&license=viewerlgpl$ * Second Life Viewer Source Code * Copyright (c) 2023, Henri Beauchamp. * diff --git a/indra/llcommon/hbxxh.h b/indra/llcommon/hbxxh.h index 8a5f977648..236716722a 100644 --- a/indra/llcommon/hbxxh.h +++ b/indra/llcommon/hbxxh.h @@ -2,7 +2,7 @@ * @file hbxxh.h * @brief High performances vectorized hashing based on xxHash. * - * $LicenseInfo:firstyear=2023&license=viewergpl$ + * $LicenseInfo:firstyear=2023&license=viewerlgpl$ * Second Life Viewer Source Code * Copyright (c) 2023, Henri Beauchamp. * |