Skip to content

Commit 4b4bc4f

Browse files
committed
README: mention license and contributing guide
1 parent f037eb2 commit 4b4bc4f

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2020 John MacFarlane and contributors
3+
Copyright (c) 2017-2020 pandoc Lua filters contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![travis build
2-
status](https://img.shields.io/travis/pandoc/lua-filters/master.svg?label=travis+build)](https://travis-ci.org/pandoc/lua-filters)
3-
41
# Lua Filters
52

3+
[![Travis build status][Travis badge]](https://travis-ci.org/pandoc/lua-filters)
4+
[Travis badge]: https://img.shields.io/travis/pandoc/lua-filters/master.svg?label=travis+build
5+
66
This repository collects Lua filters for pandoc.
77

88
To learn about Lua filters, see the
@@ -33,8 +33,13 @@ requirements.
3333
Contributing
3434
------------
3535

36-
PRs for new filters are welcome, provided they conform to these
37-
guidelines. Lua code should ideally follow the Olivine Labs [Lua
38-
style guide].
36+
PRs for improvements, bug fixes, or new filters are welcome.
37+
Please see CONTRIBUTING.md for additional information.
38+
39+
License
40+
-------
41+
42+
All filters are published under the MIT license by their
43+
respective authors. See LICENSE for details.
3944

4045
[Lua style guide]: https://github.com/Olivine-Labs/lua-style-guide

0 commit comments

Comments
 (0)