summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-03-29 10:44:33 -0400
committerOz Linden <oz@lindenlab.com>2012-03-29 10:44:33 -0400
commit9521fdabf42c7882653bf3a5f65caa258203e9d6 (patch)
tree23ce8f0bf24ce783588eefbaae5202a6335fecaa /indra/newview
parent4b393f310decfcfac63b0b843b6fef4df8c7dcd3 (diff)
correct open source license headers to pass policy check
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llautocorrect.cpp6
-rw-r--r--indra/newview/llautocorrectfloater.cpp6
-rw-r--r--indra/newview/llautocorrectfloater.h5
3 files changed, 15 insertions, 2 deletions
diff --git a/indra/newview/llautocorrect.cpp b/indra/newview/llautocorrect.cpp
index 791d34df0c..acbb790dff 100644
--- a/indra/newview/llautocorrect.cpp
+++ b/indra/newview/llautocorrect.cpp
@@ -1,7 +1,10 @@
/**
* @file llautocorrect.cpp
* @brief Auto Correct Manager
- * @copyright Copyright (c) 2011 LordGregGreg Back
+ *
+ * $LicenseInfo:firstyear=2012&license=viewerlgpl$
+ * Second Life Viewer Source Code
+ * Copyright (C) 2012, 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
@@ -16,6 +19,7 @@
* 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
+ * $/LicenseInfo$
*/
#include "llviewerprecompiledheaders.h"
diff --git a/indra/newview/llautocorrectfloater.cpp b/indra/newview/llautocorrectfloater.cpp
index 1cbb08cc1e..10bc30c0b4 100644
--- a/indra/newview/llautocorrectfloater.cpp
+++ b/indra/newview/llautocorrectfloater.cpp
@@ -1,7 +1,10 @@
/**
* @file llautocorrectfloater.cpp
* @brief Auto Correct List floater
- * @copyright Copyright (c) 2011 LordGregGreg Back
+ *
+ * $LicenseInfo:firstyear=2012&license=viewerlgpl$
+ * Second Life Viewer Source Code
+ * Copyright (C) 2012, 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
@@ -16,6 +19,7 @@
* 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
+ * $/LicenseInfo$
*/
#include "llviewerprecompiledheaders.h"
diff --git a/indra/newview/llautocorrectfloater.h b/indra/newview/llautocorrectfloater.h
index 6c932a3a1d..2a02f6cc82 100644
--- a/indra/newview/llautocorrectfloater.h
+++ b/indra/newview/llautocorrectfloater.h
@@ -3,6 +3,10 @@
* @brief Auto Correct List floater
* @copyright Copyright (c) 2011 LordGregGreg Back
*
+ * $LicenseInfo:firstyear=2012&license=viewerlgpl$
+ * Second Life Viewer Source Code
+ * Copyright (C) 2012, 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; either
@@ -16,6 +20,7 @@
* 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
+ * $/LicenseInfo$
*/
#ifndef AUTOCORRECTFLOATER_H