Skip to content

Commit ff83c07

Browse files
authored
Merge pull request #73 from luavela/imun/bump-copyright-year
Bump copyright date
2 parents 15300a0 + 5133b1d commit ff83c07

File tree

630 files changed

+643
-643
lines changed

Some content is hidden

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

630 files changed

+643
-643
lines changed

.github/actions/run-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GitHub CI configuration file for LuaVela.
2-
# Copyright (C) 2020-2024 LuaVela Authors. See Copyright Notice in COPYRIGHT
2+
# Copyright (C) 2020-2025 LuaVela Authors. See Copyright Notice in COPYRIGHT
33
# Copyright (C) 2015-2020 IPONWEB Ltd. See Copyright Notice in COPYRIGHT
44

55
name: LuaVela Testing

.github/actions/setup-linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GitHub CI configuration file for LuaVela.
2-
# Copyright (C) 2020-2024 LuaVela Authors. See Copyright Notice in COPYRIGHT
2+
# Copyright (C) 2020-2025 LuaVela Authors. See Copyright Notice in COPYRIGHT
33
# Copyright (C) 2015-2020 IPONWEB Ltd. See Copyright Notice in COPYRIGHT
44

55
name: Setup CI environment on Linux

.github/actions/setup-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GitHub CI configuration file for LuaVela.
2-
# Copyright (C) 2020-2024 LuaVela Authors. See Copyright Notice in COPYRIGHT
2+
# Copyright (C) 2020-2025 LuaVela Authors. See Copyright Notice in COPYRIGHT
33
# Copyright (C) 2015-2020 IPONWEB Ltd. See Copyright Notice in COPYRIGHT
44

55
name: Setup CI environment on macOS

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GitHub CI configuration file for LuaVela.
2-
# Copyright (C) 2020-2024 LuaVela Authors. See Copyright Notice in COPYRIGHT
2+
# Copyright (C) 2020-2025 LuaVela Authors. See Copyright Notice in COPYRIGHT
33
# Copyright (C) 2015-2020 IPONWEB Ltd. See Copyright Notice in COPYRIGHT
44

55
name: Setup CI environment

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GitHub CI configuration file for LuaVela.
2-
# Copyright (C) 2020-2024 LuaVela Authors. See Copyright Notice in COPYRIGHT
2+
# Copyright (C) 2020-2025 LuaVela Authors. See Copyright Notice in COPYRIGHT
33
# Copyright (C) 2015-2020 IPONWEB Ltd. See Copyright Notice in COPYRIGHT
44

55
name: Lint

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GitHub CI configuration file for LuaVela.
2-
# Copyright (C) 2020-2024 LuaVela Authors. See Copyright Notice in COPYRIGHT
2+
# Copyright (C) 2020-2025 LuaVela Authors. See Copyright Notice in COPYRIGHT
33
# Copyright (C) 2015-2020 IPONWEB Ltd. See Copyright Notice in COPYRIGHT
44

55
name: Testing (Linux)

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GitHub CI configuration file for LuaVela.
2-
# Copyright (C) 2020-2024 LuaVela Authors. See Copyright Notice in COPYRIGHT
2+
# Copyright (C) 2020-2025 LuaVela Authors. See Copyright Notice in COPYRIGHT
33
# Copyright (C) 2015-2020 IPONWEB Ltd. See Copyright Notice in COPYRIGHT
44

55
name: Testing (macOS)

.luacheckrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- luacheck suppressions for internal uJIT testing suite.
2-
-- Copyright (C) 2020-2024 LuaVela Authors. See Copyright Notice in COPYRIGHT
2+
-- Copyright (C) 2020-2025 LuaVela Authors. See Copyright Notice in COPYRIGHT
33
-- Copyright (C) 2015-2020 IPONWEB Ltd. See Copyright Notice in COPYRIGHT
44

55
local ujit_tests_lua = 'tests/impl/uJIT-tests-Lua/suite/chunks'

3rdparty/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Building 3rd-party components for uJIT.
2-
# Copyright (C) 2020-2024 LuaVela Authors. See Copyright Notice in COPYRIGHT
2+
# Copyright (C) 2020-2025 LuaVela Authors. See Copyright Notice in COPYRIGHT
33
# Copyright (C) 2015-2020 IPONWEB Ltd. See Copyright Notice in COPYRIGHT
44

55
cmake_minimum_required (VERSION 3.3.2 FATAL_ERROR)

3rdparty/lua/luafilesystem/tests/lfs.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/perl
22
#
33
# Test for luafilesystem used in luacheck.
4-
# Copyright (C) 2020-2024 LuaVela Authors. See Copyright Notice in COPYRIGHT
4+
# Copyright (C) 2020-2025 LuaVela Authors. See Copyright Notice in COPYRIGHT
55
# Copyright (C) 2015-2020 IPONWEB Ltd. See Copyright Notice in COPYRIGHT
66

77
use 5.010;

0 commit comments

Comments
 (0)