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/encodeRenameObj/encodeRenameObj.c src/hg/encode/encodeRenameObj/encodeRenameObj.c index 6c092cc..ec41f0f 100644 --- src/hg/encode/encodeRenameObj/encodeRenameObj.c +++ src/hg/encode/encodeRenameObj/encodeRenameObj.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013 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. */ /* encodeRenameObj - a program to rename mdb obj including many related entries as detailed below: * * During pass 0, it validates for oldObj * composite metaData .ra, metaDb_$USER table, composite trackDb .ra, trackDb.wgEncode.ra, * tables, files, symlinks, latest releaseN subdirectory under downloads. * And that the newObj name is also unoccupied in all those things as well to prevent name collisions. * * During pass 1, the oldObj is renamed to newObj for all those things. * Errors and warnings are sent both to stderr and to the encodeRenamerLog table field "errors". * Changes to the objects are also sent both to stderr and to the encodeRenamerLog table field "changes". * It updates the metaDb and trackDb .ra files, creating a new composite-trackDb.new{N}.ra if necessary, * and will also git-add (but not commit) any new composite.new{N}.ra file created. * It updates the includer trackDb.wgEncode.ra if needed, maintaining release tags. * It uses the encodePatchTdb library to edit trackDb .ra files while preserving indentation and comments.