Skip to content

Commit

Permalink
updating licensing and copyright (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Jun 12, 2022
1 parent 28f03ad commit e02ef9b
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2017-2021 Jared Wray & Luke Childs
Copyright (c) 2017-2021 Luke Childs
Copyright (c) 2021-2022 Jared Wray

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ To request a new storage adapter, create an issue with the label "storage adapte

## License

MIT © Jared Wray & Luke Childs
MIT © Jared Wray
2 changes: 1 addition & 1 deletion packages/etcd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ keyv.on('error', handleConnectionError);

## License

MIT © Jared Wray & Luke Childs
Copyright (c) 2022 Jared Wray
2 changes: 1 addition & 1 deletion packages/keyv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,4 @@ If you need more information on the steps to create a pull request, you can find

## License

MIT © Jared Wray & Luke Childs
MIT © Jared Wray
2 changes: 1 addition & 1 deletion packages/mongo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ const keyv = new Keyv('mongodb://user:pass@localhost:27017/dbname', { collection

## License

MIT © Jared Wray & Luke Childs
MIT © Jared Wray
2 changes: 1 addition & 1 deletion packages/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ const keyv = new Keyv('mysql://user:pass@localhost:3306/dbname', {

## License

MIT © Jared Wray & Luke Childs
MIT © Jared Wray
2 changes: 1 addition & 1 deletion packages/offline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ keyv.on('error', handleConnectionError);

## License

MIT © Jared Wray & Luke Childs
MIT © Jared Wray
2 changes: 1 addition & 1 deletion packages/postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ npm run test:postgres:stop

## License

MIT © Jared Wray & Luke Childs
MIT © Jared Wray
2 changes: 1 addition & 1 deletion packages/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ const keyv = new Keyv({ store: keyvRedis });

## License

MIT © Jared Wray & Luke Childs
MIT © Jared Wray
2 changes: 1 addition & 1 deletion packages/sqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ const keyv = new Keyv('sqlite://path/to/database.sqlite', {

## License

MIT © Jared Wray & Luke Childs
MIT © Jared Wray
2 changes: 1 addition & 1 deletion packages/test-suite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ Take a look at [keyv-redis](https://github.com/jaredwray/keyv-redis) for an exam

## License

MIT © Jared Wray & Luke Childs
MIT © Jared Wray
2 changes: 1 addition & 1 deletion packages/tiered/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ The validator function is used as a precondition to determining is remote storag

## License

MIT © Jared Wray & Luke Childs
MIT © Jared Wray

0 comments on commit e02ef9b

Please sign in to comment.