Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
pimpmobile
Commits
c34d3589
Commit
c34d3589
authored
May 28, 2009
by
Erik Faye-Lund
Browse files
update / correct license headers
Signed-off-by:
Erik Faye-Lund
<
kusmabite@gmail.com
>
parent
4531d0ed
Changes
15
Hide whitespace changes
Inline
Side-by-side
converter/pimpconv.c
View file @
c34d3589
/* pimpconv.c -- Main entry-point for the tool to load and export bin-modules
* Copyright (C) 2005-2006 Jrn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
#include <stdio.h>
#include <string.h>
#include <assert.h>
...
...
converter/serialize_instrument.c
View file @
c34d3589
/* serialize_instrument.c -- Serializer for instrument data
* Copyright (C) 2005-2006 Jrn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
#include <stdio.h>
#include "../src/pimp_module.h"
#include "../src/pimp_mixer.h"
...
...
converter/serialize_instrument.h
View file @
c34d3589
/* serialize_instrument.h -- Serializer for instrument data
* Copyright (C) 2005-2006 Jørn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
#ifndef DUMP_INSTRUMENT_H
#define DUMP_INSTRUMENT_H
...
...
converter/serialize_module.c
View file @
c34d3589
/* serialize_module.c -- Serializer for module structure
* Copyright (C) 2005-2006 Jrn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
#include <stdio.h>
#include "serializer.h"
...
...
converter/serializer.cpp
View file @
c34d3589
/* serializer.cpp -- low-level serializer for pimpconv
* Copyright (C) 2005-2006 Jrn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
#include "serializer.h"
#include <stdio.h>
...
...
converter/serializer.h
View file @
c34d3589
/* serializer.h --
GameBoy Advance c-interface
for
P
imp
mobile
/* serializer.h --
low-level serializer
for
p
imp
conv
* Copyright (C) 2005-2006 Jrn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
...
...
src/convert_sample.c
View file @
c34d3589
/* convert_sample.c -- Sample converter code
* Copyright (C) 2006-2007 Jrn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
#include "pimp_base.h"
#include "pimp_debug.h"
#include "convert_sample.h"
...
...
src/convert_sample.h
View file @
c34d3589
/* convert_sample.h -- Sample converter header
* Copyright (C) 2006-2007 Jrn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
#ifndef CONVERT_SAMPLE_H
#define CONVERT_SAMPLE_H
...
...
src/load_mod.c
View file @
c34d3589
/*
converter
_mod.c
pp
-- Protracker MOD
convert
ing code
/*
load
_mod.c -- Protracker MOD
load
ing code
* Copyright (C) 2005-2006 Jrn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
...
...
src/load_module.h
View file @
c34d3589
/* load_module.h -- Module loader header file
* Copyright (C) 2005-2006 Jrn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
#ifndef LOAD_MODULE_H
#define LOAD_MODULE_H
...
...
src/load_xm.c
View file @
c34d3589
/*
converter
_xm.c
pp
-- FastTracker XM
convert
ing code
/*
load
_xm.c -- FastTracker XM
load
ing code
* Copyright (C) 2005-2006 Jrn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
...
...
src/pimp_envelope.c
View file @
c34d3589
/* pimp_envelope.
h
-- Envelope routines
/* pimp_envelope.
c
-- Envelope routines
* Copyright (C) 2005-2006 Jørn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
...
...
src/pimp_internal.h
View file @
c34d3589
#ifndef PIMP_INTERNAL_H
#define PIMP_INTERNAL_H
/* pimp_internal.h -- Internal enums and routines for Pimpmobile
* Copyright (C) 2005-2006 Jrn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
#ifndef PIMP_INTERNAL_H
#define PIMP_INTERNAL_H
#include "pimp_base.h"
#include "pimp_config.h"
#include "pimp_debug.h"
...
...
src/pimp_sample_bank.c
View file @
c34d3589
/* pimp_sample_bank.c -- Sample databse for Pimpmobile
* Copyright (C) 2005-2006 Jrn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
#include "pimp_sample_bank.h"
#include "pimp_debug.h"
...
...
src/pimp_sample_bank.h
View file @
c34d3589
/* pimp_sample_bank.h -- Sample databse for Pimpmobile
* Copyright (C) 2005-2006 Jrn Nystad and Erik Faye-Lund
* For conditions of distribution and use, see copyright notice in LICENSE.TXT
*/
#ifndef PIMP_SAMPLE_BANK_H
#define PIMP_SAMPLE_BANK_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment