Skip to content

Commit

Permalink
update ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegee committed May 17, 2022
1 parent e8f99fe commit e95b701
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion LICENSE.txt
@@ -1,4 +1,5 @@
Copyright 2016-2022 CoverMyMeds
Portions Copyright 2016-2022 Michael Gee and contributors
Portions Copyright 2016-2022 CoverMyMeds

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:

Expand Down
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -36,7 +36,7 @@ Scan the application for just thread-safety issues:

### Configuration

There are some added [configuration options](https://github.com/covermymeds/rubocop-thread_safety/blob/master/config/default.yml) that can be tweaked to modify the behaviour of these thread-safety cops.
There are some added [configuration options](https://github.com/rubocop/rubocop-thread_safety/blob/master/config/default.yml) that can be tweaked to modify the behaviour of these thread-safety cops.

### Correcting code for thread-safety

Expand Down Expand Up @@ -68,9 +68,11 @@ To install this gem onto your local machine, run `bundle exec rake install`. To

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/covermymeds/rubocop-thread_safety.
Bug reports and pull requests are welcome on GitHub at https://github.com/rubocop/rubocop-thread_safety.

## Copyright

Copyright (c) 2016-2022 CoverMyMeds.
Portions Copyright (c) 2016-2022 Michael Gee and [contributors](https://github.com/rubocop/rubocop-thread_safety/graphs/contributors).
Portions Copyright (c) 2016-2022 CoverMyMeds.

See [LICENSE.txt](LICENSE.txt) for further details.
2 changes: 1 addition & 1 deletion rubocop-thread_safety.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
Thread-safety checks via static analysis.
A plugin for the RuboCop code style enforcing & linting tool.
DESCRIPTION
spec.homepage = 'https://github.com/covermymeds/rubocop-thread_safety'
spec.homepage = 'https://github.com/rubocop/rubocop-thread_safety'
spec.licenses = ['MIT']

spec.files = `git ls-files -z`.split("\x0").reject do |f|
Expand Down

0 comments on commit e95b701

Please sign in to comment.