Add language about rights given by posting a patch:
authorBruce Momjian
Wed, 28 Feb 2007 17:28:09 +0000 (17:28 +0000)
committerBruce Momjian
Wed, 28 Feb 2007 17:28:09 +0000 (17:28 +0000)
    
  • PostgreSQL is licensed under a BSD license.  By posting a patch
        to the public PostgreSQL mailling lists, you are giving the PostgreSQL
        Global Development Group the non-revokable right to distribute your
        patch under the BSD license.  If you use code that is available under
        some other license that is BSD compatible (eg. public domain), please
        note that in your email submission.


  • doc/FAQ_DEV
    doc/src/FAQ/FAQ_DEV.html

    index 285df5d32731f1ba3ece49660cf01edda3a9daf2..b5ed40441c6ade771ecc22bfda7f223f801e46bc 100644 (file)
    @@ -1,7 +1,7 @@
     
               Developer's Frequently Asked Questions (FAQ) for PostgreSQL
                                            
    -   Last updated: Tue Feb 27 18:12:31 EST 2007
    +   Last updated: Wed Feb 28 12:27:44 EST 2007
        
        Current maintainer: Bruce Momjian ([email protected])
        
    @@ -136,20 +136,22 @@ General Questions
            src/tools/make_diff/difforig useful. (Unified diffs are only
            preferable if the file changes are single-line changes and do not
            rely on surrounding lines.)
    -    4. PostgreSQL is licensed under a BSD license, so any submissions
    -       must conform to the BSD license to be included. If you use code
    -       that is available under some other license that is BSD compatible
    -       (eg. public domain) please note that code in your email submission
    +    4. PostgreSQL is licensed under a BSD license. By posting a patch to
    +       the public PostgreSQL mailling lists, you are giving the
    +       PostgreSQL Global Development Group the non-revokable right to
    +       distribute your patch under the BSD license. If you use code that
    +       is available under some other license that is BSD compatible (eg.
    +       public domain), please note that in your email submission.
         5. Confirm that your changes can pass the regression tests. If your
            changes are port specific, please list the ports you have tested
            it on.
    -    6. Provide an implementation overview, preferably in code comments.
    -       Following the surrounding code commenting style is usually a good
    -       approach.
    +    6. If you are adding a new feature, confirm that it has been tested
    +       thoroughly. Try to test the feature in all conceivable scenarios.
         7. New feature patches should also be accompanied by documentation
            patches. If you need help checking the SQL standard, see 1.16.
    -    8. If you are adding a new feature, confirm that it has been tested
    -       thoroughly. Try to test the feature in all conceivable scenarios.
    +    8. Provide an implementation overview, preferably in code comments.
    +       Following the surrounding code commenting style is usually a good
    +       approach.
         9. If it is a performance patch, please provide confirming test
            results to show the benefit of your patch. It is OK to post
            patches without this information, though the patch will not be
    index 83fbbd1365a13c2e74ced5b752295d67d6ff41a9..9a2960e5f6ae3279bb77d87307365604a43fdc2a 100644 (file)
    @@ -13,7 +13,7 @@
         

    Developer's Frequently Asked Questions (FAQ) for

         PostgreSQL
     
    -    

    Last updated: Tue Feb 27 18:12:31 EST 2007

    +    

    Last updated: Wed Feb 28 12:27:44 EST 2007

     
         

    Current maintainer: Bruce Momjian (

         preferable if the file changes are single-line changes and do not
         rely on surrounding lines.)
     
    -    
  • PostgreSQL is licensed under a BSD license, so any submissions must 
  • -    conform to the BSD license to be included. If you use code that is 
    -    available under some other license that is BSD compatible (eg. public 
    -    domain) please note that code in your email submission
    +    
  • PostgreSQL is licensed under a BSD license.  By posting a patch
  • +    to the public PostgreSQL mailling lists, you are giving the PostgreSQL
    +    Global Development Group the non-revokable right to distribute your
    +    patch under the BSD license.  If you use code that is available under
    +    some other license that is BSD compatible (eg. public domain), please
    +    note that in your email submission.
     
         
  • Confirm that your changes can pass the regression tests. If your 
  •      changes are port specific, please list the ports you have tested it
         on.
     
    -    
  • Provide an implementation overview, preferably in code comments.
  • -    Following the surrounding code commenting style is usually a good
    -    approach.
    +    
  • If you are adding a new feature, confirm that it has been tested
  • +    thoroughly.  Try to test the feature in all conceivable
    +    scenarios.
     
         
  • New feature patches should also be accompanied by documentation
  •      patches.  If you need help checking the SQL standard, see 
         "#item1.16">1.16.
     
    -    
  • If you are adding a new feature, confirm that it has been tested
  • -    thoroughly.  Try to test the feature in all conceivable
    -    scenarios.
    +    
  • Provide an implementation overview, preferably in code comments.
  • +    Following the surrounding code commenting style is usually a good
    +    approach.
     
         
  • If it is a performance patch, please provide confirming test
  •      results to show the benefit of your patch. It is OK to post patches