Skip to content

Commit

Permalink
Add a license for GALAHAD.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Feb 22, 2024
1 parent 40a8135 commit f826fc6
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 5 deletions.
29 changes: 29 additions & 0 deletions GALAHAD.jl/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BSD 3-Clause License

Copyright (c) 2023-present, GALAHAD productions
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10 changes: 5 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ Rutherford Appleton Laboratory
Chilton, Oxfordshire, UK

Dominique Orban <dominique.orban@polymtl.ca>
Ecole Polytechnique de Montreal
Polytechnique Montréal
Department of Mathematics and Industrial Engineering
Montreal QC, Canada
Montréal QC, Canada

Philippe L. Toint <philippe.toint@unamur.be>
Department of Mathematics
Univeristy of Namur
University of Namur
Namur, Belgium.

Jaroslav Fowkes <jaroslav.fowkes@stfc.ac.uk>
Expand All @@ -54,6 +54,6 @@ Rutherford Appleton Laboratory
Chilton, Oxfordshire, UK

Alexis Montoison <alexis.montoison@polymtl.ca>
Ecole Polytechnique de Montreal
Polytechnique Montréal
Department of Mathematics and Industrial Engineering
Montreal QC, Canada
Montréal QC, Canada

2 comments on commit f826fc6

@amontoison
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir="GALAHAD.jl"

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/101439

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a GALAHAD.jl-v0.1.0 -m "<description of version>" f826fc6f8ea15bd366d80cc33ada9978edd797d9
git push origin GALAHAD.jl-v0.1.0

Please sign in to comment.