mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Standard blurb.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7185 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
119f236cb1
commit
9fe2fd47ea
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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)())
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file forkedcall.C
|
||||
* \file forkedcall.C
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file forkedcall.h
|
||||
* \file forkedcall.h
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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__
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file types.h
|
||||
* This file is part of LyX, the document processor.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user