Skip to content

Commit

Permalink
Merge pull request #9 from invenia/npr/housekeeping
Browse files Browse the repository at this point in the history
Remove AppVeyor badge; update year in licence
  • Loading branch information
iamed2 authored Aug 28, 2019
2 parents fe982c1 + ad9589a commit b9b4883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The ReadWriteLocks.jl package is licensed under the MIT "Expat" License:

> Copyright (c) 2015: Invenia Technical Computing.
> Copyright © 2015-2019: Invenia Technical Computing.
>
> Permission is hereby granted, free of charge, to any person obtaining
> a copy of this software and associated documentation files (the
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# ReadWriteLocks

[![Build Status](https://travis-ci.org/invenia/ReadWriteLocks.jl.svg?branch=master)](https://travis-ci.org/invenia/ReadWriteLocks.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/qxqgjon7ocblik3q?svg=true)](https://ci.appveyor.com/project/iamed2/readwritelocks-jl)
[![codecov.io](https://codecov.io/github/invenia/ReadWriteLocks.jl/coverage.svg?branch=master)](https://codecov.io/github/invenia/ReadWriteLocks.jl?branch=master)

## Usage
Expand All @@ -27,7 +26,7 @@ unlock!(rlock)
Write locks provide the same interface.
You can acquire any number of read locks at a time.
A read lock will block if a write lock has been acquired.
A read lock will block if a write lock has been acquired.
A write lock will block if a read lock or write lock has been acquired.
=#
```
Expand Down

0 comments on commit b9b4883

Please sign in to comment.