diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2018-12-05 08:20:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-05 08:20:39 -0800 |
commit | 9d416356baf4a653b2c647a921ae24ba7d39e8df (patch) | |
tree | 7b811ba783b4af9e9fc21ae98e4c0703c31caeda | |
parent | 82428bb72589c6fd781689feb1f501a6a29c6fdc (diff) | |
parent | b30453983792dbce3954a932e3b26f3d79520a26 (diff) | |
download | numpy-9d416356baf4a653b2c647a921ae24ba7d39e8df.tar.gz |
Merge pull request #12486 from ankokumoyashi/patch-1
DOC: Update copyright year in the license
-rw-r--r-- | LICENSE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 4b4dd3388..207a7fd69 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2005-2017, NumPy Developers. +Copyright (c) 2005-2018, NumPy Developers. All rights reserved. Redistribution and use in source and binary forms, with or without |