diff options
| author | Kitty Barnett <develop@catznip.com> | 2024-09-17 19:12:55 +0200 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-05-11 16:28:39 +0800 | 
| commit | 135634205304d4009d943cf35c6dfbc51458265c (patch) | |
| tree | e4275e6ebbcc216b44b864b063076622677354e4 /indra/newview/rlvcommon.h | |
| parent | 4e6739da2fe7822565c7112ce67c4ef505102015 (diff) | |
Add proper file headers
Diffstat (limited to 'indra/newview/rlvcommon.h')
| -rw-r--r-- | indra/newview/rlvcommon.h | 27 | 
1 files changed, 27 insertions, 0 deletions
| diff --git a/indra/newview/rlvcommon.h b/indra/newview/rlvcommon.h index d18abcf1ac..6f1bbbbdc6 100644 --- a/indra/newview/rlvcommon.h +++ b/indra/newview/rlvcommon.h @@ -1,3 +1,30 @@ +/** + * @file rlvcommon.h + * @author Kitty Barnett + * @brief RLVa helper functions and constants used throughout the viewer + * + * $LicenseInfo:firstyear=2024&license=viewerlgpl$ + * Second Life Viewer Source Code + * Copyright (C) 2024, Linden Research, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; + * version 2.1 of the License only. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA + * + * Linden Research, Inc., 945 Battery Street, San Francisco, CA  94111  USA + * $/LicenseInfo$ + */ +  #pragma once  #include "rlvdefines.h" | 
