Skip to content

Commit 56ec336

Browse files
committed
chore: migrate license from PMPL-1.0-or-later to MPL-2.0
1 parent 3dcc750 commit 56ec336

42 files changed

Lines changed: 45 additions & 45 deletions

Some content is hidden

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

.bot_directives/README.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: PMPL-1.0-or-later
1+
;; SPDX-License-Identifier: MPL-2.0
22
;; .bot_directives — per-bot rules and constraints
33
;; Media-Type: application/vnd.bot-directives+scm
44

.bot_directives/echidnabot.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: PMPL-1.0-or-later
1+
;; SPDX-License-Identifier: MPL-2.0
22
(bot-directive
33
(bot "echidnabot")
44
(scope "formal verification and fuzzing")

.bot_directives/finishbot.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: PMPL-1.0-or-later
1+
;; SPDX-License-Identifier: MPL-2.0
22
(bot-directive
33
(bot "finishbot")
44
(scope "release readiness")

.bot_directives/glambot.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: PMPL-1.0-or-later
1+
;; SPDX-License-Identifier: MPL-2.0
22
(bot-directive
33
(bot "glambot")
44
(scope "presentation + accessibility")

.bot_directives/rhodibot.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: PMPL-1.0-or-later
1+
;; SPDX-License-Identifier: MPL-2.0
22
(bot-directive
33
(bot "rhodibot")
44
(scope "rsr-compliance")

.bot_directives/robot-repo-automaton.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: PMPL-1.0-or-later
1+
;; SPDX-License-Identifier: MPL-2.0
22
(bot-directive
33
(bot "robot-repo-automaton")
44
(scope "automated fixes")

.bot_directives/seambot.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: PMPL-1.0-or-later
1+
;; SPDX-License-Identifier: MPL-2.0
22
(bot-directive
33
(bot "seambot")
44
(scope "integration health")

.bot_directives/sustainabot.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: PMPL-1.0-or-later
1+
;; SPDX-License-Identifier: MPL-2.0
22
(bot-directive
33
(bot "sustainabot")
44
(scope "eco/economic standards")

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
version: 2
33
updates:
44
- package-ecosystem: "github-actions"

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: PMPL-1.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
name: CodeQL Security Analysis
33

44
on:

0 commit comments

Comments
 (0)