diff options
Diffstat (limited to 'priv')
-rw-r--r-- | priv/templates/simplelib.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/priv/templates/simplelib.erl b/priv/templates/simplelib.erl index 384caa5..2c4451f 100644 --- a/priv/templates/simplelib.erl +++ b/priv/templates/simplelib.erl @@ -1,5 +1,3 @@ -%% See LICENSE for licensing information. -%% -*- coding: utf-8 -*- -module({{libid}}). %% {{libid}}: {{libid}} library's entry point. |