Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Add licenses to markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Bradshaw committed Aug 26, 2016
1 parent ac7ad02 commit 8b8599a
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# Changes since 20160822

## `djq`
Expand Down
31 changes: 31 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# License

The CMIP6 DREQ interfaces are licensed under the BSD license.

British Crown Copyright (C) 2016, Met Office.
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.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# CMIP6 DREQ interfaces
`djq` is the DREQ JSON Query tool, which you should be able to install
from its `setup.py`. It requires the `dreqPy` package from the DREQ
Expand Down Expand Up @@ -47,3 +50,8 @@ See [its
documentation](https://github.com/joeyespo/grip/blob/master/README.md). Note
that `grip` works by using GitHub's API to format the markdown files,
and so sends their content to GitHub: it's not suitable for sensitive data.

---

&copy; British Crown Copyright 2016, Met Office. See
[LICENSE.md](LICENSE.md) for license details.
3 changes: 3 additions & 0 deletions djq/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# `djq`: the CMIP6 Data request JSON Query tool
`djq` is a program which can be used to query the [CMIP6 data
request](w3id.org/cmip6dr) (DREQ below): you can hand it requests
Expand Down
3 changes: 3 additions & 0 deletions djq/comparisons/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# Comparisons of `djq`'s mappings
This directory contains some code to compare what `djq` returns
against other tools. All of the code here is experimental: it works
Expand Down
3 changes: 3 additions & 0 deletions djq/doc/Command-line.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# Command line interfaces for `djq`
There are three command line programs ('scripts') associated with `djq`:

Expand Down
3 changes: 3 additions & 0 deletions djq/doc/Implementations.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# Implementations for `djq`
In [the Python interface notes](Python-interface.md) I described how
`djq` lets you switch between various methods of computing variables,
Expand Down
3 changes: 3 additions & 0 deletions djq/doc/Installation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# Installation
This currently only describes how to install `djq` using Conda.
However, apart from the installation of Conda itself, and the use of
Expand Down
3 changes: 3 additions & 0 deletions djq/doc/JSON-spec.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# DREQ JSON interface
This document describes the [JSON](http://json.org/) syntax that `djq` understands.

Expand Down
3 changes: 3 additions & 0 deletions djq/doc/Python-interface.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# Using `djq` from Python
This document describes how to use the Python interface to `djq`. It
does not describe the details of request and reply objects: these
Expand Down
3 changes: 3 additions & 0 deletions djq/doc/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# Some documentation for `djq`

* [How to install it](Installation.md)
Expand Down
3 changes: 3 additions & 0 deletions djq/samples/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# Samples for `djq`
* [`json`](json/) has some sample JSON input
* [`python`](python/) has some sample Python scripts which exercise
Expand Down
3 changes: 3 additions & 0 deletions djq/samples/json/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# JSON samples for `djq`
The samples in this directory are things I used during the development
of `djq`. Unfortunately you can't put comments in JSON so they're not
Expand Down
3 changes: 3 additions & 0 deletions djq/samples/python/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# Python samples for `djq`
These are some small samples of how to use the `djq` Python interface.
They are all scripts and can be run directly.
Expand Down
3 changes: 3 additions & 0 deletions doc/Notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

# Notes
## Python style
I've read [PEP 8](https://www.python.org/dev/peps/pep-0008/) but don't
Expand Down
3 changes: 3 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
<!-- (C) British Crown Copyright 2016, Met Office.
See LICENSE.md in the top directory for license details. -->

* [Notes on Python conventions](Notes.md)

0 comments on commit 8b8599a

Please sign in to comment.