diff --git a/Source/Processors/Utilities/Splitter.cpp b/Source/Processors/Utilities/Splitter.cpp index 082697151..79f26b5bc 100644 --- a/Source/Processors/Utilities/Splitter.cpp +++ b/Source/Processors/Utilities/Splitter.cpp @@ -1,13 +1,25 @@ /* - ============================================================================== + ------------------------------------------------------------------ - Splitter.cpp - Created: 17 Aug 2011 1:02:57am - Author: jsiegle + This file is part of the Open Ephys GUI + Copyright (C) 2012 Open Ephys - ============================================================================== -*/ + ------------------------------------------------------------------ + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +*/ #include "Splitter.h" #include "../Editors/SplitterEditor.h" diff --git a/Source/Processors/Utilities/Splitter.h b/Source/Processors/Utilities/Splitter.h index 055c144f8..b2ea691a3 100644 --- a/Source/Processors/Utilities/Splitter.h +++ b/Source/Processors/Utilities/Splitter.h @@ -1,11 +1,24 @@ /* - ============================================================================== + ------------------------------------------------------------------ - Splitter.h - Created: 17 Aug 2011 1:02:57am - Author: jsiegle + This file is part of the Open Ephys GUI + Copyright (C) 2012 Open Ephys + + ------------------------------------------------------------------ + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . - ============================================================================== */ #ifndef __SPLITTER_H_A75239F7__ @@ -16,6 +29,18 @@ #include + +/** + + --UNDER CONSTRUCTION-- + + Allows the user to split the signal chain. + + @see GenericProcessor, ProcessorGraph + +*/ + + class Splitter : public GenericProcessor { public: