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/hgLogin/hgLogin.h src/hg/hgLogin/hgLogin.h index 1fbe5a4..6b601fd 100644 --- src/hg/hgLogin/hgLogin.h +++ src/hg/hgLogin/hgLogin.h @@ -1,24 +1,27 @@ /* hgLogin.h */ +/* Copyright (C) 2013 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef hgLogin_H #define hgLogin_H /* ---- global variables ---- */ #define TITLE "UCSC Genome Browser Login v"CGI_VERSION /* ---- hg.conf parameters used by hgLogin ---- */ #define CFG_LOGIN_BROWSER_NAME "login.browserName" #define CFG_LOGIN_BROWSER_ADDR "login.browserAddr" #define CFG_LOGIN_MAIL_SIGNATURE "login.mailSignature" #define CFG_LOGIN_MAIL_RETURN_ADDR "login.mailReturnAddr" #define CFG_CENTRAL_DOMAIN "central.domain" #define CFG_COOKIIENAME_USERNAME "wiki.userNameCookie" #define CFG_COOKIIENAME_USERID "wiki.loggedInCookie" #endif /* hgLogin_H */