Skip to content

Commit

Permalink
Copyright heartbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Mar 8, 2015
1 parent 20ccb0e commit 140a587
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions include/seds.hrl
@@ -1,4 +1,4 @@
%% Copyright (c) 2010, Michael Santos <michael.santos@gmail.com>
%% Copyright (c) 2010-2015, Michael Santos <michael.santos@gmail.com>
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -49,8 +49,7 @@
-record(config, {
acf = false, % allow client forwarding
acl = [], % forward IP blacklist
acl_port = [22], % forward IP blacklist
acl_port = [22], % forward port blacklist
f, % forwarders map
d = [] % domains
}).

2 changes: 1 addition & 1 deletion src/seds.erl
@@ -1,4 +1,4 @@
%% Copyright (c) 2010-2012, Michael Santos <michael.santos@gmail.com>
%% Copyright (c) 2010-2015, Michael Santos <michael.santos@gmail.com>
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions src/seds_protocol.erl
@@ -1,4 +1,4 @@
%% Copyright (c) 2010-2012, Michael Santos <michael.santos@gmail.com>
%% Copyright (c) 2010-2015, Michael Santos <michael.santos@gmail.com>
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -71,7 +71,7 @@ session(#seds{
%%%
%%% The decode function is spawned as an unlinked process. If the
%%% parsing succeeds, the data is returned to the gen_server. If
%%% the process crashes and the query is dropped.
%%% the process crashes, the query is dropped.
%%%
%%--------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/seds_proxy.erl
@@ -1,4 +1,4 @@
%% Copyright (c) 2010-2012, Michael Santos <michael.santos@gmail.com>
%% Copyright (c) 2010-2015, Michael Santos <michael.santos@gmail.com>
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 140a587

Please sign in to comment.