Standard blurb.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7185 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-06-18 09:56:10 +00:00
parent 119f236cb1
commit 9fe2fd47ea
32 changed files with 279 additions and 34 deletions

View File

@ -1,4 +1,14 @@
// -*- C++ -*- // -*- C++ -*-
/**
* \file BoostFormat.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#ifndef LYX_BOOST_FORMAT_H #ifndef LYX_BOOST_FORMAT_H
#define LYX_BOOST_FORMAT_H #define LYX_BOOST_FORMAT_H

View File

@ -1,3 +1,7 @@
2003-06-18 Angus Leeming <leeming@lyx.org>
* many files: add the standard blurb, "This file is part of LyX" etc
2003-06-17 Lars Gullik Bjønnes <larsbj@lyx.org> 2003-06-17 Lars Gullik Bjønnes <larsbj@lyx.org>
* limited_stack.h: make it have a const_iterator, add begin, and * limited_stack.h: make it have a const_iterator, add begin, and

View File

@ -1,9 +1,12 @@
// Created by Lars Gullik Bjønnes /**
// Copyright 1999 Lars Gullik Bjønnes (larsbj@lyx.org) * \file DebugStream.C
// Released into the public domain. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
// Primarily developed for use in the LyX Project http://www.lyx.org/ *
// but should be adaptable to any project. * \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
//#define TEST_DEBUGSTREAM //#define TEST_DEBUGSTREAM

View File

@ -1,13 +1,13 @@
// -*- C++ -*- // -*- C++ -*-
/**
// Created by Lars Gullik Bjønnes * \file DebugStream.h
// Copyright 1999 Lars Gullik Bjønnes (larsbj@lyx.org) * This file is part of LyX, the document processor.
// Released into the public domain. * Licence details can be found in the file COPYING.
*
// Implemented and tested on g++ 2.7.2.3 * \author Lars Gullik Bjønnes
*
// Primarily developed for use in the LyX Project http://www.lyx.org/ * Full author contact details are available in file CREDITS
// but should be adaptable to any project. */
#ifndef DEBUGSTREAM_H #ifndef DEBUGSTREAM_H
#define DEBUGSTREAM_H #define DEBUGSTREAM_H

View File

@ -1,4 +1,14 @@
// -*- C++ -*- // -*- C++ -*-
/**
* \file LAssert.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#ifndef LASSERT_H #ifndef LASSERT_H
#define LASSERT_H #define LASSERT_H

View File

@ -1,3 +1,13 @@
/**
* \file abort.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,5 +1,9 @@
/* Wrapper to implement ANSI C's atexit using SunOS's on_exit. */ /**
/* This function is in the public domain. --Mike Stump. */ * \file atexit.c
* Wrapper to implement ANSI C's atexit using SunOS's on_exit.
*
* This function is in the public domain. --Mike Stump.
*/
#ifndef NEED_on_exit #ifndef NEED_on_exit
int atexit(void (*f)()) int atexit(void (*f)())

View File

@ -1,3 +1,14 @@
/**
* \file atoi.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include <cstdlib> #include <cstdlib>

View File

@ -1,3 +1,13 @@
/**
* \file boost-inset.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include "support/BoostFormat.h" #include "support/BoostFormat.h"

View File

@ -1,3 +1,13 @@
/**
* \file chdir.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include <unistd.h> #include <unistd.h>

View File

@ -1,3 +1,13 @@
/**
* \file copy.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include <fstream> #include <fstream>

View File

@ -10,8 +10,12 @@
* \author Asger Alstrup * \author Asger Alstrup
* \author Lars Gullik Bjønnes * \author Lars Gullik Bjønnes
* \author Jean-Marc Lasgouttes * \author Jean-Marc Lasgouttes
* \author Angus Leeming
* \author John Levon
* \author Herbert Voss
* *
* Full author contact details are available in file CREDITS * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
* *
* General path-mangling functions * General path-mangling functions
*/ */

View File

@ -3,6 +3,10 @@
* \file filetools.h * \file filetools.h
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/ */
#ifndef LYX_FILETOOL_H #ifndef LYX_FILETOOL_H

View File

@ -1,5 +1,5 @@
/** /**
* \file forkedcall.C * \file forkedcall.C
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *

View File

@ -1,6 +1,6 @@
// -*- C++ -*- // -*- C++ -*-
/** /**
* \file forkedcall.h * \file forkedcall.h
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING. * Licence details can be found in the file COPYING.
* *

View File

@ -1,3 +1,13 @@
/**
* \file getcwd.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include <cerrno> #include <cerrno>

View File

@ -1,3 +1,13 @@
/**
* \file kill.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include "lyxlib.h" #include "lyxlib.h"

View File

@ -1,15 +1,23 @@
// -*- C++ -*- // -*- C++ -*-
/**
* \file lyxfunctional.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*
* \brief Convenient function objects for use with LyX
*
* This is currently a small collection of small function objects for use
* together with std::algorithms.
*/
#ifndef LYX_FUNCTIONAL_H #ifndef LYX_FUNCTIONAL_H
#define LYX_FUNCTIONAL_H #define LYX_FUNCTIONAL_H
/** \file lyxfunctional.h
\brief Convenient function objects for use with LyX
This is currently a small collection of small function objects for use
together with std::algorithms.
**/
#include <iterator> #include <iterator>
namespace lyx { namespace lyx {

View File

@ -1,4 +1,14 @@
// -*- C++ -*- // -*- C++ -*-
/**
* \file lyxmanip.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#ifndef LYX_MANIP_H #ifndef LYX_MANIP_H
#define LYX_MANIP_H #define LYX_MANIP_H

View File

@ -1,3 +1,13 @@
/**
* \file mkdir.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@ -1,3 +1,13 @@
/**
* \file os.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Ruurd A. Reitsma
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#ifdef __EMX__ #ifdef __EMX__

View File

@ -1,4 +1,13 @@
// os.h copyright "Ruurd A. Reitsma" <R.A.Reitsma@wbmt.tudelft.nl> // -*- C++ -*-
/**
* \file os.h
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Ruurd A. Reitsma
*
* Full author contact details are available in file CREDITS
*/
#ifndef OS_H #ifndef OS_H
#define OS_H #define OS_H

View File

@ -1,6 +1,15 @@
// os_os2.C /**
* \file os_os2.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Ruurd A. Reitsma
*
* Full author contact details are available in file CREDITS
*
* Various OS specific functions
*/
// Various OS specific functions
#include <config.h> #include <config.h>
#include "os.h" #include "os.h"

View File

@ -1,6 +1,15 @@
// os_unix.C /**
* \file os_unix.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Ruurd A. Reitsma
*
* Full author contact details are available in file CREDITS
*
* Various OS specific functions
*/
// Various OS specific functions
#include <config.h> #include <config.h>
#include "os.h" #include "os.h"

View File

@ -1,6 +1,15 @@
// os_win32.C copyright "Ruurd A. Reitsma" <R.A.Reitsma@wbmt.tudelft.nl> /**
* \file os_win32.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Ruurd A. Reitsma
*
* Full author contact details are available in file CREDITS
*
* Various OS specific functions
*/
// Various OS specific functions
#include <config.h> #include <config.h>
#include "os.h" #include "os.h"

View File

@ -1,3 +1,13 @@
/**
* \file putenv.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include "lyxlib.h" #include "lyxlib.h"

View File

@ -1,3 +1,13 @@
/**
* \file rename.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include <cstdio> #include <cstdio>

View File

@ -1,3 +1,13 @@
/**
* \file rmdir.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include <unistd.h> #include <unistd.h>

View File

@ -1,3 +1,13 @@
/**
* \file tempname.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include <cstdlib> #include <cstdlib>

View File

@ -1,3 +1,13 @@
/**
* \file tostr.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author André Pönitz
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include "Lsstream.h" #include "Lsstream.h"

View File

@ -1,3 +1,4 @@
// -*- C++ -*-
/** /**
* \file types.h * \file types.h
* This file is part of LyX, the document processor. * This file is part of LyX, the document processor.

View File

@ -1,3 +1,13 @@
/**
* \file unlink.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Lars Gullik Bjønnes
*
* Full author contact details are available in file CREDITS
*/
#include <config.h> #include <config.h>
#include <unistd.h> #include <unistd.h>