Skip to content

Commit 68d51e4

Browse files
committed
Clarify license
The intent is that this can be used everywhere without restrictions, but do not blame me if you break stuff. IANAL.
1 parent 656f37e commit 68d51e4

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

LICENSE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2014 Peter Wu <[email protected]>
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
14+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
17+
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
18+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
19+
OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ links is a great example that demonstrates the effect of this bug on clients. It
129129
is a text-based browser that leaks details including headers (cookies,
130130
authorization tokens) and page contents.
131131

132+
## License
133+
pacemaker is licensed under the MIT license. See the LICENSE file for more
134+
details.
135+
132136
# ssltest.py
133137
This repository also contains a working version that targets servers. ssltest.py
134138
was created by Jared Stafford (<[email protected]>), all due credits are

pacemaker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python
22
# Exploitation of CVE-2014-0160 Heartbeat for the client
33
# Author: Peter Wu <[email protected]>
4+
# Licensed under the MIT license <http://opensource.org/licenses/MIT>.
45

56
try:
67
import socketserver

0 commit comments

Comments
 (0)