Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 2c2dbc9

Browse files
committed
Update License
1 parent 24d8fae commit 2c2dbc9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

init.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,8 @@ local function make_formspec(name)
10301030
size[%f,%f]
10311031
no_prepend[]
10321032
bgcolor[#0000]
1033-
]], ROWS + (data.query_item and 6.7 or 0) - 1.2, LINES - 0.3)
1033+
]],
1034+
ROWS + (data.query_item and 6.7 or 0) - 1.2, LINES - 0.3)
10341035

10351036
if not sfinv_only then
10361037
fs[#fs + 1] = CORE_VERSION >= 510 and

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ License of source code
33

44
The MIT License (MIT)
55

6-
Copyright (c) 2015-2019 Jean-Patrick Guerrero and contributors.
6+
Copyright (c) 2015-2020 Jean-Patrick Guerrero and contributors.
77

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

0 commit comments

Comments
 (0)