diff --git a/.gitignore b/.gitignore index 0489cab..929000d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,6 @@ ebin/* _build erl_crash.dump *.pyc +*~ src/ec_semver_parser.peg diff --git a/src/ec_assoc_list.erl b/src/ec_assoc_list.erl index e9bd0cc..9921f55 100644 --- a/src/ec_assoc_list.erl +++ b/src/ec_assoc_list.erl @@ -1,3 +1,4 @@ +%%% vi:ts=4 sw=4 et %%%------------------------------------------------------------------- %%% @author Eric Merritt %%% @copyright 2011 Erlware, LLC. diff --git a/src/ec_date.erl b/src/ec_date.erl index bda94c2..55b6b93 100644 --- a/src/ec_date.erl +++ b/src/ec_date.erl @@ -1,3 +1,4 @@ +%% vi:ts=4 sw=4 et %% @copyright Dale Harvey %% @doc Format dates in erlang %% diff --git a/src/ec_dict.erl b/src/ec_dict.erl index 1c5d319..49f3d96 100644 --- a/src/ec_dict.erl +++ b/src/ec_dict.erl @@ -1,3 +1,4 @@ +%%% vi:ts=4 sw=4 et %%%------------------------------------------------------------------- %%% @author Eric Merritt %%% @copyright 2011 Erlware, LLC. diff --git a/src/ec_dictionary.erl b/src/ec_dictionary.erl index 416df72..423914a 100644 --- a/src/ec_dictionary.erl +++ b/src/ec_dictionary.erl @@ -1,3 +1,4 @@ +%%% vi:ts=4 sw=4 et %%%------------------------------------------------------------------- %%% @author Eric Merritt %%% @copyright 2011 Erlware, LLC. diff --git a/src/ec_file.erl b/src/ec_file.erl index 1a24560..92430cd 100644 --- a/src/ec_file.erl +++ b/src/ec_file.erl @@ -1,3 +1,4 @@ +%%% vi:ts=4 sw=4 et %%%------------------------------------------------------------------- %%% @copyright (C) 2011, Erlware LLC %%% @doc diff --git a/src/ec_gb_trees.erl b/src/ec_gb_trees.erl index 7427740..811cd1b 100644 --- a/src/ec_gb_trees.erl +++ b/src/ec_gb_trees.erl @@ -1,3 +1,4 @@ +%%% vi:ts=4 sw=4 et %%%------------------------------------------------------------------- %%% @author Eric Merritt %%% @copyright 2011 Erlware, LLC. diff --git a/src/ec_lists.erl b/src/ec_lists.erl index cbc1f0b..689813e 100644 --- a/src/ec_lists.erl +++ b/src/ec_lists.erl @@ -1,3 +1,4 @@ +%%% vi:ts=4 sw=4 et %%%------------------------------------------------------------------- %%% @copyright (C) 2011, Erlware LLC %%% @doc diff --git a/src/ec_orddict.erl b/src/ec_orddict.erl index fdd8a38..90418f5 100644 --- a/src/ec_orddict.erl +++ b/src/ec_orddict.erl @@ -1,3 +1,4 @@ +%%% vi:ts=4 sw=4 et %%%------------------------------------------------------------------- %%% @author Eric Merritt %%% @copyright 2011 Erlware, LLC. diff --git a/src/ec_plists.erl b/src/ec_plists.erl index a021d02..7512fdc 100644 --- a/src/ec_plists.erl +++ b/src/ec_plists.erl @@ -1,4 +1,5 @@ %%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- +%%% vi:ts=4 sw=4 et %%% The MIT License %%% %%% Copyright (c) 2007 Stephen Marsh diff --git a/src/ec_rbdict.erl b/src/ec_rbdict.erl index f28f625..60e337f 100644 --- a/src/ec_rbdict.erl +++ b/src/ec_rbdict.erl @@ -1,3 +1,4 @@ +%%% vi:ts=4 sw=4 et %%% Copyright (c) 2008 Robert Virding. All rights reserved. %%% %%% Redistribution and use in source and binary forms, with or without diff --git a/src/ec_semver.erl b/src/ec_semver.erl index 5855c23..bf4e157 100644 --- a/src/ec_semver.erl +++ b/src/ec_semver.erl @@ -1,3 +1,4 @@ +%%% vi:ts=4 sw=4 et %%%------------------------------------------------------------------- %%% @copyright (C) 2011, Erlware LLC %%% @doc diff --git a/src/ec_semver_parser.erl b/src/ec_semver_parser.erl index 1e90dd3..ba68238 100644 --- a/src/ec_semver_parser.erl +++ b/src/ec_semver_parser.erl @@ -1,3 +1,4 @@ +%%% vi:ts=4 sw=4 et -module(ec_semver_parser). -export([parse/1,file/1]). -compile({nowarn_unused_function,[p/4, p/5, p_eof/0, p_optional/1, p_not/1, p_assert/1, p_seq/1, p_and/1, p_choose/1, p_zero_or_more/1, p_one_or_more/1, p_label/2, p_string/1, p_anything/0, p_charclass/1, p_regexp/1, p_attempt/4, line/1, column/1]}). diff --git a/src/ec_talk.erl b/src/ec_talk.erl index 4a82d1b..936f9ed 100644 --- a/src/ec_talk.erl +++ b/src/ec_talk.erl @@ -1,4 +1,5 @@ %% -*- mode: Erlang; fill-column: 79; comment-column: 70; -*- +%% vi:ts=4 sw=4 et %%%--------------------------------------------------------------------------- %%% Permission is hereby granted, free of charge, to any person %%% obtaining a copy of this software and associated documentation