tupdate license description - granular-channel-hydro - subglacial hydrology mod… | |
git clone git://src.adamsgaard.dk/granular-channel-hydro | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit f688bb44a3b2b6996a074af41271af7e0888a4af | |
parent f93ba7d18a7e1c4571d858a6281ae493558a630f | |
Author: Anders Damsgaard <[email protected]> | |
Date: Tue, 17 Oct 2017 13:20:19 -0400 | |
update license description | |
Diffstat: | |
M 1d-channel.py | 2 +- | |
M LICENSE.md | 3 ++- | |
M README.md | 2 +- | |
3 files changed, 4 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/1d-channel.py b/1d-channel.py | |
t@@ -12,7 +12,7 @@ | |
# relying on solver libraries, suitable for low-level languages like C, Fortran | |
# or CUDA. | |
# | |
-# License: GNU Public License v3 | |
+# License: GNU Public License v3+ (see LICENSE.md) | |
# Author: Anders Damsgaard, [email protected], https://adamsgaard.dk | |
import numpy | |
diff --git a/LICENSE.md b/LICENSE.md | |
t@@ -1,4 +1,5 @@ | |
-The SeaIce.jl package is licensed under the GNU Public License, Version 3.0+: | |
+The contents of the granular-channel-hydro repository are licensed under the | |
+GNU Public License, Version 3.0+: | |
> Copyright (c) 2017: Anders Damsgaard. | |
> This program is free software: you can redistribute it and/or modify | |
diff --git a/README.md b/README.md | |
t@@ -9,7 +9,7 @@ This finite-difference example implementation will simulate th… | |
pressure at the terminus. | |
## License | |
-GNU Public License v3, see `LICENSE.md` for details. | |
+GNU Public License v3 or later, see `LICENSE.md` for details. | |
## Author | |
Anders Damsgaard, https://adamsgaard.dk |