Skip to content

Commit d9788ca

Browse files
author
Chris Busbey
committed
license, contributing, docs
1 parent 943f69c commit d9788ca

File tree

4 files changed

+74
-0
lines changed

4 files changed

+74
-0
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Contribution Guidelines
2+
3+
We welcome pull requests, bug fixes and issue reports.
4+
5+
Before proposing a large change, please discuss your change by raising an issue.
6+
7+
## Submitting Changes
8+
9+
* Push your changes to a topic branch in your fork of the repository
10+
* Submit a pull request to the repository in the QuickFIXGo Organization
11+
12+
## Notes
13+
14+
* If you report a bug and do not include a fix, please include a failing test
15+
* Generally, contributions without tests will not be accepted
16+
* Contributions that fail the automated build will not be accepted

LICENSE.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
The QuickFIX Software License, Version 1.0
2+
3+
Copyright (c) 2001-2010 quickfixengine.org All rights
4+
reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions
8+
are met:
9+
10+
1. Redistributions of source code must retain the above copyright
11+
notice, this list of conditions and the following disclaimer.
12+
13+
2. Redistributions in binary form must reproduce the above copyright
14+
notice, this list of conditions and the following disclaimer in
15+
the documentation and/or other materials provided with the
16+
distribution.
17+
18+
3. The end-user documentation included with the redistribution,
19+
if any, must include the following acknowledgment:
20+
"This product includes software developed by
21+
quickfixengine.org (http://www.quickfixengine.org/)."
22+
Alternately, this acknowledgment may appear in the software itself,
23+
if and wherever such third-party acknowledgments normally appear.
24+
25+
4. The names "QuickFIX" and "quickfixengine.org" must
26+
not be used to endorse or promote products derived from this
27+
software without prior written permission. For written
28+
permission, please contact [email protected]
29+
30+
5. Products derived from this software may not be called "QuickFIX",
31+
nor may "QuickFIX" appear in their name, without prior written
32+
permission of quickfixengine.org
33+
34+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
35+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
36+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37+
DISCLAIMED. IN NO EVENT SHALL QUICKFIXENGINE.ORG OR
38+
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
41+
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
42+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
44+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45+
SUCH DAMAGE.
46+

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[![GoDoc](https://godoc.org/github.com/quickfixgo/fixt11?status.png)](https://godoc.org/github.com/quickfixgo/fixt11)
2+
3+
Licensing
4+
---------
5+
6+
This software is available under the QuickFIX Software License. Please see the [LICENSE.txt](https://github.com/quickfixgo/quickfix/blob/master/LICENSE.txt) for the terms specified by the QuickFIX Software License.

doc.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*
2+
Package fixt11 is generated from the generate-fix tool using standard FIX specs from the github.com/quickfixgo/quickfix package.
3+
4+
User manual and additional information available at http://quickfixgo.org
5+
*/
6+
package fixt11

0 commit comments

Comments
 (0)