From 480856531192ef66cac12cb0906771737b4a9ee3 Mon Sep 17 00:00:00 2001 From: Swapnil Bawaskar <sbawaskar@pivotal.io> Date: Thu, 11 Feb 2016 10:25:07 -0800 Subject: [PATCH] [geode] fixing copyright year and @author tag --- geode/README.md | 2 +- geode/src/main/java/com/yahoo/ycsb/db/GeodeClient.java | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/geode/README.md b/geode/README.md index 04be1ec1..9d4fe3a3 100644 --- a/geode/README.md +++ b/geode/README.md @@ -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 diff --git a/geode/src/main/java/com/yahoo/ycsb/db/GeodeClient.java b/geode/src/main/java/com/yahoo/ycsb/db/GeodeClient.java index 5a36bef0..cdbfc961 100644 --- a/geode/src/main/java/com/yahoo/ycsb/db/GeodeClient.java +++ b/geode/src/main/java/com/yahoo/ycsb/db/GeodeClient.java @@ -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 @@ -61,8 +61,6 @@ import java.util.Vector; * 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 { -- GitLab