mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +00:00
fixing wrong name
This commit is contained in:
@@ -107,7 +107,7 @@ on_run(function()
|
||||
local has_copyright
|
||||
local should_fix = false
|
||||
|
||||
local year, authors = lines[1]:match("^// Copyright %(C%) (Y?E?A?R?%d*) kanel$")
|
||||
local year, authors = lines[1]:match("^// Copyright %(C%) (Y?E?A?R?%d*) kbz_8$")
|
||||
has_copyright = year ~= nil
|
||||
|
||||
if has_copyright then
|
||||
@@ -135,7 +135,7 @@ on_run(function()
|
||||
File = file_path,
|
||||
Func = function(lines)
|
||||
local copyright_lines = {
|
||||
"// Copyright (C) " .. current_year .. " kanel",
|
||||
"// Copyright (C) " .. current_year .. " kbz_8",
|
||||
"// This file is part of \"Pulse\"",
|
||||
"// For conditions of distribution and use, see copyright notice in LICENSE"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user