Skip to content

Commit d2bb1b4

Browse files
committed
Updated copyright year.
1 parent d9db328 commit d2bb1b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

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

3-
Copyright (c) 2019-2024 Mitchell
3+
Copyright (c) 2019-2025 Mitchell
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2019-2024 Mitchell. See LICENSE.
1+
# Copyright 2019-2025 Mitchell. See LICENSE.
22

33
# Documentation.
44

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Copyright 2019-2024 Mitchell.
1+
-- Copyright 2019-2025 Mitchell.
22

33
--- A Textadept module that extends the editor's `ui.command_entry` with a mode that can open
44
-- files relative to the current file or directory.

init_test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Copyright 2020-2024 Mitchell. See LICENSE.
1+
-- Copyright 2020-2025 Mitchell. See LICENSE.
22

33
local open_file_mode = require('open_file_mode')
44

0 commit comments

Comments
 (0)