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/fuse/udcFuse/udcFuse.c src/fuse/udcFuse/udcFuse.c index 41cf660..232f8f1 100644 --- src/fuse/udcFuse/udcFuse.c +++ src/fuse/udcFuse/udcFuse.c @@ -1,16 +1,19 @@ /* udcFuse - FUSE (Filesystem in USErspace) filesystem for lib/udc.c (Url Data Cache). */ + +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #ifdef USE_FUSE #include "common.h" #include "portable.h" #include "errCatch.h" #include "udc.h" #include <sys/types.h> #include <dirent.h> #include <pthread.h> #ifndef FUSE_USE_VERSION #define FUSE_USE_VERSION 26 #endif #include "fuse.h"