Skip to content

Commit c1a59be

Browse files
committed
Use Markdown for the LICENSE and tidy up the README.
1 parent 2e9ed07 commit c1a59be

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

LICENSE renamed to LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 2-Clause License
22

3-
Copyright (c) 2020, Jan-Joost Spanjers
3+
Copyright (c) 2020-2025, Jan-Joost Spanjers and The Rubyzip Developers
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
[![Code Climate](https://codeclimate.com/github/rubyzip/rubyzip-bzip2.svg)](https://codeclimate.com/github/rubyzip/rubyzip-bzip2)
77
[![Coverage Status](https://img.shields.io/coveralls/rubyzip/rubyzip-bzip2.svg)](https://coveralls.io/r/rubyzip/rubyzip-bzip2?branch=master)
88

9-
The rubyzip-bzip2 gem provides an extension of the rubyzip gem for reading zip files
10-
compressed with bzip2 compression.
9+
The rubyzip-bzip2 gem provides an extension of the rubyzip gem for reading zip files compressed with bzip2 compression.
1110

1211
## Website and Project Home
1312
http://github.com/rubyzip/rubyzip-bzip2
@@ -44,8 +43,7 @@ end
4443
```
4544

4645
## License
47-
Rubyzip-bzip2 is distributed under the same license as ruby. See
48-
http://www.ruby-lang.org/en/LICENSE.txt
46+
Rubyzip-bzip2 is distributed under the same license as Ruby. In practice this means you can use it under the terms of the Ruby License or the 2-Clause BSD License. See https://www.ruby-lang.org/en/about/license.txt and LICENSE.md for details.
4947

5048
## Contributing
5149
Bug reports and pull requests are welcome on GitHub at https://github.com/rubyzip/rubyzip-bzip2.
@@ -59,4 +57,14 @@ rake
5957
```
6058

6159
## Authors
60+
61+
See https://github.com/rubyzip/rubyzip-bzip2/graphs/contributors for a comprehensive list.
62+
63+
### Current maintainers
64+
65+
* Robert Haines (@hainesr)
66+
* John Lees-Miller (@jdleesmiller)
67+
* Oleksandr Simonov (@simonoff)
68+
69+
### Original author
6270
Jan-Joost Spanjers ( oss at hiberis.nl )

0 commit comments

Comments
 (0)