Browse Source

Change my email address to falktx /at/ falktx

tags/v0.9.0
falkTX 12 years ago
parent
commit
aab6590b16
100 changed files with 100 additions and 100 deletions
  1. +1
    -1
      c++/carla-backend/carla_backend.h
  2. +1
    -1
      c++/carla-backend/carla_backend_standalone.cpp
  3. +1
    -1
      c++/carla-backend/carla_backend_standalone.h
  4. +1
    -1
      c++/carla-backend/carla_bridge.cpp
  5. +1
    -1
      c++/carla-backend/carla_engine.cpp
  6. +1
    -1
      c++/carla-backend/carla_engine.h
  7. +1
    -1
      c++/carla-backend/carla_engine_jack.cpp
  8. +1
    -1
      c++/carla-backend/carla_engine_rtaudio.cpp
  9. +1
    -1
      c++/carla-backend/carla_osc.cpp
  10. +1
    -1
      c++/carla-backend/carla_osc.h
  11. +1
    -1
      c++/carla-backend/carla_plugin.h
  12. +1
    -1
      c++/carla-backend/carla_shared.cpp
  13. +1
    -1
      c++/carla-backend/carla_shared.h
  14. +1
    -1
      c++/carla-backend/carla_threads.cpp
  15. +1
    -1
      c++/carla-backend/carla_threads.h
  16. +1
    -1
      c++/carla-backend/dssi.cpp
  17. +1
    -1
      c++/carla-backend/fluidsynth.cpp
  18. +1
    -1
      c++/carla-backend/ladspa.cpp
  19. +1
    -1
      c++/carla-backend/linuxsampler.cpp
  20. +1
    -1
      c++/carla-backend/lv2.cpp
  21. +1
    -1
      c++/carla-backend/vst.cpp
  22. +1
    -1
      c++/carla-bridge/carla_bridge.h
  23. +1
    -1
      c++/carla-bridge/carla_bridge_client.h
  24. +1
    -1
      c++/carla-bridge/carla_bridge_osc.cpp
  25. +1
    -1
      c++/carla-bridge/carla_bridge_osc.h
  26. +1
    -1
      c++/carla-bridge/carla_bridge_plugin.cpp
  27. +1
    -1
      c++/carla-bridge/carla_bridge_toolkit-gtk2.cpp
  28. +1
    -1
      c++/carla-bridge/carla_bridge_toolkit-gtk3.cpp
  29. +1
    -1
      c++/carla-bridge/carla_bridge_toolkit-qt4.cpp
  30. +1
    -1
      c++/carla-bridge/carla_bridge_toolkit.h
  31. +1
    -1
      c++/carla-bridge/carla_bridge_ui-lv2.cpp
  32. +1
    -1
      c++/carla-bridge/carla_bridge_ui-vst.cpp
  33. +1
    -1
      c++/carla-discovery/carla-discovery.cpp
  34. +1
    -1
      c++/carla-includes/carla_dssi.h
  35. +1
    -1
      c++/carla-includes/carla_fluidsynth.h
  36. +1
    -1
      c++/carla-includes/carla_includes.h
  37. +1
    -1
      c++/carla-includes/carla_ladspa.h
  38. +1
    -1
      c++/carla-includes/carla_lib_includes.h
  39. +1
    -1
      c++/carla-includes/carla_linuxsampler.h
  40. +1
    -1
      c++/carla-includes/carla_lv2.h
  41. +1
    -1
      c++/carla-includes/carla_midi.h
  42. +1
    -1
      c++/carla-includes/carla_osc_includes.h
  43. +1
    -1
      c++/carla-includes/carla_vst.h
  44. +1
    -1
      c++/carla-includes/ladspa_rdf.h
  45. +1
    -1
      c++/carla-includes/lv2/lv2_programs.h
  46. +1
    -1
      c++/carla-includes/lv2_atom_queue.h
  47. +1
    -1
      c++/carla-includes/lv2_rdf.h
  48. +1
    -1
      c++/carla-jackbridge/carla_jackbridge.cpp
  49. +1
    -1
      c++/carla-jackbridge/carla_jackbridge.h
  50. +1
    -1
      c++/carla-lilv/lilv.c
  51. +1
    -1
      c++/carla-lilv/serd.c
  52. +1
    -1
      c++/carla-lilv/sord.c
  53. +1
    -1
      c++/carla-lilv/sratom.c
  54. +1
    -1
      c++/jack_utils.h
  55. +1
    -1
      c++/jackmeter/jackmeter.cpp
  56. +1
    -1
      c++/patchcanvas.cpp
  57. +1
    -1
      c++/patchcanvas.h
  58. +1
    -1
      c++/patchcanvas/abstractcanvasline.h
  59. +1
    -1
      c++/patchcanvas/canvasbezierline.cpp
  60. +1
    -1
      c++/patchcanvas/canvasbezierline.h
  61. +1
    -1
      c++/patchcanvas/canvasbezierlinemov.cpp
  62. +1
    -1
      c++/patchcanvas/canvasbezierlinemov.h
  63. +1
    -1
      c++/patchcanvas/canvasbox.cpp
  64. +1
    -1
      c++/patchcanvas/canvasbox.h
  65. +1
    -1
      c++/patchcanvas/canvasboxshadow.cpp
  66. +1
    -1
      c++/patchcanvas/canvasboxshadow.h
  67. +1
    -1
      c++/patchcanvas/canvasfadeanimation.cpp
  68. +1
    -1
      c++/patchcanvas/canvasfadeanimation.h
  69. +1
    -1
      c++/patchcanvas/canvasicon.cpp
  70. +1
    -1
      c++/patchcanvas/canvasicon.h
  71. +1
    -1
      c++/patchcanvas/canvasline.cpp
  72. +1
    -1
      c++/patchcanvas/canvasline.h
  73. +1
    -1
      c++/patchcanvas/canvaslinemov.cpp
  74. +1
    -1
      c++/patchcanvas/canvaslinemov.h
  75. +1
    -1
      c++/patchcanvas/canvasport.cpp
  76. +1
    -1
      c++/patchcanvas/canvasport.h
  77. +1
    -1
      c++/patchcanvas/canvasportglow.cpp
  78. +1
    -1
      c++/patchcanvas/canvasportglow.h
  79. +1
    -1
      c++/patchcanvas/patchcanvas-theme.cpp
  80. +1
    -1
      c++/patchcanvas/patchcanvas-theme.h
  81. +1
    -1
      c++/patchcanvas/patchcanvas.cpp
  82. +1
    -1
      c++/patchcanvas/patchcanvas.h
  83. +1
    -1
      c++/patchcanvas/patchscene.cpp
  84. +1
    -1
      c++/patchcanvas/patchscene.h
  85. +1
    -1
      c++/queue.h
  86. +1
    -1
      c++/widgets/digitalpeakmeter.cpp
  87. +1
    -1
      c++/widgets/digitalpeakmeter.h
  88. +1
    -1
      c++/widgets/pixmapdial.cpp
  89. +1
    -1
      c++/widgets/pixmapdial.h
  90. +1
    -1
      c++/widgets/pixmapkeyboard.cpp
  91. +1
    -1
      c++/widgets/pixmapkeyboard.h
  92. +1
    -1
      c++/xycontroller/xycontroller.cpp
  93. +1
    -1
      src/cadence.py
  94. +1
    -1
      src/canvaspreviewframe.py
  95. +1
    -1
      src/carla.py
  96. +1
    -1
      src/carla_backend.py
  97. +1
    -1
      src/carla_control.py
  98. +1
    -1
      src/catarina.py
  99. +1
    -1
      src/catia.py
  100. +1
    -1
      src/claudia.py

+ 1
- 1
c++/carla-backend/carla_backend.h View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_backend_standalone.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_backend_standalone.h View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_bridge.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_engine.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_engine.h View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_engine_jack.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_engine_rtaudio.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_osc.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_osc.h View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_plugin.h View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_shared.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_shared.h View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_threads.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/carla_threads.h View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/dssi.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/fluidsynth.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/ladspa.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/linuxsampler.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/lv2.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-backend/vst.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Backend
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-bridge/carla_bridge.h View File

@@ -1,6 +1,6 @@
/*
* Carla bridge code
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-bridge/carla_bridge_client.h View File

@@ -1,6 +1,6 @@
/*
* Carla bridge code
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-bridge/carla_bridge_osc.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Plugin bridge code
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-bridge/carla_bridge_osc.h View File

@@ -1,6 +1,6 @@
/*
* Carla bridge code
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-bridge/carla_bridge_plugin.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Plugin bridge code
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-bridge/carla_bridge_toolkit-gtk2.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla UI bridge code
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-bridge/carla_bridge_toolkit-gtk3.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla UI bridge code
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-bridge/carla_bridge_toolkit-qt4.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla UI bridge code
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-bridge/carla_bridge_toolkit.h View File

@@ -1,6 +1,6 @@
/*
* Carla bridge code
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-bridge/carla_bridge_ui-lv2.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla UI bridge code
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-bridge/carla_bridge_ui-vst.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla UI bridge code
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-discovery/carla-discovery.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla Plugin discovery code
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-includes/carla_dssi.h View File

@@ -1,6 +1,6 @@
/*
* Carla common DSSI code
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-includes/carla_fluidsynth.h View File

@@ -1,6 +1,6 @@
/*
* Carla common FluidSynth code
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-includes/carla_includes.h View File

@@ -1,6 +1,6 @@
/*
* Carla common includes
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-includes/carla_ladspa.h View File

@@ -1,6 +1,6 @@
/*
* Carla common LADSPA code
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-includes/carla_lib_includes.h View File

@@ -1,6 +1,6 @@
/*
* Carla common library code
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-includes/carla_linuxsampler.h View File

@@ -1,6 +1,6 @@
/*
* Carla common LinuxSampler code
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-includes/carla_lv2.h View File

@@ -1,6 +1,6 @@
/*
* Carla common LV2 code
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-includes/carla_midi.h View File

@@ -1,6 +1,6 @@
/*
* Carla common MIDI code
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-includes/carla_osc_includes.h View File

@@ -1,6 +1,6 @@
/*
* Carla common OSC code
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-includes/carla_vst.h View File

@@ -1,6 +1,6 @@
/*
* Carla common VST code
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-includes/ladspa_rdf.h View File

@@ -1,6 +1,6 @@
/*
* Custom types to store LADSPA-RDF information
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-includes/lv2/lv2_programs.h View File

@@ -1,6 +1,6 @@
/*
LV2 Programs Extension
Copyright 2012 Filipe Coelho <falktx@gmail.com>
Copyright 2012 Filipe Coelho <falktx@falktx.com>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above


+ 1
- 1
c++/carla-includes/lv2_atom_queue.h View File

@@ -1,6 +1,6 @@
/*
* Simple Queue, specially developed for Atom types
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-includes/lv2_rdf.h View File

@@ -1,6 +1,6 @@
/*
* Custom types to store LV2 information
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-jackbridge/carla_jackbridge.cpp View File

@@ -1,6 +1,6 @@
/*
* Carla JackBridge
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-jackbridge/carla_jackbridge.h View File

@@ -1,6 +1,6 @@
/*
* Carla JackBridge
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-lilv/lilv.c View File

@@ -1,6 +1,6 @@
/*
* Carla static lilv code
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-lilv/serd.c View File

@@ -1,6 +1,6 @@
/*
* Carla static lilv code
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-lilv/sord.c View File

@@ -1,6 +1,6 @@
/*
* Carla static lilv code
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/carla-lilv/sratom.c View File

@@ -1,6 +1,6 @@
/*
* Carla static lilv code
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/jack_utils.h View File

@@ -1,6 +1,6 @@
/*
* Common JACK code
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/jackmeter/jackmeter.cpp View File

@@ -1,6 +1,6 @@
/*
* Simple JACK Audio Meter
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/abstractcanvasline.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasbezierline.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasbezierline.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasbezierlinemov.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasbezierlinemov.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasbox.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasbox.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasboxshadow.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasboxshadow.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasfadeanimation.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasfadeanimation.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasicon.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasicon.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasline.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasline.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvaslinemov.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvaslinemov.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasport.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasport.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasportglow.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/canvasportglow.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/patchcanvas-theme.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/patchcanvas-theme.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/patchcanvas.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/patchcanvas.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/patchscene.cpp View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/patchcanvas/patchscene.h View File

@@ -1,6 +1,6 @@
/*
* Patchbay Canvas engine using QGraphicsView/Scene
* Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/queue.h View File

@@ -1,6 +1,6 @@
/*
* Simple Queue, specially developed for MIDI messages
* Copyright (C) 2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/widgets/digitalpeakmeter.cpp View File

@@ -1,6 +1,6 @@
/*
* Digital Peak Meter, a custom Qt4 widget
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/widgets/digitalpeakmeter.h View File

@@ -1,6 +1,6 @@
/*
* Digital Peak Meter, a custom Qt4 widget
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/widgets/pixmapdial.cpp View File

@@ -1,6 +1,6 @@
/*
* Pixmap Dial, a custom Qt4 widget
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/widgets/pixmapdial.h View File

@@ -1,6 +1,6 @@
/*
* Pixmap Dial, a custom Qt4 widget
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/widgets/pixmapkeyboard.cpp View File

@@ -1,6 +1,6 @@
/*
* Pixmap Keyboard, a custom Qt4 widget
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/widgets/pixmapkeyboard.h View File

@@ -1,6 +1,6 @@
/*
* Pixmap Keyboard, a custom Qt4 widget
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
c++/xycontroller/xycontroller.cpp View File

@@ -1,6 +1,6 @@
/*
* Simple JACK Audio Meter
* Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
* Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 1
- 1
src/cadence.py View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# ...
# Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
# Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
#
# 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


+ 1
- 1
src/canvaspreviewframe.py View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# Custom Mini Canvas Preview, a custom Qt4 widget
# Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
# Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
#
# 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


+ 1
- 1
src/carla.py View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# Carla Backend code
# Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
# Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
#
# 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


+ 1
- 1
src/carla_backend.py View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# Carla Backend code
# Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
# Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
#
# 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


+ 1
- 1
src/carla_control.py View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# Carla Backend code
# Copyright (C) 2011-2012 Filipe Coelho <falktx@gmail.com>
# Copyright (C) 2011-2012 Filipe Coelho <falktx@falktx.com>
#
# 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


+ 1
- 1
src/catarina.py View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# PatchCanvas test application
# Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
# Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
#
# 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


+ 1
- 1
src/catia.py View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# JACK Patchbay
# Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
# Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
#
# 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


+ 1
- 1
src/claudia.py View File

@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# LADISH frontend
# Copyright (C) 2010-2012 Filipe Coelho <falktx@gmail.com>
# Copyright (C) 2010-2012 Filipe Coelho <falktx@falktx.com>
#
# 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


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

Loading…
Cancel
Save