summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorPierre Fenoll <pierrefenoll@gmail.com>2013-12-19 23:05:49 +0000
committerPierre Fenoll <pierrefenoll@gmail.com>2013-12-19 23:05:49 +0000
commit70cdb37942ebb50424ae52cd6986c9346f2286f4 (patch)
treec825a0e4364c56008b18e4d50cbf5fb80e29717a /priv
parentc83d037404062138aa32ecbc138529e7c13ba7e2 (diff)
downloadrebar-70cdb37942ebb50424ae52cd6986c9346f2286f4.tar.gz
Add command to rebar:command_names/0
Diffstat (limited to 'priv')
-rw-r--r--priv/templates/simplelib.erl2
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.