mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
updated Copyright dates and maintainers
This commit is contained in:
parent
2355a06e6d
commit
3013c130d5
2 changed files with 7 additions and 7 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2006-2012 Scott Barron
|
||||
Copyright (c) 2006-2014 Scott Barron
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
|
|
12
README.md
12
README.md
|
@ -418,7 +418,7 @@ gem 'aasm'
|
|||
|
||||
## Latest changes ##
|
||||
|
||||
Look at the [CHANGELOG](https://github.com/aasm/aasm/blob/master/CHANGELOG.md) for details.
|
||||
Take a look at the [CHANGELOG](https://github.com/aasm/aasm/blob/master/CHANGELOG.md) for details about recent changes to the current version.
|
||||
|
||||
## Questions? ##
|
||||
|
||||
|
@ -428,11 +428,11 @@ Feel free to
|
|||
* [ask a question on StackOverflow](http://stackoverflow.com) (tag with `aasm`)
|
||||
* send us a tweet [@aasm](http://twitter.com/aasm)
|
||||
|
||||
## Authors ##
|
||||
## Maintainers ##
|
||||
|
||||
* [Scott Barron](https://github.com/rubyist)
|
||||
* [Travis Tilley](https://github.com/ttilley)
|
||||
* [Thorsten Böttger](http://github.com/alto)
|
||||
* [Scott Barron](https://github.com/rubyist) (2006–2009, original author)
|
||||
* [Travis Tilley](https://github.com/ttilley) (2009–2011)
|
||||
* [Thorsten Böttger](http://github.com/alto) (since 2011)
|
||||
|
||||
|
||||
## Warranty ##
|
||||
|
@ -444,7 +444,7 @@ purpose.
|
|||
|
||||
## License ##
|
||||
|
||||
Copyright (c) 2006-2012 Scott Barron
|
||||
Copyright (c) 2006-2014 Scott Barron
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
|
|
Loading…
Reference in a new issue