Changeset 4062

Show
Ignore:
Timestamp:
05/31/07 17:04:47 (6 years ago)
Author:
balister
Message:

Fix include file path problem and add copyright information.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossie/trunk/ossie/parser/dcd_helpers.cpp

    r4033 r4062  
     1/****************************************************************************** 
     2 
     3Copyright 2004, 2007 Virginia Polytechnic Institute and State University 
     4 
     5This file is part of the OSSIE Parser. 
     6 
     7OSSIE Parser is free software; you can redistribute it and/or modify 
     8it under the terms of the Lesser GNU General Public License as published by 
     9the Free Software Foundation; either version 2.1 of the License, or 
     10(at your option) any later version. 
     11 
     12OSSIE Parser is distributed in the hope that it will be useful, 
     13but WITHOUT ANY WARRANTY; without even the implied warranty of 
     14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     15Lesser GNU General Public License for more details. 
     16 
     17You should have received a copy of the Lesser GNU General Public License 
     18along with OSSIE Parser; if not, write to the Free Software 
     19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     20 
     21Even though all code is original, the architecture of the OSSIE Parser is based 
     22on the architecture of the CRCs SCA Reference Implementation (SCARI) 
     23see: http://www.crc.ca/en/html/rmsc/home/sdr/projects/scari 
     24 
     25******************************************************************************/ 
     26 
    127#include <ossie/ossieSupport.h> 
    2 #include <ossie/tinyxml.h> 
     28#include <tinyxml.h> 
    329 
    430std::string ossieSupport::getFileNameFromProfile(std::string profile)