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++ -*-
/**
* \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
#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>
* 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)
// Released into the public domain.
// Primarily developed for use in the LyX Project http://www.lyx.org/
// but should be adaptable to any project.
/**
* \file DebugStream.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
*/
//#define TEST_DEBUGSTREAM

View File

@ -1,13 +1,13 @@
// -*- C++ -*-
// Created by Lars Gullik Bjønnes
// Copyright 1999 Lars Gullik Bjønnes (larsbj@lyx.org)
// Released into the public domain.
// Implemented and tested on g++ 2.7.2.3
// Primarily developed for use in the LyX Project http://www.lyx.org/
// but should be adaptable to any project.
/**
* \file DebugStream.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 DEBUGSTREAM_H
#define DEBUGSTREAM_H

View File

@ -1,4 +1,14 @@
// -*- 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
#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 <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
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 <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 "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 <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 <fstream>

View File

@ -10,8 +10,12 @@
* \author Asger Alstrup
* \author Lars Gullik Bjønnes
* \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
*/

View File

@ -3,6 +3,10 @@
* \file filetools.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_FILETOOL_H

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 <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 "lyxlib.h"

View File

@ -1,15 +1,23 @@
// -*- 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
#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>
namespace lyx {

View File

@ -1,4 +1,14 @@
// -*- 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
#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 <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>
#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
#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 "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 "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 "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 "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 <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 <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 <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 "Lsstream.h"

View File

@ -1,3 +1,4 @@
// -*- C++ -*-
/**
* \file types.h
* 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 <unistd.h>