Show
Ignore:
Timestamp:
08/02/07 14:36:03 (6 years ago)
Author:
jgaeddert
Message:

Fixing license headers

Location:
SigProc/trunk/SigProc
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • SigProc/trunk/SigProc

    • Property svn:ignore
      •  

        old new  
        33autotest 
        44autotest.cpp 
        5 docs 
         5documentation 
        66html 
        77latex 
  • SigProc/trunk/SigProc/fec_conv.cpp

    r4187 r4528  
    1 /**************************************************************************** 
    2  
    3 Copyright 2007, Virginia Polytechnic Institute and State University 
     1/****************************************************************************  
     2Copyright 2005,2006 Virginia Polytechnic Institute and State University 
    43 
    54This file is part of the OSSIE Signal Processing Library. 
    65 
    7 OSSIE Core Framework is free software; you can redistribute it and/or modify 
    8 it under the terms of the Lesser GNU General Public License as published by 
    9 the Free Software Foundation; either version 2.1 of the License, or 
    10 (at your option) any later version. 
    11  
    12 The OSSIE Signal Processing library is distributed in the hope that it will be useful, 
    13 but WITHOUT ANY WARRANTY; without even the implied warranty of 
     6OSSIE Signal Processing Library is free software; you can redistribute it 
     7and/or modify it under the terms of the GNU General Public License as 
     8published by the Free Software Foundation; either version 2 of the License, 
     9or (at your option) any later version. 
     10 
     11OSSIE Signal Processing Library is distributed in the hope that it will be 
     12useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1413MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    15 Lesser GNU General Public License for more details. 
    16  
    17 You should have received a copy of the Lesser GNU General Public License 
    18 along with OSSIE Core Framework; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     14GNU General Public License for more details. 
     15 
     16You should have received a copy of the GNU General Public License along 
     17with OSSIE Signal Processing Library; if not, write to the Free Software 
     18Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     19 
    2020 
    2121****************************************************************************/