kythe.io@v0.0.68-0.20240422202219-7225dbc01741/third_party/README (about)

     1  All third_party libraries are available at http://kythe.io/repo/third_party/
     2  
     3  To add a new component to this third_party directory, follow these steps:
     4  
     5  1) Have a discussion on kythe-dev mailing list;
     6  2) Provide a clear rational in the change adding the third_party code;
     7  3) Add the third_party code in a patch containing no other changes;
     8  4) Add a third_party/<projectxyz>/README.google file listing:
     9       * The URL to the package version
    10       * The Version
    11       * The License
    12       * The path to a LICENSE file (create one if it does not exist)
    13       * A brief Description
    14       * A list of Local Modifications
    15  5) Ensure //third_party:licenses includes the component's license.
    16  6) Have the change reviewed by multiple people in the team.
    17  
    18  Thank you.