Skip to content

Commit ac5ed3c

Browse files
author
delphidabbler
committed
Created README.md and LICENSE.md
0 parents  commit ac5ed3c

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

Diff for: LICENSE.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# MIT License
2+
3+
**Copyright (c) 2020 Peter Johnson (https://en.gravatar.com/delphidabbler)**
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Diff for: README.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Code Snippets Collections
2+
3+
This repository will be used to store one or more collections of reusable code snippets, mainly in Pascal.
4+
5+
## Purpose
6+
7+
The collections that **will be** included here are designed, by and large, for use with the _DelphiDabbler [CodeSnip](https://github.com/delphidabbler/codesnip)_ program.
8+
9+
Having said that, the source code in the collections can be used stand-alone<sup>&dagger;</sup>. Each collection has meta data associated with it that was originally designed for use with _CodeSnip_, but can be used with any other software designed to parse the meta data. The meta data file formats will be documented.
10+
11+
<sup>&dagger;</sup> Note though that some snippets depend on others. The meta data, in part, specifies those relationships.
12+
13+
## Collections
14+
15+
> Available collections will be described here.
16+
17+
## Development
18+
19+
The repo uses the [Git Flow](http://nvie.com/posts/a-successful-git-branching-model/) methodology - i.e. development proceeds on the `develop` branch and `feature` branches off it. Only released content appears on the `master` branch.
20+
21+
## License
22+
23+
By default the source code contained in each collection is released under the [MIT License](./LICENSE.md) ***unless either***:
24+
25+
1. The directory containing the collection has its own `LICENSE.md` file - the license specified by such a file then takes precedence; ***or***
26+
27+
2. The snippet's source code specifies a license. In this case that license applies.
28+

0 commit comments

Comments
 (0)