X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffactory.h;h=1c25480fdcd99f1eb7efee15161e7ebe72887a4c;hb=498f06d43a0f2000c3f704db1ea39fda3c819fe6;hp=65da9ce2c609f1518579c4089c10f73df6c632c1;hpb=ea8e13cd2f4c036a7f18e87ab6b7eeb702d2046b;p=lyx.git diff --git a/src/factory.h b/src/factory.h index 65da9ce2c6..1c25480fdc 100644 --- a/src/factory.h +++ b/src/factory.h @@ -1,12 +1,13 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file factory.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * LyX, The Document Processor + * \author André Pönitz * - * Copyright 2002 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS + */ #ifndef FACTORY_H #define FACTORY_H @@ -18,4 +19,3 @@ class FuncRequest; Inset * createInset(FuncRequest const & cmd); #endif -