Skip to content

Commit a86046b

Browse files
oskooistevengj
authored andcommitted
update and fixes to docs (#37)
1 parent c744b8f commit a86046b

38 files changed

Lines changed: 57 additions & 45 deletions

AUTHORS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
libctl was written by Steven G. Johnson (stevenj@alum.mit.edu).
1+
libctl was written by Steven G. Johnson (stevenj@alum.mit.edu) with contributions by:
2+
3+
M.T. Homer Reid
4+
Christopher Hogan
5+
Ardavan Oskooi
26

37
The multidimensional integration routines in src/integrator.c were adapted
48
from the HIntlib Library by Rudolf Schuerer and from the GNU Scientific

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* libctl: flexible Guile-based control files for scientific software
2-
* Copyright (C) 1998-2018 Massachusetts Institute of Technology and Steven G. Johnson
2+
* Copyright (C) 1998-2019 Massachusetts Institute of Technology and Steven G. Johnson
33
*
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU Lesser General Public

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[![Latest Docs](https://readthedocs.org/projects/pip/badge/?version=latest)](http://libctl.readthedocs.io/en/latest/)
2-
[![Build Status](https://travis-ci.org/stevengj/libctl.svg?branch=master)](https://travis-ci.org/stevengj/libctl)
2+
[![Build Status](https://travis-ci.org/NanoComp/libctl.svg?branch=master)](https://travis-ci.org/NanoComp/libctl)
33

44
This is libctl, a [Guile](http://www.gnu.org/software/guile/)-based library for supporting flexible control
55
files in scientific simulations.
66

7-
The official released versions of Libctl can be found in the [releases page](https://github.com/stevengj/libctl/releases). See the [Installation section of the manual](http://libctl.readthedocs.io/en/latest/Installation/) for more information, but to install libctl from an official release, one normally only needs to do:
7+
The official released versions of Libctl can be found in the [releases page](https://github.com/NanoComp/libctl/releases). See the [Installation section of the manual](http://libctl.readthedocs.io/en/latest/Installation/) for more information, but to install libctl from an official release, one normally only needs to do:
88

99
./configure
1010
make

base/class.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; libctl: flexible Guile-based control files for scientific software
2-
; Copyright (C) 1998-2014 Massachusetts Institute of Technology and Steven G. Johnson
2+
; Copyright (C) 1998-2019 Massachusetts Institute of Technology and Steven G. Johnson
33
;
44
; This library is free software; you can redistribute it and/or
55
; modify it under the terms of the GNU Lesser General Public

base/ctl.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; libctl: flexible Guile-based control files for scientific software
2-
; Copyright (C) 1998-2014 Massachusetts Institute of Technology and Steven G. Johnson
2+
; Copyright (C) 1998-2019 Massachusetts Institute of Technology and Steven G. Johnson
33
;
44
; This library is free software; you can redistribute it and/or
55
; modify it under the terms of the GNU Lesser General Public

base/extern-funcs.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; libctl: flexible Guile-based control files for scientific software
2-
; Copyright (C) 1998-2014 Massachusetts Institute of Technology and Steven G. Johnson
2+
; Copyright (C) 1998-2019 Massachusetts Institute of Technology and Steven G. Johnson
33
;
44
; This library is free software; you can redistribute it and/or
55
; modify it under the terms of the GNU Lesser General Public

base/help.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; libctl: flexible Guile-based control files for scientific software
2-
; Copyright (C) 1998-2014 Massachusetts Institute of Technology and Steven G. Johnson
2+
; Copyright (C) 1998-2019 Massachusetts Institute of Technology and Steven G. Johnson
33
;
44
; This library is free software; you can redistribute it and/or
55
; modify it under the terms of the GNU Lesser General Public

base/include.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; libctl: flexible Guile-based control files for scientific software
2-
; Copyright (C) 1998-2014 Massachusetts Institute of Technology and Steven G. Johnson
2+
; Copyright (C) 1998-2019 Massachusetts Institute of Technology and Steven G. Johnson
33
;
44
; This library is free software; you can redistribute it and/or
55
; modify it under the terms of the GNU Lesser General Public

base/interaction.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; libctl: flexible Guile-based control files for scientific software
2-
; Copyright (C) 1998-2014 Massachusetts Institute of Technology and Steven G. Johnson
2+
; Copyright (C) 1998-2019 Massachusetts Institute of Technology and Steven G. Johnson
33
;
44
; This library is free software; you can redistribute it and/or
55
; modify it under the terms of the GNU Lesser General Public

base/io-vars.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; libctl: flexible Guile-based control files for scientific software
2-
; Copyright (C) 1998-2014 Massachusetts Institute of Technology and Steven G. Johnson
2+
; Copyright (C) 1998-2019 Massachusetts Institute of Technology and Steven G. Johnson
33
;
44
; This library is free software; you can redistribute it and/or
55
; modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)