Skip to content

Commit

Permalink
Copyright heartbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Apr 11, 2012
1 parent 2865c2e commit f68a51b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion c_src/epcap.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2009-2010, Michael Santos <michael.santos@gmail.com>
/* Copyright (c) 2009-2012, Michael Santos <michael.santos@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 1 addition & 3 deletions c_src/epcap.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
* Copyright (c) 2009, Michael Santos <michael.santos@gmail.com>
/* Copyright (c) 2009-2012, Michael Santos <michael.santos@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -105,4 +104,3 @@ typedef struct {

int epcap_priv_drop(EPCAP_STATE *ep);
void epcap_priv_issetuid(EPCAP_STATE *ep);

4 changes: 1 addition & 3 deletions c_src/epcap_priv.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (c) 2009, Michael Santos <michael.santos@gmail.com>
/* Copyright (c) 2009-2012, Michael Santos <michael.santos@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -87,5 +87,3 @@ epcap_priv_issetuid(EPCAP_STATE *ep)
IS_LTZERO(setuid(getuid()));
}
}


2 changes: 1 addition & 1 deletion src/epcap.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2009-2011, Michael Santos <michael.santos@gmail.com>
%% Copyright (c) 2009-2012, Michael Santos <michael.santos@gmail.com>
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 1 addition & 2 deletions src/epcap_net.erl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% Copyright (c) 2009-2010, Michael Santos <michael.santos@gmail.com>
%% Copyright (c) 2009-2012, Michael Santos <michael.santos@gmail.com>
%% All rights reserved.
%%
%% Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -540,4 +540,3 @@ compl(N,S) -> compl(N+S).

valid(16#FFFF) -> true;
valid(_) -> false.

0 comments on commit f68a51b

Please sign in to comment.