Commit ce6b1332 authored by Karl Kornel's avatar Karl Kornel
Browse files

Add copyright notice

parent fd7c40aa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@ use File::Copy;
# NOTE: This code relies heavily on log_* subroutines.  Those subroutines must
# be loaded into the same scope as this code, or else things will fail.

# This file is Copyright (C) 2016 The Board of Trustees of the Leland Stanford
# Jr. University.  All rights reserved.


# deliver: Deliver files for a given project
# $runfolder The path to the run folder.
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,9 @@ use Sys::Hostname;
# NOTE: This code relies heavily on log_* subroutines.  Those subroutines must
# be loaded into the same scope as this code, or else things will fail.

# This file is Copyright (C) 2016 The Board of Trustees of the Leland Stanford
# Jr. University.  All rights reserved.


# check_email: Check (and create) the email configuration file.
# $path: The path to the configuration file.
+3 −0
Original line number Diff line number Diff line
@@ -11,6 +11,9 @@ use Fcntl qw(:flock);
#
# This support script has all of the lockfile and logging code.

# This file is Copyright (C) 2016 The Board of Trustees of the Leland Stanford
# Jr. University.  All rights reserved.


# log_open: Open our log file, naming any file in place.
# $log_path: The path to the log file, which might exist.