Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 00f830d

Browse files
committed
Updated copyright year.
1 parent af562c7 commit 00f830d

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) 2007-2022 Mitchell
3+
Copyright (c) 2007-2023 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 2007-2022 Mitchell. See LICENSE.
1+
# Copyright 2007-2023 Mitchell. See LICENSE.
22

33
# Documentation.
44

gen_tagsapi.py

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

33
# This script uses Python to generate tags and apidoc for the Textadept Python
44
# module. To regenerate, modify the list of modules as necessary and then run

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Copyright 2007-2022 Mitchell. See LICENSE.
1+
-- Copyright 2007-2023 Mitchell. See LICENSE.
22

33
local M = {}
44

0 commit comments

Comments
 (0)