Skip to content

Commit 7ab3fae

Browse files
committed
Imported Upstream version 0.3.3
0 parents  commit 7ab3fae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+17305
-0
lines changed

.cvsignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
slurm
2+
slurm.core
3+
slurm.o
4+
.slurm.c.swp
5+
slurm.gmon
6+
config.h
7+
config.log
8+
config.status
9+
autom4te.cache
10+
.deps
11+
stamp-h1

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hendrik Scholz <[email protected]>

COPYING

+340
Large diffs are not rendered by default.

COPYRIGHT

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright
2+
=========
3+
4+
slurm is copyright (c) 2002 by Hendrik Scholz and licensed
5+
through the GNU General Public License.
6+
7+
This program is free software; you can redistribute it and/or modify it
8+
under the terms of the GNU General Public License as published by the
9+
Free Software Foundation; either version 2, or (at your option) any
10+
later version.
11+
12+
This program is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with this program; if not, write to the Free Software
19+
Foundation, 59 Temple Place - Suite 330,
20+
Boston, MA 02111-1307, USA.

0 commit comments

Comments
 (0)