diff --git a/src/getopt.erl b/src/getopt.erl index 25c1d0e..b5ee7b4 100644 --- a/src/getopt.erl +++ b/src/getopt.erl @@ -1,6 +1,6 @@ %%%------------------------------------------------------------------- %%% @author Juan Jose Comellas -%%% @copyright (C) 2009 Juan Jose Comellas +%%% @copyright (C) 2009-2017 Juan Jose Comellas %%% @doc Parses command line options with a format similar to that of GNU getopt. %%% @end %%%