Skip to content

Commit a574e67

Browse files
author
Ossama Othman
authored
Prepare for move to multipath-tcp/mptcpd (#275)
* Update mptcpd Github repository URLs to reflect move to the multipath-tcp organization. * Update code of conduct and security e-mail. Refer users to the MPTCP subsystem maintainer in the Linux kernel `MAINTAINERS' file for all code of conduct and security violations.
1 parent 7a7524a commit a574e67

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ representative at an online or offline event.
6060
## Enforcement
6161

6262
Instances of abusive, harassing, or otherwise unacceptable behavior may be
63-
reported to the community leaders responsible for enforcement at
64-
63+
reported to the community leaders responsible for enforcement at the
64+
e-mail address for the Linux kernel MPTCP subsystem owner listed in
65+
the kernel
66+
[`MAINTAINERS`](https://www.kernel.org/doc/linux/MAINTAINERS) file.
6567
All complaints will be reviewed and investigated promptly and fairly.
6668

6769
All community leaders are obligated to respect the privacy and security of the

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ details on how to report security related bugs.
3131

3232
#### General Bugs
3333
Please report all general bugs unrelated to security through a GitHub
34-
[issue](https://github.com/intel/mptcpd/issues), using the *Bug
35-
report* template.
34+
[issue](https://github.com/multipath-tcp/mptcpd/issues), using the
35+
*Bug report* template.
3636

3737
### Feature Requests
3838
As with bug report submission, feature requests may be created through
39-
a GitHub [issue](https://github.com/intel/mptcpd/issues), using the
40-
provided *Feature request* template.
39+
a GitHub [issue](https://github.com/multipath-tcp/mptcpd/issues),
40+
using the provided *Feature request* template.
4141

4242
### Submitting Changes
4343
Please ensure contributions do not introduce regressions, and conform

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- SPDX-License-Identifier: BSD-3-Clause
22
Copyright (c) 2017-2021, Intel Corporation -->
33

4-
[![C/C++ CI](https://github.com/intel/mptcpd/actions/workflows/ccpp.yml/badge.svg)](https://github.com/intel/mptcpd/actions/workflows/ccpp.yml)
5-
[![Coverage Status](https://coveralls.io/repos/github/intel/mptcpd/badge.svg?branch=master)](https://coveralls.io/github/intel/mptcpd?branch=master)
4+
[![C/C++ CI](https://github.com/multipath-tcp/mptcpd/actions/workflows/ccpp.yml/badge.svg)](https://github.com/multipath-tcp/mptcpd/actions/workflows/ccpp.yml)
5+
[![Coverage Status](https://coveralls.io/repos/github/multipath-tcp/mptcpd/badge.svg?branch=master)](https://coveralls.io/github/multipath-tcp/mptcpd?branch=master)
66
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md)
77

88
# Multipath TCP Daemon

SECURITY.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ reported vulnerability, what to expect if the vulnerability is accepted or
2222
declined, etc.
2323
-->
2424

25-
Please report all security related issues through the private e-mail
26-
[email protected]. Include the following information:
25+
Please report all security related issues through the Linux kernel
26+
MPTCP subsystem owner listed in the kernel
27+
[`MAINTAINERS`](https://www.kernel.org/doc/linux/MAINTAINERS) file.
28+
Include the following information:
2729
* Description of the security problem
2830
* Steps to reproduce
2931
* Expected behavior

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AC_INIT([mptcpd],
99
[0.11],
1010
1111
[],
12-
[https://github.com/intel/mptcpd])
12+
[https://github.com/multipath-tcp/mptcpd])
1313

1414
# ---------------------------------------------------------------
1515
# Libtool Based Library Versioning

mptcpd.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* subflows, etc.
1818
*
1919
* @see Additional higher level documentation is available in the
20-
* [`mptcpd` Wiki](https://github.com/intel/mptcpd/wiki).
20+
* [`mptcpd` Wiki](https://github.com/multipath-tcp/mptcpd/wiki).
2121
*/
2222

2323
/*

0 commit comments

Comments
 (0)