removed author tag from modules
This commit is contained in:
parent
203ec6e5e0
commit
ac5e0e4fe3
5 changed files with 0 additions and 5 deletions
|
@ -28,7 +28,6 @@
|
|||
|
||||
|
||||
-module(jsx).
|
||||
-author("alisdairsullivan@yahoo.ca").
|
||||
|
||||
|
||||
%% the core parser api
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
|
||||
-module(jsx_eep0018).
|
||||
-author("alisdairsullivan@yahoo.ca").
|
||||
|
||||
|
||||
-export([json_to_term/2, term_to_json/2]).
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
|
||||
-module(jsx_format).
|
||||
-author("alisdairsullivan@yahoo.ca").
|
||||
|
||||
|
||||
-export([format/2]).
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
|
||||
-module(jsx_test).
|
||||
-author("alisdairsullivan@yahoo.ca").
|
||||
|
||||
|
||||
-ifndef(TEST).
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
|
||||
-module(jsx_verify).
|
||||
-author("alisdairsullivan@yahoo.ca").
|
||||
|
||||
|
||||
-export([is_json/2]).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue