Skip to content

Commit

Permalink
[geode] fixing copyright year and @author tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Swapnil Bawaskar committed Feb 11, 2016
1 parent 2e5e227 commit 4808565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion geode/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2014 - 2015 YCSB contributors. All rights reserved.
Copyright (c) 2014 - 2016 YCSB contributors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You
Expand Down
4 changes: 1 addition & 3 deletions geode/src/main/java/com/yahoo/ycsb/db/GeodeClient.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2013 - 2014 YCSB Contributors. All rights reserved.
* Copyright (c) 2013 - 2016 YCSB Contributors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. You
Expand Down Expand Up @@ -61,8 +61,6 @@
* region. A cache.xml defining "usertable" region can be placed in the
* working directory to override these region definitions.</p>
*
* @author Swapnil Bawaskar (sbawaska at vmware)
*
*/
public class GeodeClient extends DB {

Expand Down

0 comments on commit 4808565

Please sign in to comment.