Skip to content

Commit

Permalink
Update outdated email
Browse files Browse the repository at this point in the history
  • Loading branch information
mazenharake committed Feb 25, 2012
1 parent 74badb4 commit 4482ad2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions c_src/cecho.c
@@ -1,5 +1,6 @@
//============================================================================== //==============================================================================
// Copyright 2010 Erlang Solutions Ltd. // Copyright 2010 Erlang Solutions Ltd.
// Author: Mazen Harake (mazen.harake@gmail.com)
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions c_src/cecho.h
@@ -1,5 +1,6 @@
//============================================================================== //==============================================================================
// Copyright 2010 Erlang Solutions Ltd. // Copyright 2010 Erlang Solutions Ltd.
// Author: Mazen Harake (mazen.harake@gmail.com)
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions c_src/cecho_commands.h
@@ -1,5 +1,6 @@
//============================================================================== //==============================================================================
// Copyright 2010 Erlang Solutions Ltd. // Copyright 2010 Erlang Solutions Ltd.
// Author: Mazen Harake (mazen.harake@gmail.com)
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion src/cecho.erl
@@ -1,5 +1,6 @@
%%============================================================================== %%==============================================================================
%% Copyright 2010 Erlang Solutions Ltd. %% Copyright 2010 Erlang Solutions Ltd.
%% Author: Mazen Harake (mazen.harake@gmail.com)
%% %%
%% Licensed under the Apache License, Version 2.0 (the "License"); %% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License. %% you may not use this file except in compliance with the License.
Expand All @@ -16,7 +17,7 @@


-module(cecho). -module(cecho).


-author('mazen.harake@erlang-solutions.com'). -author('mazen.harake@gmail.com').


-behaviour(application). -behaviour(application).
-include("include/cecho.hrl"). -include("include/cecho.hrl").
Expand Down
3 changes: 2 additions & 1 deletion src/cecho_example.erl
@@ -1,5 +1,6 @@
%%============================================================================== %%==============================================================================
%% Copyright 2010 Erlang Solutions Ltd. %% Copyright 2010 Erlang Solutions Ltd.
%% Author: Mazen Harake (mazen.harake@gmail.com)
%% %%
%% Licensed under the Apache License, Version 2.0 (the "License"); %% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License. %% you may not use this file except in compliance with the License.
Expand All @@ -16,7 +17,7 @@


-module(cecho_example). -module(cecho_example).


-author('mazen.harake@erlang-solutions.com'). -author('mazen.harake@gmail.com').


-compile(export_all). -compile(export_all).


Expand Down
3 changes: 2 additions & 1 deletion src/cecho_srv.erl
@@ -1,5 +1,6 @@
%%============================================================================== %%==============================================================================
%% Copyright 2010 Erlang Solutions Ltd. %% Copyright 2010 Erlang Solutions Ltd.
%% Author: Mazen Harake (mazen.harake@gmail.com)
%% %%
%% Licensed under the Apache License, Version 2.0 (the "License"); %% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License. %% you may not use this file except in compliance with the License.
Expand All @@ -16,7 +17,7 @@


-module(cecho_srv). -module(cecho_srv).


-author('mazen.harake@erlang-solutions.com'). -author('mazen.harake@gmail.com').


-behaviour(gen_server). -behaviour(gen_server).
-include("cecho.hrl"). -include("cecho.hrl").
Expand Down

0 comments on commit 4482ad2

Please sign in to comment.