Skip to content

Commit

Permalink
remove -author attributes from source
Browse files Browse the repository at this point in the history
  • Loading branch information
argv0 committed Sep 10, 2012
1 parent 6b03b51 commit 82032f2
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/chash.erl
Expand Up @@ -33,8 +33,6 @@
%% New York, NY, USA

-module(chash).
-author('Justin Sheehy <justin@basho.com>').
-author('Andy Gross <andy@basho.com>').

-export([contains_name/2,
fresh/2,
Expand Down
1 change: 0 additions & 1 deletion src/riak_core_config.erl
Expand Up @@ -25,7 +25,6 @@

-module(riak_core_config).

-author('Kelly McLaughlin <kelly@basho.com>').

-export([http_ip_and_port/0, ring_state_dir/0, ring_creation_size/0,
default_bucket_props/0, cluster_name/0, gossip_interval/0,
Expand Down
1 change: 0 additions & 1 deletion src/riak_core_coverage_fsm.erl
Expand Up @@ -61,7 +61,6 @@
%% <li>State - The initial state for the module.</li>
%% </ul>
-module(riak_core_coverage_fsm).
-author('Kelly McLaughlin <kelly@basho.com>').

-include("riak_core_vnode.hrl").

Expand Down
1 change: 0 additions & 1 deletion src/riak_core_coverage_plan.erl
Expand Up @@ -25,7 +25,6 @@
%% from each preference list to use in the plan.

-module(riak_core_coverage_plan).
-author('Kelly McLaughlin <kelly@basho.com>').

%% API
-export([create_plan/5]).
Expand Down
1 change: 0 additions & 1 deletion src/riak_core_stat_cache.erl
Expand Up @@ -22,7 +22,6 @@

-behaviour(gen_server).

-author('Russell Brown <russelldb@basho.com>').

%% API
-export([start_link/0, get_stats/1, register_app/2, register_app/3,
Expand Down
3 changes: 0 additions & 3 deletions src/vclock.erl
Expand Up @@ -31,9 +31,6 @@

-module(vclock).

-author('Justin Sheehy <justin@basho.com>').
-author('Andy Gross <andy@basho.com>').

-export([fresh/0,descends/2,merge/1,get_counter/2,get_timestamp/2,
increment/2,increment/3,all_nodes/1,equal/2,prune/3,timestamp/0]).

Expand Down
1 change: 0 additions & 1 deletion test/chash_eqc.erl
Expand Up @@ -23,7 +23,6 @@
%% @doc QuickCheck tests for the chash module

-module(chash_eqc).
-author('Kelly McLaughlin <kelly@basho.com>').

-ifdef(EQC).
-include_lib("eqc/include/eqc.hrl").
Expand Down

0 comments on commit 82032f2

Please sign in to comment.