diff options
author | Jacek Antonelli | 2008-08-15 23:44:05 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:05 -0500 |
commit | e8ca04117d66356e8fe514d617d1da2d9b49a927 (patch) | |
tree | 255cb61b69af1ef15b3bca859a1ec6aa6a2a3da7 /README.txt | |
parent | Initial commit. (diff) | |
download | meta-impy-e8ca04117d66356e8fe514d617d1da2d9b49a927.zip meta-impy-e8ca04117d66356e8fe514d617d1da2d9b49a927.tar.gz meta-impy-e8ca04117d66356e8fe514d617d1da2d9b49a927.tar.bz2 meta-impy-e8ca04117d66356e8fe514d617d1da2d9b49a927.tar.xz |
README.txt
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..d7f6c75 --- /dev/null +++ b/README.txt | |||
@@ -0,0 +1,55 @@ | |||
1 | |||
2 | |||
3 | ABOUT THE SECOND LIFE VIEWER SOURCE ARCHIVE PROJECT | ||
4 | |||
5 | This project is a community-maintained archive of Second Life | ||
6 | viewer source code releases. For more information about the | ||
7 | project, see: | ||
8 | |||
9 | http://github.com/jacek/sl-viewer-source-archive/ | ||
10 | |||
11 | |||
12 | PURPOSE | ||
13 | |||
14 | The purpose of the archive is to provide a base for viewer | ||
15 | forks or patch development and a convenient method for viewing | ||
16 | and merging the diffs between releases via the Git version | ||
17 | control system. | ||
18 | |||
19 | |||
20 | CONTENTS | ||
21 | |||
22 | The archive contains the full source code for every official, | ||
23 | versioned release and release candidate of the Second Life | ||
24 | viewer since January 2007, when the viewer code was first | ||
25 | released. | ||
26 | |||
27 | The archive does not contain the source for betas, "First | ||
28 | Look" viewers, dated snapshots, or development branches, | ||
29 | because it is infeasible to deduce their ancestral | ||
30 | relationship to other versions. | ||
31 | |||
32 | The archive also does not contain the viewer artwork or | ||
33 | required libraries, for space and licensing reasons. | ||
34 | |||
35 | As of this writing, these other resources (as well as all | ||
36 | code contained in the archive) are available for download | ||
37 | from Linden Research, Inc.: | ||
38 | |||
39 | http://wiki.secondlife.com/wiki/Source_downloads | ||
40 | |||
41 | |||
42 | LICENSE | ||
43 | |||
44 | All code in the archive has been released by Linden Research | ||
45 | Inc. under the terms of the GNU General Public License version | ||
46 | 2.0 (plus a special exception). See linden/LICENSE-source.txt | ||
47 | for details. | ||
48 | |||
49 | |||
50 | DISCLAIMERS AND NOTICES | ||
51 | |||
52 | The project and archive are in no way affiliated with | ||
53 | Linden Research, Inc. | ||
54 | |||
55 | Second Life is a registered trademark of Linden Research, Inc. | ||