removed author tag from modules

This commit is contained in:
alisdair sullivan 2010-08-25 21:40:16 -07:00
parent 203ec6e5e0
commit ac5e0e4fe3
5 changed files with 0 additions and 5 deletions

View file

@ -28,7 +28,6 @@
-module(jsx).
-author("alisdairsullivan@yahoo.ca").
%% the core parser api

View file

@ -26,7 +26,6 @@
-module(jsx_eep0018).
-author("alisdairsullivan@yahoo.ca").
-export([json_to_term/2, term_to_json/2]).

View file

@ -26,7 +26,6 @@
-module(jsx_format).
-author("alisdairsullivan@yahoo.ca").
-export([format/2]).

View file

@ -26,7 +26,6 @@
-module(jsx_test).
-author("alisdairsullivan@yahoo.ca").
-ifndef(TEST).

View file

@ -26,7 +26,6 @@
-module(jsx_verify).
-author("alisdairsullivan@yahoo.ca").
-export([is_json/2]).