diff options
-rw-r--r-- | src/bullet.app.src | 1 | ||||
-rw-r--r-- | src/bullet_handler.erl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/bullet.app.src b/src/bullet.app.src index 366308f..791ea96 100644 --- a/src/bullet.app.src +++ b/src/bullet.app.src @@ -17,6 +17,7 @@ "Simple, reliable, efficient streaming for Cowboy."}, {vsn, "0.4.1"}, {modules, []}, + {registered, []}, {applications, [ kernel, stdlib, diff --git a/src/bullet_handler.erl b/src/bullet_handler.erl index bcfc442..3ec5830 100644 --- a/src/bullet_handler.erl +++ b/src/bullet_handler.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2011-2012, Lo�c Hoguin <[email protected]> +%% Copyright (c) 2011-2012, Loïc Hoguin <[email protected]> %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above |