diff options
author | Mattias Andrée <maandree@kth.se> | 2017-04-10 13:55:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-04-10 13:55:47 +0200 |
commit | 403ec562b5f9ce2d25fd4cb8908149d55fe30669 (patch) | |
tree | 572e59309099dc40af09e786c2c4b77d2368cbdd | |
parent | Fix typo (diff) | |
download | pylibcoopgamma-403ec562b5f9ce2d25fd4cb8908149d55fe30669.tar.gz pylibcoopgamma-403ec562b5f9ce2d25fd4cb8908149d55fe30669.tar.bz2 pylibcoopgamma-403ec562b5f9ce2d25fd4cb8908149d55fe30669.tar.xz |
...
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | src/libcoopgamma_native.pyx.gpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcoopgamma_native.pyx.gpp b/src/libcoopgamma_native.pyx.gpp index 60d9f4a..371fe64 100644 --- a/src/libcoopgamma_native.pyx.gpp +++ b/src/libcoopgamma_native.pyx.gpp @@ -1,8 +1,8 @@ # -*- python -*- ''' -1;2802;0cpylibcoopgamma -- Python library for interfacing with cooperative gamma servers +pylibcoopgamma -- Python library for interfacing with cooperative gamma servers Copyright (C) 2016 Mattias Andrée (maandree@kth.se) -1;2802;0c + This library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or |