Skip to content

Commit

Permalink
remove -vsn attributes to ensure the MD5 sum is used for all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Carlsson committed Apr 22, 2014
1 parent 36a3600 commit 40313a4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions src/haxe.erl
Expand Up @@ -30,8 +30,7 @@

-author("Jim Larson <jalarson@amazon.com>, Robert Wai-Chi Chu <robchu@amazon.com>").
-author("Gaspar Chilingarov <nm@web.am>, Gurgen Tumanyan <barbarian@armkb.com>").
-autor("Yariv Sadan <yarivvv@gmail.com>").
-vsn("1").
-author("Yariv Sadan <yarivvv@gmail.com>").

%%% This module translates haXe types into the following Erlang types:
%%%
Expand Down
1 change: 0 additions & 1 deletion src/json.erl
Expand Up @@ -41,7 +41,6 @@
-export([test/0]).
-author("Jim Larson <jalarson@amazon.com>, Robert Wai-Chi Chu <robchu@amazon.com>").
-author("Gaspar Chilingarov <nm@web.am>, Gurgen Tumanyan <barbarian@armkb.com>").
-vsn("2").

%%% JavaScript Object Notation ("JSON", http://www.json.org) is a simple
%%% data syntax meant as a lightweight alternative to other representations,
Expand Down
1 change: 0 additions & 1 deletion src/json2.erl
Expand Up @@ -22,7 +22,6 @@
-author("Jim Larson <jalarson@amazon.com>, Robert Wai-Chi Chu <robchu@amazon.com>").
-author("Gaspar Chilingarov <nm@web.am>, Gurgen Tumanyan <barbarian@armkb.com>").
-author("Steve Vinoski <vinoski@ieee.org>").
-vsn("3").

%%% JavaScript Object Notation ("JSON", http://www.json.org) is a simple
%%% data syntax meant as a lightweight alternative to other representations,
Expand Down
1 change: 0 additions & 1 deletion src/jsonrpc.erl
Expand Up @@ -28,7 +28,6 @@

-module(jsonrpc).
-author("Gaspar Chilingarov <nm@web.am>, Gurgen Tumanyan <barbarian@armkb.com>").
-vsn("3").
-export([call/3]).
-export([s/2]). % extract element from proplist

Expand Down

0 comments on commit 40313a4

Please sign in to comment.