From 8be59afe3c9a996cf348c86804c7f3bb9a90ada2 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 28 Oct 2003 22:23:51 +0000 Subject: [PATCH] Added LLNL copyright notice. --- src/srun/msg.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/srun/msg.h b/src/srun/msg.h index 13a5e8f52c4..58edf6cea44 100644 --- a/src/srun/msg.h +++ b/src/srun/msg.h @@ -1,3 +1,29 @@ +/*****************************************************************************\ + * src/srun/msg.h - message traffic between srun and slurmd routines + * $Id$ + ***************************************************************************** + * Copyright (C) 2002 The Regents of the University of California. + * Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). + * Written by Mark Grondona <mgrondona@llnl.gov>. + * UCRL-CODE-2002-040. + * + * This file is part of SLURM, a resource management program. + * For details, see <http://www.llnl.gov/linux/slurm/>. + * + * SLURM is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * SLURM is distributed in the hope that it will be useful, but WITHOUT ANY + * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License along + * with SLURM; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +\*****************************************************************************/ #include "src/srun/job.h" #ifndef _HAVE_MSG_H -- GitLab