From 3db7b44b709f5044d46fae647834a635270b5604 Mon Sep 17 00:00:00 2001 From: Juan Jose Comellas Date: Wed, 1 Nov 2017 15:55:50 -0300 Subject: [PATCH] Update copyright --- src/getopt.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %%%