From e7e20e6cc05b33894e23239042513210c92af395 Mon Sep 17 00:00:00 2001 From: Persune Date: Sun, 5 Jan 2025 18:20:30 +0800 Subject: [PATCH] Update version, licenses and copyrights --- Dn-FamiTracker.rc | 20 +- LICENSE.txt => LICENSE-GPLv2.txt | 83 +-- LICENSE-GPLv3.txt | 674 ++++++++++++++++++++++ README.md | 72 ++- Source/APU/2A03.cpp | 24 +- Source/APU/2A03.h | 24 +- Source/APU/2A03Chan.h | 24 +- Source/APU/APU.cpp | 24 +- Source/APU/APU.h | 24 +- Source/APU/Channel.h | 24 +- Source/APU/FDS.cpp | 24 +- Source/APU/FDS.h | 24 +- Source/APU/MMC5.cpp | 24 +- Source/APU/MMC5.h | 24 +- Source/APU/Mixer.cpp | 24 +- Source/APU/Mixer.h | 24 +- Source/APU/N163.cpp | 24 +- Source/APU/N163.h | 24 +- Source/APU/S5B.cpp | 24 +- Source/APU/S5B.h | 24 +- Source/APU/SoundChip.cpp | 24 +- Source/APU/SoundChip.h | 24 +- Source/APU/SoundChip2.cpp | 24 +- Source/APU/SoundChip2.h | 24 +- Source/APU/Square.cpp | 24 +- Source/APU/Square.h | 24 +- Source/APU/Types.h | 24 +- Source/APU/VRC6.cpp | 24 +- Source/APU/VRC6.h | 24 +- Source/APU/VRC7.cpp | 24 +- Source/APU/VRC7.h | 24 +- Source/APU/digital-sound-antiques/LICENSE | 21 + Source/APU/mesen/LICENSE | 13 + Source/APU/nsfplay/readme.txt | 19 + Source/AboutDlg.cpp | 58 +- Source/AboutDlg.h | 24 +- Source/Accelerator.cpp | 24 +- Source/Accelerator.h | 24 +- Source/Action.cpp | 24 +- Source/Action.h | 24 +- Source/Blip_Buffer/LGPL.txt | 501 ++++++++++++++++ Source/Bookmark.cpp | 24 +- Source/Bookmark.h | 24 +- Source/BookmarkCollection.cpp | 24 +- Source/BookmarkCollection.h | 24 +- Source/BookmarkDlg.cpp | 24 +- Source/BookmarkDlg.h | 24 +- Source/BookmarkManager.cpp | 24 +- Source/BookmarkManager.h | 24 +- Source/ChannelFactory.cpp | 24 +- Source/ChannelFactory.h | 24 +- Source/ChannelHandler.cpp | 24 +- Source/ChannelHandler.h | 24 +- Source/ChannelHandlerInterface.h | 24 +- Source/ChannelMap.cpp | 24 +- Source/ChannelMap.h | 24 +- Source/ChannelState.cpp | 24 +- Source/ChannelState.h | 24 +- Source/Channels2A03.cpp | 24 +- Source/Channels2A03.h | 24 +- Source/ChannelsDlg.cpp | 24 +- Source/ChannelsDlg.h | 24 +- Source/ChannelsFDS.cpp | 24 +- Source/ChannelsFDS.h | 24 +- Source/ChannelsMMC5.cpp | 24 +- Source/ChannelsMMC5.h | 24 +- Source/ChannelsN163.cpp | 24 +- Source/ChannelsN163.h | 24 +- Source/ChannelsS5B.cpp | 24 +- Source/ChannelsS5B.h | 24 +- Source/ChannelsVRC6.cpp | 24 +- Source/ChannelsVRC6.h | 24 +- Source/ChannelsVRC7.cpp | 24 +- Source/ChannelsVRC7.h | 24 +- Source/Chunk.cpp | 24 +- Source/Chunk.h | 24 +- Source/ChunkRenderBinary.cpp | 24 +- Source/ChunkRenderBinary.h | 24 +- Source/ChunkRenderText.cpp | 24 +- Source/ChunkRenderText.h | 24 +- Source/Clipboard.cpp | 24 +- Source/Clipboard.h | 24 +- Source/ColorScheme.h | 24 +- Source/CommandLineExport.cpp | 24 +- Source/CommandLineExport.h | 24 +- Source/CommentsDlg.cpp | 24 +- Source/CommentsDlg.h | 24 +- Source/Common.h | 24 +- Source/Compiler.cpp | 24 +- Source/Compiler.h | 24 +- Source/CompoundAction.cpp | 24 +- Source/CompoundAction.h | 24 +- Source/ConfigAppearance.cpp | 24 +- Source/ConfigAppearance.h | 24 +- Source/ConfigEmulation.cpp | 24 +- Source/ConfigEmulation.h | 24 +- Source/ConfigGUI.cpp | 24 +- Source/ConfigGUI.h | 24 +- Source/ConfigGeneral.cpp | 24 +- Source/ConfigGeneral.h | 24 +- Source/ConfigMIDI.cpp | 24 +- Source/ConfigMIDI.h | 24 +- Source/ConfigMixer.cpp | 24 +- Source/ConfigMixer.h | 24 +- Source/ConfigShortcuts.cpp | 24 +- Source/ConfigShortcuts.h | 24 +- Source/ConfigSound.cpp | 24 +- Source/ConfigSound.h | 24 +- Source/ConfigVersion.cpp | 25 +- Source/ConfigVersion.h | 24 +- Source/ConfigWindow.cpp | 24 +- Source/ConfigWindow.h | 24 +- Source/ControlPanelDlg.cpp | 24 +- Source/ControlPanelDlg.h | 24 +- Source/CreateWaveDlg.cpp | 24 +- Source/CreateWaveDlg.h | 24 +- Source/CustomControls.cpp | 24 +- Source/CustomControls.h | 24 +- Source/CustomExporterInterfaces.h | 24 +- Source/CustomExporters.h | 24 +- Source/DPI.cpp | 24 +- Source/DPI.h | 24 +- Source/DSample.cpp | 24 +- Source/DSample.h | 24 +- Source/DSampleManager.cpp | 24 +- Source/DSampleManager.h | 24 +- Source/DetuneDlg.cpp | 24 +- Source/DetuneDlg.h | 24 +- Source/DetuneTable.cpp | 24 +- Source/DetuneTable.h | 24 +- Source/DialogReBar.cpp | 24 +- Source/DialogReBar.h | 24 +- Source/DocumentFile.cpp | 24 +- Source/DocumentFile.h | 24 +- Source/DocumentWrapper.cpp | 24 +- Source/DocumentWrapper.h | 24 +- Source/Driver.h | 24 +- Source/Exception.cpp | 24 +- Source/Exception.h | 24 +- Source/ExportDialog.cpp | 24 +- Source/ExportDialog.h | 24 +- Source/FFT/FftBuffer.h | 24 +- Source/FTMComponentInterface.h | 24 +- Source/Factory.h | 24 +- Source/FamiTracker.cpp | 24 +- Source/FamiTracker.h | 24 +- Source/FamiTrackerDoc.cpp | 24 +- Source/FamiTrackerDoc.h | 24 +- Source/FamiTrackerTypes.cpp | 24 +- Source/FamiTrackerTypes.h | 24 +- Source/FamiTrackerView.cpp | 24 +- Source/FamiTrackerView.h | 24 +- Source/FamiTrackerViewMessage.h | 24 +- Source/FindDlg.cpp | 24 +- Source/FindDlg.h | 24 +- Source/FrameAction.cpp | 24 +- Source/FrameAction.h | 24 +- Source/FrameEditor.cpp | 24 +- Source/FrameEditor.h | 24 +- Source/FrameEditorTypes.cpp | 24 +- Source/FrameEditorTypes.h | 24 +- Source/GotoDlg.cpp | 24 +- Source/GotoDlg.h | 24 +- Source/GraphEditor.cpp | 24 +- Source/GraphEditor.h | 24 +- Source/Graphics.cpp | 24 +- Source/Graphics.h | 24 +- Source/Groove.cpp | 24 +- Source/Groove.h | 24 +- Source/GrooveDlg.cpp | 24 +- Source/GrooveDlg.h | 24 +- Source/HistoryFileDlg.cpp | 24 +- Source/HistoryFileDlg.h | 24 +- Source/InstHandler.h | 24 +- Source/InstHandlerDPCM.cpp | 24 +- Source/InstHandlerDPCM.h | 24 +- Source/InstHandlerVRC7.cpp | 24 +- Source/InstHandlerVRC7.h | 24 +- Source/Instrument.cpp | 24 +- Source/Instrument.h | 24 +- Source/Instrument2A03.cpp | 24 +- Source/Instrument2A03.h | 24 +- Source/InstrumentEditDlg.cpp | 24 +- Source/InstrumentEditDlg.h | 24 +- Source/InstrumentEditPanel.cpp | 24 +- Source/InstrumentEditPanel.h | 24 +- Source/InstrumentEditorDPCM.cpp | 24 +- Source/InstrumentEditorDPCM.h | 24 +- Source/InstrumentEditorFDS.cpp | 24 +- Source/InstrumentEditorFDS.h | 24 +- Source/InstrumentEditorFDSEnvelope.cpp | 24 +- Source/InstrumentEditorFDSEnvelope.h | 24 +- Source/InstrumentEditorN163Wave.cpp | 24 +- Source/InstrumentEditorN163Wave.h | 24 +- Source/InstrumentEditorSeq.cpp | 24 +- Source/InstrumentEditorSeq.h | 24 +- Source/InstrumentEditorVRC7.cpp | 24 +- Source/InstrumentEditorVRC7.h | 24 +- Source/InstrumentFDS.cpp | 24 +- Source/InstrumentFDS.h | 24 +- Source/InstrumentFactory.cpp | 24 +- Source/InstrumentFactory.h | 24 +- Source/InstrumentFileTree.cpp | 24 +- Source/InstrumentFileTree.h | 24 +- Source/InstrumentListCtrl.cpp | 24 +- Source/InstrumentManager.cpp | 24 +- Source/InstrumentManager.h | 24 +- Source/InstrumentManagerInterface.h | 24 +- Source/InstrumentN163.cpp | 24 +- Source/InstrumentN163.h | 24 +- Source/InstrumentRecorder.cpp | 24 +- Source/InstrumentRecorder.h | 24 +- Source/InstrumentS5B.cpp | 24 +- Source/InstrumentS5B.h | 24 +- Source/InstrumentVRC6.cpp | 24 +- Source/InstrumentVRC6.h | 24 +- Source/InstrumentVRC7.cpp | 24 +- Source/InstrumentVRC7.h | 24 +- Source/IntRange.h | 24 +- Source/JsonExporter.cpp | 24 +- Source/JsonExporter.h | 24 +- Source/MIDI.cpp | 24 +- Source/MIDI.h | 24 +- Source/MainFrm.cpp | 24 +- Source/MainFrm.h | 24 +- Source/ModSequenceEditor.cpp | 24 +- Source/ModSequenceEditor.h | 24 +- Source/ModuleException.cpp | 24 +- Source/ModuleException.h | 24 +- Source/ModuleImportDlg.cpp | 24 +- Source/ModuleImportDlg.h | 24 +- Source/ModulePropertiesDlg.cpp | 24 +- Source/ModulePropertiesDlg.h | 24 +- Source/NoteQueue.cpp | 24 +- Source/NoteQueue.h | 24 +- Source/NumConv.h | 24 +- Source/OldSequence.cpp | 24 +- Source/OldSequence.h | 24 +- Source/PCMImport.cpp | 24 +- Source/PCMImport.h | 24 +- Source/PatternAction.cpp | 24 +- Source/PatternAction.h | 24 +- Source/PatternCompiler.cpp | 24 +- Source/PatternCompiler.h | 24 +- Source/PatternComponent.cpp | 24 +- Source/PatternComponent.h | 24 +- Source/PatternData.cpp | 24 +- Source/PatternData.h | 24 +- Source/PatternEditor.cpp | 24 +- Source/PatternEditor.h | 24 +- Source/PatternEditorTypes.cpp | 24 +- Source/PatternEditorTypes.h | 24 +- Source/PatternNote.cpp | 24 +- Source/PatternNote.h | 24 +- Source/PerformanceDlg.cpp | 24 +- Source/PerformanceDlg.h | 24 +- Source/RecordSettingsDlg.cpp | 24 +- Source/RecordSettingsDlg.h | 24 +- Source/RegisterState.cpp | 24 +- Source/RegisterState.h | 24 +- Source/SampleEditorDlg.cpp | 24 +- Source/SampleEditorDlg.h | 24 +- Source/SampleEditorView.cpp | 24 +- Source/SampleEditorView.h | 24 +- Source/SeqInstHandler.cpp | 24 +- Source/SeqInstHandler.h | 24 +- Source/SeqInstHandler2A03Pulse.cpp | 24 +- Source/SeqInstHandler2A03Pulse.h | 24 +- Source/SeqInstHandlerFDS.cpp | 24 +- Source/SeqInstHandlerFDS.h | 24 +- Source/SeqInstHandlerN163.cpp | 24 +- Source/SeqInstHandlerN163.h | 24 +- Source/SeqInstHandlerS5B.cpp | 24 +- Source/SeqInstHandlerS5B.h | 24 +- Source/SeqInstHandlerSawtooth.cpp | 24 +- Source/SeqInstHandlerSawtooth.h | 24 +- Source/SeqInstrument.cpp | 24 +- Source/SeqInstrument.h | 24 +- Source/Sequence.cpp | 24 +- Source/Sequence.h | 24 +- Source/SequenceCollection.cpp | 24 +- Source/SequenceCollection.h | 24 +- Source/SequenceEditor.cpp | 24 +- Source/SequenceEditor.h | 24 +- Source/SequenceEditorMessage.h | 24 +- Source/SequenceManager.cpp | 24 +- Source/SequenceManager.h | 24 +- Source/SequenceParser.cpp | 24 +- Source/SequenceParser.h | 24 +- Source/SequenceSetting.cpp | 24 +- Source/SequenceSetting.h | 24 +- Source/Settings.cpp | 24 +- Source/Settings.h | 24 +- Source/SimpleFile.cpp | 24 +- Source/SimpleFile.h | 24 +- Source/SizeEditor.cpp | 24 +- Source/SizeEditor.h | 24 +- Source/SoundGen.cpp | 24 +- Source/SoundGen.h | 24 +- Source/SoundInterface.cpp | 24 +- Source/SoundInterface.h | 24 +- Source/SpeedDlg.cpp | 24 +- Source/SpeedDlg.h | 24 +- Source/SplitKeyboardDlg.cpp | 24 +- Source/SplitKeyboardDlg.h | 24 +- Source/StretchDlg.cpp | 24 +- Source/StretchDlg.h | 24 +- Source/SwapDlg.cpp | 24 +- Source/SwapDlg.h | 24 +- Source/TextExporter.cpp | 24 +- Source/TextExporter.h | 24 +- Source/TrackerChannel.cpp | 24 +- Source/TrackerChannel.h | 24 +- Source/TransposeDlg.cpp | 24 +- Source/TransposeDlg.h | 24 +- Source/VersionChecker.cpp | 24 +- Source/VersionChecker.h | 24 +- Source/VersionCheckerDlg.cpp | 24 +- Source/VersionCheckerDlg.h | 24 +- Source/VisualizerBase.cpp | 24 +- Source/VisualizerBase.h | 24 +- Source/VisualizerScope.cpp | 24 +- Source/VisualizerScope.h | 24 +- Source/VisualizerSpectrum.cpp | 24 +- Source/VisualizerSpectrum.h | 24 +- Source/VisualizerStatic.cpp | 24 +- Source/VisualizerStatic.h | 24 +- Source/VisualizerWnd.cpp | 24 +- Source/VisualizerWnd.h | 24 +- Source/WavProgressDlg.cpp | 24 +- Source/WavProgressDlg.h | 24 +- Source/WaveEditor.cpp | 24 +- Source/WaveEditor.h | 24 +- Source/WaveFile.cpp | 24 +- Source/WaveFile.h | 24 +- Source/WaveformGenerator.cpp | 24 +- Source/WaveformGenerator.h | 24 +- Source/WavegenBuiltin.cpp | 24 +- Source/WavegenBuiltin.h | 24 +- Source/stdafx.cpp | 24 +- Source/stdafx.h | 24 +- Source/str_conv/str_conv.hpp | 24 +- Source/str_conv/utf8_conv.hpp | 24 +- Source/to_sv.h | 24 +- docs/{dn logo.svg => dn_logo.svg} | 0 docs/version_update.md | 25 +- version.h | 30 +- 347 files changed, 4730 insertions(+), 4827 deletions(-) rename LICENSE.txt => LICENSE-GPLv2.txt (86%) create mode 100644 LICENSE-GPLv3.txt create mode 100644 Source/APU/digital-sound-antiques/LICENSE create mode 100644 Source/APU/mesen/LICENSE create mode 100644 Source/APU/nsfplay/readme.txt create mode 100644 Source/Blip_Buffer/LGPL.txt rename docs/{dn logo.svg => dn_logo.svg} (100%) diff --git a/Dn-FamiTracker.rc b/Dn-FamiTracker.rc index 5f913fdad..845f62ba6 100644 --- a/Dn-FamiTracker.rc +++ b/Dn-FamiTracker.rc @@ -535,8 +535,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,5,0,3 - PRODUCTVERSION 0,5,0,3 + FILEVERSION 0,5,1,0 + PRODUCTVERSION 0,5,1,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -553,12 +553,12 @@ BEGIN BEGIN VALUE "CompanyName", "Dn Programming Core Management" VALUE "FileDescription", "Dn-FamiTracker, Extension of FamiTracker" - VALUE "FileVersion", "0.5.0.3" + VALUE "FileVersion", "0.5.1.0" VALUE "InternalName", "Dn-FamiTracker.exe" - VALUE "LegalCopyright", "(c) jsr 2005-2020, HertzDevil 2014-2018, Dn Programming Core Management 2020-2024. All rights reserved." + VALUE "LegalCopyright", "(c) jsr 2005-2020, HertzDevil 2014-2018, Dn Programming Core Management 2020-2025. All rights reserved." VALUE "OriginalFilename", "Dn-FamiTracker.exe" VALUE "ProductName", "Dn-FamiTracker" - VALUE "ProductVersion", "0.5.0.3" + VALUE "ProductVersion", "0.5.1.0" END END BLOCK "VarFileInfo" @@ -1105,11 +1105,11 @@ BEGIN ICON IDR_MAINFRAME,IDC_ICON_STATIC,11,58,20,20,SS_REALSIZEIMAGE LTEXT "Dn-FamiTracker",IDC_ABOUT1,54,58,219,11,SS_NOPREFIX LTEXT "Extension of 0CC-FamiTracker",IDC_ABOUT2,54,72,167,8,SS_NOPREFIX - LTEXT "Copyright (C) 2005 - 2020 jsr, 2014 - 2018 HertzDevil,\n2020 - 2024 Dn Programming Core Management.",IDC_ABOUT3,54,84,215,16 + LTEXT "Copyright (C) 2005 - 2020 jsr, 2014 - 2018 HertzDevil,\n2020 - 2025 Dn Programming Core Management.",IDC_ABOUT3,54,84,215,16 LTEXT "Web:",IDC_STATIC,54,107,24,9 LTEXT "Dn-FamiTracker issue tracker",IDC_BUG,84,134,194,9,SS_NOTIFY LTEXT "All comments and feedback are welcome\nGreets to everyone who has helped spread information about this mod or contributed with bug reports and suggestions!",IDC_STATIC,54,150,224,26 - LTEXT "This software is licensed under the GNU General Public License.\n0CC / Dn sources are available on Github.\nVanilla source is available on the webpage.",IDC_STATIC,54,181,224,24 + LTEXT "This software is licensed under the GNU General Public License v3.0.\n0CC / Dn sources are available on Github.\nVanilla source is available on the webpage.",IDC_STATIC,54,181,224,24 LTEXT "Contributions:",IDC_STATIC,54,210,224,9 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,54,221,215,1 LTEXT "Libraries:",IDC_STATIC,54,283,224,8 @@ -3000,12 +3000,16 @@ STRINGTABLE BEGIN ID_FILE_IMPORTTEXT "Imports module text files\nImport Text" ID_FILE_EXPORTTEXT "Exports module as a text file\nExport Text" - ID_FILE_EXPORTJSON "Exports module in JavaScript Object Notation, for use in scripts\nExport JSON" ID_CLEANUP_MERGEDUPLICATEDPATTERNS "Combine copies of duplicated patterns\nMerge Duplicated Patterns" ID_EDIT_VOLUMEMASK "Disable writing to the volume column while entering a note\nVolume Mark" END +STRINGTABLE +BEGIN + ID_FILE_EXPORTJSON "Exports module in JavaScript Object Notation, for use in scripts\nExport JSON" +END + STRINGTABLE BEGIN IDS_KRAID "Do you want to carry out this operation? There is no undo for this command." diff --git a/LICENSE.txt b/LICENSE-GPLv2.txt similarity index 86% rename from LICENSE.txt rename to LICENSE-GPLv2.txt index 262db57df..9efa6fbc9 100644 --- a/LICENSE.txt +++ b/LICENSE-GPLv2.txt @@ -1,53 +1,12 @@ -The majority of Dn-FamiTracker's codebase is available under the GNU General -Public License, version 2 or later. + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 -It incorporates code from nsfplay, licensed under an informal permissive -license, as well as code from Mesen, which is licensed under the GPL v3 only. -As a result, Dn-FamiTracker as a whole is only available under the GPL v3. - -On the FamiTracker website, the NSF driver code is distributed seperately from -the rest of the source code. This is because jsr wanted to license the driver -under a more permissive license than GPL 2, but didn't seem to get around doing -so. - -HertzDevil erroneously licensed his modified NSF driver code under GPL v2, -which restricts anyone sharing compiled NSFs and binaries without sharing the -assembly source! - -Therefore, Dn-FT NSF driver changes are distributed under a seperate MIT-0 -license, while 0CC FT NSF driver changes are distributed under GPL v2. The -remaining original driver code is not under any license. - -The texts for the MIT-0 and GPL v2 licenses are listed below: - -MIT No Attribution - -Copyright 2024 D.P.C.M. - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public @@ -56,7 +15,7 @@ software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to +the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not @@ -96,8 +55,8 @@ patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. - - GNU GENERAL PUBLIC LICENSE + + GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains @@ -151,7 +110,7 @@ above, provided that you also meet all of these conditions: License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) - + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in @@ -209,7 +168,7 @@ access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. - + 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is @@ -266,7 +225,7 @@ impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - + 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License @@ -296,7 +255,7 @@ make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN @@ -318,9 +277,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it @@ -344,10 +303,8 @@ the "copyright" line and a pointer to where the full notice is found. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - + You should have received a copy of the GNU General Public License along + with this program; if not, see . Also add information on how to contact you by electronic and paper mail. @@ -371,11 +328,11 @@ necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. - , 1 April 1989 - Ty Coon, President of Vice + , 1 April 1989 + Moe Ghoul, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General +library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. diff --git a/LICENSE-GPLv3.txt b/LICENSE-GPLv3.txt new file mode 100644 index 000000000..f288702d2 --- /dev/null +++ b/LICENSE-GPLv3.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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. + + 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. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md index 92f50a77d..6aed685c2 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,26 @@ - +![Dn-FamiTracker banner logotype](docs/dn_logo.svg) -Dn-Famitracker is a fork of 0CC-FamiTracker that incorporates numerous fixes and features. The meaning of the name "Dn" is "Derivative n", which alludes to this fork being the nth derivative of the original FamiTracker program. +Dn-FamiTracker is a fork of 0CC-FamiTracker that incorporates numerous fixes and features. + +The meaning of the name "Dn" is "Derivative n", which alludes to this fork being the nth derivative of the original FamiTracker program. + +--- ## Notable additions +- New effects: `Nxx`, `=xx`, `Kxx` +- Support for OPLL-as-VRC7 +- NSF 2.0 and NSFe export support +- Fixed metadata support on NSF 2.0 and NSFe export +- Complete text import/export - DPCM sample bit order reversal - Multitrack per-channel export - More accessible DPCM pitch preview -- More accessible VRC7 envelope editing +- More accessible VRC7 patch and envelope editing - Improved FDS, N163 VRC7 and 2A03 emulation - Restored Help manual, now under maintenance at [Dn-help](https://github.com/Dn-Programming-Core-Management/Dn-help) - and more to come, see the [release page](https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/releases) and the [changelog](docs/CHANGELOG.md) for more info -## Contributing - -[Contributing and compiling](docs/CONTRIBUTING.md) - ## Downloads - Download releases: [![GitHub all releases](https://img.shields.io/github/downloads/Dn-Programming-Core-Management/Dn-FamiTracker/total?logo=github&style=flat-square)](https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/releases) @@ -23,20 +28,63 @@ Dn-Famitracker is a fork of 0CC-FamiTracker that incorporates numerous fixes and - Github Actions automated release builds: [![GitHub](https://img.shields.io/github/actions/workflow/status/Dn-Programming-Core-Management/Dn-FamiTracker/build-release-artifact.yml?style=flat-square)](https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/actions/workflows/build-release-artifact.yml) - Legacy AppVeyor Gumball2415 builds: [![AppVeyor](https://img.shields.io/appveyor/build/Gumball2415/dn-famitracker-legacy?logo=appveyor&style=flat-square)](https://ci.appveyor.com/project/Gumball2415/dn-famitracker-legacy/history) - Legacy AppVeyor automated D.P.C.M. builds: [![AppVeyor](https://img.shields.io/appveyor/build/Gumball2415/dn-famitracker?logo=appveyor&style=flat-square)](https://ci.appveyor.com/project/Gumball2415/dn-famitracker/history) -- AppVeyor notice: +- AppVeyor notices: - Due to delayed AppVeyor reintegration, builds for commits `dc4c9e86` to `21413603` are not available. - Due to delayed AppVeyor branch reconfiguration, builds for commits `bc46c86c` to `a591d154` are not available. - Due to less reliability, AppVeyor builds beyond `2c997736` are not available. ## Licenses -The application and the source code are distributed under the GNU GPL 2 license or any later version, but depends on FDS and N163 sound emulation only under the GPL v3. +The application and the source code are distributed under the [GPLv3+ license](https://www.gnu.org/licenses/gpl-3.0.en.html). + +Copyright (C) 2020-2024 D.P.C.M. + +### Tracker software and libraries -The original NSF driver source code is unlicensed. +- FamiTracker + - Copyright (C) 2005-2020 Jonathan Liss + - Licensed under [GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html). +- 0CC-FamiTracker + - Copyright (C) 2014-2018 HertzDevil + - Licensed under [GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html). +- 2A03 sound emulator from NSFPlay + - Copyright (C) 2006 Brezza, 2012-2025 Brad Smith + - Used under an [informal license](Source/APU/nsfplay/readme.txt). +- VRC7/OPLL sound emulator from emu2413 v1.5.9 + - Copyright (C) 2001-2019 Mitsutaka Okazaki + - Licensed under the [MIT license](https://mit-license.org/). +- FDS and N163 sound emulator from Mesen + - Copyright (C) 2014-2024 Sour + - Licensed under [GPLv3](https://www.gnu.org/licenses/old-licenses/gpl-3.0.en.html). +- Blip_buffer 0.4.1 + - Copyright (C) 2003-2006 Shay Green + - Licensed under [LGPLv2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) + - modified by nyanpasu64 +- Free FFT and convolution (C++) + - Copyright (C) 2017 Project Nayuki + - Licensed under the [MIT license](https://mit-license.org/). +- JSON for Modern C++ + - Copyright (C) 2013-2024 Niels Lohmann \ + - Licensed under the [MIT license](https://mit-license.org/). +- libsamplerate + - Copyright (C) 2012-2016, Erik de Castro Lopo \. All rights reserved. + - Licensed under the [BSD-2-Clause license](https://www.freebsd.org/copyright/freebsd-license/). -0CC FT NSF driver changes are licensed under GPL v2. +### NSF Driver -Dn-FT NSF driver changes are licensed under MIT-0. +On the FamiTracker website, the NSF driver code is distributed separately from the rest of the source code. This is because jsr wanted to license the driver under a more permissive license than GPL 2, but didn't seem to get around doing so. + +HertzDevil erroneously licensed the modified 0CC-FamiTracker NSF driver code under GPL v2, which restricts anyone sharing compiled NSFs and binaries without sharing the assembly source. + +Therefore, Dn-FT NSF driver changes are distributed under a separate MIT-0 license, while 0CC FT NSF driver changes are distributed under GPL v2. + +The remaining original FT driver code is not under any license. + +See [the license file](Source/drivers/asm/LICENSE) for more information. + +## Contributing + +[Contributing and compiling](docs/CONTRIBUTING.md) ## See also: diff --git a/Source/APU/2A03.cpp b/Source/APU/2A03.cpp index f7b4dafd3..e9490b58f 100644 --- a/Source/APU/2A03.cpp +++ b/Source/APU/2A03.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "../stdafx.h" diff --git a/Source/APU/2A03.h b/Source/APU/2A03.h index 6d67a4081..f38ce3efe 100644 --- a/Source/APU/2A03.h +++ b/Source/APU/2A03.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/APU/2A03Chan.h b/Source/APU/2A03Chan.h index 78b165704..d3e3af312 100644 --- a/Source/APU/2A03Chan.h +++ b/Source/APU/2A03Chan.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/APU/APU.cpp b/Source/APU/APU.cpp index 08e750576..3191e8247 100644 --- a/Source/APU/APU.cpp +++ b/Source/APU/APU.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include // // // diff --git a/Source/APU/APU.h b/Source/APU/APU.h index 1162cb603..0e0a78d98 100644 --- a/Source/APU/APU.h +++ b/Source/APU/APU.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/APU/Channel.h b/Source/APU/Channel.h index cca6fe065..b5c5353ad 100644 --- a/Source/APU/Channel.h +++ b/Source/APU/Channel.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/APU/FDS.cpp b/Source/APU/FDS.cpp index 485a4752c..7daa8cd87 100644 --- a/Source/APU/FDS.cpp +++ b/Source/APU/FDS.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "../stdafx.h" diff --git a/Source/APU/FDS.h b/Source/APU/FDS.h index fbf25d060..1c49f26ad 100644 --- a/Source/APU/FDS.h +++ b/Source/APU/FDS.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/APU/MMC5.cpp b/Source/APU/MMC5.cpp index d545886ff..df8cbfdf7 100644 --- a/Source/APU/MMC5.cpp +++ b/Source/APU/MMC5.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ //#include "APU.h" diff --git a/Source/APU/MMC5.h b/Source/APU/MMC5.h index 6715cd56a..4a590997d 100644 --- a/Source/APU/MMC5.h +++ b/Source/APU/MMC5.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/APU/Mixer.cpp b/Source/APU/Mixer.cpp index dc40c6cde..75fed7193 100644 --- a/Source/APU/Mixer.cpp +++ b/Source/APU/Mixer.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ /* diff --git a/Source/APU/Mixer.h b/Source/APU/Mixer.h index fe52abae4..ae7c8a380 100644 --- a/Source/APU/Mixer.h +++ b/Source/APU/Mixer.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/APU/N163.cpp b/Source/APU/N163.cpp index 972f8e162..339c241ac 100644 --- a/Source/APU/N163.cpp +++ b/Source/APU/N163.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "../stdafx.h" diff --git a/Source/APU/N163.h b/Source/APU/N163.h index 9ee55c32a..33d132a12 100644 --- a/Source/APU/N163.h +++ b/Source/APU/N163.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/APU/S5B.cpp b/Source/APU/S5B.cpp index bbaff6439..5870029d2 100644 --- a/Source/APU/S5B.cpp +++ b/Source/APU/S5B.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/APU/S5B.h b/Source/APU/S5B.h index 90fc39c88..12022ed83 100644 --- a/Source/APU/S5B.h +++ b/Source/APU/S5B.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/APU/SoundChip.cpp b/Source/APU/SoundChip.cpp index 7d8f4cd7c..ed1c1111c 100644 --- a/Source/APU/SoundChip.cpp +++ b/Source/APU/SoundChip.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "../stdafx.h" diff --git a/Source/APU/SoundChip.h b/Source/APU/SoundChip.h index c2887dd70..992af916e 100644 --- a/Source/APU/SoundChip.h +++ b/Source/APU/SoundChip.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/APU/SoundChip2.cpp b/Source/APU/SoundChip2.cpp index 9719dbebe..b7ea1a4ac 100644 --- a/Source/APU/SoundChip2.cpp +++ b/Source/APU/SoundChip2.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "../stdafx.h" diff --git a/Source/APU/SoundChip2.h b/Source/APU/SoundChip2.h index 8c392411b..12e2d138f 100644 --- a/Source/APU/SoundChip2.h +++ b/Source/APU/SoundChip2.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/APU/Square.cpp b/Source/APU/Square.cpp index fe04c4317..6029588fc 100644 --- a/Source/APU/Square.cpp +++ b/Source/APU/Square.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/APU/Square.h b/Source/APU/Square.h index f4d8abafa..e8a85e35a 100644 --- a/Source/APU/Square.h +++ b/Source/APU/Square.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ /* diff --git a/Source/APU/Types.h b/Source/APU/Types.h index 205c2466e..69299683d 100644 --- a/Source/APU/Types.h +++ b/Source/APU/Types.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/APU/VRC6.cpp b/Source/APU/VRC6.cpp index 3b033a39c..196b8afaf 100644 --- a/Source/APU/VRC6.cpp +++ b/Source/APU/VRC6.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "APU.h" diff --git a/Source/APU/VRC6.h b/Source/APU/VRC6.h index b789ac965..2c2734b09 100644 --- a/Source/APU/VRC6.h +++ b/Source/APU/VRC6.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/APU/VRC7.cpp b/Source/APU/VRC7.cpp index e1bd1a8f1..586438cd7 100644 --- a/Source/APU/VRC7.cpp +++ b/Source/APU/VRC7.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "../stdafx.h" diff --git a/Source/APU/VRC7.h b/Source/APU/VRC7.h index a12af9711..942375710 100644 --- a/Source/APU/VRC7.h +++ b/Source/APU/VRC7.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/APU/digital-sound-antiques/LICENSE b/Source/APU/digital-sound-antiques/LICENSE new file mode 100644 index 000000000..df4ae1cbb --- /dev/null +++ b/Source/APU/digital-sound-antiques/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2001-2019 Mitsutaka Okazaki + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Source/APU/mesen/LICENSE b/Source/APU/mesen/LICENSE new file mode 100644 index 000000000..d7ab05aa3 --- /dev/null +++ b/Source/APU/mesen/LICENSE @@ -0,0 +1,13 @@ +Copyright (C) 2014-2024 Sour + +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. + +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. + +You should have received a copy of the GNU General Public License along with +this program. If not, see http://www.gnu.org/licenses/. diff --git a/Source/APU/nsfplay/readme.txt b/Source/APU/nsfplay/readme.txt new file mode 100644 index 000000000..9458cf591 --- /dev/null +++ b/Source/APU/nsfplay/readme.txt @@ -0,0 +1,19 @@ +NSFPlay/NSFPlug source code + +This code is maintained by Brad Smith. It is a fork of NSFPlay/NSFPlug by Brezza. The latest version should be available at: +- https://bbbradsmith.github.io/nsfplay/ + +Unstable preview builds will be automatically generated by Appveyor: +- https://ci.appveyor.com/project/bbbradsmith/nsfplay/branch/master/artifacts + +This code contains several modifications to original, see nsfplay.txt for a list of changes. + +I have presumed based on text comments and readme files in the original code that it is distributed freely, and modification and redistribution is permitted. The same permissive license applies to this version of the code I maintain. You may reuse this code without restriction, and no warranty or liability is implied on my part. + +Feel free to contact me with questions or comments. + +Brad Smith +nsfplay AT rainwarrior.ca +http://rainwarrior.ca + +Original NSFPlay/NFSPlug project available at: http://www.pokipoki.org/dsa/ diff --git a/Source/AboutDlg.cpp b/Source/AboutDlg.cpp index 17c408004..ff95b5c5d 100644 --- a/Source/AboutDlg.cpp +++ b/Source/AboutDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" @@ -162,9 +158,12 @@ BOOL CAboutDlg::OnInitDialog() SetDlgItemText(IDC_ABOUT1, aboutString); SetDlgItemText(IDC_ABOUT_CONTRIB, - _T("- Original software by jsr\r\n") - _T("- 0CC-FamiTracker by HertzDevil\r\n") - _T("- Additional improvements by nyanpasu64\r\n") + _T("- FamiTracker\r\n") + _T(" Copyright (C) 2005-2020 Jonathan Liss\r\n") + _T(" Licensed under GPLv2\r\n") + _T("- 0CC-FamiTracker\r\n") + _T(" Copyright (C) 2014-2018 HertzDevil\r\n") + _T(" Licensed under GPLv2\r\n") _T("- Export plugin support by Gradualore\r\n") _T("- Sunsoft 5B information in manual by forple\r\n") // // !! _T("- Additional manual information by Persune\r\n") // // !! @@ -174,12 +173,27 @@ BOOL CAboutDlg::OnInitDialog() _T("- DPCM sample bit order reverser mod by Persune\r\n") // // !! _T("- Module text import/export by rainwarrior")); // // // SetDlgItemText(IDC_ABOUT_LIB, // // !! - _T("- Blip_buffer 0.4.1 is Copyright (C) blargg (LGPL v2.1)\r\n (modified by nyanpasu64)\r\n") - _T("- FFT code is (C) 2017 Project Nayuki (MIT)\r\n") - _T("- emu2413 v1.5.9 (C) Mitsutaka Okazaki (MIT)\r\n") _T("- 2A03 sound emulator from NSFPlay\r\n") - _T("- FDS and N163 sound emulator from Mesen\r\n (C) Sourmesen (GPL v3)\r\n") - _T("- JSON for Modern C++ is Copyright (C) Niels Lohmann (MIT)")); + _T(" Copyright (C) 2006 Brezza, 2012-2025 Brad Smith\r\n") + _T("- VRC7/OPLL sound emulator from emu2413 v1.5.9\r\n") + _T(" Copyright (C) 2001-2019 Mitsutaka Okazaki\r\n") + _T(" Licensed under the MIT license\r\n") + _T("- FDS and N163 sound emulator from Mesen\r\n") + _T(" Copyright (C) 2014-2024 Sour\r\n") + _T(" Licensed under GPLv3\r\n") + _T("- Blip_buffer 0.4.1\r\n") + _T(" Copyright (C) 2003-2006 Shay Green\r\n") + _T(" Licensed under LGPLv2.1\r\n") + _T(" modified by nyanpasu64\r\n") + _T("- Free FFT and convolution (C++)\r\n") + _T(" Copyright (C) 2017 Project Nayuki\r\n") + _T(" Licensed under the MIT license\r\n") + _T("- JSON for Modern C++\r\n") + _T(" Copyright (C) 2013-2024 Niels Lohmann \r\n") + _T(" Licensed under the MIT license\r\n") + _T("- libsamplerate\r\n") + _T(" Copyright (C) 2012-2016, Erik de Castro Lopo .\r\n") + _T(" Licensed under the BSD-2-Clause license\r\n")); m_pHead = new CHead(); m_pHead->SubclassDlgItem(IDC_HEAD, this); diff --git a/Source/AboutDlg.h b/Source/AboutDlg.h index 1efc9f6c5..a55ac210f 100644 --- a/Source/AboutDlg.h +++ b/Source/AboutDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Accelerator.cpp b/Source/Accelerator.cpp index 4ab7a181e..2ef7ce941 100644 --- a/Source/Accelerator.cpp +++ b/Source/Accelerator.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/Accelerator.h b/Source/Accelerator.h index 4cfd82e52..a92fe9669 100644 --- a/Source/Accelerator.h +++ b/Source/Accelerator.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Action.cpp b/Source/Action.cpp index dea0c5fee..de749fd6f 100644 --- a/Source/Action.cpp +++ b/Source/Action.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // These classes implements a new more flexible undo system diff --git a/Source/Action.h b/Source/Action.h index 2d392ce24..109a385a3 100644 --- a/Source/Action.h +++ b/Source/Action.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/Blip_Buffer/LGPL.txt b/Source/Blip_Buffer/LGPL.txt new file mode 100644 index 000000000..f6683e74e --- /dev/null +++ b/Source/Blip_Buffer/LGPL.txt @@ -0,0 +1,501 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, see . + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Moe Ghoul, President of Vice + +That's all there is to it! diff --git a/Source/Bookmark.cpp b/Source/Bookmark.cpp index 3ced60476..0f9e25bb0 100644 --- a/Source/Bookmark.cpp +++ b/Source/Bookmark.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/Bookmark.h b/Source/Bookmark.h index 45added73..b7c483f9b 100644 --- a/Source/Bookmark.h +++ b/Source/Bookmark.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/BookmarkCollection.cpp b/Source/BookmarkCollection.cpp index fd0005cce..d503c8a5e 100644 --- a/Source/BookmarkCollection.cpp +++ b/Source/BookmarkCollection.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/BookmarkCollection.h b/Source/BookmarkCollection.h index 42f51454e..f2e569309 100644 --- a/Source/BookmarkCollection.h +++ b/Source/BookmarkCollection.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/BookmarkDlg.cpp b/Source/BookmarkDlg.cpp index d8ed8e438..cdc93b763 100644 --- a/Source/BookmarkDlg.cpp +++ b/Source/BookmarkDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/BookmarkDlg.h b/Source/BookmarkDlg.h index 8f1f43787..0068d01c6 100644 --- a/Source/BookmarkDlg.h +++ b/Source/BookmarkDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/BookmarkManager.cpp b/Source/BookmarkManager.cpp index 85dd7280d..31a3b5388 100644 --- a/Source/BookmarkManager.cpp +++ b/Source/BookmarkManager.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/BookmarkManager.h b/Source/BookmarkManager.h index 7afc155af..1473d6cd7 100644 --- a/Source/BookmarkManager.h +++ b/Source/BookmarkManager.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ChannelFactory.cpp b/Source/ChannelFactory.cpp index 2605e3fed..6521cf49d 100644 --- a/Source/ChannelFactory.cpp +++ b/Source/ChannelFactory.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/ChannelFactory.h b/Source/ChannelFactory.h index 44a4536a1..1d1ce20a7 100644 --- a/Source/ChannelFactory.h +++ b/Source/ChannelFactory.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/ChannelHandler.cpp b/Source/ChannelHandler.cpp index 4446eeeae..939be77a1 100644 --- a/Source/ChannelHandler.cpp +++ b/Source/ChannelHandler.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // diff --git a/Source/ChannelHandler.h b/Source/ChannelHandler.h index 9181a5bfd..a438b9a83 100644 --- a/Source/ChannelHandler.h +++ b/Source/ChannelHandler.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ChannelHandlerInterface.h b/Source/ChannelHandlerInterface.h index 61a144d31..7cd202976 100644 --- a/Source/ChannelHandlerInterface.h +++ b/Source/ChannelHandlerInterface.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ChannelMap.cpp b/Source/ChannelMap.cpp index 00f9aac36..faed03d32 100644 --- a/Source/ChannelMap.cpp +++ b/Source/ChannelMap.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include // // // diff --git a/Source/ChannelMap.h b/Source/ChannelMap.h index 7583858c1..d53986a73 100644 --- a/Source/ChannelMap.h +++ b/Source/ChannelMap.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ChannelState.cpp b/Source/ChannelState.cpp index a4077e0cf..e9cd899dc 100644 --- a/Source/ChannelState.cpp +++ b/Source/ChannelState.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/ChannelState.h b/Source/ChannelState.h index 34d7b5def..fa8ef6ed4 100644 --- a/Source/ChannelState.h +++ b/Source/ChannelState.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/Channels2A03.cpp b/Source/Channels2A03.cpp index dad946894..be5d465f1 100644 --- a/Source/Channels2A03.cpp +++ b/Source/Channels2A03.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // This file handles playing of 2A03 channels diff --git a/Source/Channels2A03.h b/Source/Channels2A03.h index e859ca52a..45a0d441c 100644 --- a/Source/Channels2A03.h +++ b/Source/Channels2A03.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ChannelsDlg.cpp b/Source/ChannelsDlg.cpp index e342ae3ae..8732dd8e0 100644 --- a/Source/ChannelsDlg.cpp +++ b/Source/ChannelsDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // Source\ChannelsDlg.cpp : implementation file diff --git a/Source/ChannelsDlg.h b/Source/ChannelsDlg.h index 6c90021a0..b1eb3dce3 100644 --- a/Source/ChannelsDlg.h +++ b/Source/ChannelsDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ChannelsFDS.cpp b/Source/ChannelsFDS.cpp index 46b7d614f..4a241b176 100644 --- a/Source/ChannelsFDS.cpp +++ b/Source/ChannelsFDS.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // Famicom disk sound diff --git a/Source/ChannelsFDS.h b/Source/ChannelsFDS.h index 6769d7c74..50fd7b3c9 100644 --- a/Source/ChannelsFDS.h +++ b/Source/ChannelsFDS.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ChannelsMMC5.cpp b/Source/ChannelsMMC5.cpp index 7e0eafb38..a4be2e5b0 100644 --- a/Source/ChannelsMMC5.cpp +++ b/Source/ChannelsMMC5.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // MMC5 file diff --git a/Source/ChannelsMMC5.h b/Source/ChannelsMMC5.h index e0af1e11c..2a4c916a7 100644 --- a/Source/ChannelsMMC5.h +++ b/Source/ChannelsMMC5.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ChannelsN163.cpp b/Source/ChannelsN163.cpp index fb8ad5ad3..6ee8705db 100644 --- a/Source/ChannelsN163.cpp +++ b/Source/ChannelsN163.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/ChannelsN163.h b/Source/ChannelsN163.h index 96de5c444..fbe1e7d2f 100644 --- a/Source/ChannelsN163.h +++ b/Source/ChannelsN163.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ChannelsS5B.cpp b/Source/ChannelsS5B.cpp index 6f5b20e23..ef923038c 100644 --- a/Source/ChannelsS5B.cpp +++ b/Source/ChannelsS5B.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // Sunsoft 5B (YM2149/AY-3-8910) diff --git a/Source/ChannelsS5B.h b/Source/ChannelsS5B.h index 468d344e6..aa85098ac 100644 --- a/Source/ChannelsS5B.h +++ b/Source/ChannelsS5B.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ChannelsVRC6.cpp b/Source/ChannelsVRC6.cpp index a8cbfe6b2..81da718ab 100644 --- a/Source/ChannelsVRC6.cpp +++ b/Source/ChannelsVRC6.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // This file handles playing of VRC6 channels diff --git a/Source/ChannelsVRC6.h b/Source/ChannelsVRC6.h index 857586f2b..29b9821fc 100644 --- a/Source/ChannelsVRC6.h +++ b/Source/ChannelsVRC6.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ChannelsVRC7.cpp b/Source/ChannelsVRC7.cpp index 968f7d4e8..0dc7c361b 100644 --- a/Source/ChannelsVRC7.cpp +++ b/Source/ChannelsVRC7.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // This file handles playing of VRC7 channels diff --git a/Source/ChannelsVRC7.h b/Source/ChannelsVRC7.h index 526936aef..efcdb437b 100644 --- a/Source/ChannelsVRC7.h +++ b/Source/ChannelsVRC7.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Chunk.cpp b/Source/Chunk.cpp index 2050e26ab..356bf5a97 100644 --- a/Source/Chunk.cpp +++ b/Source/Chunk.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/Chunk.h b/Source/Chunk.h index ddf781b75..d64628a07 100644 --- a/Source/Chunk.h +++ b/Source/Chunk.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ChunkRenderBinary.cpp b/Source/ChunkRenderBinary.cpp index 8b69fe824..250772c0e 100644 --- a/Source/ChunkRenderBinary.cpp +++ b/Source/ChunkRenderBinary.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/ChunkRenderBinary.h b/Source/ChunkRenderBinary.h index f358bdb9d..af3801a94 100644 --- a/Source/ChunkRenderBinary.h +++ b/Source/ChunkRenderBinary.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ChunkRenderText.cpp b/Source/ChunkRenderText.cpp index 929172345..480b6f54b 100644 --- a/Source/ChunkRenderText.cpp +++ b/Source/ChunkRenderText.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/ChunkRenderText.h b/Source/ChunkRenderText.h index 837772139..680401fc3 100644 --- a/Source/ChunkRenderText.h +++ b/Source/ChunkRenderText.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Clipboard.cpp b/Source/Clipboard.cpp index d2213753c..ff0d3ca1a 100644 --- a/Source/Clipboard.cpp +++ b/Source/Clipboard.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/Clipboard.h b/Source/Clipboard.h index 738e02400..9126aecef 100644 --- a/Source/Clipboard.h +++ b/Source/Clipboard.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ColorScheme.h b/Source/ColorScheme.h index b45438381..821d123d3 100644 --- a/Source/ColorScheme.h +++ b/Source/ColorScheme.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/CommandLineExport.cpp b/Source/CommandLineExport.cpp index fe69375aa..314400453 100644 --- a/Source/CommandLineExport.cpp +++ b/Source/CommandLineExport.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/CommandLineExport.h b/Source/CommandLineExport.h index 354a45920..a85e39a3e 100644 --- a/Source/CommandLineExport.h +++ b/Source/CommandLineExport.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/CommentsDlg.cpp b/Source/CommentsDlg.cpp index 5622fef48..e69bf6016 100644 --- a/Source/CommentsDlg.cpp +++ b/Source/CommentsDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/CommentsDlg.h b/Source/CommentsDlg.h index 7fe3fdeac..7a9f99c09 100644 --- a/Source/CommentsDlg.h +++ b/Source/CommentsDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Common.h b/Source/Common.h index f22dc8e9e..5797fc3dd 100644 --- a/Source/Common.h +++ b/Source/Common.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Compiler.cpp b/Source/Compiler.cpp index 62f17e0c7..5636d2a80 100644 --- a/Source/Compiler.cpp +++ b/Source/Compiler.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/Compiler.h b/Source/Compiler.h index 6b87ec6c8..23d6b6af2 100644 --- a/Source/Compiler.h +++ b/Source/Compiler.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/CompoundAction.cpp b/Source/CompoundAction.cpp index de9b89c54..496fe92bd 100644 --- a/Source/CompoundAction.cpp +++ b/Source/CompoundAction.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/CompoundAction.h b/Source/CompoundAction.h index b702d0787..eaa6c0884 100644 --- a/Source/CompoundAction.h +++ b/Source/CompoundAction.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/ConfigAppearance.cpp b/Source/ConfigAppearance.cpp index 75648dd8d..662f4255e 100644 --- a/Source/ConfigAppearance.cpp +++ b/Source/ConfigAppearance.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/ConfigAppearance.h b/Source/ConfigAppearance.h index a7d35d52f..f2b756248 100644 --- a/Source/ConfigAppearance.h +++ b/Source/ConfigAppearance.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ConfigEmulation.cpp b/Source/ConfigEmulation.cpp index b85d2473a..893290cc2 100644 --- a/Source/ConfigEmulation.cpp +++ b/Source/ConfigEmulation.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/ConfigEmulation.h b/Source/ConfigEmulation.h index 1e5a37f0c..3a3e9c6fb 100644 --- a/Source/ConfigEmulation.h +++ b/Source/ConfigEmulation.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/ConfigGUI.cpp b/Source/ConfigGUI.cpp index 9849b9f74..d78a59ec6 100644 --- a/Source/ConfigGUI.cpp +++ b/Source/ConfigGUI.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/ConfigGUI.h b/Source/ConfigGUI.h index 7d8194b2b..35f92624d 100644 --- a/Source/ConfigGUI.h +++ b/Source/ConfigGUI.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/ConfigGeneral.cpp b/Source/ConfigGeneral.cpp index db150dfdf..f3959f99a 100644 --- a/Source/ConfigGeneral.cpp +++ b/Source/ConfigGeneral.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "ConfigGeneral.h" diff --git a/Source/ConfigGeneral.h b/Source/ConfigGeneral.h index 24653ed62..977c17e70 100644 --- a/Source/ConfigGeneral.h +++ b/Source/ConfigGeneral.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/ConfigMIDI.cpp b/Source/ConfigMIDI.cpp index 48c7413dc..28b1536a3 100644 --- a/Source/ConfigMIDI.cpp +++ b/Source/ConfigMIDI.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/ConfigMIDI.h b/Source/ConfigMIDI.h index 0727dbc88..963712096 100644 --- a/Source/ConfigMIDI.h +++ b/Source/ConfigMIDI.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ConfigMixer.cpp b/Source/ConfigMixer.cpp index e54faf9ed..20976d96f 100644 --- a/Source/ConfigMixer.cpp +++ b/Source/ConfigMixer.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/ConfigMixer.h b/Source/ConfigMixer.h index 5aa4c0e4c..431925437 100644 --- a/Source/ConfigMixer.h +++ b/Source/ConfigMixer.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ConfigShortcuts.cpp b/Source/ConfigShortcuts.cpp index 7424db0f5..ab05f0561 100644 --- a/Source/ConfigShortcuts.cpp +++ b/Source/ConfigShortcuts.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/ConfigShortcuts.h b/Source/ConfigShortcuts.h index 98600841a..7fbf3527d 100644 --- a/Source/ConfigShortcuts.h +++ b/Source/ConfigShortcuts.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ConfigSound.cpp b/Source/ConfigSound.cpp index 49e38c8b8..da7efece8 100644 --- a/Source/ConfigSound.cpp +++ b/Source/ConfigSound.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/ConfigSound.h b/Source/ConfigSound.h index f5509135a..80a6c36c4 100644 --- a/Source/ConfigSound.h +++ b/Source/ConfigSound.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ConfigVersion.cpp b/Source/ConfigVersion.cpp index 32e805a6b..99eadb1ad 100644 --- a/Source/ConfigVersion.cpp +++ b/Source/ConfigVersion.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" @@ -57,6 +53,7 @@ const CString CConfigVersion::VERSION_TEXT[] = { _T("0CC-FamiTracker 0.3.10"), _T("0CC-FamiTracker 0.3.11"), // BOOKMARKS _T("0CC-FamiTracker 0.3.12 - 0.3.14.0"), + // TODO: add the rest _T("Current version"), // PARAMS_EXTRA }; diff --git a/Source/ConfigVersion.h b/Source/ConfigVersion.h index 59bd2818c..8b418f13e 100644 --- a/Source/ConfigVersion.h +++ b/Source/ConfigVersion.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ConfigWindow.cpp b/Source/ConfigWindow.cpp index d425384d8..f3f5b3631 100644 --- a/Source/ConfigWindow.cpp +++ b/Source/ConfigWindow.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/ConfigWindow.h b/Source/ConfigWindow.h index 06506d508..4a1f49ec9 100644 --- a/Source/ConfigWindow.h +++ b/Source/ConfigWindow.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ControlPanelDlg.cpp b/Source/ControlPanelDlg.cpp index 3a4e9cd92..0b1413a0b 100644 --- a/Source/ControlPanelDlg.cpp +++ b/Source/ControlPanelDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/ControlPanelDlg.h b/Source/ControlPanelDlg.h index 32bce73d4..2588c83e2 100644 --- a/Source/ControlPanelDlg.h +++ b/Source/ControlPanelDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/CreateWaveDlg.cpp b/Source/CreateWaveDlg.cpp index 941b15fe5..1fb0f31c7 100644 --- a/Source/CreateWaveDlg.cpp +++ b/Source/CreateWaveDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/CreateWaveDlg.h b/Source/CreateWaveDlg.h index bf7813467..da55815ca 100644 --- a/Source/CreateWaveDlg.h +++ b/Source/CreateWaveDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/CustomControls.cpp b/Source/CustomControls.cpp index b391c9188..396768ea6 100644 --- a/Source/CustomControls.cpp +++ b/Source/CustomControls.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/CustomControls.h b/Source/CustomControls.h index 8814fcb69..271be308a 100644 --- a/Source/CustomControls.h +++ b/Source/CustomControls.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/CustomExporterInterfaces.h b/Source/CustomExporterInterfaces.h index 7eb982fbf..58b35850c 100644 --- a/Source/CustomExporterInterfaces.h +++ b/Source/CustomExporterInterfaces.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/CustomExporters.h b/Source/CustomExporters.h index bef7b568f..25c3054a1 100644 --- a/Source/CustomExporters.h +++ b/Source/CustomExporters.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ //header file for CustomExporters plugin container. diff --git a/Source/DPI.cpp b/Source/DPI.cpp index c2f5c9851..1490251dd 100644 --- a/Source/DPI.cpp +++ b/Source/DPI.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/DPI.h b/Source/DPI.h index d4e963d79..f5df4c3eb 100644 --- a/Source/DPI.h +++ b/Source/DPI.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/DSample.cpp b/Source/DSample.cpp index 4ffaee4f1..25137ee74 100644 --- a/Source/DSample.cpp +++ b/Source/DSample.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "DSample.h" diff --git a/Source/DSample.h b/Source/DSample.h index 2bfb0c8cc..95f673161 100644 --- a/Source/DSample.h +++ b/Source/DSample.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/DSampleManager.cpp b/Source/DSampleManager.cpp index ee04dd1bc..4402bf578 100644 --- a/Source/DSampleManager.cpp +++ b/Source/DSampleManager.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/DSampleManager.h b/Source/DSampleManager.h index 14467ed0c..f2f06f334 100644 --- a/Source/DSampleManager.h +++ b/Source/DSampleManager.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/DetuneDlg.cpp b/Source/DetuneDlg.cpp index 587fd34ae..a84b7dfdd 100644 --- a/Source/DetuneDlg.cpp +++ b/Source/DetuneDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/DetuneDlg.h b/Source/DetuneDlg.h index 04aac17b4..c687f0e29 100644 --- a/Source/DetuneDlg.h +++ b/Source/DetuneDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/DetuneTable.cpp b/Source/DetuneTable.cpp index 64ade7d27..b4216be19 100644 --- a/Source/DetuneTable.cpp +++ b/Source/DetuneTable.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "DetuneTable.h" diff --git a/Source/DetuneTable.h b/Source/DetuneTable.h index 35f376e46..f3059ee15 100644 --- a/Source/DetuneTable.h +++ b/Source/DetuneTable.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/DialogReBar.cpp b/Source/DialogReBar.cpp index fbfbd8780..72b2d0e4c 100644 --- a/Source/DialogReBar.cpp +++ b/Source/DialogReBar.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/DialogReBar.h b/Source/DialogReBar.h index 0a80c36ec..9599b5d7b 100644 --- a/Source/DialogReBar.h +++ b/Source/DialogReBar.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/DocumentFile.cpp b/Source/DocumentFile.cpp index 222c2fa81..7f3b49c2e 100644 --- a/Source/DocumentFile.cpp +++ b/Source/DocumentFile.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/DocumentFile.h b/Source/DocumentFile.h index 294a62bdb..b7489920f 100644 --- a/Source/DocumentFile.h +++ b/Source/DocumentFile.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/DocumentWrapper.cpp b/Source/DocumentWrapper.cpp index 375f9c97a..2f1961f1f 100644 --- a/Source/DocumentWrapper.cpp +++ b/Source/DocumentWrapper.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/DocumentWrapper.h b/Source/DocumentWrapper.h index 2b4ecbd0d..12b82c58f 100644 --- a/Source/DocumentWrapper.h +++ b/Source/DocumentWrapper.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Driver.h b/Source/Driver.h index 77a24badb..059e53433 100644 --- a/Source/Driver.h +++ b/Source/Driver.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Exception.cpp b/Source/Exception.cpp index 4790843b0..a162797be 100644 --- a/Source/Exception.cpp +++ b/Source/Exception.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/Exception.h b/Source/Exception.h index 1f3ec5acb..7180f7a03 100644 --- a/Source/Exception.h +++ b/Source/Exception.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ExportDialog.cpp b/Source/ExportDialog.cpp index 0d2e803fa..6a0e28c76 100644 --- a/Source/ExportDialog.cpp +++ b/Source/ExportDialog.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ /* diff --git a/Source/ExportDialog.h b/Source/ExportDialog.h index 0a1ef27e3..ba54ace5f 100644 --- a/Source/ExportDialog.h +++ b/Source/ExportDialog.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/FFT/FftBuffer.h b/Source/FFT/FftBuffer.h index 28e4ee798..08aaa5d05 100644 --- a/Source/FFT/FftBuffer.h +++ b/Source/FFT/FftBuffer.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/FTMComponentInterface.h b/Source/FTMComponentInterface.h index 688eb0f3f..971ae78b1 100644 --- a/Source/FTMComponentInterface.h +++ b/Source/FTMComponentInterface.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Factory.h b/Source/Factory.h index 7524e480b..e8613a159 100644 --- a/Source/Factory.h +++ b/Source/Factory.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/FamiTracker.cpp b/Source/FamiTracker.cpp index cddaf63dd..c7bd5ef48 100644 --- a/Source/FamiTracker.cpp +++ b/Source/FamiTracker.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "json/json.hpp" // // // diff --git a/Source/FamiTracker.h b/Source/FamiTracker.h index d6dda0b79..259690d91 100644 --- a/Source/FamiTracker.h +++ b/Source/FamiTracker.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/FamiTrackerDoc.cpp b/Source/FamiTrackerDoc.cpp index 5532d5c03..6eea9e946 100644 --- a/Source/FamiTrackerDoc.cpp +++ b/Source/FamiTrackerDoc.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ /* diff --git a/Source/FamiTrackerDoc.h b/Source/FamiTrackerDoc.h index 61bc74a2f..2c81c2d81 100644 --- a/Source/FamiTrackerDoc.h +++ b/Source/FamiTrackerDoc.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/FamiTrackerTypes.cpp b/Source/FamiTrackerTypes.cpp index bfe749f25..eed64f0a5 100644 --- a/Source/FamiTrackerTypes.cpp +++ b/Source/FamiTrackerTypes.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "FamiTrackerTypes.h" diff --git a/Source/FamiTrackerTypes.h b/Source/FamiTrackerTypes.h index 2a86e46d6..709173c63 100644 --- a/Source/FamiTrackerTypes.h +++ b/Source/FamiTrackerTypes.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/FamiTrackerView.cpp b/Source/FamiTrackerView.cpp index 08fac4e6e..6974480b2 100644 --- a/Source/FamiTrackerView.cpp +++ b/Source/FamiTrackerView.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/FamiTrackerView.h b/Source/FamiTrackerView.h index 653c6aeec..41e38e618 100644 --- a/Source/FamiTrackerView.h +++ b/Source/FamiTrackerView.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/FamiTrackerViewMessage.h b/Source/FamiTrackerViewMessage.h index 0c374d61d..e6321ab4f 100644 --- a/Source/FamiTrackerViewMessage.h +++ b/Source/FamiTrackerViewMessage.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/FindDlg.cpp b/Source/FindDlg.cpp index f68851364..54ee52d7b 100644 --- a/Source/FindDlg.cpp +++ b/Source/FindDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/FindDlg.h b/Source/FindDlg.h index 970765061..0d043f2ca 100644 --- a/Source/FindDlg.h +++ b/Source/FindDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/FrameAction.cpp b/Source/FrameAction.cpp index a9546a976..424355b1f 100644 --- a/Source/FrameAction.cpp +++ b/Source/FrameAction.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/FrameAction.h b/Source/FrameAction.h index 80c6a6917..658869b07 100644 --- a/Source/FrameAction.h +++ b/Source/FrameAction.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/FrameEditor.cpp b/Source/FrameEditor.cpp index 110a233f3..ebbc12e59 100644 --- a/Source/FrameEditor.cpp +++ b/Source/FrameEditor.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/FrameEditor.h b/Source/FrameEditor.h index 63d72efcf..cac6fc322 100644 --- a/Source/FrameEditor.h +++ b/Source/FrameEditor.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/FrameEditorTypes.cpp b/Source/FrameEditorTypes.cpp index b8712ae2f..5d38613b2 100644 --- a/Source/FrameEditorTypes.cpp +++ b/Source/FrameEditorTypes.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "FrameEditorTypes.h" diff --git a/Source/FrameEditorTypes.h b/Source/FrameEditorTypes.h index 784c670cd..2b09b903a 100644 --- a/Source/FrameEditorTypes.h +++ b/Source/FrameEditorTypes.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/GotoDlg.cpp b/Source/GotoDlg.cpp index 97a092c14..5d18d56bf 100644 --- a/Source/GotoDlg.cpp +++ b/Source/GotoDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/GotoDlg.h b/Source/GotoDlg.h index 80682f0c0..8b6825580 100644 --- a/Source/GotoDlg.h +++ b/Source/GotoDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/GraphEditor.cpp b/Source/GraphEditor.cpp index 52e5a74eb..c808b689d 100644 --- a/Source/GraphEditor.cpp +++ b/Source/GraphEditor.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/GraphEditor.h b/Source/GraphEditor.h index 62ebc7e9f..c230d301c 100644 --- a/Source/GraphEditor.h +++ b/Source/GraphEditor.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Graphics.cpp b/Source/Graphics.cpp index 0a1d5a464..9aaaff1cd 100644 --- a/Source/Graphics.cpp +++ b/Source/Graphics.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // Some graphics helpers diff --git a/Source/Graphics.h b/Source/Graphics.h index 2da939695..2f10f395c 100644 --- a/Source/Graphics.h +++ b/Source/Graphics.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Groove.cpp b/Source/Groove.cpp index 68035d238..dcc168011 100644 --- a/Source/Groove.cpp +++ b/Source/Groove.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/Groove.h b/Source/Groove.h index 4ac3ca5d2..be67e8648 100644 --- a/Source/Groove.h +++ b/Source/Groove.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/GrooveDlg.cpp b/Source/GrooveDlg.cpp index dbfb1f465..dc3f894aa 100644 --- a/Source/GrooveDlg.cpp +++ b/Source/GrooveDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/GrooveDlg.h b/Source/GrooveDlg.h index 414491968..d7f7d13ec 100644 --- a/Source/GrooveDlg.h +++ b/Source/GrooveDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/HistoryFileDlg.cpp b/Source/HistoryFileDlg.cpp index a80ef2e40..c41327982 100644 --- a/Source/HistoryFileDlg.cpp +++ b/Source/HistoryFileDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "HistoryFileDlg.h" diff --git a/Source/HistoryFileDlg.h b/Source/HistoryFileDlg.h index 0c79170a7..b827aab60 100644 --- a/Source/HistoryFileDlg.h +++ b/Source/HistoryFileDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstHandler.h b/Source/InstHandler.h index ec07442fe..7b4dd7104 100644 --- a/Source/InstHandler.h +++ b/Source/InstHandler.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/InstHandlerDPCM.cpp b/Source/InstHandlerDPCM.cpp index 330127234..64ef139fd 100644 --- a/Source/InstHandlerDPCM.cpp +++ b/Source/InstHandlerDPCM.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/InstHandlerDPCM.h b/Source/InstHandlerDPCM.h index db30d03e3..2d21b8de0 100644 --- a/Source/InstHandlerDPCM.h +++ b/Source/InstHandlerDPCM.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/InstHandlerVRC7.cpp b/Source/InstHandlerVRC7.cpp index cca6d7988..d426c5d0e 100644 --- a/Source/InstHandlerVRC7.cpp +++ b/Source/InstHandlerVRC7.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/InstHandlerVRC7.h b/Source/InstHandlerVRC7.h index 3c5aee469..7c3d37a9d 100644 --- a/Source/InstHandlerVRC7.h +++ b/Source/InstHandlerVRC7.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/Instrument.cpp b/Source/Instrument.cpp index 27bd65ea1..4a2e7ee8d 100644 --- a/Source/Instrument.cpp +++ b/Source/Instrument.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/Instrument.h b/Source/Instrument.h index 192723c0b..1c88c742f 100644 --- a/Source/Instrument.h +++ b/Source/Instrument.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Instrument2A03.cpp b/Source/Instrument2A03.cpp index 5190cbc9f..0dea05b5f 100644 --- a/Source/Instrument2A03.cpp +++ b/Source/Instrument2A03.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/Instrument2A03.h b/Source/Instrument2A03.h index 1c0eef8a8..7437c3cd6 100644 --- a/Source/Instrument2A03.h +++ b/Source/Instrument2A03.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/InstrumentEditDlg.cpp b/Source/InstrumentEditDlg.cpp index c4ad74ea2..5ce2b8ae9 100644 --- a/Source/InstrumentEditDlg.cpp +++ b/Source/InstrumentEditDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include // // // diff --git a/Source/InstrumentEditDlg.h b/Source/InstrumentEditDlg.h index 151db390b..33d340a12 100644 --- a/Source/InstrumentEditDlg.h +++ b/Source/InstrumentEditDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentEditPanel.cpp b/Source/InstrumentEditPanel.cpp index 99fe1b4b2..f117c316d 100644 --- a/Source/InstrumentEditPanel.cpp +++ b/Source/InstrumentEditPanel.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/InstrumentEditPanel.h b/Source/InstrumentEditPanel.h index 84e993450..be78e16b0 100644 --- a/Source/InstrumentEditPanel.h +++ b/Source/InstrumentEditPanel.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentEditorDPCM.cpp b/Source/InstrumentEditorDPCM.cpp index 1c92db331..63c914e54 100644 --- a/Source/InstrumentEditorDPCM.cpp +++ b/Source/InstrumentEditorDPCM.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/InstrumentEditorDPCM.h b/Source/InstrumentEditorDPCM.h index 8b0a61bc2..0c85c69e2 100644 --- a/Source/InstrumentEditorDPCM.h +++ b/Source/InstrumentEditorDPCM.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentEditorFDS.cpp b/Source/InstrumentEditorFDS.cpp index 07732d067..8e729251c 100644 --- a/Source/InstrumentEditorFDS.cpp +++ b/Source/InstrumentEditorFDS.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/InstrumentEditorFDS.h b/Source/InstrumentEditorFDS.h index 57855882b..24cc1e79d 100644 --- a/Source/InstrumentEditorFDS.h +++ b/Source/InstrumentEditorFDS.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentEditorFDSEnvelope.cpp b/Source/InstrumentEditorFDSEnvelope.cpp index b79f67eb4..63791379f 100644 --- a/Source/InstrumentEditorFDSEnvelope.cpp +++ b/Source/InstrumentEditorFDSEnvelope.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/InstrumentEditorFDSEnvelope.h b/Source/InstrumentEditorFDSEnvelope.h index 01a4dc1aa..eb2c344ea 100644 --- a/Source/InstrumentEditorFDSEnvelope.h +++ b/Source/InstrumentEditorFDSEnvelope.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentEditorN163Wave.cpp b/Source/InstrumentEditorN163Wave.cpp index 344441f0f..438a470d4 100644 --- a/Source/InstrumentEditorN163Wave.cpp +++ b/Source/InstrumentEditorN163Wave.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/InstrumentEditorN163Wave.h b/Source/InstrumentEditorN163Wave.h index 1184fd8a7..99a284965 100644 --- a/Source/InstrumentEditorN163Wave.h +++ b/Source/InstrumentEditorN163Wave.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentEditorSeq.cpp b/Source/InstrumentEditorSeq.cpp index 9969a257b..0c96e5fc9 100644 --- a/Source/InstrumentEditorSeq.cpp +++ b/Source/InstrumentEditorSeq.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/InstrumentEditorSeq.h b/Source/InstrumentEditorSeq.h index 1ffa2eb0d..28049df0f 100644 --- a/Source/InstrumentEditorSeq.h +++ b/Source/InstrumentEditorSeq.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentEditorVRC7.cpp b/Source/InstrumentEditorVRC7.cpp index c2151c553..fa7a36726 100644 --- a/Source/InstrumentEditorVRC7.cpp +++ b/Source/InstrumentEditorVRC7.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/InstrumentEditorVRC7.h b/Source/InstrumentEditorVRC7.h index 629c26e7f..b7fadd920 100644 --- a/Source/InstrumentEditorVRC7.h +++ b/Source/InstrumentEditorVRC7.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentFDS.cpp b/Source/InstrumentFDS.cpp index ccc3fd931..0faa2ea3d 100644 --- a/Source/InstrumentFDS.cpp +++ b/Source/InstrumentFDS.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/InstrumentFDS.h b/Source/InstrumentFDS.h index 72012f198..719401d2d 100644 --- a/Source/InstrumentFDS.h +++ b/Source/InstrumentFDS.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentFactory.cpp b/Source/InstrumentFactory.cpp index e89cc7704..59977d4d2 100644 --- a/Source/InstrumentFactory.cpp +++ b/Source/InstrumentFactory.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/InstrumentFactory.h b/Source/InstrumentFactory.h index 0c5d566d9..5eff009fb 100644 --- a/Source/InstrumentFactory.h +++ b/Source/InstrumentFactory.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/InstrumentFileTree.cpp b/Source/InstrumentFileTree.cpp index fb718a6a3..48bee4f86 100644 --- a/Source/InstrumentFileTree.cpp +++ b/Source/InstrumentFileTree.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // The instrument file tree, used in the instrument toolbar to quickly load an instrument diff --git a/Source/InstrumentFileTree.h b/Source/InstrumentFileTree.h index 4c277ae3d..309e81ec2 100644 --- a/Source/InstrumentFileTree.h +++ b/Source/InstrumentFileTree.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentListCtrl.cpp b/Source/InstrumentListCtrl.cpp index 31b5a1ae6..9752a45eb 100644 --- a/Source/InstrumentListCtrl.cpp +++ b/Source/InstrumentListCtrl.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/InstrumentManager.cpp b/Source/InstrumentManager.cpp index 96c5be617..ba7b43913 100644 --- a/Source/InstrumentManager.cpp +++ b/Source/InstrumentManager.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/InstrumentManager.h b/Source/InstrumentManager.h index 04206e198..15e74eba7 100644 --- a/Source/InstrumentManager.h +++ b/Source/InstrumentManager.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentManagerInterface.h b/Source/InstrumentManagerInterface.h index d7aa988e7..4fed20c8d 100644 --- a/Source/InstrumentManagerInterface.h +++ b/Source/InstrumentManagerInterface.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentN163.cpp b/Source/InstrumentN163.cpp index 137961407..874331e21 100644 --- a/Source/InstrumentN163.cpp +++ b/Source/InstrumentN163.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/InstrumentN163.h b/Source/InstrumentN163.h index 031fbd973..bdda0a770 100644 --- a/Source/InstrumentN163.h +++ b/Source/InstrumentN163.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentRecorder.cpp b/Source/InstrumentRecorder.cpp index 47e6125c1..ab4881e93 100644 --- a/Source/InstrumentRecorder.cpp +++ b/Source/InstrumentRecorder.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/InstrumentRecorder.h b/Source/InstrumentRecorder.h index 58aee0d6e..9d76f70ed 100644 --- a/Source/InstrumentRecorder.h +++ b/Source/InstrumentRecorder.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/InstrumentS5B.cpp b/Source/InstrumentS5B.cpp index bc1f2ce93..500682519 100644 --- a/Source/InstrumentS5B.cpp +++ b/Source/InstrumentS5B.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // // // CInstrumentS5B is a subtype of CSeqInstrument. diff --git a/Source/InstrumentS5B.h b/Source/InstrumentS5B.h index 69982f6a8..c4f9470a1 100644 --- a/Source/InstrumentS5B.h +++ b/Source/InstrumentS5B.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentVRC6.cpp b/Source/InstrumentVRC6.cpp index 6e649bedb..1e7814aed 100644 --- a/Source/InstrumentVRC6.cpp +++ b/Source/InstrumentVRC6.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // // // CInstrumentVRC6 is a subtype of CSeqInstrument. diff --git a/Source/InstrumentVRC6.h b/Source/InstrumentVRC6.h index 4b898357e..4fbe508d0 100644 --- a/Source/InstrumentVRC6.h +++ b/Source/InstrumentVRC6.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/InstrumentVRC7.cpp b/Source/InstrumentVRC7.cpp index bc289682a..5be101859 100644 --- a/Source/InstrumentVRC7.cpp +++ b/Source/InstrumentVRC7.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/InstrumentVRC7.h b/Source/InstrumentVRC7.h index 29286dc23..642ebc35f 100644 --- a/Source/InstrumentVRC7.h +++ b/Source/InstrumentVRC7.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/IntRange.h b/Source/IntRange.h index f00fbba05..903a60a9e 100644 --- a/Source/IntRange.h +++ b/Source/IntRange.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/JsonExporter.cpp b/Source/JsonExporter.cpp index 035fe1185..d7f68432d 100644 --- a/Source/JsonExporter.cpp +++ b/Source/JsonExporter.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/JsonExporter.h b/Source/JsonExporter.h index e269ea450..86c7614f1 100644 --- a/Source/JsonExporter.h +++ b/Source/JsonExporter.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/MIDI.cpp b/Source/MIDI.cpp index dee662c2a..fd7d4ef48 100644 --- a/Source/MIDI.cpp +++ b/Source/MIDI.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/MIDI.h b/Source/MIDI.h index 6e941135e..a9874d721 100644 --- a/Source/MIDI.h +++ b/Source/MIDI.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/MainFrm.cpp b/Source/MainFrm.cpp index f4b2c0504..be0036db3 100644 --- a/Source/MainFrm.cpp +++ b/Source/MainFrm.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/MainFrm.h b/Source/MainFrm.h index d339b96ca..4bbe437b9 100644 --- a/Source/MainFrm.h +++ b/Source/MainFrm.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ModSequenceEditor.cpp b/Source/ModSequenceEditor.cpp index 1ad744f9f..1bd0ac9e0 100644 --- a/Source/ModSequenceEditor.cpp +++ b/Source/ModSequenceEditor.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // This is the modulation editor for FDS diff --git a/Source/ModSequenceEditor.h b/Source/ModSequenceEditor.h index 4a6004ec7..ebfff37a1 100644 --- a/Source/ModSequenceEditor.h +++ b/Source/ModSequenceEditor.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ModuleException.cpp b/Source/ModuleException.cpp index 73db8fc16..263ba1c0e 100644 --- a/Source/ModuleException.cpp +++ b/Source/ModuleException.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/ModuleException.h b/Source/ModuleException.h index d7aa11189..15f2a5308 100644 --- a/Source/ModuleException.h +++ b/Source/ModuleException.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/ModuleImportDlg.cpp b/Source/ModuleImportDlg.cpp index 69a9bee75..e35ce3081 100644 --- a/Source/ModuleImportDlg.cpp +++ b/Source/ModuleImportDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/ModuleImportDlg.h b/Source/ModuleImportDlg.h index 1c8599ca5..0db29e37a 100644 --- a/Source/ModuleImportDlg.h +++ b/Source/ModuleImportDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/ModulePropertiesDlg.cpp b/Source/ModulePropertiesDlg.cpp index d947d9735..e982ea69f 100644 --- a/Source/ModulePropertiesDlg.cpp +++ b/Source/ModulePropertiesDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/ModulePropertiesDlg.h b/Source/ModulePropertiesDlg.h index 23a626e2d..b3787c102 100644 --- a/Source/ModulePropertiesDlg.h +++ b/Source/ModulePropertiesDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/NoteQueue.cpp b/Source/NoteQueue.cpp index 6ae6939ae..c10f13f0f 100644 --- a/Source/NoteQueue.cpp +++ b/Source/NoteQueue.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/NoteQueue.h b/Source/NoteQueue.h index e2eaaa8f9..b7b55f3b0 100644 --- a/Source/NoteQueue.h +++ b/Source/NoteQueue.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/NumConv.h b/Source/NumConv.h index ed45dffe8..deaefcd6c 100644 --- a/Source/NumConv.h +++ b/Source/NumConv.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/OldSequence.cpp b/Source/OldSequence.cpp index 565ece01d..c72b4fa24 100644 --- a/Source/OldSequence.cpp +++ b/Source/OldSequence.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/OldSequence.h b/Source/OldSequence.h index 16d064a7e..23681e620 100644 --- a/Source/OldSequence.h +++ b/Source/OldSequence.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/PCMImport.cpp b/Source/PCMImport.cpp index 7c838baeb..e102e5272 100644 --- a/Source/PCMImport.cpp +++ b/Source/PCMImport.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/PCMImport.h b/Source/PCMImport.h index 29cef3b2f..0c9c1e773 100644 --- a/Source/PCMImport.h +++ b/Source/PCMImport.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/PatternAction.cpp b/Source/PatternAction.cpp index b71321535..042d37793 100644 --- a/Source/PatternAction.cpp +++ b/Source/PatternAction.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/PatternAction.h b/Source/PatternAction.h index eb4c28ba4..b12659a0a 100644 --- a/Source/PatternAction.h +++ b/Source/PatternAction.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/PatternCompiler.cpp b/Source/PatternCompiler.cpp index 8fd34bd50..2e87c7850 100644 --- a/Source/PatternCompiler.cpp +++ b/Source/PatternCompiler.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/PatternCompiler.h b/Source/PatternCompiler.h index 10c4dbaab..f59f68604 100644 --- a/Source/PatternCompiler.h +++ b/Source/PatternCompiler.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/PatternComponent.cpp b/Source/PatternComponent.cpp index 670c9838d..41750866f 100644 --- a/Source/PatternComponent.cpp +++ b/Source/PatternComponent.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "PatternComponent.h" diff --git a/Source/PatternComponent.h b/Source/PatternComponent.h index 189ebd396..366ba2e65 100644 --- a/Source/PatternComponent.h +++ b/Source/PatternComponent.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/PatternData.cpp b/Source/PatternData.cpp index 5da4e05d2..74cb69bb9 100644 --- a/Source/PatternData.cpp +++ b/Source/PatternData.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/PatternData.h b/Source/PatternData.h index 7b236f49c..7853ac1f8 100644 --- a/Source/PatternData.h +++ b/Source/PatternData.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/PatternEditor.cpp b/Source/PatternEditor.cpp index 43002ff96..ec764aa53 100644 --- a/Source/PatternEditor.cpp +++ b/Source/PatternEditor.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/PatternEditor.h b/Source/PatternEditor.h index 668958ea0..3b80d6ef8 100644 --- a/Source/PatternEditor.h +++ b/Source/PatternEditor.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/PatternEditorTypes.cpp b/Source/PatternEditorTypes.cpp index ceffb0c56..9605ab536 100644 --- a/Source/PatternEditorTypes.cpp +++ b/Source/PatternEditorTypes.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/PatternEditorTypes.h b/Source/PatternEditorTypes.h index 3e8e11ae2..77afba995 100644 --- a/Source/PatternEditorTypes.h +++ b/Source/PatternEditorTypes.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/PatternNote.cpp b/Source/PatternNote.cpp index efa25d665..1b8225ced 100644 --- a/Source/PatternNote.cpp +++ b/Source/PatternNote.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/PatternNote.h b/Source/PatternNote.h index f34894adb..d3b9e1be5 100644 --- a/Source/PatternNote.h +++ b/Source/PatternNote.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/PerformanceDlg.cpp b/Source/PerformanceDlg.cpp index 7c5659741..1993dfb30 100644 --- a/Source/PerformanceDlg.cpp +++ b/Source/PerformanceDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/PerformanceDlg.h b/Source/PerformanceDlg.h index dc7c3a718..f16be1e71 100644 --- a/Source/PerformanceDlg.h +++ b/Source/PerformanceDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/RecordSettingsDlg.cpp b/Source/RecordSettingsDlg.cpp index 01829c948..b53d98215 100644 --- a/Source/RecordSettingsDlg.cpp +++ b/Source/RecordSettingsDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/RecordSettingsDlg.h b/Source/RecordSettingsDlg.h index dc14127cd..6a6960879 100644 --- a/Source/RecordSettingsDlg.h +++ b/Source/RecordSettingsDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/RegisterState.cpp b/Source/RegisterState.cpp index cddbcc0c3..bffc49dd4 100644 --- a/Source/RegisterState.cpp +++ b/Source/RegisterState.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/RegisterState.h b/Source/RegisterState.h index cc64571e8..7f87f3b95 100644 --- a/Source/RegisterState.h +++ b/Source/RegisterState.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/SampleEditorDlg.cpp b/Source/SampleEditorDlg.cpp index a81e08225..bb88b9711 100644 --- a/Source/SampleEditorDlg.cpp +++ b/Source/SampleEditorDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SampleEditorDlg.h b/Source/SampleEditorDlg.h index 97ac23d1e..3783e761d 100644 --- a/Source/SampleEditorDlg.h +++ b/Source/SampleEditorDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SampleEditorView.cpp b/Source/SampleEditorView.cpp index ecc6125db..3da739d20 100644 --- a/Source/SampleEditorView.cpp +++ b/Source/SampleEditorView.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SampleEditorView.h b/Source/SampleEditorView.h index 953d21d2d..fb2956c36 100644 --- a/Source/SampleEditorView.h +++ b/Source/SampleEditorView.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SeqInstHandler.cpp b/Source/SeqInstHandler.cpp index fa3c7ecc1..c2b2051c8 100644 --- a/Source/SeqInstHandler.cpp +++ b/Source/SeqInstHandler.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SeqInstHandler.h b/Source/SeqInstHandler.h index d6c6ed76c..3ec63d771 100644 --- a/Source/SeqInstHandler.h +++ b/Source/SeqInstHandler.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/SeqInstHandler2A03Pulse.cpp b/Source/SeqInstHandler2A03Pulse.cpp index 9791a7bfb..8f94d70dc 100644 --- a/Source/SeqInstHandler2A03Pulse.cpp +++ b/Source/SeqInstHandler2A03Pulse.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SeqInstHandler2A03Pulse.h b/Source/SeqInstHandler2A03Pulse.h index 20b0a118e..87cb74683 100644 --- a/Source/SeqInstHandler2A03Pulse.h +++ b/Source/SeqInstHandler2A03Pulse.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/SeqInstHandlerFDS.cpp b/Source/SeqInstHandlerFDS.cpp index 185ef486b..da9d85e4b 100644 --- a/Source/SeqInstHandlerFDS.cpp +++ b/Source/SeqInstHandlerFDS.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SeqInstHandlerFDS.h b/Source/SeqInstHandlerFDS.h index a053e9b16..e9531d4d8 100644 --- a/Source/SeqInstHandlerFDS.h +++ b/Source/SeqInstHandlerFDS.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/SeqInstHandlerN163.cpp b/Source/SeqInstHandlerN163.cpp index 8f141b926..0f8257194 100644 --- a/Source/SeqInstHandlerN163.cpp +++ b/Source/SeqInstHandlerN163.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SeqInstHandlerN163.h b/Source/SeqInstHandlerN163.h index c9f29401f..ed7028255 100644 --- a/Source/SeqInstHandlerN163.h +++ b/Source/SeqInstHandlerN163.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SeqInstHandlerS5B.cpp b/Source/SeqInstHandlerS5B.cpp index 2343213f3..60c2f9db6 100644 --- a/Source/SeqInstHandlerS5B.cpp +++ b/Source/SeqInstHandlerS5B.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SeqInstHandlerS5B.h b/Source/SeqInstHandlerS5B.h index 997db9f77..cc793d709 100644 --- a/Source/SeqInstHandlerS5B.h +++ b/Source/SeqInstHandlerS5B.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/SeqInstHandlerSawtooth.cpp b/Source/SeqInstHandlerSawtooth.cpp index d49f31ac2..30c6703cd 100644 --- a/Source/SeqInstHandlerSawtooth.cpp +++ b/Source/SeqInstHandlerSawtooth.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SeqInstHandlerSawtooth.h b/Source/SeqInstHandlerSawtooth.h index bc0198450..f06bb892d 100644 --- a/Source/SeqInstHandlerSawtooth.h +++ b/Source/SeqInstHandlerSawtooth.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/SeqInstrument.cpp b/Source/SeqInstrument.cpp index 3a587977c..5ac0f2000 100644 --- a/Source/SeqInstrument.cpp +++ b/Source/SeqInstrument.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SeqInstrument.h b/Source/SeqInstrument.h index ba339b63b..0ee748067 100644 --- a/Source/SeqInstrument.h +++ b/Source/SeqInstrument.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Sequence.cpp b/Source/Sequence.cpp index 03f536716..084478f4f 100644 --- a/Source/Sequence.cpp +++ b/Source/Sequence.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/Sequence.h b/Source/Sequence.h index 76309367e..8a4c41dae 100644 --- a/Source/Sequence.h +++ b/Source/Sequence.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SequenceCollection.cpp b/Source/SequenceCollection.cpp index 8fcce5970..f074681c9 100644 --- a/Source/SequenceCollection.cpp +++ b/Source/SequenceCollection.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SequenceCollection.h b/Source/SequenceCollection.h index 0807737ca..2b6380c7a 100644 --- a/Source/SequenceCollection.h +++ b/Source/SequenceCollection.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SequenceEditor.cpp b/Source/SequenceEditor.cpp index 6bba883e6..4a7b0fc76 100644 --- a/Source/SequenceEditor.cpp +++ b/Source/SequenceEditor.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include // // // diff --git a/Source/SequenceEditor.h b/Source/SequenceEditor.h index 0ff1924df..d7f21c987 100644 --- a/Source/SequenceEditor.h +++ b/Source/SequenceEditor.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SequenceEditorMessage.h b/Source/SequenceEditorMessage.h index 8450988ef..f12f80053 100644 --- a/Source/SequenceEditorMessage.h +++ b/Source/SequenceEditorMessage.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SequenceManager.cpp b/Source/SequenceManager.cpp index 28647b778..01061bfb2 100644 --- a/Source/SequenceManager.cpp +++ b/Source/SequenceManager.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SequenceManager.h b/Source/SequenceManager.h index 7459878b0..a0b51162c 100644 --- a/Source/SequenceManager.h +++ b/Source/SequenceManager.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SequenceParser.cpp b/Source/SequenceParser.cpp index f51c011ec..309075b3f 100644 --- a/Source/SequenceParser.cpp +++ b/Source/SequenceParser.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SequenceParser.h b/Source/SequenceParser.h index e007c0e3f..4b858ec36 100644 --- a/Source/SequenceParser.h +++ b/Source/SequenceParser.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/SequenceSetting.cpp b/Source/SequenceSetting.cpp index b8afc8940..68fc37777 100644 --- a/Source/SequenceSetting.cpp +++ b/Source/SequenceSetting.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ /* diff --git a/Source/SequenceSetting.h b/Source/SequenceSetting.h index 6f6a072d5..5dd8e6778 100644 --- a/Source/SequenceSetting.h +++ b/Source/SequenceSetting.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/Settings.cpp b/Source/Settings.cpp index defd2a058..91f84bc91 100644 --- a/Source/Settings.cpp +++ b/Source/Settings.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ /* diff --git a/Source/Settings.h b/Source/Settings.h index 7d5da7b32..a49e287c6 100644 --- a/Source/Settings.h +++ b/Source/Settings.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SimpleFile.cpp b/Source/SimpleFile.cpp index 54f528264..839c63b83 100644 --- a/Source/SimpleFile.cpp +++ b/Source/SimpleFile.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "SimpleFile.h" diff --git a/Source/SimpleFile.h b/Source/SimpleFile.h index 5d992ce19..9ac4ecc21 100644 --- a/Source/SimpleFile.h +++ b/Source/SimpleFile.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SizeEditor.cpp b/Source/SizeEditor.cpp index 510e1f2bb..643439488 100644 --- a/Source/SizeEditor.cpp +++ b/Source/SizeEditor.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ /* diff --git a/Source/SizeEditor.h b/Source/SizeEditor.h index bfc1370e9..824d3a4a5 100644 --- a/Source/SizeEditor.h +++ b/Source/SizeEditor.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SoundGen.cpp b/Source/SoundGen.cpp index a7cd4416f..8d534020a 100644 --- a/Source/SoundGen.cpp +++ b/Source/SoundGen.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // diff --git a/Source/SoundGen.h b/Source/SoundGen.h index 685b1824b..8b2e23775 100644 --- a/Source/SoundGen.h +++ b/Source/SoundGen.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SoundInterface.cpp b/Source/SoundInterface.cpp index c758cb297..b12d61eee 100644 --- a/Source/SoundInterface.cpp +++ b/Source/SoundInterface.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // diff --git a/Source/SoundInterface.h b/Source/SoundInterface.h index 1cbda4235..49f7dc7fc 100644 --- a/Source/SoundInterface.h +++ b/Source/SoundInterface.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #ifndef SOUNDINTERFACE_H diff --git a/Source/SpeedDlg.cpp b/Source/SpeedDlg.cpp index 487722674..033dfdfc6 100644 --- a/Source/SpeedDlg.cpp +++ b/Source/SpeedDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SpeedDlg.h b/Source/SpeedDlg.h index 3a68ecd50..5032976fa 100644 --- a/Source/SpeedDlg.h +++ b/Source/SpeedDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SplitKeyboardDlg.cpp b/Source/SplitKeyboardDlg.cpp index dc469954b..16d3bc372 100644 --- a/Source/SplitKeyboardDlg.cpp +++ b/Source/SplitKeyboardDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SplitKeyboardDlg.h b/Source/SplitKeyboardDlg.h index ce4bb069b..a433f9732 100644 --- a/Source/SplitKeyboardDlg.h +++ b/Source/SplitKeyboardDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/StretchDlg.cpp b/Source/StretchDlg.cpp index ee2a82fc7..a7b5a80d9 100644 --- a/Source/StretchDlg.cpp +++ b/Source/StretchDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/StretchDlg.h b/Source/StretchDlg.h index f237e5343..9165a5489 100644 --- a/Source/StretchDlg.h +++ b/Source/StretchDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/SwapDlg.cpp b/Source/SwapDlg.cpp index bcd4c21ff..58d8cd4e2 100644 --- a/Source/SwapDlg.cpp +++ b/Source/SwapDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/SwapDlg.h b/Source/SwapDlg.h index f35060ce3..6c08a730e 100644 --- a/Source/SwapDlg.h +++ b/Source/SwapDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/TextExporter.cpp b/Source/TextExporter.cpp index a4d430d71..baae17c86 100644 --- a/Source/TextExporter.cpp +++ b/Source/TextExporter.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/TextExporter.h b/Source/TextExporter.h index b65a419d8..079344a34 100644 --- a/Source/TextExporter.h +++ b/Source/TextExporter.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/TrackerChannel.cpp b/Source/TrackerChannel.cpp index 4dea3126f..82e586fa6 100644 --- a/Source/TrackerChannel.cpp +++ b/Source/TrackerChannel.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/TrackerChannel.h b/Source/TrackerChannel.h index 24d3f123f..57cff4617 100644 --- a/Source/TrackerChannel.h +++ b/Source/TrackerChannel.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/TransposeDlg.cpp b/Source/TransposeDlg.cpp index b0318e638..1323391ad 100644 --- a/Source/TransposeDlg.cpp +++ b/Source/TransposeDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/TransposeDlg.h b/Source/TransposeDlg.h index 81492fd9c..0a53fe9d3 100644 --- a/Source/TransposeDlg.h +++ b/Source/TransposeDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/VersionChecker.cpp b/Source/VersionChecker.cpp index 3123ac805..1d009ec0d 100644 --- a/Source/VersionChecker.cpp +++ b/Source/VersionChecker.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "VersionChecker.h" diff --git a/Source/VersionChecker.h b/Source/VersionChecker.h index ebbc159f2..101bd198f 100644 --- a/Source/VersionChecker.h +++ b/Source/VersionChecker.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/VersionCheckerDlg.cpp b/Source/VersionCheckerDlg.cpp index 512555e77..85a380c25 100644 --- a/Source/VersionCheckerDlg.cpp +++ b/Source/VersionCheckerDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // VersionCheckerDlg.cpp : implementation file diff --git a/Source/VersionCheckerDlg.h b/Source/VersionCheckerDlg.h index 63096ec17..0cf895429 100644 --- a/Source/VersionCheckerDlg.h +++ b/Source/VersionCheckerDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/VisualizerBase.cpp b/Source/VisualizerBase.cpp index 57b3a2b67..2706727c4 100644 --- a/Source/VisualizerBase.cpp +++ b/Source/VisualizerBase.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "VisualizerBase.h" diff --git a/Source/VisualizerBase.h b/Source/VisualizerBase.h index b436e3ac4..ab3c80fed 100644 --- a/Source/VisualizerBase.h +++ b/Source/VisualizerBase.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/VisualizerScope.cpp b/Source/VisualizerScope.cpp index 8ab368d08..c0daa9126 100644 --- a/Source/VisualizerScope.cpp +++ b/Source/VisualizerScope.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "VisualizerScope.h" diff --git a/Source/VisualizerScope.h b/Source/VisualizerScope.h index 914e50894..b34916324 100644 --- a/Source/VisualizerScope.h +++ b/Source/VisualizerScope.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/VisualizerSpectrum.cpp b/Source/VisualizerSpectrum.cpp index 84253a41f..747a4fc1b 100644 --- a/Source/VisualizerSpectrum.cpp +++ b/Source/VisualizerSpectrum.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "VisualizerSpectrum.h" diff --git a/Source/VisualizerSpectrum.h b/Source/VisualizerSpectrum.h index a89086ef4..c79317906 100644 --- a/Source/VisualizerSpectrum.h +++ b/Source/VisualizerSpectrum.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/VisualizerStatic.cpp b/Source/VisualizerStatic.cpp index 75e754b6e..7d1ee4604 100644 --- a/Source/VisualizerStatic.cpp +++ b/Source/VisualizerStatic.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "VisualizerStatic.h" diff --git a/Source/VisualizerStatic.h b/Source/VisualizerStatic.h index aa767a186..01f05dd35 100644 --- a/Source/VisualizerStatic.h +++ b/Source/VisualizerStatic.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/VisualizerWnd.cpp b/Source/VisualizerWnd.cpp index 422da867d..9fde8cea0 100644 --- a/Source/VisualizerWnd.cpp +++ b/Source/VisualizerWnd.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "VisualizerWnd.h" diff --git a/Source/VisualizerWnd.h b/Source/VisualizerWnd.h index 2ba772c7e..3ff29d912 100644 --- a/Source/VisualizerWnd.h +++ b/Source/VisualizerWnd.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/WavProgressDlg.cpp b/Source/WavProgressDlg.cpp index cf630d094..298ca6100 100644 --- a/Source/WavProgressDlg.cpp +++ b/Source/WavProgressDlg.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "stdafx.h" diff --git a/Source/WavProgressDlg.h b/Source/WavProgressDlg.h index 2fb65738c..81ccdec22 100644 --- a/Source/WavProgressDlg.h +++ b/Source/WavProgressDlg.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/WaveEditor.cpp b/Source/WaveEditor.cpp index f407bc6a3..43dfc0bbe 100644 --- a/Source/WaveEditor.cpp +++ b/Source/WaveEditor.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/Source/WaveEditor.h b/Source/WaveEditor.h index abaac3ada..8b23750e0 100644 --- a/Source/WaveEditor.h +++ b/Source/WaveEditor.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/WaveFile.cpp b/Source/WaveFile.cpp index 79e170901..3052002e1 100644 --- a/Source/WaveFile.cpp +++ b/Source/WaveFile.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "WaveFile.h" diff --git a/Source/WaveFile.h b/Source/WaveFile.h index 4a29171c7..35031add9 100644 --- a/Source/WaveFile.h +++ b/Source/WaveFile.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/WaveformGenerator.cpp b/Source/WaveformGenerator.cpp index 041aa3c6b..2d23ae017 100644 --- a/Source/WaveformGenerator.cpp +++ b/Source/WaveformGenerator.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "WaveformGenerator.h" diff --git a/Source/WaveformGenerator.h b/Source/WaveformGenerator.h index 544e3db2a..351a5a224 100644 --- a/Source/WaveformGenerator.h +++ b/Source/WaveformGenerator.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/WavegenBuiltin.cpp b/Source/WavegenBuiltin.cpp index 8cb512564..1732e16cb 100644 --- a/Source/WavegenBuiltin.cpp +++ b/Source/WavegenBuiltin.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #include "WaveformGenerator.h" diff --git a/Source/WavegenBuiltin.h b/Source/WavegenBuiltin.h index 170329092..cef9cc095 100644 --- a/Source/WavegenBuiltin.h +++ b/Source/WavegenBuiltin.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once diff --git a/Source/stdafx.cpp b/Source/stdafx.cpp index 5edb515e1..0ef081de1 100644 --- a/Source/stdafx.cpp +++ b/Source/stdafx.cpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // stdafx.cpp : source file that includes just the standard includes diff --git a/Source/stdafx.h b/Source/stdafx.h index 482ba2c5d..233268b17 100644 --- a/Source/stdafx.h +++ b/Source/stdafx.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ // stdafx.h : include file for standard system include files, diff --git a/Source/str_conv/str_conv.hpp b/Source/str_conv/str_conv.hpp index e91b6c9ee..50849670a 100644 --- a/Source/str_conv/str_conv.hpp +++ b/Source/str_conv/str_conv.hpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/str_conv/utf8_conv.hpp b/Source/str_conv/utf8_conv.hpp index bf8faf03a..e0a1902c7 100644 --- a/Source/str_conv/utf8_conv.hpp +++ b/Source/str_conv/utf8_conv.hpp @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/Source/to_sv.h b/Source/to_sv.h index 5cba008a0..4922061e3 100644 --- a/Source/to_sv.h +++ b/Source/to_sv.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ diff --git a/docs/dn logo.svg b/docs/dn_logo.svg similarity index 100% rename from docs/dn logo.svg rename to docs/dn_logo.svg diff --git a/docs/version_update.md b/docs/version_update.md index 87b22f8aa..c6cbc9566 100644 --- a/docs/version_update.md +++ b/docs/version_update.md @@ -32,31 +32,26 @@ - [version.h](../version.h) - [ ] **IMPORTANT**: update ConfigVersion.cpp - [ ] Update copyright years: - - [LICENSE.txt](../LICENSE.txt) - all source files with copyright info: ``` -FamiTracker - NES/Famicom sound tracker -Copyright (C) 2005-2020 Jonathan Liss +Dn-FamiTracker - NES/Famicom sound tracker +Copyright (C) 2020-2025 D.P.C.M. +FamiTracker Copyright (C) 2005-2020 Jonathan Liss +0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil -0CC-FamiTracker is (C) 2014-2018 HertzDevil - -Dn-FamiTracker is (C) 2020-2025 D.P.C.M. - -This program is free software; you can redistribute it and/or modify +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 2 of the License, or +the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 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 -Library General Public License for more details. To obtain a -copy of the GNU Library General Public License, write to the Free -Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. -Any permitted reproduction of these routines, in whole or in part, -must bear this legend. +You should have received a copy of the GNU General Public License +along with this program. If not, see https://www.gnu.org/licenses/. ``` - [ ] Create and push Version Tag to the repo diff --git a/version.h b/version.h index 1a59ca2b4..9bc288650 100644 --- a/version.h +++ b/version.h @@ -1,25 +1,21 @@ /* -** FamiTracker - NES/Famicom sound tracker -** Copyright (C) 2005-2020 Jonathan Liss +** Dn-FamiTracker - NES/Famicom sound tracker +** Copyright (C) 2020-2025 D.P.C.M. +** FamiTracker Copyright (C) 2005-2020 Jonathan Liss +** 0CC-FamiTracker Copyright (C) 2014-2018 HertzDevil ** -** 0CC-FamiTracker is (C) 2014-2018 HertzDevil -** -** Dn-FamiTracker is (C) 2020-2024 D.P.C.M. -** -** This program is free software; you can redistribute it and/or modify +** 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 2 of the License, or +** the Free Software Foundation, either version 3 of the License, or ** (at your option) any later version. ** ** 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 -** Library General Public License for more details. To obtain a -** copy of the GNU Library General Public License, write to the Free -** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +** GNU General Public License for more details. ** -** Any permitted reproduction of these routines, in whole or in part, -** must bear this legend. +** You should have received a copy of the GNU General Public License +** along with this program. If not, see https://www.gnu.org/licenses/. */ #pragma once @@ -31,13 +27,13 @@ // Define this for beta builds -#define WIP +//#define WIP #define VERSION_API 0 #define VERSION_MAJ 5 -#define VERSION_MIN 0 -#define VERSION_REV 3 +#define VERSION_MIN 1 +#define VERSION_REV 0 #define VERSION VERSION_API,VERSION_MAJ,VERSION_MIN,VERSION_REV