- Add utils.h & utils.c files,
- Implement DR_Kit_Id_Convert() and DR_Bank_Program_Id_Convert(), - Implement UI title label and id_bank_program label update, - Add GPL3 license file & file headers.
This commit is contained in:
@@ -1,5 +1,26 @@
|
||||
#!/bin/bash
|
||||
|
||||
#------------------------------------------------------------------------------#
|
||||
# drummer-mkttl #
|
||||
#------------------------------------------------------------------------------#
|
||||
|
||||
#------------------------------------------------------------------------------#
|
||||
# This file is part of Drummer. #
|
||||
# #
|
||||
# Drummer is free software: you can 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. #
|
||||
# #
|
||||
# Drummer is distributed in the hope that 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 Drummer. If not, see <https://www.gnu.org/licenses/>. #
|
||||
#------------------------------------------------------------------------------#
|
||||
|
||||
manifest_file="manifest.ttl"
|
||||
out_file="drummer.ttl"
|
||||
owner_email="alkorz3@rx3.net"
|
||||
|
||||
Reference in New Issue
Block a user