Skip to content

Commit

Permalink
Relicense a couple of more files
Browse files Browse the repository at this point in the history
We've got in touch with Brady, so can now do the last of the docs \o/!

Also pick up a couple of stragglers that I'd missed from before.
  • Loading branch information
SquidDev committed Oct 11, 2023
1 parent 6635edd commit 440fca6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion doc/events/char.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ see: key To listen to any key press.
<!--
SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
SPDX-License-Identifier: LicenseRef-CCPL
SPDX-License-Identifier: MPL-2.0
-->

The [`char`] event is fired when a character is typed on the keyboard.
Expand Down
2 changes: 1 addition & 1 deletion doc/events/key.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module: [kind=event] key
<!--
SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
SPDX-License-Identifier: LicenseRef-CCPL
SPDX-License-Identifier: MPL-2.0
-->

This event is fired when any key is pressed while the terminal is focused.
Expand Down
2 changes: 1 addition & 1 deletion doc/events/key_up.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ see: keys For a lookup table of the given keys.
<!--
SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
SPDX-License-Identifier: LicenseRef-CCPL
SPDX-License-Identifier: MPL-2.0
-->

Fired whenever a key is released (or the terminal is closed while a key was being pressed).
Expand Down
2 changes: 1 addition & 1 deletion doc/events/mouse_click.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module: [kind=event] mouse_click
<!--
SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
SPDX-License-Identifier: LicenseRef-CCPL
SPDX-License-Identifier: MPL-2.0
-->

This event is fired when the terminal is clicked with a mouse. This event is only fired on advanced computers (including
Expand Down
2 changes: 1 addition & 1 deletion doc/events/mouse_drag.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ see: mouse_click For when a mouse button is initially pressed.
<!--
SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
SPDX-License-Identifier: LicenseRef-CCPL
SPDX-License-Identifier: MPL-2.0
-->

This event is fired every time the mouse is moved while a mouse button is being held.
Expand Down
2 changes: 1 addition & 1 deletion doc/events/mouse_scroll.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module: [kind=event] mouse_scroll
<!--
SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
SPDX-License-Identifier: LicenseRef-CCPL
SPDX-License-Identifier: MPL-2.0
-->

This event is fired when a mouse wheel is scrolled in the terminal.
Expand Down
2 changes: 1 addition & 1 deletion doc/events/mouse_up.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module: [kind=event] mouse_up
<!--
SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
SPDX-License-Identifier: LicenseRef-CCPL
SPDX-License-Identifier: MPL-2.0
-->

This event is fired when a mouse button is released or a held mouse leaves the computer's terminal.
Expand Down
2 changes: 1 addition & 1 deletion illuaminate.sexp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
;
; SPDX-License-Identifier: LicenseRef-CCPL
; SPDX-License-Identifier: MPL-2.0

(sources
/doc/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- SPDX-FileCopyrightText: 2019 The CC: Tweaked Developers
--
-- SPDX-License-Identifier: LicenseRef-CCPL
-- SPDX-License-Identifier: MPL-2.0

local helpers = require "test_helpers"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2019 The CC: Tweaked Developers
#
# SPDX-License-Identifier: LicenseRef-CCPL
# SPDX-License-Identifier: MPL-2.0

# DirectVertexBuffer
protected com.mojang.blaze3d.vertex.VertexBuffer f_231217_ # vertexBufferId
Expand Down

0 comments on commit 440fca6

Please sign in to comment.