From 109d9f5f2a224c043ae481aa62c741c8d128bca2 Mon Sep 17 00:00:00 2001 From: Juan Jose Comellas Date: Tue, 13 Oct 2009 19:21:57 -0300 Subject: [PATCH] Cleaned up code. --- src/examples/ex1.erl | 1 + src/getopt.erl | 1 + 2 files changed, 2 insertions(+) diff --git a/src/examples/ex1.erl b/src/examples/ex1.erl index afb788c..19889d8 100644 --- a/src/examples/ex1.erl +++ b/src/examples/ex1.erl @@ -9,6 +9,7 @@ %%% retrieved from: http://www.opensource.org/licenses/bsd-license.php %%%------------------------------------------------------------------- -module(ex1). +-author('Juan Jose Comellas '). -include("include/getopt.hrl"). diff --git a/src/getopt.erl b/src/getopt.erl index 831f62b..5312f10 100644 --- a/src/getopt.erl +++ b/src/getopt.erl @@ -9,6 +9,7 @@ %%% retrieved from: http://www.opensource.org/licenses/bsd-license.php %%%------------------------------------------------------------------- -module(getopt). +-author('Juan Jose Comellas '). -include("getopt.hrl"). %% @headerfile "getopt.hrl"