(file) Return to README CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Unsupported

 1 mday  1.1 Pegasus Unsupported Source Tree
 2           =================================
 3           
 4           This area of the Pegasus source code tree contains files that are not
 5           part of the default build environment or test suite environment of
 6           Pegasus.
 7           
 8           Criteria for Submission to Unsupported Repository
 9           =================================================
10           
11           1) Pegasus License
12           
13           All submissions to this area must be in the form of source code (no
14           binaries) and must be licensed under the Pegasus source license, which
15           is as follows:
16           
17           //%/////////////////////////////////////////////////////////////////////////////
18           //
19           // Copyright (c) 2003 (author or author's employer)
20           //
21           // Permission is hereby granted, free of charge, to any person obtaining a copy
22 mday  1.1 // of this software and associated documentation files (the "Software"), to
23           // deal in the Software without restriction, including without limitation the
24           // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
25           // sell copies of the Software, and to permit persons to whom the Software is
26           // furnished to do so, subject to the following conditions:
27           // 
28           // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
29           // ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
30           // "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
31           // LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
32           // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
33           // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
34           // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
35           // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36           //
37           //==============================================================================
38           //
39           ////////////////////////////////////////////////////////////////////////////////
40           
41           All copyright holders of a source file must submit it under this
42           license, and no other licenses may be asserted. 
43 mday  1.1 
44           2) README
45           
46           All submissions must include a README text file that documents the
47           purpose of the module and provides contact information for the
48           module's author.
49           
50           3) INSTALL
51           
52           All submissions must include an INSTALL file that documents the build,
53           install, and test procedures for the module.
54           
55           4) TEST
56           
57           All submissions should include a test subdirectory that contains
58           automated tests to verify the successful build of the source module. 
59           
60           Directory Structure
61           ===================
62           
63           Each submission to the Unsupported area of the CVS must be a
64 mday  1.1 self-contained environment under its own root directory. For example,
65           a module Foo.cpp would have the following directory path in the CVS
66           repository:
67           
68           $(PEGASUS_ROOT)/src/Unsupported/Foo/Foo.cpp
69           
70           Alternatively, some modules will have a more structure environment: 
71           
72           $(PEGASUS_ROOT)/src/Unsupported/Foo/src/Foo.cpp
73           $(PEGASUS_ROOT)/src/Unsupported/Foo/test/Foo_test
74           $(PEGASUS_ROOT)/src/Unsupported/Foo/doc/Foo.html
75           
76           
77           Committing Modules to the Unsupported Area
78           ==========================================
79           
80           Although anyone may offer source code to the Unsupported area
81           (provided the above criteria are satisfied), only members of the
82           pegasus-cvs-writers group have authorization to commit source code to
83           the repository. Therefore, members of the general public need to
84           obtain steering commette sponsorship for any modules they want to
85 mday  1.1 submit to the Unsupported area of the CVS.
86           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2