/[svn]/linuxsampler/trunk/src/linuxsampler.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/linuxsampler.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3766 by schoenebeck, Mon Apr 6 12:41:49 2020 UTC revision 3844 by schoenebeck, Sun Jan 3 18:05:57 2021 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003-2004 by Benno Senoner and Christian Schoenebeck    *   *   Copyright (C) 2003-2004 by Benno Senoner and Christian Schoenebeck    *
6   *   Copyright (C) 2005-2020 Christian Schoenebeck                         *   *   Copyright (C) 2005-2021 Christian Schoenebeck                         *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 125  int main(int argc, char **argv) { Line 125  int main(int argc, char **argv) {
125    
126      dmsg(1,("LinuxSampler %s\n", VERSION));      dmsg(1,("LinuxSampler %s\n", VERSION));
127      dmsg(1,("Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck\n"));      dmsg(1,("Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck\n"));
128      dmsg(1,("Copyright (C) 2005-2020 Christian Schoenebeck\n"));      dmsg(1,("Copyright (C) 2005-2021 Christian Schoenebeck\n"));
129      dmsg(1,("Binary built: " __DATE__ "\n"))      dmsg(1,("Binary built: " __DATE__ "\n"))
130    
131      #if defined(WIN32)      #if defined(WIN32)

Legend:
Removed from v.3766  
changed lines
  Added in v.3844

  ViewVC Help
Powered by ViewVC