version 1.1, 2006/02/15 16:35:05
|
version 1.2, 2006/02/28 14:54:21
|
Line 1
|
Line 1
|
/********************************************************************/ |
/********************************************************************/ |
/* AnalizadorDependencias.c */ |
/* AnalizadorDependencias.c */ |
/* */ |
/* */ |
|
/* */ |
/* Copyright (c) 1997-2006 Rafael Rico (rafael.rico@uah.es) */ |
/* Copyright (c) 1997-2006 Rafael Rico (rafael.rico@uah.es) */ |
/* */ |
/* */ |
/* This file is part of ADD version 5.10. */ |
/* Este fichero forma parte de ADD */ |
|
/* (Analizador de Dependencias de Datos) */ |
|
/* Version 5.10. */ |
|
/* */ |
|
/* */ |
|
/* ADD es software libre. Puede redistribuirlo y/o modificarlo */ |
|
/* bajo los términos de la Licencia Pública General de GNU */ |
|
/* según es publicada por la Free Software Foundation, bien bajo */ |
|
/* la versión 2 de dicha Licencia o bien (según su elección) */ |
|
/* bajo cualquier versión posterior. */ |
|
/* */ |
|
/* ADD se distribuye con la esperanza de que sea útil, */ |
|
/* pero SIN NINGUNA GARANTÍA, incluso sin la garantía MERCANTIL */ |
|
/* implícita y sin garantizar la CONVENIENCIA PARA UN PROPÓSITO */ |
|
/* PARTICULAR. Véase la Licencia Pública General de GNU para */ |
|
/* más detalles. */ |
|
/* */ |
|
/* Debería haber recibido una copia de la Licencia Pública General */ |
|
/* junto con ADD. Si no ha sido así, escriba a la Free Software */ |
|
/* Foundation, Inc., 51 Franklin St, Fifth Floor, */ |
|
/* Boston, MA 02110-1301 EEUU. */ |
/* */ |
/* */ |
/* ADD is free software; you can redistribute it and/or modify */ |
/* -------------------------- Historia --------------------------- */ |
/* it under the terms of the GNU General Public License as */ |
|
/* published by the Free Software Foundation; either version 2 of */ |
|
/* the License, or (at your option) any later version. */ |
|
/* */ |
|
/* ADD 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 ADD; if not, write to the Free Software */ |
|
/* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA */ |
|
/* 02111-1307 USA */ |
|
/* */ |
/* */ |
/* --------------------------- History --------------------------- */ |
/* $Id$ */ |
/* */ |
/* */ |
/* Revision 1.2. 01/2006 */ |
/* Revisión 1.2. 01/2006 */ |
/* Added GPL License and JavaDoc style documentation */ |
/* Se añade la licencia GPL y documentación en estilo Javadoc */ |
/* */ |
/* */ |
/* Revision 1.1. 09/2005 */ |
/* Revisión 1.1. 09/2005 */ |
/* Initial Revision */ |
/* Versión inicial */ |
/* */ |
/* */ |
/********************************************************************/ |
/********************************************************************/ |
|
|