From 1cc6864e136714ce3479b12a56f34e53fa401d42 Mon Sep 17 00:00:00 2001 From: bchristiansen Date: Fri, 19 Feb 2010 18:54:21 +0000 Subject: [PATCH] updated version information to 3.3 git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@124 3f5042e3-fb1d-0410-be18-d6ca2573e517 --- LICENSE | 2 +- Makefile.in | 2 +- README | 2 +- configure | 14 +++++++------- configure.ac | 2 +- include/header.cfg | 6 +++--- include/header.tmpl | 2 +- include/moab.h | 2 +- include/msched-version.h | 2 +- src/mcom/Makefile | 2 +- src/mcom/header.cfg | 6 +++--- src/mcom/header.tmpl | 2 +- src/moab/MUtil.c | 2 +- src/moab/Makefile | 2 +- src/moab/header.cfg | 6 +++--- src/moab/header.tmpl | 2 +- src/server/Makefile | 4 ++-- src/server/Server.c | 2 +- src/server/header.cfg | 4 ++-- 19 files changed, 33 insertions(+), 33 deletions(-) diff --git a/LICENSE b/LICENSE index d211604..cc87a6f 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ Moab Scheduling System - End User Open Source License This software is based on the Moab Scheduling System which was created by Cluster Resources, Inc. -Copyright (C) 1999-2009 Cluster Resources, Inc., all rights reserved. +Copyright (C) 1999-2010 Cluster Resources, Inc., all rights reserved. Moab Scheduling System is a trademark of Cluster Resources, Inc. diff --git a/Makefile.in b/Makefile.in index bda49d6..7fa2b97 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # Makefile @PACKAGE_NAME@ v @PACKAGE_VERSION@ -# Copyright: (C) 2002-2009 Cluster Resources, Inc, All Rights Reserved +# Copyright: (C) 2002-2010 Cluster Resources, Inc, All Rights Reserved # # Generated by configure diff --git a/README b/README index e824d7f..d96e77d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - Maui Scheduler, Release 4.0 + Maui Scheduler, Release 3.3 This package contains the Maui Scheduler, an advance reservation based HPC batch scheduler with extensive job management and resource optimization diff --git a/configure b/configure index 34082e5..72a838f 100755 --- a/configure +++ b/configure @@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='maui' PACKAGE_TARNAME='maui' -PACKAGE_VERSION='4.0' -PACKAGE_STRING='maui 4.0' +PACKAGE_VERSION='3.3' +PACKAGE_STRING='maui 3.3' PACKAGE_BUGREPORT='help@supercluster.org' ac_unique_file="src/mcom/MConst.c" @@ -780,7 +780,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures maui 4.0 to adapt to many kinds of systems. +\`configure' configures maui 3.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -837,7 +837,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of maui 4.0:";; + short | recursive ) echo "Configuration of maui 3.3:";; esac cat <<\_ACEOF @@ -953,7 +953,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by maui $as_me 4.0, which was +It was created by maui $as_me 3.3, which was generated by GNU Autoconf 2.57. Invocation command line was $ $0 $@ @@ -6935,7 +6935,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by maui $as_me 4.0, which was +This file was extended by maui $as_me 3.3, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6990,7 +6990,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -maui config.status 4.0 +maui config.status 3.3 configured by $0, generated by GNU Autoconf 2.57, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 6d7ddc1..e34603b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(maui, 4.0, help@supercluster.org) +AC_INIT(maui, 3.3, help@supercluster.org) AC_CONFIG_SRCDIR([src/mcom/MConst.c]) #AC_CONFIG_HEADER([config.h]) diff --git a/include/header.cfg b/include/header.cfg index 3b5ef7a..abefd6a 100644 --- a/include/header.cfg +++ b/include/header.cfg @@ -1,10 +1,10 @@ -VERSION 4.0 +VERSION 3.3 PACKAGE moab AUTHOR Cluster Resources, Inc FILETYPE Module -COPYRIGHT Copyright (C) 1999-2009 Cluster Resources, Inc +COPYRIGHT Copyright (C) 1999-2010 Cluster Resources, Inc DISCLAIMER ----------------------------------------------------------------------------- @@ -13,7 +13,7 @@ Moab Scheduling System - End User Open Source License This software is based on the Moab Scheduling System which was created by Cluster Resources, Inc. -Copyright (C) 1999-2009 Cluster Resources, Inc., all rights reserved. +Copyright (C) 1999-2010 Cluster Resources, Inc., all rights reserved. Moab Scheduling System is a trademark of Cluster Resources, Inc. diff --git a/include/header.tmpl b/include/header.tmpl index a7dc60b..30afae0 100644 --- a/include/header.tmpl +++ b/include/header.tmpl @@ -13,7 +13,7 @@ Moab Workload Manager - End User License This product was created by Cluster Resources, Inc. and is protected by copyright and patent law. -Copyright (C) 1999-2009 Cluster Resources, Inc., all rights reserved. +Copyright (C) 1999-2010 Cluster Resources, Inc., all rights reserved. Moab Workload Manager, Moab Cluster Scheduler and Moab Scheduler are trademarks of Cluster Resources, Inc. diff --git a/include/moab.h b/include/moab.h index 0dd8368..5a0038b 100644 --- a/include/moab.h +++ b/include/moab.h @@ -7,7 +7,7 @@ #include "moab-local.h" #include "mcom.h" -#define MOAB_VERSION "4.0" +#define MOAB_VERSION "3.3" /* elemental objects */ diff --git a/include/msched-version.h b/include/msched-version.h index f14ea20..f12dd1b 100644 --- a/include/msched-version.h +++ b/include/msched-version.h @@ -1 +1 @@ -#define MSCHED_VERSION "4.0" +#define MSCHED_VERSION "3.3" diff --git a/src/mcom/Makefile b/src/mcom/Makefile index de102de..b8b0000 100644 --- a/src/mcom/Makefile +++ b/src/mcom/Makefile @@ -1,5 +1,5 @@ # Makefile for libmcom -# Copyright 1999 - 2009 Cluster Resources, Inc, All Rights Reserved +# Copyright 1999 - 2010 Cluster Resources, Inc, All Rights Reserved TOP =../.. BIN =$(TOP)/bin/ diff --git a/src/mcom/header.cfg b/src/mcom/header.cfg index 3b5ef7a..abefd6a 100644 --- a/src/mcom/header.cfg +++ b/src/mcom/header.cfg @@ -1,10 +1,10 @@ -VERSION 4.0 +VERSION 3.3 PACKAGE moab AUTHOR Cluster Resources, Inc FILETYPE Module -COPYRIGHT Copyright (C) 1999-2009 Cluster Resources, Inc +COPYRIGHT Copyright (C) 1999-2010 Cluster Resources, Inc DISCLAIMER ----------------------------------------------------------------------------- @@ -13,7 +13,7 @@ Moab Scheduling System - End User Open Source License This software is based on the Moab Scheduling System which was created by Cluster Resources, Inc. -Copyright (C) 1999-2009 Cluster Resources, Inc., all rights reserved. +Copyright (C) 1999-2010 Cluster Resources, Inc., all rights reserved. Moab Scheduling System is a trademark of Cluster Resources, Inc. diff --git a/src/mcom/header.tmpl b/src/mcom/header.tmpl index a7dc60b..30afae0 100644 --- a/src/mcom/header.tmpl +++ b/src/mcom/header.tmpl @@ -13,7 +13,7 @@ Moab Workload Manager - End User License This product was created by Cluster Resources, Inc. and is protected by copyright and patent law. -Copyright (C) 1999-2009 Cluster Resources, Inc., all rights reserved. +Copyright (C) 1999-2010 Cluster Resources, Inc., all rights reserved. Moab Workload Manager, Moab Cluster Scheduler and Moab Scheduler are trademarks of Cluster Resources, Inc. diff --git a/src/moab/MUtil.c b/src/moab/MUtil.c index 04c4cce..eca0d91 100644 --- a/src/moab/MUtil.c +++ b/src/moab/MUtil.c @@ -4902,7 +4902,7 @@ int MUShowCopy() fprintf(stderr,"This software utilizes the Moab Scheduling Library, version %s\n", MOAB_VERSION); - fprintf(stderr,"Copyright 2000-2009 Cluster Resources, Inc, All Rights Reserved\n"); + fprintf(stderr,"Copyright 2000-2010 Cluster Resources, Inc, All Rights Reserved\n"); return(SUCCESS); } /* END MUShowCopy() */ diff --git a/src/moab/Makefile b/src/moab/Makefile index f467697..f972d89 100644 --- a/src/moab/Makefile +++ b/src/moab/Makefile @@ -1,5 +1,5 @@ # Makefile for Moab 2.2.3 -# Copyright 1999 - 2009 Cluster Resources Inc, All Rights Reserved +# Copyright 1999 - 2010 Cluster Resources Inc, All Rights Reserved TOP =../.. BIN =$(TOP)/bin/ diff --git a/src/moab/header.cfg b/src/moab/header.cfg index 3b5ef7a..abefd6a 100644 --- a/src/moab/header.cfg +++ b/src/moab/header.cfg @@ -1,10 +1,10 @@ -VERSION 4.0 +VERSION 3.3 PACKAGE moab AUTHOR Cluster Resources, Inc FILETYPE Module -COPYRIGHT Copyright (C) 1999-2009 Cluster Resources, Inc +COPYRIGHT Copyright (C) 1999-2010 Cluster Resources, Inc DISCLAIMER ----------------------------------------------------------------------------- @@ -13,7 +13,7 @@ Moab Scheduling System - End User Open Source License This software is based on the Moab Scheduling System which was created by Cluster Resources, Inc. -Copyright (C) 1999-2009 Cluster Resources, Inc., all rights reserved. +Copyright (C) 1999-2010 Cluster Resources, Inc., all rights reserved. Moab Scheduling System is a trademark of Cluster Resources, Inc. diff --git a/src/moab/header.tmpl b/src/moab/header.tmpl index a7dc60b..30afae0 100644 --- a/src/moab/header.tmpl +++ b/src/moab/header.tmpl @@ -13,7 +13,7 @@ Moab Workload Manager - End User License This product was created by Cluster Resources, Inc. and is protected by copyright and patent law. -Copyright (C) 1999-2009 Cluster Resources, Inc., all rights reserved. +Copyright (C) 1999-2010 Cluster Resources, Inc., all rights reserved. Moab Workload Manager, Moab Cluster Scheduler and Moab Scheduler are trademarks of Cluster Resources, Inc. diff --git a/src/server/Makefile b/src/server/Makefile index cec3b02..e634198 100644 --- a/src/server/Makefile +++ b/src/server/Makefile @@ -1,5 +1,5 @@ -# Makefile for Maui 4.0 -# Copyright 1999 - 2009 Cluster Resources, Inc, All Rights Reserved +# Makefile for Maui 3.3 +# Copyright 1999 - 2010 Cluster Resources, Inc, All Rights Reserved TOP =../.. BIN =$(TOP)/bin diff --git a/src/server/Server.c b/src/server/Server.c index 7147764..e35a689 100644 --- a/src/server/Server.c +++ b/src/server/Server.c @@ -1062,7 +1062,7 @@ int ServerProcessArgs( int ServerShowCopy() { - fprintf(stderr,"Copyright 2000-2009 Cluster Resources, Inc, All Rights Reserved\n"); + fprintf(stderr,"Copyright 2000-2010 Cluster Resources, Inc, All Rights Reserved\n"); fprintf(stderr," for the latest release, see http://clusterresources.com/maui\n"); fprintf(stderr,"This software includes the Maui Server Module, Copyright 1996 MHPCC, All Rights Reserved\n"); diff --git a/src/server/header.cfg b/src/server/header.cfg index be62712..c847ca6 100644 --- a/src/server/header.cfg +++ b/src/server/header.cfg @@ -1,10 +1,10 @@ -VERSION 4.0 +VERSION 3.3 PACKAGE maui AUTHOR Cluster Resources, Inc FILETYPE Module -COPYRIGHT Copyright (C) 1999-2009 Cluster Resources, Inc +COPYRIGHT Copyright (C) 1999-2010 Cluster Resources, Inc DISCLAIMER ------------------------------------------------------------------------------