X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2Fbbs2cpp%2Fbbs2cpp.cxx;h=8541b5ed1e854f75298e6d7b5dda0eac25de55ff;hb=7dea96c3fd3343fc15372ae61573ad5354b19ffc;hp=0fd3e0c7e6a0a392dfcbc03a6b200174b0afe315;hpb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;p=bbtk.git diff --git a/kernel/appli/bbs2cpp/bbs2cpp.cxx b/kernel/appli/bbs2cpp/bbs2cpp.cxx index 0fd3e0c..8541b5e 100644 --- a/kernel/appli/bbs2cpp/bbs2cpp.cxx +++ b/kernel/appli/bbs2cpp/bbs2cpp.cxx @@ -1,3 +1,22 @@ +/*========================================================================= + + Program: bbtk + Module: $RCSfile: bbs2cpp.cxx,v $ + Language: C++ + Date: $Date: 2008/10/14 14:20:24 $ + Version: $Revision: 1.4 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/bbtk/License.html for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + + #include "bbtkInterpreter.h" #include "bbtkUtilities.h" @@ -23,6 +42,6 @@ int main(int argc, char* argv[]) return 0; } - + // EOF