Skip to content

Commit

Permalink
Updated copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotos committed Mar 2, 2013
1 parent 7fb78ea commit 7551f2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(The MIT License)

Copyright (c) 2012-2013 Jared Hanson
Original work Copyright (c) 2012-2013 Jared Hanson
Modified work Copyright (c) 2013 Dmytro Soltys

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
Expand Down
22 changes: 5 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@ unobtrusively integrated into any application or framework that supports
[Connect](http://www.senchalabs.org/connect/)-style middleware, including
[Express](http://expressjs.com/).

## Warning

This is incomplete as of yet.
At this stage this is simply a renamed copy of passport-yammer.
I expect to get it into working state by Saturday 2013.03.02

## TODO

- implement and spec out reddit token endpoint interaction
- rewrite example app
- use travis.ci for testing, possibly with coverage check
- ensure 100% coverage
- publish
- add me own name in that credits section

## Install

$ npm install passport-reddit
Expand Down Expand Up @@ -77,14 +62,17 @@ For a complete, working example, refer to the [login example](https://github.com
$ make test

<!---
[![Build Status](https://secure.travis-ci.org/jaredhanson/passport-yammer.png)](http://travis-ci.org/jaredhanson/passport-yammer)
[![Build Status](https://secure.travis-ci.org/slotos/passport-reddit.png)](http://travis-ci.org/slotos/passport-reddit)
-->

## Credits

- [Jared Hanson](http://github.com/jaredhanson)
- [Dmytro Soltys](http://github.com/slotos)

## License

[The MIT License](http://opensource.org/licenses/MIT)

Copyright (c) 2012-2013 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>
Original work Copyright (c) 2012-2013 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>
Modified work Copyright (c) 2013 Dmytro Soltys <[http://slotos.net/](http://slotos.net/)>

0 comments on commit 7551f2a

Please sign in to comment.