Skip to content

Commit 33cacc3

Browse files
committed
copyright years updated
1 parent 78fe028 commit 33cacc3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+77
-77
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#[==========================================================================[
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023 Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024 Pedro Lopez-Cabanillas <[email protected]>
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
@@ -253,7 +253,7 @@ if (APPLE)
253253
MACOSX_BUNDLE_LONG_VERSION_STRING "${PROJECT_VERSION}"
254254
MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION}"
255255
MACOSX_BUNDLE_BUNDLE_VERSION "${PROJECT_VERSION}"
256-
MACOSX_BUNDLE_COPYRIGHT "Copyright © 2021-2023, Pedro López-Cabanillas &lt;[email protected]&gt;")
256+
MACOSX_BUNDLE_COPYRIGHT "Copyright © 2021-2024, Pedro López-Cabanillas &lt;[email protected]&gt;")
257257
target_link_libraries(${PROJECT_NAME} PRIVATE "-framework CoreFoundation -framework Cocoa")
258258
endif ()
259259

channels.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

channels.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

cmake/DeploymentUtils.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#=======================================================================
2-
# Copyright © 2021-2023 Pedro López-Cabanillas <[email protected]>
2+
# Copyright © 2021-2024 Pedro López-Cabanillas <[email protected]>
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions

cmake/PandocMacros.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#=======================================================================
2-
# Copyright © 2021-2023 Pedro López-Cabanillas <[email protected]>
2+
# Copyright © 2021-2024 Pedro López-Cabanillas <[email protected]>
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions

cmake/TranslationUtils.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#=======================================================================
2-
# Copyright © 2019-2023 Pedro López-Cabanillas <[email protected]>
2+
# Copyright © 2019-2024 Pedro López-Cabanillas <[email protected]>
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions

connections.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

connections.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

dmidiplayer.nsi.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ VIAddVersionKey /LANG=0 CompanyName "${COMPANY}"
137137
VIAddVersionKey /LANG=0 CompanyWebsite "${URL}"
138138
VIAddVersionKey /LANG=0 FileVersion ${VERSION}
139139
VIAddVersionKey /LANG=0 FileDescription "@PROJECT_DESCRIPTION@"
140-
VIAddVersionKey /LANG=0 LegalCopyright "Copyright (C) 2021-2023, Pedro Lopez-Cabanillas <[email protected]>"
140+
VIAddVersionKey /LANG=0 LegalCopyright "Copyright (C) 2021-2024, Pedro Lopez-Cabanillas <[email protected]>"
141141
InstallDirRegKey HKLM "${REGKEY}" Path
142142
ShowUninstDetails show
143143
Icon ${SOURCE_FILES}\icons\${PROGNAME}.ico

events.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

events.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

examples/test.mid

0 Bytes
Binary file not shown.

framelesswindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

framelesswindow.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

guiplayer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

guiplayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

helpwindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

helpwindow.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

iconutils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

iconutils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

instrumentset.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

instrumentset.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

loopdialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

loopdialog.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

lyrics.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

lyrics.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

pianola.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

pianola.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

playerabout.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

playerabout.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

playerabout.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ p, li { white-space: pre-wrap; }
5252
&lt;p style=&quot; margin-top:20px; margin-bottom:20px; margin-left:20px; margin-right:20px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/dmidiplayer128.png&quot; style=&quot;float: left;&quot; /&gt;&lt;span style=&quot; font-family:'Sans Serif'; font-size:16pt; font-weight:600;&quot;&gt;%PROJECT_DESCRIPTION%&lt;/span&gt;&lt;/p&gt;
5353
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Sans Serif'; font-size:16pt; font-weight:600;&quot;&gt;Version %VERSION%&lt;/span&gt;&lt;/p&gt;
5454
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Sans Serif';&quot;&gt;Using &lt;/span&gt;&lt;a href=&quot;https://drumstick.sourceforge.io&quot;&gt;&lt;span style=&quot; font-family:'DejaVu Sans'; text-decoration: underline; color:#0057ae;&quot;&gt;Drumstick MIDI C++ libraries &lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Sans Serif';&quot;&gt;v%DRUMSTICK_VERSION%&lt;/span&gt;&lt;/p&gt;
55-
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Sans Serif';&quot;&gt;Copyright © 2006-2023, Pedro Lopez-Cabanillas &amp;lt;&lt;/span&gt;&lt;a href=&quot;mailto:[email protected]?subject=dmidiplayer&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;[email protected]&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Sans Serif';&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
55+
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Sans Serif';&quot;&gt;Copyright © 2006-2024, Pedro Lopez-Cabanillas &amp;lt;&lt;/span&gt;&lt;a href=&quot;mailto:[email protected]?subject=dmidiplayer&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;[email protected]&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Sans Serif';&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
5656
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Sans Serif';&quot;&gt;This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.&lt;/span&gt;&lt;/p&gt;
5757
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Sans Serif';&quot;&gt;This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.&lt;/span&gt;&lt;/p&gt;
5858
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Sans Serif';&quot;&gt;You should have received a copy of the GNU General Public License along with this program; if not, &lt;/span&gt;&lt;span style=&quot; font-family:'Hack';&quot;&gt;see &amp;lt;&lt;/span&gt;&lt;a href=&quot;https://www.gnu.org/licenses/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;https://www.gnu.org/licenses/&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Hack';&quot;&gt;&amp;gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>

playermain.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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
@@ -29,7 +29,7 @@
2929
int main(int argc, char *argv[])
3030
{
3131
const char* PGM_DESCRIPTION = QT_TRANSLATE_NOOP("QCoreApplication",
32-
"Copyright (C) 2006-2023 Pedro Lopez-Cabanillas\n"
32+
"Copyright (C) 2006-2024 Pedro Lopez-Cabanillas\n"
3333
"This program comes with ABSOLUTELY NO WARRANTY;\n"
3434
"This is free software, and you are welcome to redistribute it\n"
3535
"under certain conditions; see the LICENSE for details.");

playlist.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI/Karaoke Player
3-
Copyright (C) 2009-2023 Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2009-2024 Pedro Lopez-Cabanillas <[email protected]>
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

playlist.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI/Karaoke Player
3-
Copyright (C) 2009-2023 Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2009-2024 Pedro Lopez-Cabanillas <[email protected]>
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

prefsdialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

prefsdialog.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

recentfileshelper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

recentfileshelper.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

rhythmview.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

rhythmview.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

seqplayer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

seqplayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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

sequence.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Drumstick MIDI File Player Multiplatform Program
3-
Copyright (C) 2006-2023, Pedro Lopez-Cabanillas <[email protected]>
3+
Copyright (C) 2006-2024, Pedro Lopez-Cabanillas <[email protected]>
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)