Skip to content

Commit f4e3fc7

Browse files
committed
Updated copyright info.
1 parent 573461e commit f4e3fc7

18 files changed

+19
-19
lines changed

dsp/DCFilter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2021-2022 Datajake
2+
Copyright (C) 2021-2024 Datajake
33
44
This program is free software; you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

dsp/DCFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2021-2022 Datajake
2+
Copyright (C) 2021-2024 Datajake
33
44
This program is free software; you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

res/OPL3GM.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ BEGIN
5353
VALUE "FileDescription", "OPL3GM VSTi\0"
5454
VALUE "FileVersion", "1, 0, 0, 1\0"
5555
VALUE "InternalName", "OPL3GM\0"
56-
VALUE "LegalCopyright", "Copyright 2021-2022\0"
56+
VALUE "LegalCopyright", "Copyright (C) 2021-2024\0"
5757
VALUE "LegalTrademarks", "VST is a trademark of Steinberg Media Technologies GmbH\0"
5858
VALUE "OriginalFilename", "OPL3GM.dll\0"
5959
VALUE "PrivateBuild", "\0"
@@ -204,7 +204,7 @@ STRINGTABLE DISCARDABLE
204204
BEGIN
205205
IDS_ICON_ALTTEXT1 "Yamaha YMF262 (year 1994)"
206206
IDS_ABOUTCAP "About OPL3GM VSTi"
207-
IDS_ABOUTTXT "Copyright (C) 2021-2022 Datajake.\nBased on Windows OPL3 user mode drivers by Alexey Khokholov.\nVST PlugIn Interface Technology by Steinberg Media Technologies GmbH."
207+
IDS_ABOUTTXT "Copyright (C) 2021-2024 Datajake.\nBased on Windows OPL3 user mode drivers by Alexey Khokholov.\nVST PlugIn Interface Technology by Steinberg Media Technologies GmbH."
208208
IDS_STATSCAP "VST Plugin Statistics"
209209
IDS_STATSTXT "Host sample rate: %d hZ\nOPL3 sample rate: %d hZ\nBlock size: %d\nActive plugin Instances: %d"
210210
IDS_HOSTCAP "VST Host Information"

src/OPL3GM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
OPL3GM VSTi
3-
Copyright (C) 2021-2022 Datajake
3+
Copyright (C) 2021-2024 Datajake
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/OPL3GM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
OPL3GM VSTi
3-
Copyright (C) 2021-2022 Datajake
3+
Copyright (C) 2021-2024 Datajake
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/OPL3GM_proc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
OPL3GM VSTi
3-
Copyright (C) 2021-2022 Datajake
3+
Copyright (C) 2021-2024 Datajake
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/cpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022 Datajake
2+
Copyright (C) 2021-2024 Datajake
33
44
This program is free software; you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

src/cpu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (C) 2022 Datajake
2+
Copyright (C) 2021-2024 Datajake
33
44
This program is free software; you can redistribute it and/or modify
55
it under the terms of the GNU General Public License as published by

src/editor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
OPL3GM Editor
3-
Copyright (C) 2021-2022 Datajake
3+
Copyright (C) 2021-2024 Datajake
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/editor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
OPL3GM Editor
3-
Copyright (C) 2021-2022 Datajake
3+
Copyright (C) 2021-2024 Datajake
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/gmnames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
OPL3GM VSTi
3-
Copyright (C) 2021-2022 Datajake
3+
Copyright (C) 2021-2024 Datajake
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/guihelp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
OPL3GM VSTi
3-
Copyright (C) 2021-2022 Datajake
3+
Copyright (C) 2021-2024 Datajake
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
OPL3GM VSTi
3-
Copyright (C) 2021-2022 Datajake
3+
Copyright (C) 2021-2024 Datajake
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/midiprog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
OPL3GM VSTi
3-
Copyright (C) 2021-2022 Datajake
3+
Copyright (C) 2021-2024 Datajake
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/parmstruct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
VST Parameter Structure
3-
Copyright (C) 2021-2022 Datajake
3+
Copyright (C) 2021-2024 Datajake
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/queue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
VST Event Queue
3-
Copyright (C) 2021-2022 Datajake
3+
Copyright (C) 2021-2024 Datajake
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/queue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
VST Event Queue
3-
Copyright (C) 2021-2022 Datajake
3+
Copyright (C) 2021-2024 Datajake
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

src/reaper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
OPL3GM VSTi
3-
Copyright (C) 2021-2022 Datajake
3+
Copyright (C) 2021-2024 Datajake
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)