Skip to content

Commit

Permalink
Adding copyright and license header; renaming LICENSE.txt -> LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared D. Cottrell committed Jun 3, 2013
1 parent 637b29f commit 7433cb7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions mongodb-uri.js
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013 ObjectLabs Corporation
* Distributed under the MIT license - http://opensource.org/licenses/MIT
*/

/**
* Creates a parser.
*
Expand Down
5 changes: 5 additions & 0 deletions mongodb-uri.mocha.js
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2013 ObjectLabs Corporation
* Distributed under the MIT license - http://opensource.org/licenses/MIT
*/

var mongodbUri = require('./mongodb-uri');
var should = require('should');

Expand Down

0 comments on commit 7433cb7

Please sign in to comment.