Skip to content

Commit

Permalink
Correct links and license
Browse files Browse the repository at this point in the history
  • Loading branch information
mdovey committed Jul 18, 2018
1 parent 8dc9418 commit 1828986
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository holds five things:

* The documentation for the BIC Library Communication Framework:
* [Current release on the __master__ branch](../../tree/master/docs)
* [Next release in development on the __develop__ branch](t../../ree/develop/docs)
* [Next release in development on the __develop__ branch](../../tree/develop/docs)
* The XML Schema for the BIC Library Communication Framework:
* [Current release on the __master__ branch](../../tree/master/lcf-schema/src/main/resources)
* [Next release in development on the __develop__ branch](../../tree/develop/lcf-schema/src/main/resources)
Expand Down
4 changes: 4 additions & 0 deletions docs/LCF-AuthenticationAuthorisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ weight: 5

### Authentication and Authorisation

This document defines authentication and authorisation mechanisms for the REST binding of the LCF data communication framework.

The use of this document is subject to license terms and conditions that can be found *at* <http://www.bic.org.uk/files/bicstandardslicence.pdf>.

#### Service Terminal Authentication & Authorisation
LCF is designed with a web service architecture, servicing a client/server model. A Service Terminal is any client consumer of an LCF web service.

Expand Down
2 changes: 2 additions & 0 deletions docs/LCF-CodeLists.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ weight: 2

This document defines code lists for use with LCF version 1.0.1.

The use of this document is subject to license terms and conditions that can be found *at* <http://www.bic.org.uk/files/bicstandardslicence.pdf>.

**NOTES**

1. Code lists may be revised independently and more frequently than the
Expand Down
4 changes: 4 additions & 0 deletions docs/LCF-ImplementationProfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ weight: 6

### Profiles

This document defines implementation profiles for the LCF data communication framework.

The use of this document is subject to license terms and conditions that can be found *at* <http://www.bic.org.uk/files/bicstandardslicence.pdf>.

#### P01 Self Issue

This profile has the following function groups:
Expand Down
2 changes: 1 addition & 1 deletion docs/LCF-RESTWebServiceSpecification.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ weight: 4

---

This document defines a binding of the LCF data communication framework to the HTTP[1](#Notes) protocol suitable for implementation of LCF in web services, following REST (Representational State Transfer[2](#Notes)) design principles,
This document defines a binding of the LCF data communication framework to the HTTP[1](#Notes) protocol suitable for implementation of LCF in web services, following REST (Representational State Transfer[2](#Notes)) design principles.

The use of this document is subject to license terms and conditions that can be found *at* <http://www.bic.org.uk/files/bicstandardslicence.pdf>.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ It is intended to maintain and develop further this standard. Future development

### TERMS AND CONDITIONS OF USE FOR THE LIBRARY COMMUNICATIONS FRAMEWORK AND ASSOCIATED CODELISTS, WEB SERVICES AND OTHER DOCUMENTS WHICH TOGETHER MAKE UP THE LCF

All LCF standards and documentation – including this document – are copyright materials, made available free of charge for general use. A full licence agreement that governs their use is available from [http://www.bic.org.uk/files/bicstandardslicence.pdf].
All LCF standards and documentation – including this document – are copyright materials, made available free of charge for general use. A full licence agreement that governs their use is available from [http://www.bic.org.uk/files/bicstandardslicence.pdf](http://www.bic.org.uk/files/bicstandardslicence.pdf).

In particular, if you use any of the LCF documents you will be deemed to have accepted these terms and conditions:

Expand Down

0 comments on commit 1828986

Please sign in to comment.