From 26f901a9905f5e5ea076b7b0c0956c94a29de029 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Wed, 23 Jan 2008 08:23:19 +0100 Subject: [PATCH] Changed year of copyright. --- ahxm.h | 2 +- compiler.l | 2 +- compiler.y | 2 +- main.c | 4 ++-- midi_song.c | 2 +- midiin.c | 2 +- song.c | 2 +- ss_core.c | 2 +- ss_eff.c | 2 +- ss_gen.c | 2 +- ss_input.c | 2 +- ss_ins.c | 2 +- ss_outdev.c | 2 +- ss_output.c | 2 +- ss_song.c | 2 +- support.c | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ahxm.h b/ahxm.h index ae8809e..c672c41 100644 --- a/ahxm.h +++ b/ahxm.h @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/compiler.l b/compiler.l index f540b4b..b808d20 100644 --- a/compiler.l +++ b/compiler.l @@ -2,7 +2,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega compiler.l - Scripting language [F]lex lexer diff --git a/compiler.y b/compiler.y index 255daad..b893aeb 100644 --- a/compiler.y +++ b/compiler.y @@ -2,7 +2,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega compiler.y - Scripting language YACC parser diff --git a/main.c b/main.c index 9d3309b..3975267 100644 --- a/main.c +++ b/main.c @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega main.c - Miscellaneous functions and startup @@ -56,7 +56,7 @@ static void read_config(void) static int main_usage(void) { printf("Ann Hell Ex Machina %s - Music Writing Software\n", VERSION); - printf("Copyright (C) 2003-2007 Angel Ortega \n"); + printf("Copyright (C) 2003-2008 Angel Ortega \n"); printf("This software is covered by the GPL license. NO WARRANTY.\n\n"); printf("Usage: ahxm [options] {script.ahs}\n\n"); printf("Options:\n\n"); diff --git a/midi_song.c b/midi_song.c index 9411f33..bf7bf7f 100644 --- a/midi_song.c +++ b/midi_song.c @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega midi_song.c - MIDI song event stream management diff --git a/midiin.c b/midiin.c index ae1a54c..2c2dd6b 100644 --- a/midiin.c +++ b/midiin.c @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega midiin.c - Code for testing the libraries diff --git a/song.c b/song.c index 456a4cd..9b64c61 100644 --- a/song.c +++ b/song.c @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega song.c - Device-independent song event stream management diff --git a/ss_core.c b/ss_core.c index 6b9f907..7ec4b40 100644 --- a/ss_core.c +++ b/ss_core.c @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega ss_core.c - Softsynth core functions diff --git a/ss_eff.c b/ss_eff.c index 5427276..1b1ae62 100644 --- a/ss_eff.c +++ b/ss_eff.c @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega ss_eff.c - Software syntesizer's digital effects diff --git a/ss_gen.c b/ss_gen.c index 222eb2a..8c27058 100644 --- a/ss_gen.c +++ b/ss_gen.c @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega ss_gen.c - Software syntesizer's sound generators diff --git a/ss_input.c b/ss_input.c index 1bed349..a2bc659 100644 --- a/ss_input.c +++ b/ss_input.c @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega ss_input.c - Code to load softsynth sounds in different formats diff --git a/ss_ins.c b/ss_ins.c index 0d03da2..f89848d 100644 --- a/ss_ins.c +++ b/ss_ins.c @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega ss_ins.c - Software synthesizer's instruments diff --git a/ss_outdev.c b/ss_outdev.c index 8041577..7c6f991 100644 --- a/ss_outdev.c +++ b/ss_outdev.c @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2005/2007 Angel Ortega + Copyright (C) 2005/2008 Angel Ortega ss_outdev.c - Softsynth output devices diff --git a/ss_output.c b/ss_output.c index a92afad..0c326d5 100644 --- a/ss_output.c +++ b/ss_output.c @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega ss_output.c - Softsynth output interface diff --git a/ss_song.c b/ss_song.c index d663253..34d1076 100644 --- a/ss_song.c +++ b/ss_song.c @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega ss_song.c - Software synth song event stream management diff --git a/support.c b/support.c index 16eb8a2..48a220e 100644 --- a/support.c +++ b/support.c @@ -1,7 +1,7 @@ /* Ann Hell Ex Machina - Music Software - Copyright (C) 2003/2007 Angel Ortega + Copyright (C) 2003/2008 Angel Ortega support.c - Miscellaneous support functions -- 2.11.4.GIT