Skip to content

Commit

Permalink
Improve sections about licence and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
Adda0 committed Oct 14, 2023
1 parent 38c2d67 commit 9c552f4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
20 changes: 20 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
This list reflects only the core team around Mata, and it may be incomplete.

For a list of all people who have contributed to the codebase, see
[GitHub's list of contributors](https://github.com/VeriFIT/mata/graphs/contributors).

## The Core Mata Group

- **Lukáš Holík** ([kilohsakul](https://github.com/kilohsakul), [[email protected]](mailto:[email protected])): the supreme leader, the emperor of theory;
- **Ondřej Lengál** ([ondrik](https://github.com/ondrik), [[email protected]](mailto:[email protected])): prototype developer and the world's tallest hobbit;
- **David Chocholatý** ([Adda0](https://github.com/Adda0), [[email protected]](mailto:[email protected])): library maintainer;
- **Tomáš Fiedor** ([tfiedor](https://github.com/tfiedor), [[email protected]](mailto:[email protected])): python binding maintainer;
- **Juraj Síč** ([jurajsic](https://github.com/jurajsic), [[email protected]](mailto:[email protected])): library developer;
- **Vojtěch Havlena** ([vhavlena](https://github.com/vhavlena/), [[email protected]](mailto:[email protected])): library developer;
- **Martin Hruška** ([martinhruska](https://github.com/martinhruska), [[email protected]](mailto:[email protected])): library design advisor, former library developer;
- **Tomáš Vojnar** ([vojnar](https://github.com/vojnar), [[email protected]](mailto:[email protected])): the spiritual leader;

## Special Thanks To

- Tomáš Kocourek ([kocotom](https://github.com/kocotom/), [[email protected]](mailto:[email protected])): library developer for first AFA design;
- Michal Horký ([MichalHorky](https://github.com/MichalHorky), [[email protected]](mailto:[email protected])): RE2 parser interface developer;
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Mata is an open source automata library that offers interface for different kind

# Building from sources

To build the the library run the following:
To build the library, run the following:

```
git clone https://github.com/VeriFIT/mata
Expand Down Expand Up @@ -205,9 +205,9 @@ When creating a new issue, please, try to include everything necessary for us to
## Note to main contributors

By default, each merge automatically increases the `minor` version of the library
(i.e., `0.0.0 -> 0.1.0` ). This can be overruled using either tag `#patch` (increasing
patch version, i.e., `0.0.0 -> 0.0.1`) or `#major` (increasing major version, i.e.,
`0.0.0 -> 1.0.0`). This tag is specified in the merge message.
(i.e., `0.0.0 -> 0.1.0` ). This can be overruled using either tag `#patch` (increasing
patch version, i.e., `0.0.0 -> 0.0.1`) or `#major` (increasing major version, i.e.,
`0.0.0 -> 1.0.0`). This tag is specified in the merge message.

Generally, it is recommended to use `#major` for changes that introduces backward-incompatible
changes for people that used previous versions, and `#patch` for minor changes, such as bug-fixes,
Expand All @@ -232,18 +232,13 @@ formal methods, verification and many more:

# Licensing

The code of this project is licensed under GNU GPLv3 license.
The code of Mata is licensed under MIT licence. See [LICENSE](LICENSE).

The folder [`3rdparty/`](3rdparty) contains 3rd party applications licensed under their own licences, included with the code.

# Contacts

- **Lukáš Holík** ([kilohsakul](https://github.com/kilohsakul)): the supreme leader, the emperor of theory;
- **Ondřej Lengál** ([ondrik](https://github.com/ondrik)): prototype developer and the world's talest hobbit;
- Martin Hruška ([martinhruska](https://github.com/martinhruska)): library maintainer;
- Tomáš Fiedor ([tfiedor](https://github.com/tfiedor)): python binding maintainer;
- David Chocholatý ([Adda0](https://github.com/Adda0)) library and binding developer;
- Juraj Síč ([jurajsic](https://github.com/jurajsic)): library developer;
- Vojtěch Havlena([vhavlena](https://github.com/vhavlena)): library developer;
- Tomáš Vojnar ([vojnar](https://github.com/vojnar)): the spiritual leader;
See [AUTHORS.md](AUTHORS.md)

# Acknowledgements

Expand Down

0 comments on commit 9c552f4

Please sign in to comment.