Skip to content

Commit 1c4e8e1

Browse files
committed
now using NOTICE file
1 parent 7177c1b commit 1c4e8e1

File tree

15 files changed

+98
-96
lines changed

15 files changed

+98
-96
lines changed

LICENSE

+17-18
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
1-
Copyright (c) 2012-2016, Nic McDonald
2-
All rights reserved.
3-
4-
Redistribution and use in source and binary forms, with or without
5-
modification, are permitted provided that the following conditions are met:
1+
Redistribution and use in source and binary forms, with or without modification,
2+
are permitted provided that the following conditions are met:
63

74
* Redistributions of source code must retain the above copyright notice, this
85
list of conditions and the following disclaimer.
96

10-
* Redistributions in binary form must reproduce the above copyright notice,
11-
this list of conditions and the following disclaimer in the documentation
12-
and/or other materials provided with the distribution.
7+
* Redistributions in binary form must reproduce the above copyright notice, this
8+
list of conditions and the following disclaimer in the documentation and/or
9+
other materials provided with the distribution.
1310

1411
* Neither the name of prim nor the names of its
1512
contributors may be used to endorse or promote products derived from
1613
this software without specific prior written permission.
1714

18-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15+
See the NOTICE file distributed with this work for additional information
16+
regarding copyright ownership.
2817

18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
22+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
25+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

NOTICE

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ssplot - A Python program for plotting latency results from sslatency
2+
Copyright 2012-2017 Nic McDonald
3+
All rights reserved.

bin/ssave

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/env python3
22

33
"""
4-
* Copyright (c) 2012-2016, Nic McDonald
5-
* All rights reserved.
6-
*
74
* Redistribution and use in source and binary forms, with or without
85
* modification, are permitted provided that the following conditions are met:
96
*
@@ -14,9 +11,12 @@
1411
* this list of conditions and the following disclaimer in the documentation
1512
* and/or other materials provided with the distribution.
1613
*
17-
* - Neither the name of prim nor the names of its
18-
* contributors may be used to endorse or promote products derived from
19-
* this software without specific prior written permission.
14+
* - Neither the name of prim nor the names of its contributors may be used to
15+
* endorse or promote products derived from this software without specific prior
16+
* written permission.
17+
*
18+
* See the NOTICE file distributed with this work for additional information
19+
* regarding copyright ownership.
2020
*
2121
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2222
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

bin/sscdf

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/env python3
22

33
"""
4-
* Copyright (c) 2012-2016, Nic McDonald
5-
* All rights reserved.
6-
*
74
* Redistribution and use in source and binary forms, with or without
85
* modification, are permitted provided that the following conditions are met:
96
*
@@ -14,9 +11,12 @@
1411
* this list of conditions and the following disclaimer in the documentation
1512
* and/or other materials provided with the distribution.
1613
*
17-
* - Neither the name of prim nor the names of its
18-
* contributors may be used to endorse or promote products derived from
19-
* this software without specific prior written permission.
14+
* - Neither the name of prim nor the names of its contributors may be used to
15+
* endorse or promote products derived from this software without specific prior
16+
* written permission.
17+
*
18+
* See the NOTICE file distributed with this work for additional information
19+
* regarding copyright ownership.
2020
*
2121
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2222
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

bin/sslcp

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/env python3
22

33
"""
4-
* Copyright (c) 2012-2016, Nic McDonald
5-
* All rights reserved.
6-
*
74
* Redistribution and use in source and binary forms, with or without
85
* modification, are permitted provided that the following conditions are met:
96
*
@@ -14,9 +11,12 @@
1411
* this list of conditions and the following disclaimer in the documentation
1512
* and/or other materials provided with the distribution.
1613
*
17-
* - Neither the name of prim nor the names of its
18-
* contributors may be used to endorse or promote products derived from
19-
* this software without specific prior written permission.
14+
* - Neither the name of prim nor the names of its contributors may be used to
15+
* endorse or promote products derived from this software without specific prior
16+
* written permission.
17+
*
18+
* See the NOTICE file distributed with this work for additional information
19+
* regarding copyright ownership.
2020
*
2121
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2222
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

bin/ssllp

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/env python3
22

33
"""
4-
* Copyright (c) 2012-2016, Nic McDonald
5-
* All rights reserved.
6-
*
74
* Redistribution and use in source and binary forms, with or without
85
* modification, are permitted provided that the following conditions are met:
96
*
@@ -14,9 +11,12 @@
1411
* this list of conditions and the following disclaimer in the documentation
1512
* and/or other materials provided with the distribution.
1613
*
17-
* - Neither the name of prim nor the names of its
18-
* contributors may be used to endorse or promote products derived from
19-
* this software without specific prior written permission.
14+
* - Neither the name of prim nor the names of its contributors may be used to
15+
* endorse or promote products derived from this software without specific prior
16+
* written permission.
17+
*
18+
* See the NOTICE file distributed with this work for additional information
19+
* regarding copyright ownership.
2020
*
2121
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2222
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

bin/sslqp

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/env python3
22

33
"""
4-
* Copyright (c) 2012-2016, Nic McDonald
5-
* All rights reserved.
6-
*
74
* Redistribution and use in source and binary forms, with or without
85
* modification, are permitted provided that the following conditions are met:
96
*
@@ -14,9 +11,12 @@
1411
* this list of conditions and the following disclaimer in the documentation
1512
* and/or other materials provided with the distribution.
1613
*
17-
* - Neither the name of prim nor the names of its
18-
* contributors may be used to endorse or promote products derived from
19-
* this software without specific prior written permission.
14+
* - Neither the name of prim nor the names of its contributors may be used to
15+
* endorse or promote products derived from this software without specific prior
16+
* written permission.
17+
*
18+
* See the NOTICE file distributed with this work for additional information
19+
* regarding copyright ownership.
2020
*
2121
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2222
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

bin/sslrp

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/env python3
22

33
"""
4-
* Copyright (c) 2012-2016, Nic McDonald
5-
* All rights reserved.
6-
*
74
* Redistribution and use in source and binary forms, with or without
85
* modification, are permitted provided that the following conditions are met:
96
*
@@ -14,9 +11,12 @@
1411
* this list of conditions and the following disclaimer in the documentation
1512
* and/or other materials provided with the distribution.
1613
*
17-
* - Neither the name of prim nor the names of its
18-
* contributors may be used to endorse or promote products derived from
19-
* this software without specific prior written permission.
14+
* - Neither the name of prim nor the names of its contributors may be used to
15+
* endorse or promote products derived from this software without specific prior
16+
* written permission.
17+
*
18+
* See the NOTICE file distributed with this work for additional information
19+
* regarding copyright ownership.
2020
*
2121
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2222
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

bin/sspdf

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/env python3
22

33
"""
4-
* Copyright (c) 2012-2016, Nic McDonald
5-
* All rights reserved.
6-
*
74
* Redistribution and use in source and binary forms, with or without
85
* modification, are permitted provided that the following conditions are met:
96
*
@@ -14,9 +11,12 @@
1411
* this list of conditions and the following disclaimer in the documentation
1512
* and/or other materials provided with the distribution.
1613
*
17-
* - Neither the name of prim nor the names of its
18-
* contributors may be used to endorse or promote products derived from
19-
* this software without specific prior written permission.
14+
* - Neither the name of prim nor the names of its contributors may be used to
15+
* endorse or promote products derived from this software without specific prior
16+
* written permission.
17+
*
18+
* See the NOTICE file distributed with this work for additional information
19+
* regarding copyright ownership.
2020
*
2121
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2222
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

bin/ssperc

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/env python3
22

33
"""
4-
* Copyright (c) 2012-2016, Nic McDonald
5-
* All rights reserved.
6-
*
74
* Redistribution and use in source and binary forms, with or without
85
* modification, are permitted provided that the following conditions are met:
96
*
@@ -14,9 +11,12 @@
1411
* this list of conditions and the following disclaimer in the documentation
1512
* and/or other materials provided with the distribution.
1613
*
17-
* - Neither the name of prim nor the names of its
18-
* contributors may be used to endorse or promote products derived from
19-
* this software without specific prior written permission.
14+
* - Neither the name of prim nor the names of its contributors may be used to
15+
* endorse or promote products derived from this software without specific prior
16+
* written permission.
17+
*
18+
* See the NOTICE file distributed with this work for additional information
19+
* regarding copyright ownership.
2020
*
2121
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2222
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

bin/ssscat

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/env python3
22

33
"""
4-
* Copyright (c) 2012-2016, Nic McDonald
5-
* All rights reserved.
6-
*
74
* Redistribution and use in source and binary forms, with or without
85
* modification, are permitted provided that the following conditions are met:
96
*
@@ -14,9 +11,12 @@
1411
* this list of conditions and the following disclaimer in the documentation
1512
* and/or other materials provided with the distribution.
1613
*
17-
* - Neither the name of prim nor the names of its
18-
* contributors may be used to endorse or promote products derived from
19-
* this software without specific prior written permission.
14+
* - Neither the name of prim nor the names of its contributors may be used to
15+
* endorse or promote products derived from this software without specific prior
16+
* written permission.
17+
*
18+
* See the NOTICE file distributed with this work for additional information
19+
* regarding copyright ownership.
2020
*
2121
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2222
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

setup.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
"""
2-
* Copyright (c) 2012-2016, Nic McDonald
3-
* All rights reserved.
4-
*
52
* Redistribution and use in source and binary forms, with or without
63
* modification, are permitted provided that the following conditions are met:
74
*
@@ -12,9 +9,12 @@
129
* this list of conditions and the following disclaimer in the documentation
1310
* and/or other materials provided with the distribution.
1411
*
15-
* - Neither the name of prim nor the names of its
16-
* contributors may be used to endorse or promote products derived from
17-
* this software without specific prior written permission.
12+
* - Neither the name of prim nor the names of its contributors may be used to
13+
* endorse or promote products derived from this software without specific prior
14+
* written permission.
15+
*
16+
* See the NOTICE file distributed with this work for additional information
17+
* regarding copyright ownership.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2020
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

ssplot/__init__.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
"""
2-
* Copyright (c) 2012-2016, Nic McDonald
3-
* All rights reserved.
4-
*
52
* Redistribution and use in source and binary forms, with or without
63
* modification, are permitted provided that the following conditions are met:
74
*
@@ -12,9 +9,12 @@
129
* this list of conditions and the following disclaimer in the documentation
1310
* and/or other materials provided with the distribution.
1411
*
15-
* - Neither the name of prim nor the names of its
16-
* contributors may be used to endorse or promote products derived from
17-
* this software without specific prior written permission.
12+
* - Neither the name of prim nor the names of its contributors may be used to
13+
* endorse or promote products derived from this software without specific prior
14+
* written permission.
15+
*
16+
* See the NOTICE file distributed with this work for additional information
17+
* regarding copyright ownership.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2020
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

ssplot/__main__.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
"""
2-
* Copyright (c) 2012-2016, Nic McDonald
3-
* All rights reserved.
4-
*
52
* Redistribution and use in source and binary forms, with or without
63
* modification, are permitted provided that the following conditions are met:
74
*
@@ -12,9 +9,12 @@
129
* this list of conditions and the following disclaimer in the documentation
1310
* and/or other materials provided with the distribution.
1411
*
15-
* - Neither the name of prim nor the names of its
16-
* contributors may be used to endorse or promote products derived from
17-
* this software without specific prior written permission.
12+
* - Neither the name of prim nor the names of its contributors may be used to
13+
* endorse or promote products derived from this software without specific prior
14+
* written permission.
15+
*
16+
* See the NOTICE file distributed with this work for additional information
17+
* regarding copyright ownership.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2020
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

ssplot/ssplot.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
"""
2-
* Copyright (c) 2012-2016, Nic McDonald
3-
* All rights reserved.
4-
*
52
* Redistribution and use in source and binary forms, with or without
63
* modification, are permitted provided that the following conditions are met:
74
*
@@ -12,9 +9,12 @@
129
* this list of conditions and the following disclaimer in the documentation
1310
* and/or other materials provided with the distribution.
1411
*
15-
* - Neither the name of prim nor the names of its
16-
* contributors may be used to endorse or promote products derived from
17-
* this software without specific prior written permission.
12+
* - Neither the name of prim nor the names of its contributors may be used to
13+
* endorse or promote products derived from this software without specific prior
14+
* written permission.
15+
*
16+
* See the NOTICE file distributed with this work for additional information
17+
* regarding copyright ownership.
1818
*
1919
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2020
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

0 commit comments

Comments
 (0)