Skip to content

Commit d6e10cb

Browse files
[Licensing] Switch from BSD+Patents to MIT License
Facebook Open Source is standardizing projects around the MIT license. In accordance: - Update readme / contribution guide / license - Remove `PATENTS` file - Update all code headers
1 parent 2ab1dc9 commit d6e10cb

38 files changed

+103
-132
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ outlined on that page and do not file a public issue.
2828

2929
## License
3030
By contributing to Chisel, you agree that your contributions will be licensed
31-
under its BSD license.
31+
under its MIT license.
3232

Chisel/Chisel-macOS/Chisel_macOS.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
2+
//
3+
// This source code is licensed under the MIT license found in the
4+
// LICENSE file in the root directory of this source tree.
25

36
#import <Cocoa/Cocoa.h>
47

Chisel/Chisel/CHLAllocations.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
2+
//
3+
// This source code is licensed under the MIT license found in the
4+
// LICENSE file in the root directory of this source tree.
25

36
#include "CHLAllocations.h"
47

Chisel/Chisel/CHLAllocations.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
2+
//
3+
// This source code is licensed under the MIT license found in the
4+
// LICENSE file in the root directory of this source tree.
25

36
#include <malloc/malloc.h>
47

Chisel/Chisel/CHLObjcInstanceCommands.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
2+
//
3+
// This source code is licensed under the MIT license found in the
4+
// LICENSE file in the root directory of this source tree.
25

36
@class NSPredicate;
47

Chisel/Chisel/CHLObjcInstanceCommands.mm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
2+
//
3+
// This source code is licensed under the MIT license found in the
4+
// LICENSE file in the root directory of this source tree.
25

36
#import "CHLObjcInstanceCommands.h"
47

Chisel/Chisel/CHLObjcInstances.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
2+
//
3+
// This source code is licensed under the MIT license found in the
4+
// LICENSE file in the root directory of this source tree.
25

36
#if defined(__cplusplus)
47

Chisel/Chisel/CHLObjcInstances.mm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
2+
//
3+
// This source code is licensed under the MIT license found in the
4+
// LICENSE file in the root directory of this source tree.
25

36
#import "CHLObjcInstances.h"
47

Chisel/Chisel/CHLPredicateTools.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
2+
//
3+
// This source code is licensed under the MIT license found in the
4+
// LICENSE file in the root directory of this source tree.
25

36
#import <Foundation/Foundation.h>
47

Chisel/Chisel/CHLPredicateTools.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
2+
//
3+
// This source code is licensed under the MIT license found in the
4+
// LICENSE file in the root directory of this source tree.
25

36
#import "CHLPredicateTools.h"
47

0 commit comments

Comments
 (0)