From 09bcd633138785f270f268b928eec39d887149b5 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 17 Sep 2002 19:05:18 +0000
Subject: [PATCH] Added copyright notices.

---
 src/squeue/print.c  | 25 +++++++++++++++++++++++++
 src/squeue/print.h  | 26 +++++++++++++++++++++++++-
 src/squeue/squeue.c |  2 +-
 src/squeue/squeue.h |  4 ++--
 4 files changed, 53 insertions(+), 4 deletions(-)

diff --git a/src/squeue/print.c b/src/squeue/print.c
index a9f961efffa..c2bd233ea18 100644
--- a/src/squeue/print.c
+++ b/src/squeue/print.c
@@ -1,3 +1,28 @@
+/*****************************************************************************\
+ *  print.c - squeue print job functions
+ *****************************************************************************
+ *  Copyright (C) 2002 The Regents of the University of California.
+ *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
+ *  Written by Joey Ekstrom <ekstrom1@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 <time.h>
 #include <stdio.h>
diff --git a/src/squeue/print.h b/src/squeue/print.h
index a08f774c1a6..da877c899b7 100644
--- a/src/squeue/print.h
+++ b/src/squeue/print.h
@@ -1,4 +1,28 @@
-
+/*****************************************************************************\
+ *  print.h - squeue print job definitions
+ *****************************************************************************
+ *  Copyright (C) 2002 The Regents of the University of California.
+ *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
+ *  Written by Joey Ekstrom <ekstrom1@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/api/slurm.h>
 #include <src/common/list.h>
diff --git a/src/squeue/squeue.c b/src/squeue/squeue.c
index a9e52bc2994..953af3409f7 100644
--- a/src/squeue/squeue.c
+++ b/src/squeue/squeue.c
@@ -3,7 +3,7 @@
  *****************************************************************************
  *  Copyright (C) 2002 The Regents of the University of California.
  *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
- *  Written by moe jette <jette1@llnl.gov>
+ *  Written by Joey Ekstrom <ekstrom1@llnl.gov>
  *  UCRL-CODE-2002-040.
  *  
  *  This file is part of SLURM, a resource management program.
diff --git a/src/squeue/squeue.h b/src/squeue/squeue.h
index f7e51c4775e..a7038285696 100644
--- a/src/squeue/squeue.h
+++ b/src/squeue/squeue.h
@@ -1,9 +1,9 @@
 /****************************************************************************\
- *  * slurm_protocol_defs.h - definitions used for RPCs
+ *  squeue.h - definitions used for printing job queue state
  *****************************************************************************
  *  Copyright (C) 2002 The Regents of the University of California.
  *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
- *  Written by Kevin Tew <tew1@llnl.gov>.
+ *  Written by Joey Ekstrom <ekstrom1@llnl.gov>
  *  UCRL-CODE-2002-040.
  *
  *  This file is part of SLURM, a resource management program.
-- 
GitLab