Skip to content

Commit

Permalink
Copyright hearbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Feb 3, 2013
1 parent bc20427 commit 819a75d
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 36 deletions.
2 changes: 1 addition & 1 deletion ds/ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Scan IP ranges for DNS servers and for servers
* supporting recursion.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
3 changes: 1 addition & 2 deletions ds/ds.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Scan IP ranges for DNS servers and for servers
* supporting recursion.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -79,4 +79,3 @@
(void)fprintf (stderr, __VA_ARGS__); \
} \
} while (0)

3 changes: 1 addition & 2 deletions ds/iprange.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Scan IP ranges for DNS servers and for servers
* supporting recursion.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -115,4 +115,3 @@ mask2hl(char *buf)

return (mask);
}

3 changes: 1 addition & 2 deletions ds/iprange.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Scan IP ranges for DNS servers and for servers
* supporting recursion.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -28,4 +28,3 @@
#include <arpa/inet.h>

int parseip (char *buf, in_addr_t *network, in_addr_t *broadcast);

2 changes: 1 addition & 1 deletion sdt/sdt.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS client.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
3 changes: 1 addition & 2 deletions sdt/sdt.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS client.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -204,4 +204,3 @@ void sdt_errx(int rv, char *fmt, ...);
void sdt_warn(char *fmt, ...);
void sdt_warnx(char *fmt, ...);
#endif /* HAVE_ERRX */

4 changes: 1 addition & 3 deletions sdt/sdt_dns.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS client.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -447,5 +447,3 @@ sdt_dns_dn_random(void *state)
SDT_STATE *ss = state;
return (ss->dname[arc4random() % ss->dname_max]);
}


2 changes: 1 addition & 1 deletion sdt/sdt_err.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS client.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
3 changes: 1 addition & 2 deletions sdt/sdt_rand.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS client.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -58,4 +58,3 @@ sdt_rand(void)
}
#endif /* HAVE_SSL */
#endif /* ! HAVE_ARC4RANDOM */

3 changes: 1 addition & 2 deletions sdt/sdt_servers.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS client.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -53,4 +53,3 @@ static SDS_SERV dnsserv[] = {

{NULL, NULL, NULL}
};

2 changes: 1 addition & 1 deletion sods/sods.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS server.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sods/sods.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS server.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
3 changes: 1 addition & 2 deletions sods/sods_dns.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS server.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -436,4 +436,3 @@ sds_dns_checkdn(SDS_STATE *ss, char *domain)
VERBOSE(1, "rejecting request for domain: %s\n", p);
return (-1);
}

3 changes: 1 addition & 2 deletions sods/sods_dns.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS server.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -19,4 +19,3 @@
*/
#include "base32.h"
#include "base64.h"

2 changes: 1 addition & 1 deletion sods/sods_err.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS client.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
3 changes: 1 addition & 2 deletions sods/sods_handler.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS server.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -133,4 +133,3 @@ sds_chk_isequal(void *state, int a, int b)

return (-1);
}

3 changes: 1 addition & 2 deletions sods/sods_io.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS server.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -210,4 +210,3 @@ sds_io_forward(SDS_STATE *ss, SDS_PKT *pkt)
(ss->fwd + pkt->sess.f.fwd) :
ss->fwd);
}

3 changes: 1 addition & 2 deletions sods/sods_io.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS server.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -22,4 +22,3 @@

SDS_CONN * sds_io_open(SDS_STATE *ss, SDS_PKT *pkt);
SDS_CONN * sds_io_alloc(SDS_STATE *ss, SDS_PKT *pkt);

3 changes: 1 addition & 2 deletions sods/sods_priv.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS server.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -85,4 +85,3 @@ sds_priv_drop(SDS_STATE *ss)

return (0);
}

2 changes: 1 addition & 1 deletion sods/sods_q.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS server.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sods/sods_q.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS server.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sods/sods_sock.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Socket over DNS server.
*
* Copyright (c) 2009-2011 Michael Santos <michael.santos@gmail.com>
* Copyright (c) 2009-2013 Michael Santos <michael.santos@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 819a75d

Please sign in to comment.