Browse Source

Update date

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1817 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.70
sletz 17 years ago
parent
commit
254f765c4f
100 changed files with 101 additions and 101 deletions
  1. +1
    -1
      common/JackAPI.cpp
  2. +1
    -1
      common/JackAPIWrapper.cpp
  3. +1
    -1
      common/JackActivationCount.cpp
  4. +1
    -1
      common/JackActivationCount.h
  5. +1
    -1
      common/JackAtomic.h
  6. +1
    -1
      common/JackAtomicState.h
  7. +1
    -1
      common/JackAudioDriver.cpp
  8. +1
    -1
      common/JackAudioDriver.h
  9. +1
    -1
      common/JackAudioPort.cpp
  10. +1
    -1
      common/JackChannel.h
  11. +1
    -1
      common/JackClient.cpp
  12. +1
    -1
      common/JackClient.h
  13. +1
    -1
      common/JackClientControl.h
  14. +1
    -1
      common/JackClientInterface.h
  15. +1
    -1
      common/JackConnectionManager.cpp
  16. +1
    -1
      common/JackConnectionManager.h
  17. +1
    -1
      common/JackConstants.h
  18. +1
    -1
      common/JackDebugClient.cpp
  19. +1
    -1
      common/JackDebugClient.h
  20. +1
    -1
      common/JackDriver.cpp
  21. +1
    -1
      common/JackDriver.h
  22. +1
    -1
      common/JackDriverLoader.cpp
  23. +1
    -1
      common/JackDriverLoader.h
  24. +1
    -1
      common/JackDummyDriver.cpp
  25. +1
    -1
      common/JackDummyDriver.h
  26. +1
    -1
      common/JackEngine.cpp
  27. +1
    -1
      common/JackEngine.h
  28. +1
    -1
      common/JackEngineControl.cpp
  29. +1
    -1
      common/JackEngineControl.h
  30. +1
    -1
      common/JackError.c
  31. +1
    -1
      common/JackError.h
  32. +1
    -1
      common/JackExternalClient.cpp
  33. +1
    -1
      common/JackExternalClient.h
  34. +1
    -1
      common/JackFifo.cpp
  35. +1
    -1
      common/JackFifo.h
  36. +1
    -1
      common/JackFrameTimer.cpp
  37. +1
    -1
      common/JackFrameTimer.h
  38. +1
    -1
      common/JackFreewheelDriver.cpp
  39. +1
    -1
      common/JackFreewheelDriver.h
  40. +1
    -1
      common/JackGlobals.cpp
  41. +1
    -1
      common/JackGlobals.h
  42. +1
    -1
      common/JackGlobalsClient.cpp
  43. +1
    -1
      common/JackGlobalsServer.cpp
  44. +1
    -1
      common/JackGraphManager.cpp
  45. +1
    -1
      common/JackGraphManager.h
  46. +2
    -2
      common/JackInternalClient.cpp
  47. +1
    -1
      common/JackInternalClient.h
  48. +1
    -1
      common/JackInternalClientChannel.h
  49. +1
    -1
      common/JackLibAPI.cpp
  50. +1
    -1
      common/JackLibClient.cpp
  51. +1
    -1
      common/JackLibClient.h
  52. +1
    -1
      common/JackLoopbackDriver.cpp
  53. +1
    -1
      common/JackLoopbackDriver.h
  54. +1
    -1
      common/JackPort.cpp
  55. +1
    -1
      common/JackPort.h
  56. +1
    -1
      common/JackPosixSemaphore.cpp
  57. +1
    -1
      common/JackPosixSemaphore.h
  58. +1
    -1
      common/JackPosixThread.cpp
  59. +1
    -1
      common/JackPosixThread.h
  60. +1
    -1
      common/JackServer.cpp
  61. +1
    -1
      common/JackServer.h
  62. +1
    -1
      common/JackServerAPI.cpp
  63. +1
    -1
      common/JackServerLaunch.cpp
  64. +1
    -1
      common/JackShmMem.cpp
  65. +1
    -1
      common/JackShmMem.h
  66. +1
    -1
      common/JackSocket.cpp
  67. +1
    -1
      common/JackSocket.h
  68. +1
    -1
      common/JackSocketClientChannel.cpp
  69. +1
    -1
      common/JackSocketClientChannel.h
  70. +1
    -1
      common/JackSocketNotifyChannel.cpp
  71. +1
    -1
      common/JackSocketNotifyChannel.h
  72. +1
    -1
      common/JackSocketServerChannel.cpp
  73. +1
    -1
      common/JackSocketServerChannel.h
  74. +1
    -1
      common/JackSocketServerNotifyChannel.cpp
  75. +1
    -1
      common/JackSocketServerNotifyChannel.h
  76. +1
    -1
      common/JackSynchro.h
  77. +1
    -1
      common/JackThread.h
  78. +1
    -1
      common/JackThreadedDriver.cpp
  79. +1
    -1
      common/JackThreadedDriver.h
  80. +1
    -1
      common/JackTime.c
  81. +1
    -1
      common/JackTime.h
  82. +1
    -1
      common/JackTransportEngine.cpp
  83. +1
    -1
      common/JackTransportEngine.h
  84. +1
    -1
      common/Jackdmp.cpp
  85. +1
    -1
      macosx/JackCoreAudioDriver.cpp
  86. +1
    -1
      macosx/JackCoreAudioDriver.h
  87. +1
    -1
      macosx/JackMacEngineRPC.cpp
  88. +1
    -1
      macosx/JackMacLibClientRPC.cpp
  89. +1
    -1
      macosx/JackMachClientChannel.cpp
  90. +1
    -1
      macosx/JackMachClientChannel.h
  91. +1
    -1
      macosx/JackMachNotifyChannel.cpp
  92. +1
    -1
      macosx/JackMachNotifyChannel.h
  93. +1
    -1
      macosx/JackMachPort.cpp
  94. +1
    -1
      macosx/JackMachPort.h
  95. +1
    -1
      macosx/JackMachSemaphore.cpp
  96. +1
    -1
      macosx/JackMachSemaphore.h
  97. +1
    -1
      macosx/JackMachServerChannel.cpp
  98. +1
    -1
      macosx/JackMachServerChannel.h
  99. +1
    -1
      macosx/JackMachServerNotifyChannel.cpp
  100. +1
    -1
      macosx/JackMachServerNotifyChannel.h

+ 1
- 1
common/JackAPI.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001-2003 Paul Davis Copyright (C) 2001-2003 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackAPIWrapper.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2006 Grame
Copyright (C) 2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackActivationCount.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackActivationCount.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackAtomic.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackAtomicState.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackAudioDriver.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackAudioDriver.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackAudioPort.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001-2003 Paul Davis Copyright (C) 2001-2003 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackChannel.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackClient.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackClient.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackClientControl.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2003 Paul Davis Copyright (C) 2003 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackClientInterface.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackConnectionManager.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackConnectionManager.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackConstants.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackDebugClient.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackDebugClient.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackDriver.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackDriver.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackDriverLoader.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001-2005 Paul Davis Copyright (C) 2001-2005 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackDriverLoader.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001-2005 Paul Davis Copyright (C) 2001-2005 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackDummyDriver.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackDummyDriver.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackEngine.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackEngine.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackEngineControl.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2003 Paul Davis Copyright (C) 2003 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackEngineControl.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2003 Paul Davis Copyright (C) 2003 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackError.c View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackError.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackExternalClient.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001-2003 Paul Davis Copyright (C) 2001-2003 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackExternalClient.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackFifo.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackFifo.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackFrameTimer.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackFrameTimer.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackFreewheelDriver.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackFreewheelDriver.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackGlobals.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackGlobals.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackGlobalsClient.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackGlobalsServer.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackGraphManager.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackGraphManager.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 2
- 2
common/JackInternalClient.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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
@@ -21,7 +21,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#ifdef WIN32 #ifdef WIN32
#pragma warning (disable : 4786) #pragma warning (disable : 4786)
#endif #endif
#include "JackGraphManager.h" #include "JackGraphManager.h"
#include "JackInternalClient.h" #include "JackInternalClient.h"
#include "JackEngine.h" #include "JackEngine.h"


+ 1
- 1
common/JackInternalClient.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackInternalClientChannel.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackLibAPI.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001-2003 Paul Davis Copyright (C) 2001-2003 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by


+ 1
- 1
common/JackLibClient.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackLibClient.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackLoopbackDriver.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackLoopbackDriver.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackPort.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001-2003 Paul Davis Copyright (C) 2001-2003 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackPort.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackPosixSemaphore.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackPosixSemaphore.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackPosixThread.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackPosixThread.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackServer.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackServer.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackServerAPI.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001-2003 Paul Davis Copyright (C) 2001-2003 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackServerLaunch.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001-2003 Paul Davis Copyright (C) 2001-2003 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by


+ 1
- 1
common/JackShmMem.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackShmMem.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackSocket.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by


+ 1
- 1
common/JackSocket.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by


+ 1
- 1
common/JackSocketClientChannel.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by


+ 1
- 1
common/JackSocketClientChannel.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by


+ 1
- 1
common/JackSocketNotifyChannel.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by


+ 1
- 1
common/JackSocketNotifyChannel.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by


+ 1
- 1
common/JackSocketServerChannel.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by


+ 1
- 1
common/JackSocketServerChannel.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by


+ 1
- 1
common/JackSocketServerNotifyChannel.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackSocketServerNotifyChannel.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by


+ 1
- 1
common/JackSynchro.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackThread.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackThreadedDriver.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackThreadedDriver.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackTime.c View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001-2003 Paul Davis Copyright (C) 2001-2003 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackTime.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001-2003 Paul Davis Copyright (C) 2001-2003 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by it under the terms of the GNU Lesser General Public License as published by


+ 1
- 1
common/JackTransportEngine.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/JackTransportEngine.h View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
common/Jackdmp.cpp View File

@@ -1,6 +1,6 @@
/* /*
Copyright (C) 2001 Paul Davis Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackCoreAudioDriver.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackCoreAudioDriver.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMacEngineRPC.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMacLibClientRPC.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMachClientChannel.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMachClientChannel.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMachNotifyChannel.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMachNotifyChannel.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMachPort.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMachPort.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMachSemaphore.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMachSemaphore.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMachServerChannel.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMachServerChannel.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMachServerNotifyChannel.cpp View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


+ 1
- 1
macosx/JackMachServerNotifyChannel.h View File

@@ -1,5 +1,5 @@
/* /*
Copyright (C) 2004-2006 Grame
Copyright (C) 2004-2008 Grame


This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
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


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save