diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/mongodb-uri.js b/mongodb-uri.js index c4ba9a8..641f68a 100644 --- a/mongodb-uri.js +++ b/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. * diff --git a/mongodb-uri.mocha.js b/mongodb-uri.mocha.js index 44e25af..b1fabe2 100644 --- a/mongodb-uri.mocha.js +++ b/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');