diff options
Diffstat (limited to 'indra/llmath/llline.cpp')
| -rw-r--r-- | indra/llmath/llline.cpp | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/indra/llmath/llline.cpp b/indra/llmath/llline.cpp index b62631072b..ef10d1e7fa 100644 --- a/indra/llmath/llline.cpp +++ b/indra/llmath/llline.cpp @@ -3,10 +3,30 @@ * @author Andrew Meadows * @brief Simple line class that can compute nearest approach between two lines * - * Copyright (c) 2001-$CurrentYear$, Linden Research, Inc. - * $License$ + * $LicenseInfo:firstyear=2006&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$ */ +#include "linden_common.h" + #include "llline.h" #include "llrand.h" |
