diff options
author | Geenz <geenz@geenzo.com> | 2013-06-27 15:06:03 -0400 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-06-27 15:06:03 -0400 |
commit | 623077e6a4eef516d445975eaa71d5f67e6767c5 (patch) | |
tree | cab6ce3dbd885276b99a07cfe573e95282085e73 /indra/llwindow/llappdelegate-objc.h | |
parent | 860b86e3d1c61c18be99301ea1c5027058a8353d (diff) |
Added license headers.
Diffstat (limited to 'indra/llwindow/llappdelegate-objc.h')
-rw-r--r-- | indra/llwindow/llappdelegate-objc.h | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/indra/llwindow/llappdelegate-objc.h b/indra/llwindow/llappdelegate-objc.h index a6fb77d93f..faa5d3abb7 100644 --- a/indra/llwindow/llappdelegate-objc.h +++ b/indra/llwindow/llappdelegate-objc.h @@ -1,10 +1,28 @@ -// -// LLAppDelegate.h -// SecondLife -// -// Created by Geenz on 12/16/12. -// -// +/** + * @file llappdelegate-objc.h + * @brief Class interface for the Mac version's application delegate. + * + * $LicenseInfo:firstyear=2000&license=viewerlgpl$ + * Second Life Viewer Source Code + * Copyright (C) 2010, 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$ + */ #import <Cocoa/Cocoa.h> #import "llopenglview-objc.h" |