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

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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2