From 509cc92cfc01507e4f91f0fcdcbf2af6e64ecfb4 Mon Sep 17 00:00:00 2001 From: Steve Vinoski Date: Mon, 9 Apr 2012 16:49:26 -0400 Subject: [PATCH] fix copyright dates --- c_src/wterl.c | 2 +- src/wterl.erl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c_src/wterl.c b/c_src/wterl.c index e16e9d2..a8151a1 100644 --- a/c_src/wterl.c +++ b/c_src/wterl.c @@ -2,7 +2,7 @@ // // wterl: Erlang Wrapper for WiredTiger // -// Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved. +// Copyright (c) 2012 Basho Technologies, Inc. All Rights Reserved. // // This file is provided to you under the Apache License, // Version 2.0 (the "License"); you may not use this file diff --git a/src/wterl.erl b/src/wterl.erl index 7b93aec..f921cf8 100644 --- a/src/wterl.erl +++ b/src/wterl.erl @@ -2,7 +2,7 @@ %% %% wterl: Erlang Wrapper for WiredTiger %% -%% Copyright (c) 2011 Basho Technologies, Inc. All Rights Reserved. +%% Copyright (c) 2012 Basho Technologies, Inc. All Rights Reserved. %% %% This file is provided to you under the Apache License, %% Version 2.0 (the "License"); you may not use this file