diff options
author | Jacek Antonelli | 2009-01-11 16:10:39 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-01-11 16:10:43 -0600 |
commit | a87e38229921b48c32187c672a942516722f1b52 (patch) | |
tree | 9e1dc0bc2318a9c6fa454bdb6d873a6af0e0ce3c /linden/indra/lib | |
parent | Second Life viewer sources 1.22.4-RC (diff) | |
download | meta-impy-a87e38229921b48c32187c672a942516722f1b52.zip meta-impy-a87e38229921b48c32187c672a942516722f1b52.tar.gz meta-impy-a87e38229921b48c32187c672a942516722f1b52.tar.bz2 meta-impy-a87e38229921b48c32187c672a942516722f1b52.tar.xz |
Second Life viewer sources 1.22.5-RC
Diffstat (limited to 'linden/indra/lib')
30 files changed, 30 insertions, 30 deletions
diff --git a/linden/indra/lib/python/indra/__init__.py b/linden/indra/lib/python/indra/__init__.py index b435e57..9daab34 100644 --- a/linden/indra/lib/python/indra/__init__.py +++ b/linden/indra/lib/python/indra/__init__.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2006&license=internal$ | 5 | $LicenseInfo:firstyear=2006&license=internal$ |
6 | 6 | ||
7 | Copyright (c) 2006-2008, Linden Research, Inc. | 7 | Copyright (c) 2006-2009, Linden Research, Inc. |
8 | 8 | ||
9 | The following source code is PROPRIETARY AND CONFIDENTIAL. Use of | 9 | The following source code is PROPRIETARY AND CONFIDENTIAL. Use of |
10 | this source code is governed by the Linden Lab Source Code Disclosure | 10 | this source code is governed by the Linden Lab Source Code Disclosure |
diff --git a/linden/indra/lib/python/indra/base/__init__.py b/linden/indra/lib/python/indra/base/__init__.py index 46eabd7..2904fd3 100644 --- a/linden/indra/lib/python/indra/base/__init__.py +++ b/linden/indra/lib/python/indra/base/__init__.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2007&license=mit$ | 5 | $LicenseInfo:firstyear=2007&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2007-2008, Linden Research, Inc. | 7 | Copyright (c) 2007-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/base/config.py b/linden/indra/lib/python/indra/base/config.py index 9c37ecf..d6866fd 100644 --- a/linden/indra/lib/python/indra/base/config.py +++ b/linden/indra/lib/python/indra/base/config.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2006&license=mit$ | 5 | $LicenseInfo:firstyear=2006&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2006-2008, Linden Research, Inc. | 7 | Copyright (c) 2006-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/base/lllog.py b/linden/indra/lib/python/indra/base/lllog.py index 1301894..31000fc 100644 --- a/linden/indra/lib/python/indra/base/lllog.py +++ b/linden/indra/lib/python/indra/base/lllog.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2008&license=mit$ | 5 | $LicenseInfo:firstyear=2008&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2008, Linden Research, Inc. | 7 | Copyright (c) 2008-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/base/llsd.py b/linden/indra/lib/python/indra/base/llsd.py index 5b8f5d7..4a575fc 100644 --- a/linden/indra/lib/python/indra/base/llsd.py +++ b/linden/indra/lib/python/indra/base/llsd.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2006&license=mit$ | 5 | $LicenseInfo:firstyear=2006&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2006-2008, Linden Research, Inc. | 7 | Copyright (c) 2006-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/base/lluuid.py b/linden/indra/lib/python/indra/base/lluuid.py index 0756889..aceea29 100644 --- a/linden/indra/lib/python/indra/base/lluuid.py +++ b/linden/indra/lib/python/indra/base/lluuid.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2004&license=mit$ | 5 | $LicenseInfo:firstyear=2004&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2004-2008, Linden Research, Inc. | 7 | Copyright (c) 2004-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/base/metrics.py b/linden/indra/lib/python/indra/base/metrics.py index 04e6286..8f2a85c 100644 --- a/linden/indra/lib/python/indra/base/metrics.py +++ b/linden/indra/lib/python/indra/base/metrics.py | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | $LicenseInfo:firstyear=2007&license=mit$ | 7 | $LicenseInfo:firstyear=2007&license=mit$ |
8 | 8 | ||
9 | Copyright (c) 2007-2008, Linden Research, Inc. | 9 | Copyright (c) 2007-2009, Linden Research, Inc. |
10 | 10 | ||
11 | Permission is hereby granted, free of charge, to any person obtaining a copy | 11 | Permission is hereby granted, free of charge, to any person obtaining a copy |
12 | of this software and associated documentation files (the "Software"), to deal | 12 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/ipc/__init__.py b/linden/indra/lib/python/indra/ipc/__init__.py index fc1e654..302bbf4 100644 --- a/linden/indra/lib/python/indra/ipc/__init__.py +++ b/linden/indra/lib/python/indra/ipc/__init__.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2006&license=mit$ | 5 | $LicenseInfo:firstyear=2006&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2006-2008, Linden Research, Inc. | 7 | Copyright (c) 2006-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/ipc/compatibility.py b/linden/indra/lib/python/indra/ipc/compatibility.py index 07a4066..b9045c2 100644 --- a/linden/indra/lib/python/indra/ipc/compatibility.py +++ b/linden/indra/lib/python/indra/ipc/compatibility.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2007&license=mit$ | 5 | $LicenseInfo:firstyear=2007&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2007-2008, Linden Research, Inc. | 7 | Copyright (c) 2007-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/ipc/llmessage.py b/linden/indra/lib/python/indra/ipc/llmessage.py index c2f3fd4..6161bad 100644 --- a/linden/indra/lib/python/indra/ipc/llmessage.py +++ b/linden/indra/lib/python/indra/ipc/llmessage.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2007&license=mit$ | 5 | $LicenseInfo:firstyear=2007&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2007-2008, Linden Research, Inc. | 7 | Copyright (c) 2007-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/ipc/llsdhttp.py b/linden/indra/lib/python/indra/ipc/llsdhttp.py index ed64899..cbe8ee1 100644 --- a/linden/indra/lib/python/indra/ipc/llsdhttp.py +++ b/linden/indra/lib/python/indra/ipc/llsdhttp.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2006&license=mit$ | 5 | $LicenseInfo:firstyear=2006&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2006-2008, Linden Research, Inc. | 7 | Copyright (c) 2006-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/ipc/mysql_pool.py b/linden/indra/lib/python/indra/ipc/mysql_pool.py index 25a66cf..e5855a3 100644 --- a/linden/indra/lib/python/indra/ipc/mysql_pool.py +++ b/linden/indra/lib/python/indra/ipc/mysql_pool.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2007&license=mit$ | 5 | $LicenseInfo:firstyear=2007&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2007-2008, Linden Research, Inc. | 7 | Copyright (c) 2007-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/ipc/russ.py b/linden/indra/lib/python/indra/ipc/russ.py index fbb1777..35d8afb 100644 --- a/linden/indra/lib/python/indra/ipc/russ.py +++ b/linden/indra/lib/python/indra/ipc/russ.py | |||
@@ -11,7 +11,7 @@ implementations section. | |||
11 | 11 | ||
12 | $LicenseInfo:firstyear=2007&license=mit$ | 12 | $LicenseInfo:firstyear=2007&license=mit$ |
13 | 13 | ||
14 | Copyright (c) 2007-2008, Linden Research, Inc. | 14 | Copyright (c) 2007-2009, Linden Research, Inc. |
15 | 15 | ||
16 | Permission is hereby granted, free of charge, to any person obtaining a copy | 16 | Permission is hereby granted, free of charge, to any person obtaining a copy |
17 | of this software and associated documentation files (the "Software"), to deal | 17 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/ipc/servicebuilder.py b/linden/indra/lib/python/indra/ipc/servicebuilder.py index 89cdfad..b5872de 100644 --- a/linden/indra/lib/python/indra/ipc/servicebuilder.py +++ b/linden/indra/lib/python/indra/ipc/servicebuilder.py | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | $LicenseInfo:firstyear=2007&license=mit$ | 6 | $LicenseInfo:firstyear=2007&license=mit$ |
7 | 7 | ||
8 | Copyright (c) 2007-2008, Linden Research, Inc. | 8 | Copyright (c) 2007-2009, Linden Research, Inc. |
9 | 9 | ||
10 | Permission is hereby granted, free of charge, to any person obtaining a copy | 10 | Permission is hereby granted, free of charge, to any person obtaining a copy |
11 | of this software and associated documentation files (the "Software"), to deal | 11 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/ipc/tokenstream.py b/linden/indra/lib/python/indra/ipc/tokenstream.py index 75c41a7..b96f26d 100644 --- a/linden/indra/lib/python/indra/ipc/tokenstream.py +++ b/linden/indra/lib/python/indra/ipc/tokenstream.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2007&license=mit$ | 5 | $LicenseInfo:firstyear=2007&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2007-2008, Linden Research, Inc. | 7 | Copyright (c) 2007-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/ipc/webdav.py b/linden/indra/lib/python/indra/ipc/webdav.py index de00efb..98b8499 100644 --- a/linden/indra/lib/python/indra/ipc/webdav.py +++ b/linden/indra/lib/python/indra/ipc/webdav.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2007&license=mit$ | 5 | $LicenseInfo:firstyear=2007&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2007-2008, Linden Research, Inc. | 7 | Copyright (c) 2007-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/ipc/xml_rpc.py b/linden/indra/lib/python/indra/ipc/xml_rpc.py index 7473d31..47536c1 100644 --- a/linden/indra/lib/python/indra/ipc/xml_rpc.py +++ b/linden/indra/lib/python/indra/ipc/xml_rpc.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2006&license=mit$ | 5 | $LicenseInfo:firstyear=2006&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2006-2008, Linden Research, Inc. | 7 | Copyright (c) 2006-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/util/__init__.py b/linden/indra/lib/python/indra/util/__init__.py index 3134c2d..b004e58 100644 --- a/linden/indra/lib/python/indra/util/__init__.py +++ b/linden/indra/lib/python/indra/util/__init__.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2006&license=mit$ | 5 | $LicenseInfo:firstyear=2006&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2006-2008, Linden Research, Inc. | 7 | Copyright (c) 2006-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/util/fastest_elementtree.py b/linden/indra/lib/python/indra/util/fastest_elementtree.py index 2470143..3e2189c 100644 --- a/linden/indra/lib/python/indra/util/fastest_elementtree.py +++ b/linden/indra/lib/python/indra/util/fastest_elementtree.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2008&license=mit$ | 5 | $LicenseInfo:firstyear=2008&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2008, Linden Research, Inc. | 7 | Copyright (c) 2008-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/util/helpformatter.py b/linden/indra/lib/python/indra/util/helpformatter.py index 8b86b87..ba5c9b6 100644 --- a/linden/indra/lib/python/indra/util/helpformatter.py +++ b/linden/indra/lib/python/indra/util/helpformatter.py | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | $LicenseInfo:firstyear=2007&license=mit$ | 6 | $LicenseInfo:firstyear=2007&license=mit$ |
7 | 7 | ||
8 | Copyright (c) 2007-2008, Linden Research, Inc. | 8 | Copyright (c) 2007-2009, Linden Research, Inc. |
9 | 9 | ||
10 | Permission is hereby granted, free of charge, to any person obtaining a copy | 10 | Permission is hereby granted, free of charge, to any person obtaining a copy |
11 | of this software and associated documentation files (the "Software"), to deal | 11 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/util/iterators.py b/linden/indra/lib/python/indra/util/iterators.py index 6a98c97..9013fa6 100644 --- a/linden/indra/lib/python/indra/util/iterators.py +++ b/linden/indra/lib/python/indra/util/iterators.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2008&license=mit$ | 5 | $LicenseInfo:firstyear=2008&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2008, Linden Research, Inc. | 7 | Copyright (c) 2008-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/util/iterators_test.py b/linden/indra/lib/python/indra/util/iterators_test.py index 7fd9e73..66928c8 100755 --- a/linden/indra/lib/python/indra/util/iterators_test.py +++ b/linden/indra/lib/python/indra/util/iterators_test.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2008&license=mit$ | 5 | $LicenseInfo:firstyear=2008&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2008, Linden Research, Inc. | 7 | Copyright (c) 2008-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/util/llmanifest.py b/linden/indra/lib/python/indra/util/llmanifest.py index a00d242..59c84e5 100644 --- a/linden/indra/lib/python/indra/util/llmanifest.py +++ b/linden/indra/lib/python/indra/util/llmanifest.py | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | $LicenseInfo:firstyear=2007&license=mit$ | 6 | $LicenseInfo:firstyear=2007&license=mit$ |
7 | 7 | ||
8 | Copyright (c) 2007-2008, Linden Research, Inc. | 8 | Copyright (c) 2007-2009, Linden Research, Inc. |
9 | 9 | ||
10 | Permission is hereby granted, free of charge, to any person obtaining a copy | 10 | Permission is hereby granted, free of charge, to any person obtaining a copy |
11 | of this software and associated documentation files (the "Software"), to deal | 11 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/util/llsubprocess.py b/linden/indra/lib/python/indra/util/llsubprocess.py index 1c107d9..c4c4073 100644 --- a/linden/indra/lib/python/indra/util/llsubprocess.py +++ b/linden/indra/lib/python/indra/util/llsubprocess.py | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | $LicenseInfo:firstyear=2007&license=mit$ | 7 | $LicenseInfo:firstyear=2007&license=mit$ |
8 | 8 | ||
9 | Copyright (c) 2007-2008, Linden Research, Inc. | 9 | Copyright (c) 2007-2009, Linden Research, Inc. |
10 | 10 | ||
11 | Permission is hereby granted, free of charge, to any person obtaining a copy | 11 | Permission is hereby granted, free of charge, to any person obtaining a copy |
12 | of this software and associated documentation files (the "Software"), to deal | 12 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/util/llversion.py b/linden/indra/lib/python/indra/util/llversion.py index cf4f3c6..770b861 100644 --- a/linden/indra/lib/python/indra/util/llversion.py +++ b/linden/indra/lib/python/indra/util/llversion.py | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | $LicenseInfo:firstyear=2006&license=mit$ | 6 | $LicenseInfo:firstyear=2006&license=mit$ |
7 | 7 | ||
8 | Copyright (c) 2006-2008, Linden Research, Inc. | 8 | Copyright (c) 2006-2009, Linden Research, Inc. |
9 | 9 | ||
10 | Permission is hereby granted, free of charge, to any person obtaining a copy | 10 | Permission is hereby granted, free of charge, to any person obtaining a copy |
11 | of this software and associated documentation files (the "Software"), to deal | 11 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/util/named_query.py b/linden/indra/lib/python/indra/util/named_query.py index c5fb498..cbde2d9 100644 --- a/linden/indra/lib/python/indra/util/named_query.py +++ b/linden/indra/lib/python/indra/util/named_query.py | |||
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | $LicenseInfo:firstyear=2007&license=mit$ | 7 | $LicenseInfo:firstyear=2007&license=mit$ |
8 | 8 | ||
9 | Copyright (c) 2007-2008, Linden Research, Inc. | 9 | Copyright (c) 2007-2009, Linden Research, Inc. |
10 | 10 | ||
11 | Permission is hereby granted, free of charge, to any person obtaining a copy | 11 | Permission is hereby granted, free of charge, to any person obtaining a copy |
12 | of this software and associated documentation files (the "Software"), to deal | 12 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/util/shutil2.py b/linden/indra/lib/python/indra/util/shutil2.py index 2c504c2..9e2e7a6 100644 --- a/linden/indra/lib/python/indra/util/shutil2.py +++ b/linden/indra/lib/python/indra/util/shutil2.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2007&license=mit$ | 5 | $LicenseInfo:firstyear=2007&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2007-2008, Linden Research, Inc. | 7 | Copyright (c) 2007-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/util/simperf_host_xml_parser.py b/linden/indra/lib/python/indra/util/simperf_host_xml_parser.py index b608415..672c105 100755 --- a/linden/indra/lib/python/indra/util/simperf_host_xml_parser.py +++ b/linden/indra/lib/python/indra/util/simperf_host_xml_parser.py | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | $LicenseInfo:firstyear=2008&license=mit$ | 6 | $LicenseInfo:firstyear=2008&license=mit$ |
7 | 7 | ||
8 | Copyright (c) 2008, Linden Research, Inc. | 8 | Copyright (c) 2008-2009, Linden Research, Inc. |
9 | 9 | ||
10 | Permission is hereby granted, free of charge, to any person obtaining a copy | 10 | Permission is hereby granted, free of charge, to any person obtaining a copy |
11 | of this software and associated documentation files (the "Software"), to deal | 11 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/linden/indra/lib/python/indra/util/simperf_oprof_interface.py b/linden/indra/lib/python/indra/util/simperf_oprof_interface.py index a7e9a4c..c8d0f74 100755 --- a/linden/indra/lib/python/indra/util/simperf_oprof_interface.py +++ b/linden/indra/lib/python/indra/util/simperf_oprof_interface.py | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | $LicenseInfo:firstyear=2008&license=internal$ | 6 | $LicenseInfo:firstyear=2008&license=internal$ |
7 | 7 | ||
8 | Copyright (c) 2008, Linden Research, Inc. | 8 | Copyright (c) 2008-2009, Linden Research, Inc. |
9 | 9 | ||
10 | The following source code is PROPRIETARY AND CONFIDENTIAL. Use of | 10 | The following source code is PROPRIETARY AND CONFIDENTIAL. Use of |
11 | this source code is governed by the Linden Lab Source Code Disclosure | 11 | this source code is governed by the Linden Lab Source Code Disclosure |
diff --git a/linden/indra/lib/python/indra/util/term.py b/linden/indra/lib/python/indra/util/term.py index 8238b78..8c316a1 100644 --- a/linden/indra/lib/python/indra/util/term.py +++ b/linden/indra/lib/python/indra/util/term.py | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | $LicenseInfo:firstyear=2007&license=mit$ | 5 | $LicenseInfo:firstyear=2007&license=mit$ |
6 | 6 | ||
7 | Copyright (c) 2007-2008, Linden Research, Inc. | 7 | Copyright (c) 2007-2009, Linden Research, Inc. |
8 | 8 | ||
9 | Permission is hereby granted, free of charge, to any person obtaining a copy | 9 | Permission is hereby granted, free of charge, to any person obtaining a copy |
10 | of this software and associated documentation files (the "Software"), to deal | 10 | of this software and associated documentation files (the "Software"), to deal |