Skip to content

Commit aa75e3e

Browse files
committed
chore(license): update attribution, license, and contributors
1 parent e759b13 commit aa75e3e

File tree

4 files changed

+62
-4
lines changed

4 files changed

+62
-4
lines changed

CONTRIBUTORS.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Contributors
2+
3+
- Christian Kvalheim
4+
- Matt Broadstone <[email protected]>
5+
- Dan Aprahamian <[email protected]>
6+
- Katherine Walker <[email protected]>
7+
- Aaron Heckmann
8+
- Christoph Pojer
9+
- Pau Ramon Revilla
10+
- Nathan White
11+
- Emmerman
12+
- Seth LaForge
13+
- Boris Filipov
14+
- Stefan Schärmeli
15+
- Tedde Lundgren
16+
- renctan
17+
- Sergey Ukustov
18+
- Ciaran Jessup
19+
- kuno
20+
- srimonti
21+
- Erik Abele
22+
- Pratik Daga
23+
- Slobodan Utvic
24+
- Kristina Chodorow
25+
- Yonathan Randolph
26+
- Brian Noguchi
27+
- Sam Epstein
28+
- James Harrison Fisher
29+
- Vladimir Dronnikov
30+
- Ben Hockey
31+
- Henrik Johansson
32+
- Simon Weare
33+
- Alex Gorbatchev
34+
- Shimon Doodkin
35+
- Kyle Mueller
36+
- Eran Hammer-Lahav
37+
- Marcin Ciszak
38+
- François de Metz
39+
- Vinay Pulim
40+
- nstielau
41+
- Adam Wiggins
42+
- entrinzikyl
43+
- Jeremy Selier
44+
- Ian Millington
45+
- Public Keating
46+
- andrewjstone
47+
- Christopher Stott
48+
- Corey Jewett
49+
- brettkiefer
50+
- Rob Holland
51+
- Senmiao Liu
52+
- heroic
53+
- gitfy

LICENSE renamed to LICENSE.md

File renamed without changes.

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ The application should print **Connected successfully to server** to the console
211211
### Insert a Document
212212

213213
Add to **app.js** the following function which uses the **insertMany**
214-
method to add three documents to the **documents** collection.
214+
method to add three documents to the **documents** collection.
215215

216216
```js
217217
const insertDocuments = function(db, callback) {
@@ -354,7 +354,7 @@ const updateDocument = function(db, callback) {
354354
assert.equal(1, result.result.n);
355355
console.log("Updated the document with the field a equal to 2");
356356
callback(result);
357-
});
357+
});
358358
}
359359
```
360360

@@ -399,7 +399,7 @@ const removeDocument = function(db, callback) {
399399
assert.equal(1, result.result.n);
400400
console.log("Removed the document with the field a equal to 3");
401401
callback(result);
402-
});
402+
});
403403
}
404404
```
405405

@@ -484,3 +484,9 @@ For more detailed information, see the [tutorials](docs/reference/content/tutori
484484
* [MongoDB Documentation](http://mongodb.org)
485485
* [Read about Schemas](http://learnmongodbthehardway.com)
486486
* [Star us on GitHub](https://github.com/mongodb/node-mongodb-native)
487+
488+
## License
489+
490+
[Apache 2.0](LICENSE.md)
491+
© 2009-2012 Christian Amor Kvalheim
492+
© 2012-present MongoDB [Contributors](CONTRIBUTORS.md).

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"standard-version": "^4.4.0",
4444
"worker-farm": "^1.5.0"
4545
},
46-
"author": "Christian Kvalheim",
4746
"license": "Apache-2.0",
4847
"engines": {
4948
"node": ">=4"

0 commit comments

Comments
 (0)