thirdparty/README
changeset 153 79d52c2d50a2
equal deleted inserted replaced
152:7c1e2cb6dc44 153:79d52c2d50a2
       
     1 Third-party code that is *not* part of the application image (the Google App
       
     2 Engine SDK in trunk/thirdparty/google_appengine, for example) belongs in
       
     3 trunk/thirdparty.  For third-party code that *is* part of the application
       
     4 image, see the notes in trunk/app/README.
       
     5 
       
     6 == THIRD PARTY LICENSES ==
       
     7 
       
     8 Third-party code must also include a license text file, named LICENSE or
       
     9 COPYING, in the package subdirectory.  If the third-party package subdirectory
       
    10 is maintained automatically with a tool such as svn_load_dirs.pl (which
       
    11 removes files, such as license text files, that were added later to the
       
    12 "target" directory), place the license text file in the trunk/app directory
       
    13 and add the package name as a suffix.
       
    14