Skip to content

Commit

Permalink
Merge pull request #4 from climate-resource/add-licence
Browse files Browse the repository at this point in the history
Add LICENCE
  • Loading branch information
znichollscr authored Feb 8, 2024
2 parents 73f21b9 + 91fe599 commit 39e6b64
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
28 changes: 28 additions & 0 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
BSD 3-Clause License

Copyright (c) 2023-2024, Climate Resource and contributors at https://github.com/climate-resource/pydoit-nb/contributors

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.
1 change: 1 addition & 0 deletions changelog/4.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added LICENCE
2 changes: 1 addition & 1 deletion tests/integration/test_doit_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_task_display(example_project_dir, tmp_path_factory, file_regression):
# This may require actually parsing the stdout.

# Use a regression test to help us keep track of what stdout produces
file_regression.check(res_stdout)
file_regression.check(res_stdout.strip())


@pytest.mark.slow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ R copy_source_into_output:copy raw config Copy required source files into
R copy_source_into_output:copy raw notebooks Copy required source files into the output directory, making it easy to create a neat bundle for uploading to Zenodo. Copying in ('.../notebooks',)
R copy_source_into_output:copy source Copy required source files into the output directory, making it easy to create a neat bundle for uploading to Zenodo. Copying in ('.../src',)
R generate_workflow_tasks Generate tasks for the workflow
R generate_workflow_tasks:Show configuration
R generate_workflow_tasks:Show configuration

0 comments on commit 39e6b64

Please sign in to comment.