|
From: Gustavo P. B. <gb...@us...> - 2005-06-23 18:30:17
|
Update of /cvsroot/kimageprocess/kimageprocess/src/plugins/fann In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17144/fann Modified Files: Makefile.am fann.cpp fann.h Removed Files: kimageprocess_fann.rc Log Message: - Removed rc files for plugins (won't be needed anymore) - Changed copyright Index: fann.h =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/plugins/fann/fann.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- fann.h 23 Jun 2005 03:18:48 -0000 1.3 +++ fann.h 23 Jun 2005 18:30:06 -0000 1.4 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * Index: Makefile.am =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/plugins/fann/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 5 Mar 2005 21:14:05 -0000 1.1 +++ Makefile.am 23 Jun 2005 18:30:06 -0000 1.2 @@ -13,5 +13,3 @@ $(top_builddir)/src/plugins/fann/libfann/libfloatfann.a \ -lkdeui $(LIB_KIO) -pluginsdir = $(kde_datadir)/kimageprocess_fann -plugins_DATA = kimageprocess_fann.rc Index: fann.cpp =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/plugins/fann/fann.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- fann.cpp 23 Jun 2005 03:18:48 -0000 1.4 +++ fann.cpp 23 Jun 2005 18:30:06 -0000 1.5 @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by * + * Copyright (C) 2004-2005 by * * Gustavo Pichorim Boiko <gus...@kd...> * * Herton Ronaldo Krzesinski <he...@my...> * * * --- kimageprocess_fann.rc DELETED --- |