Skip to content

Commit

Permalink
Merge pull request #2 from openpermissions/opp
Browse files Browse the repository at this point in the history
Remove references to copyright hub
  • Loading branch information
mattijohn committed May 5, 2016
2 parents 5dcea53 + 0586af9 commit 49f1596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/accounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function userObj(email, firstName, lastName, phone) {
var api = require('./client');

/**
* Initialise a client for the Copyright Hub accounts service.
* Initialise a client for the accounts service.
*
* @param {string} baseUrl - Base URL for the service's location
* @param {boolean} cors - Whether need to support CORS
Expand Down
2 changes: 1 addition & 1 deletion lib/authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
var api = require('./client');

/**
* Initialise a client for the Copyright Hub authentication service.
* Initialise a client for the authentication service.
*
* @param {string} baseUrl - Base URL for the service's location
* @param {boolean} cors - Whether need to support CORS
Expand Down
2 changes: 1 addition & 1 deletion lib/repository.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var api = require('./client');
/* global -Promise */
var Promise = require('bluebird');
/**
* Initialise a client for the Copyright Hub repository service.
* Initialise a client for the repository service.
*
* @param {string} baseUrl - Base URL for the service's location
* @param {boolean} cors - Whether need to support CORS
Expand Down

0 comments on commit 49f1596

Please sign in to comment.