Skip to content

Commit

Permalink
Updated copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalquark committed Jan 1, 2025
1 parent ac63411 commit 758f046
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022-2024 Mitchell. See LICENSE.
# Copyright 2022-2025 Mitchell. See LICENSE.

cmake_minimum_required(VERSION 3.16)

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2007-2024 Mitchell
Copyright (c) 2007-2025 Mitchell

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion gdb/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2007-2024 Mitchell. See LICENSE.
-- Copyright 2007-2025 Mitchell. See LICENSE.

--- Language debugging support for C and C++.
-- @module debugger.c
Expand Down
2 changes: 1 addition & 1 deletion gdb/init_test.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2020-2024 Mitchell. See LICENSE.
-- Copyright 2020-2025 Mitchell. See LICENSE.

local debugger = require('debugger')
require('debugger.gdb').logger = test.log
Expand Down
2 changes: 1 addition & 1 deletion go/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2022-2024 Mitchell. See LICENSE.
-- Copyright 2022-2025 Mitchell. See LICENSE.

--- Language debugging support for Go.
-- Requires Delve to be installed and 'dlv' to be available for `os.spawn()`.
Expand Down
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2007-2024 Mitchell. See LICENSE.
-- Copyright 2007-2025 Mitchell. See LICENSE.

--- Language debugging support for Textadept.
--
Expand Down
2 changes: 1 addition & 1 deletion init_test.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2020-2024 Mitchell. See LICENSE.
-- Copyright 2020-2025 Mitchell. See LICENSE.

local debugger = require('debugger')

Expand Down
2 changes: 1 addition & 1 deletion lua/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2007-2024 Mitchell. See LICENSE.
-- Copyright 2007-2025 Mitchell. See LICENSE.

--- Language debugging support for Lua.
-- Requires LuaSocket to be installed for the external Lua interpreter invoked.
Expand Down
2 changes: 1 addition & 1 deletion lua/init_test.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright 2020-2024 Mitchell. See LICENSE.
-- Copyright 2020-2025 Mitchell. See LICENSE.

local debugger = require('debugger')
require('debugger.lua').logger = test.log
Expand Down

0 comments on commit 758f046

Please sign in to comment.