4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/hg/encode/hgEncodeApi/hgEncodeApi.c src/hg/encode/hgEncodeApi/hgEncodeApi.c index 4c4f74a..0e1f859 100644 --- src/hg/encode/hgEncodeApi/hgEncodeApi.c +++ src/hg/encode/hgEncodeApi/hgEncodeApi.c @@ -1,17 +1,17 @@ /* Copyright (C) 2014 The Regents of the University of California - * See README in this or parent directory for licensing information. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ /* hgEncodeApi - a web API to selected ENCODE resources The API requests here are intended to follow the REST architectural approach. Each API request accesses a resource, and no state is maintained. While implemented as a CGI, to follow the REST paradigm, access should be via resource identifiers translated from the CGI command and parameters via Apache rewriting. Initial implementation is limited to a few requests needed by UCSC applications, and only supports JSON format responses. Example use (with rewriting) might be: http://api.wgEncode.ucsc.edu/cv/cells hgEncodeApi?cmd=cv&type=cellType