Skip to content

Commit b98479c

Browse files
michel-slmfacebook-github-bot
authored andcommitted
remove patent grant
Summary: Facebook no longer recommends using patent grants for open source projects; bring this project in alignment. Brought up during the Fedora review back in March: https://lists.fedoraproject.org/archives/list/[email protected]/thread/2AVHXQD3 (https://github.com/facebook/wdt/commit/a38ef09636bfc4ea4e49d0f38ee8f3e17edc4841)C2JBSZQT7E6HK3HHQ4O5KBDV/ Reviewed By: davide125 Differential Revision: D29374358 fbshipit-source-id: 39552b102286a558ed68e2684a8e3616d062defa
1 parent 0f100c6 commit b98479c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+90
-213
lines changed

AbortChecker.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-style license found in the
6-
* LICENSE file in the root directory of this source tree. An additional grant
7-
* of patent rights can be found in the PATENTS file in the same directory.
6+
* LICENSE file in the root directory of this source tree.
87
*/
98
#pragma once
109
#include <atomic>

ByteSource.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-style license found in the
6-
* LICENSE file in the root directory of this source tree. An additional grant
7-
* of patent rights can be found in the PATENTS file in the same directory.
6+
* LICENSE file in the root directory of this source tree.
87
*/
98
#pragma once
109

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# All rights reserved.
1414
#
1515
# This source code is licensed under the BSD-style license found in the
16-
# LICENSE file in the root directory of this source tree. An additional grant
17-
# of patent rights can be found in the PATENTS file in the same directory.
16+
# LICENSE file in the root directory of this source tree.
1817
#
1918

2019
cmake_minimum_required(VERSION 3.2)

ErrorCodes.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-style license found in the
6-
* LICENSE file in the root directory of this source tree. An additional grant
7-
* of patent rights can be found in the PATENTS file in the same directory.
6+
* LICENSE file in the root directory of this source tree.
87
*/
98
#include <wdt/ErrorCodes.h>
109
#include <folly/Conv.h>

ErrorCodes.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-style license found in the
6-
* LICENSE file in the root directory of this source tree. An additional grant
7-
* of patent rights can be found in the PATENTS file in the same directory.
6+
* LICENSE file in the root directory of this source tree.
87
*/
98
#pragma once
109

PATENTS

Lines changed: 0 additions & 33 deletions
This file was deleted.

Protocol.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-style license found in the
6-
* LICENSE file in the root directory of this source tree. An additional grant
7-
* of patent rights can be found in the PATENTS file in the same directory.
6+
* LICENSE file in the root directory of this source tree.
87
*/
98
#include <wdt/Protocol.h>
109

Protocol.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-style license found in the
6-
* LICENSE file in the root directory of this source tree. An additional grant
7-
* of patent rights can be found in the PATENTS file in the same directory.
6+
* LICENSE file in the root directory of this source tree.
87
*/
98
#pragma once
109

Receiver.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-style license found in the
6-
* LICENSE file in the root directory of this source tree. An additional grant
7-
* of patent rights can be found in the PATENTS file in the same directory.
6+
* LICENSE file in the root directory of this source tree.
87
*/
98
#include <wdt/Receiver.h>
109
#include <wdt/util/EncryptionUtils.h>

Receiver.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-style license found in the
6-
* LICENSE file in the root directory of this source tree. An additional grant
7-
* of patent rights can be found in the PATENTS file in the same directory.
6+
* LICENSE file in the root directory of this source tree.
87
*/
98
#pragma once
109

0 commit comments

Comments
 (0)