X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fimport.cpp;h=2af6a4d4c2748611e289910306de8ac7c1ec8ec0;hb=675aca937d23c7f460edf42ac3ec0ffa06205a2c;hp=bf5f32e314d0890869f3acb1649582d68512b02f;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/import.cpp b/synfig-core/trunk/src/modules/lyr_std/import.cpp index bf5f32e..2af6a4d 100644 --- a/synfig-core/trunk/src/modules/lyr_std/import.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/import.cpp @@ -1,8 +1,10 @@ -/*! ======================================================================== -** Synfig -** Image Import Layer Implementation -** $Id: import.cpp,v 1.2 2005/03/19 04:26:42 darco Exp $ +/* === S Y N F I G ========================================================= */ +/*! \file import.cpp +** \brief Image Import Layer Implementation ** +** $Id$ +** +** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** ** This package is free software; you can redistribute it and/or @@ -14,6 +16,7 @@ ** 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. +** \endlegal ** ** === N O T E S =========================================================== ** @@ -54,7 +57,7 @@ SYNFIG_LAYER_SET_NAME(Import,"import"); SYNFIG_LAYER_SET_LOCAL_NAME(Import,_("Import")); SYNFIG_LAYER_SET_CATEGORY(Import,_("Other")); SYNFIG_LAYER_SET_VERSION(Import,"0.1"); -SYNFIG_LAYER_SET_CVS_ID(Import,"$Id: import.cpp,v 1.2 2005/03/19 04:26:42 darco Exp $"); +SYNFIG_LAYER_SET_CVS_ID(Import,"$Id$"); /* === P R O C E D U R E S ================================================= */