Skip to content

Commit

Permalink
Adds header with attribution and license.
Browse files Browse the repository at this point in the history
  • Loading branch information
ludmilamarian authored and gschnabel committed Apr 28, 2021
1 parent 4b7970e commit 99615c2
Show file tree
Hide file tree
Showing 74 changed files with 685 additions and 5 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) International Atomic Energy Agency

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
9 changes: 9 additions & 0 deletions source/COMPLOT/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# This file is part of PREPRO.
#
# Author: Dermott (Red) Cullen
# Copyright: (C) International Atomic Energy Agency
#
# PREPRO is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.


ifeq ($(PREFIX),)
PREFIX := /usr/local
endif
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/complot.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


C=======================================================================
C
C PROGRAM COMPLOT
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/complot.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


C=======================================================================
C
C COMPLOT COMMON
Expand Down
12 changes: 11 additions & 1 deletion source/COMPLOT/dash.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
This file is part of PREPRO.
Author: Dermott (Red) Cullen
Copyright: (C) International Atomic Energy Agency
PREPRO is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
*/


/* *********************************************************************************
*
* C X-Windows graphics interface
Expand Down Expand Up @@ -760,4 +771,3 @@ char *string;
else
{XDrawImageString(display,window,gc,lx1,ly1,string,lenx);}
}

9 changes: 9 additions & 0 deletions source/COMPLOT/endfio.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


C=======================================================================
C
C ENDFIO.F includes routines to read and write ALL of the types
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/ibmpc.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


SUBROUTINE TIMEIT(SECONDS)
C=======================================================================
C
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/implicit.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


C-----START implicit.h
C=======================================================================
C
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/implicit4.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


C-----START implicit4.h
C=======================================================================
C
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/microsft.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


subroutine starplot
c=======================================================================
c
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/paltab.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


SUBROUTINE PALTAB(PENMAP,RTAB,GTAB,BTAB,NPAL)
C=======================================================================
C
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/saveps.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


SUBROUTINE STARPLOT
C=======================================================================
C
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/saveps1.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


SUBROUTINE STARPLOT
C=======================================================================
C
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/scratcha.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


SUBROUTINE SCRATCH1(ISCR,FILE12)
C=======================================================================
C
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/scratchb.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


SUBROUTINE SCRATCH1(ISCR,FILE12)
C=======================================================================
C
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/screen.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


subroutine starplot
c***********************************************************************
c
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/seconds.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


SUBROUTINE TIMEIT(SECONDS)
C=======================================================================
C
Expand Down
9 changes: 9 additions & 0 deletions source/COMPLOT/timer.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


SUBROUTINE ENDIT
C=======================================================================
C
Expand Down
10 changes: 9 additions & 1 deletion source/EVALPLOT/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# This file is part of PREPRO.
#
# Author: Dermott (Red) Cullen
# Copyright: (C) International Atomic Energy Agency
#
# PREPRO is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.


FFLAGS = -O2 -std=legacy
CFLAGS =
LIBS = -lX11
Expand Down Expand Up @@ -37,4 +46,3 @@ clean:
rm -f evalplot evalhard evalhard1
rm -f endfio.o evalplot.o saveps.o saveps1.o \
dash.o scratchb.o screen.o seconds.o timer.o

12 changes: 11 additions & 1 deletion source/EVALPLOT/dash.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
This file is part of PREPRO.
Author: Dermott (Red) Cullen
Copyright: (C) International Atomic Energy Agency
PREPRO is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
*/


/* *********************************************************************************
*
* C X-Windows graphics interface
Expand Down Expand Up @@ -760,4 +771,3 @@ char *string;
else
{XDrawImageString(display,window,gc,lx1,ly1,string,lenx);}
}

9 changes: 9 additions & 0 deletions source/EVALPLOT/endfio.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


C=======================================================================
C
C ENDFIO.F includes routines to read and write ALL of the types
Expand Down
9 changes: 9 additions & 0 deletions source/EVALPLOT/evalplot.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


C=======================================================================
C
C PROGRAM EVALPLOT
Expand Down
9 changes: 9 additions & 0 deletions source/EVALPLOT/evalplot.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


C=======================================================================
C
C EVALPLOT COMMON
Expand Down
9 changes: 9 additions & 0 deletions source/EVALPLOT/implicit.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


C-----START implicit.h
C=======================================================================
C
Expand Down
9 changes: 9 additions & 0 deletions source/EVALPLOT/implicit4.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


C-----START implicit4.h
C=======================================================================
C
Expand Down
9 changes: 9 additions & 0 deletions source/EVALPLOT/microsft.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


subroutine starplot
c=======================================================================
c
Expand Down
12 changes: 11 additions & 1 deletion source/EVALPLOT/nodash.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
This file is part of PREPRO.
Author: Dermott (Red) Cullen
Copyright: (C) International Atomic Energy Agency
PREPRO is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
*/


/* *********************************************************************************
*
* C X-Windows graphics interface
Expand Down Expand Up @@ -760,4 +771,3 @@ char *string;
else
{XDrawImageString(display,window,gc,lx1,ly1,string,lenx);}
}

9 changes: 9 additions & 0 deletions source/EVALPLOT/paltab.f
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
C This file is part of PREPRO.
C
C Author: Dermott (Red) Cullen
C Copyright: (C) International Atomic Energy Agency
C
C PREPRO is free software; you can redistribute it and/or modify it
C under the terms of the MIT License; see LICENSE file for more details.


SUBROUTINE PALTAB(PENMAP,RTAB,GTAB,BTAB,NPAL)
C=======================================================================
C
Expand Down
Loading

0 comments on commit 99615c2

Please sign in to comment.