e70152e44cc66cc599ff6b699eb8adc07f3e656a kent Sat May 24 21:09:34 2014 -0700 Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment. diff --git src/hg/lib/trashDir.c src/hg/lib/trashDir.c index a4370df..481d59d 100644 --- src/hg/lib/trashDir.c +++ src/hg/lib/trashDir.c @@ -1,17 +1,20 @@ /* trashDir.c - temporary file creation and directory creation in /trash */ +/* Copyright (C) 2014 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "hash.h" #include "portable.h" #include "trashDir.h" void trashDirFile(struct tempName *tn, char *dirName, char *base, char *suffix) /* obtain a trash file name trash/dirName/base*.suffix */ { static struct hash *dirHash = NULL; char prefix[64]; if (! dirHash) dirHash = newHash(0);