Skip to content

Commit ba0f4b9

Browse files
committed
Change my email address from gmail to protonmail
1 parent 51141c4 commit ba0f4b9

6 files changed

+10
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2009-2018 Michael Truog <mjtruog at gmail dot com>
3+
Copyright (c) 2009-2018 Michael Truog <mjtruog at protonmail dot com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a
66
copy of this software and associated documentation files (the "Software"),

doc/cloudi_http_cowboy_handler.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h3><a name="Cowboy_CloudI_HTTP_Handler">Cowboy CloudI HTTP Handler</a></h3>.
1616

1717
<p><b>Version:</b> 1.7.3 Feb 26 2018 18:19:17
1818
------------------------------------------------------------------------</p>
19-
<p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog [at] gmail (dot) com"><tt>mjtruog [at] gmail (dot) com</tt></a>).</p>
19+
<p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog at protonmail dot com"><tt>mjtruog at protonmail dot com</tt></a>).</p>
2020

2121
<h2><a name="description">Description</a></h2>
2222
<h3><a name="Cowboy_CloudI_HTTP_Handler">Cowboy CloudI HTTP Handler</a></h3>

doc/cloudi_service_http_cowboy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h3><a name="CloudI_HTTP_Integration">CloudI HTTP Integration</a></h3>
1818
<p><b>Version:</b> 1.7.2 Feb 26 2018 18:19:16
1919
------------------------------------------------------------------------</p>
2020
<p><b>Behaviours:</b> <a href="deps/cloudi_core/doc/cloudi_service.html"><tt>cloudi_service</tt></a>.</p>
21-
<p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog [at] gmail (dot) com"><tt>mjtruog [at] gmail (dot) com</tt></a>).</p>
21+
<p><b>Authors:</b> Michael Truog (<a href="mailto:mjtruog at protonmail dot com"><tt>mjtruog at protonmail dot com</tt></a>).</p>
2222

2323
<h2><a name="description">Description</a></h2>
2424
<h3><a name="CloudI_HTTP_Integration">CloudI HTTP Integration</a></h3>

src/cloudi_http_cowboy_handler.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
%%%
99
%%% MIT License
1010
%%%
11-
%%% Copyright (c) 2012-2018 Michael Truog <mjtruog at gmail dot com>
11+
%%% Copyright (c) 2012-2018 Michael Truog <mjtruog at protonmail dot com>
1212
%%%
1313
%%% Permission is hereby granted, free of charge, to any person obtaining a
1414
%%% copy of this software and associated documentation files (the "Software"),
@@ -28,13 +28,13 @@
2828
%%% FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2929
%%% DEALINGS IN THE SOFTWARE.
3030
%%%
31-
%%% @author Michael Truog <mjtruog [at] gmail (dot) com>
31+
%%% @author Michael Truog <mjtruog at protonmail dot com>
3232
%%% @copyright 2012-2018 Michael Truog
3333
%%% @version 1.7.3 {@date} {@time}
3434
%%%------------------------------------------------------------------------
3535

3636
-module(cloudi_http_cowboy_handler).
37-
-author('mjtruog [at] gmail (dot) com').
37+
-author('mjtruog at protonmail dot com').
3838

3939
%-behaviour(cowboy_http_handler).
4040
%-behaviour(cowboy_websocket_handler).

src/cloudi_http_cowboy_handler.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%%%
66
%%% MIT License
77
%%%
8-
%%% Copyright (c) 2012-2017 Michael Truog <mjtruog at gmail dot com>
8+
%%% Copyright (c) 2012-2017 Michael Truog <mjtruog at protonmail dot com>
99
%%%
1010
%%% Permission is hereby granted, free of charge, to any person obtaining a
1111
%%% copy of this software and associated documentation files (the "Software"),

src/cloudi_service_http_cowboy.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%%%
1010
%%% MIT License
1111
%%%
12-
%%% Copyright (c) 2012-2017 Michael Truog <mjtruog at gmail dot com>
12+
%%% Copyright (c) 2012-2017 Michael Truog <mjtruog at protonmail dot com>
1313
%%%
1414
%%% Permission is hereby granted, free of charge, to any person obtaining a
1515
%%% copy of this software and associated documentation files (the "Software"),
@@ -29,13 +29,13 @@
2929
%%% FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3030
%%% DEALINGS IN THE SOFTWARE.
3131
%%%
32-
%%% @author Michael Truog <mjtruog [at] gmail (dot) com>
32+
%%% @author Michael Truog <mjtruog at protonmail dot com>
3333
%%% @copyright 2012-2017 Michael Truog
3434
%%% @version 1.7.2 {@date} {@time}
3535
%%%------------------------------------------------------------------------
3636

3737
-module(cloudi_service_http_cowboy).
38-
-author('mjtruog [at] gmail (dot) com').
38+
-author('mjtruog at protonmail dot com').
3939

4040
-behaviour(cloudi_service).
4141

0 commit comments

Comments
 (0)