From bdad86789b78e60db86d2cee003e8a532603a9b2 Mon Sep 17 00:00:00 2001 From: Matt Jones Date: Thu, 13 Feb 2014 23:04:38 -0900 Subject: [PATCH] Fixed README typos, and Updated copyright date notice on modified files. --- LICENSE.txt | 2 +- README.md | 6 +++--- src/main/java/edu/ucsb/nceas/ezid/EZIDClient.java | 2 +- src/main/java/edu/ucsb/nceas/ezid/EZIDException.java | 2 +- src/main/java/edu/ucsb/nceas/ezid/EZIDService.java | 2 +- src/main/java/edu/ucsb/nceas/ezid/EZIDServiceRequest.java | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 96b7a17..9f8765d 100755 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -2,7 +2,7 @@ This work was created by the National Center for Ecological Analysis and Synthesis at the University of California Santa Barbara (UCSB). - Copyright 2011 Regents of the University of California + Copyright 2011-2014 Regents of the University of California Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index b80592f..8c27281 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ EZID service to simplify writing client applications that use the EZID service. ezid provides methods for authenticating against the EZID service and then managing identifiers. Using the service requires an account with the EZID service. For more information, see: - http://n2t.net/ezid/doc/apidoc.html + http://ezid.cdlib.org/doc/apidoc.html See the javadoc documentation for an overview of usage, as well as the EZIDServiceTest.java JUnit class for examples of usage. @@ -27,7 +27,7 @@ and then run: $ mvn package -which will create the jar file in the target directory. The jar file then be +which will create the jar file in the target directory. The jar file can then be included in applications that wish to access EZID. Contact us: knb-help@nceas.ucsb.edu @@ -38,7 +38,7 @@ License This work was created by the National Center for Ecological Analysis and Synthesis at the University of California Santa Barbara (UCSB). - Copyright 2011 Regents of the University of California + Copyright 2011-2104 Regents of the University of California Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/java/edu/ucsb/nceas/ezid/EZIDClient.java b/src/main/java/edu/ucsb/nceas/ezid/EZIDClient.java index 1fac627..71b1a1e 100644 --- a/src/main/java/edu/ucsb/nceas/ezid/EZIDClient.java +++ b/src/main/java/edu/ucsb/nceas/ezid/EZIDClient.java @@ -2,7 +2,7 @@ * This work was created by the National Center for Ecological Analysis and Synthesis * at the University of California Santa Barbara (UCSB). * - * Copyright 2011 Regents of the University of California + * Copyright 2011-2014 Regents of the University of California * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/edu/ucsb/nceas/ezid/EZIDException.java b/src/main/java/edu/ucsb/nceas/ezid/EZIDException.java index 941c94b..2f46912 100644 --- a/src/main/java/edu/ucsb/nceas/ezid/EZIDException.java +++ b/src/main/java/edu/ucsb/nceas/ezid/EZIDException.java @@ -2,7 +2,7 @@ * This work was created by the National Center for Ecological Analysis and Synthesis * at the University of California Santa Barbara (UCSB). * - * Copyright 2011 Regents of the University of California + * Copyright 2011-2014 Regents of the University of California * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/edu/ucsb/nceas/ezid/EZIDService.java b/src/main/java/edu/ucsb/nceas/ezid/EZIDService.java index 4eba9e2..55d3b7a 100644 --- a/src/main/java/edu/ucsb/nceas/ezid/EZIDService.java +++ b/src/main/java/edu/ucsb/nceas/ezid/EZIDService.java @@ -2,7 +2,7 @@ * This work was created by the National Center for Ecological Analysis and Synthesis * at the University of California Santa Barbara (UCSB). * - * Copyright 2011 Regents of the University of California + * Copyright 2011-2014 Regents of the University of California * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/edu/ucsb/nceas/ezid/EZIDServiceRequest.java b/src/main/java/edu/ucsb/nceas/ezid/EZIDServiceRequest.java index b4e49fd..5a59d64 100644 --- a/src/main/java/edu/ucsb/nceas/ezid/EZIDServiceRequest.java +++ b/src/main/java/edu/ucsb/nceas/ezid/EZIDServiceRequest.java @@ -2,7 +2,7 @@ * This work was created by the National Center for Ecological Analysis and Synthesis * at the University of California Santa Barbara (UCSB). * - * Copyright 2011 Regents of the University of California + * Copyright 2011-2014 Regents of the University of California * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.