diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-04 19:11:30 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-04-04 19:11:30 +0100 |
commit | 2d75d867e638ef95d7d05c5a05cf1a372be50c82 (patch) | |
tree | 0561d265e3a4e28c4c30a89a7f9df0fedbf9a305 /reproduce/config/pipeline | |
parent | e7b79c192bfac6c11c5f3c30fa28e8e0172c9a29 (diff) |
Copyright notice on some of the new files
The new files that were just added didn't have a copyright. One has been
added for them with this commit.
Diffstat (limited to 'reproduce/config/pipeline')
-rw-r--r-- | reproduce/config/pipeline/dependency-numpy-scipy.cfg | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/reproduce/config/pipeline/dependency-numpy-scipy.cfg b/reproduce/config/pipeline/dependency-numpy-scipy.cfg index 0eecf3a..642e061 100644 --- a/reproduce/config/pipeline/dependency-numpy-scipy.cfg +++ b/reproduce/config/pipeline/dependency-numpy-scipy.cfg @@ -1,11 +1,16 @@ # THIS IS A COPY OF NUMPY'S site.cfg.example, CUSTOMIZED FOR THIS PIPELINE # ------------------------------------------------------------------------ -# This file provides configuration information about non-Python dependencies for -# numpy.distutils-using packages. Create a file like this called "site.cfg" next -# to your package's setup.py file and fill in the appropriate sections. Not all -# packages will use all sections so you should leave out sections that your -# package does not use. +# This file provides configuration information about non-Python +# dependencies for numpy.distutils-using packages. Create a file like this +# called "site.cfg" next to your package's setup.py file and fill in the +# appropriate sections. Not all packages will use all sections so you +# should leave out sections that your package does not use. +# +# Copying and distribution of this file, with or without modification, are +# permitted in any medium without royalty provided the copyright notice and +# this notice are preserved. This file is offered as-is, without any +# warranty. # IMPORTANT NOTE # -------------- |