granular-channel-hydro

Subglacial hydrology model for sedimentary channels
git clone git://src.adamsgaard.dk/granular-channel-hydro
Log | Files | Refs | README | LICENSE

commit f688bb44a3b2b6996a074af41271af7e0888a4af
parent f93ba7d18a7e1c4571d858a6281ae493558a630f
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 17 Oct 2017 13:20:19 -0400

update license description

Diffstat:
M1d-channel.py | 2+-
MLICENSE.md | 3++-
MREADME.md | 2+-
3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/1d-channel.py b/1d-channel.py @@ -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, andersd@princeton.edu, https://adamsgaard.dk import numpy diff --git a/LICENSE.md b/LICENSE.md @@ -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 @@ -9,7 +9,7 @@ This finite-difference example implementation will simulate the dynamics of a 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