diff --git a/Makefile.am b/Makefile.am index 9d13498da..66a892264 100644 --- a/Makefile.am +++ b/Makefile.am @@ -391,5 +391,9 @@ AM_CFLAGS = $(SDL_CFLAGS) $(cflags_alsa) $(cflags_oss) \ AM_OBJCFLAGS = $(AM_CFLAGS) schismtracker_DEPENDENCIES = $(files_windres) -schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM) -ldl +schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM) + +if ! USE_WIN32 +schismtracker_LDADD += -ldl +endif diff --git a/NEWS b/NEWS index c225c48eb..98e8e7484 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +20120105 + + - Happy New Year again! Not much new. (Perhaps that'll change soon?) + +Miscellaneous: + + - Added "invert_home_end" option on the pattern editor to make the keys act + more like FT2. There is no UI switch for this option. + - Fixed a couple quirky segfaults, most of which were unlikely to happen + unless you were looking for them. + - Fixed a bug that cropped up that broke the mouse in dialogs. + - Small fixes to the IMF and S3M loaders. + - Removing the last envelope node adjusts the loop points (as it should!) + - A dialog now warns you if you are about to export an empty file (i.e., + nothing in the orderlist) + - Added a separate glob pattern, listing only WAV and AIFF files by default + - Export shows file size and duration when it finishes + +============================================================================== + 20110101 - Happy New Year! This is mostly for Windows users, as there was a huge diff --git a/README b/README index 303e972ce..896caac36 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Schism Tracker copyright (c) 2003-2011 Storlek +Schism Tracker copyright (c) 2003-2012 Storlek http://schismtracker.org/ diff --git a/configure.ac b/configure.ac index d51e5aea6..5b25f7f74 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Schism Tracker - a cross-platform Impulse Tracker clone dnl copyright (c) 2003-2005 Storlek dnl copyright (c) 2005-2008 Mrs. Brisby dnl copyright (c) 2009 Storlek & Mrs. Brisby -dnl copyright (c) 2010-2011 Storlek +dnl copyright (c) 2010-2012 Storlek dnl URL: http://schismtracker.org/ dnl dnl This program is free software; you can redistribute it and/or modify diff --git a/fmt/669.c b/fmt/669.c index ee0321704..15b0b31ec 100644 --- a/fmt/669.c +++ b/fmt/669.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/aiff.c b/fmt/aiff.c index 9dcc9a824..3ebfaea0f 100644 --- a/fmt/aiff.c +++ b/fmt/aiff.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/ams.c b/fmt/ams.c index af998387f..6dd1663f9 100644 --- a/fmt/ams.c +++ b/fmt/ams.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/au.c b/fmt/au.c index fd1b2c091..234bf1719 100644 --- a/fmt/au.c +++ b/fmt/au.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/compression.c b/fmt/compression.c index a70926648..a1f7452ad 100644 --- a/fmt/compression.c +++ b/fmt/compression.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/f2r.c b/fmt/f2r.c index 15dfe7590..173b292f4 100644 --- a/fmt/f2r.c +++ b/fmt/f2r.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/far.c b/fmt/far.c index 7086bb239..0c10ea16e 100644 --- a/fmt/far.c +++ b/fmt/far.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/generic.c b/fmt/generic.c index cf6d6e92e..9ed4fa7a5 100644 --- a/fmt/generic.c +++ b/fmt/generic.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/imf.c b/fmt/imf.c index a3726a110..cadc4f534 100644 --- a/fmt/imf.c +++ b/fmt/imf.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/it.c b/fmt/it.c index cef380558..97f06303d 100644 --- a/fmt/it.c +++ b/fmt/it.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/iti.c b/fmt/iti.c index 7c91f02db..5f6caca31 100644 --- a/fmt/iti.c +++ b/fmt/iti.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/its.c b/fmt/its.c index ffb95a3dc..612721b61 100644 --- a/fmt/its.c +++ b/fmt/its.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/liq.c b/fmt/liq.c index 66438fa3a..841d895d6 100644 --- a/fmt/liq.c +++ b/fmt/liq.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/mdl.c b/fmt/mdl.c index 3ae57002c..ebcb3e4d9 100644 --- a/fmt/mdl.c +++ b/fmt/mdl.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/med.c b/fmt/med.c index 982873447..f75796a04 100644 --- a/fmt/med.c +++ b/fmt/med.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/mf.c b/fmt/mf.c index 729b618ae..44df562bf 100644 --- a/fmt/mf.c +++ b/fmt/mf.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/mid.c b/fmt/mid.c index 09031e331..860ed28f2 100644 --- a/fmt/mid.c +++ b/fmt/mid.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/mod.c b/fmt/mod.c index f59d2ef6e..23a3b75d4 100644 --- a/fmt/mod.c +++ b/fmt/mod.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/mp3.c b/fmt/mp3.c index 6fead7029..eb5cdc8f5 100644 --- a/fmt/mp3.c +++ b/fmt/mp3.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/mt2.c b/fmt/mt2.c index c4c93af2c..0de935820 100644 --- a/fmt/mt2.c +++ b/fmt/mt2.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/mtm.c b/fmt/mtm.c index 5eea636e5..0106da476 100644 --- a/fmt/mtm.c +++ b/fmt/mtm.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/mus.c b/fmt/mus.c index cb6ef6a18..cff1f9fa4 100644 --- a/fmt/mus.c +++ b/fmt/mus.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/ntk.c b/fmt/ntk.c index b39bcbd11..1e8407cb2 100644 --- a/fmt/ntk.c +++ b/fmt/ntk.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/ogg.c b/fmt/ogg.c index d9e443bd1..8e1b49196 100644 --- a/fmt/ogg.c +++ b/fmt/ogg.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/okt.c b/fmt/okt.c index 3bf93e8ea..486ea94bf 100644 --- a/fmt/okt.c +++ b/fmt/okt.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/pat.c b/fmt/pat.c index 068e4b187..1d3851711 100644 --- a/fmt/pat.c +++ b/fmt/pat.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/raw.c b/fmt/raw.c index 7114f6a50..02c3ed7a3 100644 --- a/fmt/raw.c +++ b/fmt/raw.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/s3i.c b/fmt/s3i.c index ea88b70a1..33e5dec8e 100644 --- a/fmt/s3i.c +++ b/fmt/s3i.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/s3m.c b/fmt/s3m.c index 865f02aca..c94362208 100644 --- a/fmt/s3m.c +++ b/fmt/s3m.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/sfx.c b/fmt/sfx.c index 41478f92d..991f0da50 100644 --- a/fmt/sfx.c +++ b/fmt/sfx.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/sid.c b/fmt/sid.c index cf168d21e..92ce116ff 100644 --- a/fmt/sid.c +++ b/fmt/sid.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/stm.c b/fmt/stm.c index 31e8a81eb..267cbbce2 100644 --- a/fmt/stm.c +++ b/fmt/stm.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/ult.c b/fmt/ult.c index 281ad95c4..93a700f90 100644 --- a/fmt/ult.c +++ b/fmt/ult.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/wav.c b/fmt/wav.c index 79dbaa51f..60e550e74 100644 --- a/fmt/wav.c +++ b/fmt/wav.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/xi.c b/fmt/xi.c index a23d9a508..1f8ed5a2b 100644 --- a/fmt/xi.c +++ b/fmt/xi.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/fmt/xm.c b/fmt/xm.c index 34ca94aa8..cdf0a1b44 100644 --- a/fmt/xm.c +++ b/fmt/xm.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/helptext/copyright b/helptext/copyright index 0b1f76de4..d5be47bd9 100644 --- a/helptext/copyright +++ b/helptext/copyright @@ -5,7 +5,7 @@ + Copyright (c) 2003-2005 Storlek + Copyright (c) 2005-2008 Mrs. Brisby + Copyright (c) 2009 Storlek & Mrs. Brisby -+ Copyright (c) 2010-2011 Storlek ++ Copyright (c) 2010-2012 Storlek + + Based on Impulse Tracker which is copyright (c) 1995-1998 Jeffrey Lim. + Contains code by Olivier Lapicque, Markus Fick, Adam Goode, Ville Jokela, diff --git a/include/charset.h b/include/charset.h index b03803658..8e4148fed 100644 --- a/include/charset.h +++ b/include/charset.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/clippy.h b/include/clippy.h index 477123118..0a68039f3 100644 --- a/include/clippy.h +++ b/include/clippy.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/config-parser.h b/include/config-parser.h index e957ad9b9..461bb2636 100644 --- a/include/config-parser.h +++ b/include/config-parser.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/disko.h b/include/disko.h index b3e5130fc..49302c45d 100644 --- a/include/disko.h +++ b/include/disko.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/dmoz.h b/include/dmoz.h index 851222f02..95c2a7d90 100644 --- a/include/dmoz.h +++ b/include/dmoz.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/draw-char.h b/include/draw-char.h index 91c112e3a..bca1f78d6 100644 --- a/include/draw-char.h +++ b/include/draw-char.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/event.h b/include/event.h index 67d8b3751..2bdcdc806 100644 --- a/include/event.h +++ b/include/event.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/fmt-types.h b/include/fmt-types.h index 21f11c251..03dc3ba70 100644 --- a/include/fmt-types.h +++ b/include/fmt-types.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/fmt.h b/include/fmt.h index 015d5fab9..df7577446 100644 --- a/include/fmt.h +++ b/include/fmt.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/headers.h b/include/headers.h index d0bf9ba1e..16564f23b 100644 --- a/include/headers.h +++ b/include/headers.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/it.h b/include/it.h index 35564f398..6cd538f0c 100644 --- a/include/it.h +++ b/include/it.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/log.h b/include/log.h index 5bd2d30b2..a5e2a4db7 100644 --- a/include/log.h +++ b/include/log.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/midi.h b/include/midi.h index d36c52bf9..abf540b19 100644 --- a/include/midi.h +++ b/include/midi.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/osdefs.h b/include/osdefs.h index b540a7093..25e92f4aa 100644 --- a/include/osdefs.h +++ b/include/osdefs.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/page.h b/include/page.h index bab6731ac..b61a37280 100644 --- a/include/page.h +++ b/include/page.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/pattern-view.h b/include/pattern-view.h index bec6dbdff..68d3823d9 100644 --- a/include/pattern-view.h +++ b/include/pattern-view.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/sample-edit.h b/include/sample-edit.h index 9d61de169..669bead72 100644 --- a/include/sample-edit.h +++ b/include/sample-edit.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/slurp.h b/include/slurp.h index 3797369cb..ba67fc43b 100644 --- a/include/slurp.h +++ b/include/slurp.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/song.h b/include/song.h index c8a281fef..3fa9b26be 100644 --- a/include/song.h +++ b/include/song.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/tables.h b/include/tables.h index d102ebd1e..fa117c57f 100644 --- a/include/tables.h +++ b/include/tables.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/tree.h b/include/tree.h index 5d8bee5f1..679c4c302 100644 --- a/include/tree.h +++ b/include/tree.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/util.h b/include/util.h index f83ea74a1..bacf541df 100644 --- a/include/util.h +++ b/include/util.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/version.h b/include/version.h index 9759f6d3a..e7e3f30b0 100644 --- a/include/version.h +++ b/include/version.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/include/video.h b/include/video.h index 7b3334dd5..26bed26b4 100644 --- a/include/video.h +++ b/include/video.h @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/player/csndfile.c b/player/csndfile.c index de9890bee..b1f510806 100644 --- a/player/csndfile.c +++ b/player/csndfile.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/player/dsp.c b/player/dsp.c index 773769e29..de38326df 100644 --- a/player/dsp.c +++ b/player/dsp.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/player/effects.c b/player/effects.c index 099b1625e..b965737f9 100644 --- a/player/effects.c +++ b/player/effects.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/player/equalizer.c b/player/equalizer.c index 74bc0db09..b09535018 100644 --- a/player/equalizer.c +++ b/player/equalizer.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/player/filters.c b/player/filters.c index 8638166c3..105aa8d25 100644 --- a/player/filters.c +++ b/player/filters.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/player/fmpatches.c b/player/fmpatches.c index 2fb373858..6c13c7169 100644 --- a/player/fmpatches.c +++ b/player/fmpatches.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/player/mixer.c b/player/mixer.c index 21e105d7f..d59d133a3 100644 --- a/player/mixer.c +++ b/player/mixer.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/player/mixutil.c b/player/mixutil.c index 76a1c2b8a..b55d30618 100644 --- a/player/mixutil.c +++ b/player/mixutil.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/player/snd_fm.c b/player/snd_fm.c index 87f56c95c..a0ec12dbb 100644 --- a/player/snd_fm.c +++ b/player/snd_fm.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/player/snd_gm.c b/player/snd_gm.c index f1959e4a4..9f395b6bb 100644 --- a/player/snd_gm.c +++ b/player/snd_gm.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/player/sndmix.c b/player/sndmix.c index d8b8386d4..a474c82ef 100644 --- a/player/sndmix.c +++ b/player/sndmix.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/player/tables.c b/player/tables.c index f2ce7c25c..e28959f67 100644 --- a/player/tables.c +++ b/player/tables.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/audio_loadsave.c b/schism/audio_loadsave.c index a890fb28e..e6b79fbfc 100644 --- a/schism/audio_loadsave.c +++ b/schism/audio_loadsave.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/audio_playback.c b/schism/audio_playback.c index c2832b131..505b39776 100644 --- a/schism/audio_playback.c +++ b/schism/audio_playback.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/charset.c b/schism/charset.c index b074add51..4e431be87 100644 --- a/schism/charset.c +++ b/schism/charset.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/clippy.c b/schism/clippy.c index 87018660d..8c15f9614 100644 --- a/schism/clippy.c +++ b/schism/clippy.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/config-parser.c b/schism/config-parser.c index 70e8bfb1c..f766d31fc 100644 --- a/schism/config-parser.c +++ b/schism/config-parser.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/config.c b/schism/config.c index f4e3a700e..c839a4b51 100644 --- a/schism/config.c +++ b/schism/config.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/dialog.c b/schism/dialog.c index 44e6a6448..335203264 100644 --- a/schism/dialog.c +++ b/schism/dialog.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/disko.c b/schism/disko.c index 25dab543c..b5aea31ea 100644 --- a/schism/disko.c +++ b/schism/disko.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/dmoz.c b/schism/dmoz.c index 5d86ac8c5..c5c1269d7 100644 --- a/schism/dmoz.c +++ b/schism/dmoz.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/draw-char.c b/schism/draw-char.c index 8e6531630..e20ff2d59 100644 --- a/schism/draw-char.c +++ b/schism/draw-char.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/draw-misc.c b/schism/draw-misc.c index 35dbc4f3e..0f28ecd74 100644 --- a/schism/draw-misc.c +++ b/schism/draw-misc.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/fakemem.c b/schism/fakemem.c index 8db05ac67..574fd2868 100644 --- a/schism/fakemem.c +++ b/schism/fakemem.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/itf.c b/schism/itf.c index bae1f0076..0fd568ad9 100644 --- a/schism/itf.c +++ b/schism/itf.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/keyboard.c b/schism/keyboard.c index f6d450a56..0c396fae3 100644 --- a/schism/keyboard.c +++ b/schism/keyboard.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/main.c b/schism/main.c index 8cd421c9c..3bec7659e 100644 --- a/schism/main.c +++ b/schism/main.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/menu.c b/schism/menu.c index 79488cb50..146a3780d 100644 --- a/schism/menu.c +++ b/schism/menu.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/midi-core.c b/schism/midi-core.c index 2db2ad8ab..2279883a3 100644 --- a/schism/midi-core.c +++ b/schism/midi-core.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/midi-ip.c b/schism/midi-ip.c index fcf3ec3a8..bfbd3ddbc 100644 --- a/schism/midi-ip.c +++ b/schism/midi-ip.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/mplink.c b/schism/mplink.c index 965831f31..84b930dd7 100644 --- a/schism/mplink.c +++ b/schism/mplink.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page.c b/schism/page.c index a99f6e0a4..9f9e07282 100644 --- a/schism/page.c +++ b/schism/page.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_about.c b/schism/page_about.c index 4b96204ca..a20d19677 100644 --- a/schism/page_about.c +++ b/schism/page_about.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_blank.c b/schism/page_blank.c index 4dfba6e23..695f3e5ba 100644 --- a/schism/page_blank.c +++ b/schism/page_blank.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_config.c b/schism/page_config.c index e5d002f68..8973d7242 100644 --- a/schism/page_config.c +++ b/schism/page_config.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_help.c b/schism/page_help.c index 3ed251a00..68ee9ed74 100644 --- a/schism/page_help.c +++ b/schism/page_help.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_info.c b/schism/page_info.c index ace562857..16d3b8cab 100644 --- a/schism/page_info.c +++ b/schism/page_info.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_instruments.c b/schism/page_instruments.c index 8af3bf21d..1f8b024c9 100644 --- a/schism/page_instruments.c +++ b/schism/page_instruments.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_loadinst.c b/schism/page_loadinst.c index f281beb50..816d46d72 100644 --- a/schism/page_loadinst.c +++ b/schism/page_loadinst.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_loadmodule.c b/schism/page_loadmodule.c index 51bffd1a8..19fc75f7a 100644 --- a/schism/page_loadmodule.c +++ b/schism/page_loadmodule.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_loadsample.c b/schism/page_loadsample.c index 6548cb824..f80305208 100644 --- a/schism/page_loadsample.c +++ b/schism/page_loadsample.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_log.c b/schism/page_log.c index 7ed3c0514..169a2355b 100644 --- a/schism/page_log.c +++ b/schism/page_log.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_message.c b/schism/page_message.c index 150f476ba..06478afcf 100644 --- a/schism/page_message.c +++ b/schism/page_message.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_midi.c b/schism/page_midi.c index 0281d22af..ce984ea12 100644 --- a/schism/page_midi.c +++ b/schism/page_midi.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_midiout.c b/schism/page_midiout.c index a1c816322..56d59f448 100644 --- a/schism/page_midiout.c +++ b/schism/page_midiout.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_orderpan.c b/schism/page_orderpan.c index 5f4b08685..fad977211 100644 --- a/schism/page_orderpan.c +++ b/schism/page_orderpan.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_palette.c b/schism/page_palette.c index 43675f50b..a4e017e13 100644 --- a/schism/page_palette.c +++ b/schism/page_palette.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_patedit.c b/schism/page_patedit.c index 1e0419c33..d8609347c 100644 --- a/schism/page_patedit.c +++ b/schism/page_patedit.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_preferences.c b/schism/page_preferences.c index 178626006..37635943d 100644 --- a/schism/page_preferences.c +++ b/schism/page_preferences.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_samples.c b/schism/page_samples.c index 3a946badf..876a7f465 100644 --- a/schism/page_samples.c +++ b/schism/page_samples.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_vars.c b/schism/page_vars.c index 1ae70f6ed..e4920d895 100644 --- a/schism/page_vars.c +++ b/schism/page_vars.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/page_waterfall.c b/schism/page_waterfall.c index be22b309a..4b52da769 100644 --- a/schism/page_waterfall.c +++ b/schism/page_waterfall.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/palettes.c b/schism/palettes.c index 4149c7e38..5ed77017e 100644 --- a/schism/palettes.c +++ b/schism/palettes.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/pattern-view.c b/schism/pattern-view.c index 975be2ad2..24f7ca53f 100644 --- a/schism/pattern-view.c +++ b/schism/pattern-view.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/sample-edit.c b/schism/sample-edit.c index 38420fd3f..1f096dc03 100644 --- a/schism/sample-edit.c +++ b/schism/sample-edit.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/sample-view.c b/schism/sample-view.c index b65533622..c3fe0e37b 100644 --- a/schism/sample-view.c +++ b/schism/sample-view.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/slurp.c b/schism/slurp.c index 40810cb9a..d98c86ac0 100644 --- a/schism/slurp.c +++ b/schism/slurp.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/status.c b/schism/status.c index aab82b297..d83212917 100644 --- a/schism/status.c +++ b/schism/status.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/tree.c b/schism/tree.c index 4106f7ac4..18f0fbb23 100644 --- a/schism/tree.c +++ b/schism/tree.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/util.c b/schism/util.c index 4830000f2..9b290c691 100644 --- a/schism/util.c +++ b/schism/util.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/version.c b/schism/version.c index 30de26384..9c7f41a2a 100644 --- a/schism/version.c +++ b/schism/version.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify @@ -54,7 +54,7 @@ short ver_cwtv; /* these should be 50 characters or shorter, as they are used in the startup dialog */ const char *ver_short_copyright = - "Copyright (c) 2003-2011 Storlek & Mrs. Brisby"; + "Copyright (c) 2003-2012 Storlek & Mrs. Brisby"; const char *ver_short_based_on = "Based on Impulse Tracker by Jeffrey Lim aka Pulse"; diff --git a/schism/video.c b/schism/video.c index c99616cba..30386d5b8 100644 --- a/schism/video.c +++ b/schism/video.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/volume-core.c b/schism/volume-core.c index 3ff4b9e1f..fb3e5e24e 100644 --- a/schism/volume-core.c +++ b/schism/volume-core.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/widget-keyhandler.c b/schism/widget-keyhandler.c index a33f265a8..f96b1ca7c 100644 --- a/schism/widget-keyhandler.c +++ b/schism/widget-keyhandler.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/widget.c b/schism/widget.c index 91c46570c..eae3665f3 100644 --- a/schism/widget.c +++ b/schism/widget.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/schism/xpmdata.c b/schism/xpmdata.c index 7b06bba61..562c897db 100644 --- a/schism/xpmdata.c +++ b/schism/xpmdata.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/alsa/init.c b/sys/alsa/init.c index b9017adc2..4086f10d1 100644 --- a/sys/alsa/init.c +++ b/sys/alsa/init.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/alsa/midi-alsa.c b/sys/alsa/midi-alsa.c index c585d70ea..2eb9a6a47 100644 --- a/sys/alsa/midi-alsa.c +++ b/sys/alsa/midi-alsa.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/alsa/volume-alsa.c b/sys/alsa/volume-alsa.c index 6197caaed..2dd881b55 100644 --- a/sys/alsa/volume-alsa.c +++ b/sys/alsa/volume-alsa.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/macosx/Schism_Tracker.app/Contents/Info.plist b/sys/macosx/Schism_Tracker.app/Contents/Info.plist index ff7cacf69..ca4d05dc8 100644 --- a/sys/macosx/Schism_Tracker.app/Contents/Info.plist +++ b/sys/macosx/Schism_Tracker.app/Contents/Info.plist @@ -85,7 +85,7 @@ CFBundleGetInfoString - Schism Tracker Copyright 2003-2011 Storlek + Schism Tracker Copyright 2003-2012 Storlek CFBundleIconFile appIcon.icns CFBundleIdentifier diff --git a/sys/macosx/ibook-support.c b/sys/macosx/ibook-support.c index 079cd9675..f5e964579 100644 --- a/sys/macosx/ibook-support.c +++ b/sys/macosx/ibook-support.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/macosx/macosx-sdlmain.m b/sys/macosx/macosx-sdlmain.m index ed7a39b48..df7f440a9 100644 --- a/sys/macosx/macosx-sdlmain.m +++ b/sys/macosx/macosx-sdlmain.m @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/macosx/midi-macosx.c b/sys/macosx/midi-macosx.c index cf8a29872..f44707532 100644 --- a/sys/macosx/midi-macosx.c +++ b/sys/macosx/midi-macosx.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/macosx/osdefs.c b/sys/macosx/osdefs.c index ca1a1e6ef..2490120f6 100644 --- a/sys/macosx/osdefs.c +++ b/sys/macosx/osdefs.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/macosx/volume-macosx.c b/sys/macosx/volume-macosx.c index 3ef1b0ee4..20790b5ea 100644 --- a/sys/macosx/volume-macosx.c +++ b/sys/macosx/volume-macosx.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/oss/midi-oss.c b/sys/oss/midi-oss.c index dc7668e9d..d027fb593 100644 --- a/sys/oss/midi-oss.c +++ b/sys/oss/midi-oss.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/oss/volume-oss.c b/sys/oss/volume-oss.c index bc14640cd..312ad9b9e 100644 --- a/sys/oss/volume-oss.c +++ b/sys/oss/volume-oss.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/posix/schismtracker.1 b/sys/posix/schismtracker.1 index 78ec5b6f4..d1c73321b 100644 --- a/sys/posix/schismtracker.1 +++ b/sys/posix/schismtracker.1 @@ -271,7 +271,7 @@ The keyboard diagram in this manual page was adapted from the one used in the documentation for Impulse Tracker, which in turn borrowed it from Scream Tracker 3. .SH COPYRIGHT -Copyright \(co 2003-2011 Storlek. Licensed under the GNU GPL +Copyright \(co 2003-2012 Storlek. Licensed under the GNU GPL <\fIhttp://gnu.org/licenses/gpl.html\fP>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. @@ -284,7 +284,7 @@ insect kingdom. .br \fIhttp://schismtracker.org/sc/\fP - userbase discussion board .br -\fI#schism\fP on Freenode or Espernet - IRC channel +\fI#schism\fP on Freenode - IRC channel .SH SEE ALSO .\" No favoritism: this list is alphabetical, trackers then players .BR chibitracker (1), diff --git a/sys/posix/slurp-mmap.c b/sys/posix/slurp-mmap.c index 6d645385a..ac372ca7a 100644 --- a/sys/posix/slurp-mmap.c +++ b/sys/posix/slurp-mmap.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/wii/osdefs.c b/sys/wii/osdefs.c index a2e421b72..8840de411 100644 --- a/sys/wii/osdefs.c +++ b/sys/wii/osdefs.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/win32/filetype.c b/sys/win32/filetype.c index 16385d906..bdb3aa741 100644 --- a/sys/win32/filetype.c +++ b/sys/win32/filetype.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/win32/midi-win32mm.c b/sys/win32/midi-win32mm.c index 2dde97195..e68864500 100644 --- a/sys/win32/midi-win32mm.c +++ b/sys/win32/midi-win32mm.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/win32/osdefs.c b/sys/win32/osdefs.c index 8b199e1d9..936ad2e73 100644 --- a/sys/win32/osdefs.c +++ b/sys/win32/osdefs.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/win32/schismres.rc b/sys/win32/schismres.rc index ecb22215d..ef5fc6d71 100644 --- a/sys/win32/schismres.rc +++ b/sys/win32/schismres.rc @@ -36,7 +36,7 @@ BEGIN BLOCK "040904E4" BEGIN VALUE "CompanyName", "Storlek" - VALUE "LegalCopyright", "Copyright \xA9 2003-2011 Storlek" + VALUE "LegalCopyright", "Copyright \xA9 2003-2012 Storlek" VALUE "Comments", "http://schismtracker.org/" VALUE "ProductName", VER_PRODUCTNAME VALUE "FileDescription", VER_PRODUCTNAME diff --git a/sys/win32/slurp-win32.c b/sys/win32/slurp-win32.c index e6a95c6ab..ecd9cbd65 100644 --- a/sys/win32/slurp-win32.c +++ b/sys/win32/slurp-win32.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify @@ -49,11 +49,6 @@ int slurp_win32(slurp_t *useme, const char *filename, size_t st) { HANDLE h, m, *bp; LPVOID addr; - SECURITY_ATTRIBUTES sa; - - sa.nLength = sizeof(SECURITY_ATTRIBUTES); - sa.bInheritHandle = TRUE; - sa.lpSecurityDescriptor = 0; bp = (HANDLE*)mem_alloc(sizeof(HANDLE)*2); diff --git a/sys/win32/volume-win32mm.c b/sys/win32/volume-win32mm.c index 838d124d4..53914bb70 100644 --- a/sys/win32/volume-win32mm.c +++ b/sys/win32/volume-win32mm.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/x11/xkb.c b/sys/x11/xkb.c index 731d974f6..dca356b2c 100644 --- a/sys/x11/xkb.c +++ b/sys/x11/xkb.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/x11/xscreensaver.c b/sys/x11/xscreensaver.c index b731cc34c..d5e0a83ad 100644 --- a/sys/x11/xscreensaver.c +++ b/sys/x11/xscreensaver.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify diff --git a/sys/x11/xv.c b/sys/x11/xv.c index 3d6bfa209..88966264f 100644 --- a/sys/x11/xv.c +++ b/sys/x11/xv.c @@ -3,7 +3,7 @@ * copyright (c) 2003-2005 Storlek * copyright (c) 2005-2008 Mrs. Brisby * copyright (c) 2009 Storlek & Mrs. Brisby - * copyright (c) 2010-2011 Storlek + * copyright (c) 2010-2012 Storlek * URL: http://schismtracker.org/ * * This program is free software; you can redistribute it and/or modify