Skip to content

Commit 8a2f645

Browse files
committed
update license to reflect OSS governance
1 parent cb1e0eb commit 8a2f645

234 files changed

Lines changed: 264 additions & 264 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 31 additions & 31 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Microsoft Corporation. All rights reserved.
3+
Copyright (c) The InterpretML Contributors. All rights reserved.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

R/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Authors@R: c(
1111
person("Harsha", "Nori", role = c("aut")),
1212
person("Paul", "Koch", role = c("aut")),
1313
person("Rich", "Caruana", role = c("aut", "cre"), email = "[email protected]"),
14-
person("Microsoft Corporation", role="cph")
14+
person("The InterpretML Contributors", role="cph")
1515
)
1616
Depends: R (>= 3.0.0)
1717
NeedsCompilation: yes

R/R/binning.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018 Microsoft Corporation
1+
# Copyright (c) 2023 The InterpretML Contributors
22
# Licensed under the MIT license.
33
# Author: Paul Koch <[email protected]>
44

R/R/booster.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018 Microsoft Corporation
1+
# Copyright (c) 2023 The InterpretML Contributors
22
# Licensed under the MIT license.
33
# Author: Paul Koch <[email protected]>
44

R/R/dataset.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018 Microsoft Corporation
1+
# Copyright (c) 2023 The InterpretML Contributors
22
# Licensed under the MIT license.
33
# Author: Paul Koch <[email protected]>
44

R/R/ebm.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018 Microsoft Corporation
1+
# Copyright (c) 2023 The InterpretML Contributors
22
# Licensed under the MIT license.
33
# Author: Paul Koch <[email protected]>
44

R/R/interaction_detector.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018 Microsoft Corporation
1+
# Copyright (c) 2023 The InterpretML Contributors
22
# Licensed under the MIT license.
33
# Author: Paul Koch <[email protected]>
44

R/R/random_numbers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018 Microsoft Corporation
1+
# Copyright (c) 2023 The InterpretML Contributors
22
# Licensed under the MIT license.
33
# Author: Paul Koch <[email protected]>
44

R/R/sampling.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018 Microsoft Corporation
1+
# Copyright (c) 2023 The InterpretML Contributors
22
# Licensed under the MIT license.
33
# Author: Paul Koch <[email protected]>
44

0 commit comments

Comments
 (0)