aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit/src/eunit.erl
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-09-28 15:03:38 +0200
committerHenrik Nord <[email protected]>2011-09-28 15:03:49 +0200
commitb1736de28b8b4138c7282c780fafd984046dd53e (patch)
tree52a18f08e137ca2e2dc0ebea361a879e139a85f0 /lib/eunit/src/eunit.erl
parentae097a5161b79f16f8b9a2d8f73e5e2f1792edec (diff)
parentc78dae078936252a605630170b81dcd3e09382fa (diff)
downloadotp-b1736de28b8b4138c7282c780fafd984046dd53e.tar.gz
otp-b1736de28b8b4138c7282c780fafd984046dd53e.tar.bz2
otp-b1736de28b8b4138c7282c780fafd984046dd53e.zip
Merge branch 'rc/eunit-2.2.1' into dev
* rc/eunit-2.2.1: removed some never-matching clauses reported by dialyzer updated author e-mails and homepages removed cvs keywords from files removed files that should not be checked in OTP-9591
Diffstat (limited to 'lib/eunit/src/eunit.erl')
-rw-r--r--lib/eunit/src/eunit.erl5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/eunit/src/eunit.erl b/lib/eunit/src/eunit.erl
index 15fc3bdf32..95857e83c8 100644
--- a/lib/eunit/src/eunit.erl
+++ b/lib/eunit/src/eunit.erl
@@ -13,13 +13,10 @@
%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
%% USA
%%
-%% $Id: eunit.erl 339 2009-04-05 14:10:47Z rcarlsson $
-%%
%% @copyright 2004-2009 Micka�l R�mond, Richard Carlsson
%% @author Micka�l R�mond <[email protected]>
%% [http://www.process-one.net/]
-%% @author Richard Carlsson <[email protected]>
-%% [http://user.it.uu.se/~richardc/]
+%% @author Richard Carlsson <[email protected]>
%% @version {@version}, {@date} {@time}
%% @doc This module is the main EUnit user interface.