Browse Source

Update headers just in case

tags/1.9.6
falkTX 11 years ago
parent
commit
b8782a5ce8
20 changed files with 39 additions and 20 deletions
  1. +1
    -1
      source/native-plugins/zita-bls1.cpp
  2. +2
    -1
      source/native-plugins/zita-bls1/global.h
  3. +2
    -1
      source/native-plugins/zita-bls1/guiclass.cc
  4. +2
    -1
      source/native-plugins/zita-bls1/guiclass.h
  5. +2
    -1
      source/native-plugins/zita-bls1/hp3filt.cc
  6. +2
    -1
      source/native-plugins/zita-bls1/hp3filt.h
  7. +2
    -1
      source/native-plugins/zita-bls1/jclient.cc
  8. +2
    -1
      source/native-plugins/zita-bls1/jclient.h
  9. +2
    -1
      source/native-plugins/zita-bls1/lfshelf2.cc
  10. +2
    -1
      source/native-plugins/zita-bls1/lfshelf2.h
  11. +2
    -1
      source/native-plugins/zita-bls1/mainwin.cc
  12. +2
    -1
      source/native-plugins/zita-bls1/mainwin.h
  13. +2
    -1
      source/native-plugins/zita-bls1/png2img.cc
  14. +2
    -1
      source/native-plugins/zita-bls1/png2img.h
  15. +2
    -1
      source/native-plugins/zita-bls1/rotary.cc
  16. +2
    -1
      source/native-plugins/zita-bls1/rotary.h
  17. +2
    -1
      source/native-plugins/zita-bls1/shuffler.cc
  18. +2
    -1
      source/native-plugins/zita-bls1/shuffler.h
  19. +2
    -1
      source/native-plugins/zita-bls1/styles.cc
  20. +2
    -1
      source/native-plugins/zita-bls1/styles.h

+ 1
- 1
source/native-plugins/zita-bls1.cpp View File

@@ -378,7 +378,7 @@ static const NativePluginDescriptor bls1Desc = {
/* paramOuts */ 0,
/* name */ "BLS1",
/* label */ "bls1",
/* maker */ "Fons Adriaensen",
/* maker */ "falkTX, Fons Adriaensen",
/* copyright */ "GPL v2+",
PluginDescriptorFILL(BLS1Plugin)
};


+ 2
- 1
source/native-plugins/zita-bls1/global.h View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/guiclass.cc View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/guiclass.h View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/hp3filt.cc View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/hp3filt.h View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/jclient.cc View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/jclient.h View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/lfshelf2.cc View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/lfshelf2.h View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/mainwin.cc View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/mainwin.h View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/png2img.cc View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2007-2010 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/png2img.h View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2007-2010 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/rotary.cc View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2010 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/rotary.h View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2010 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/shuffler.cc View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/shuffler.h View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/styles.cc View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


+ 2
- 1
source/native-plugins/zita-bls1/styles.h View File

@@ -1,7 +1,8 @@
// ----------------------------------------------------------------------
//
// Copyright (C) 2011 Fons Adriaensen <fons@linuxaudio.org>
//
// Modified by falkTX on Jan 2015 for inclusion in Carla
//
// 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
// the Free Software Foundation; either version 2 of the License, or


Loading…
Cancel
Save