--------------------------------------------------------------------------------
          				Contributions
--------------------------------------------------------------------------------

The code of this package is licenced under GPL-2.

The package "papeR" contains modified code from other R packages. 
A list of the functions, their authors and of the licenes can be found below: 

- bibtex: write.bib (see R/toLatex.R)
- stats:  confint.lm (see R/helpers.R)
          format.perc (see R/helpers.R)
- utils:  toLatex.sessionInfo (see R/toLatex.R)
- xtable: toLatex.character (see R/toLatex.R)

See also inst/COPYRIGHT.

--------------------------------------------------------------------------------
  bibtex
--------------------------------------------------------------------------------

write.bib

modified version based on R package version 0.3-5.
URL of original package: http://CRAN.R-project.org/package=bibtex
Authors of R package bibtex (inlcuding write.bib):
  Romain Francois, Kurt Hornik
Licence of R package bibtex: GPL-2 | GPL-3


--------------------------------------------------------------------------------
  stats
--------------------------------------------------------------------------------

format.perc

Copyright (C) 1994-2003 W. N. Venables and B. D. Ripley
Copyright (C) 2003-2012 The R Core Team
URL: http://cran.at.r-project.org/src/base/R-3/R-3.0.1.tar.gz
Inside archive path: /src/library/stats/R/confint.R
Licence of R package utils: >= GPL-2
Author of the function format.perc: Martin Maechler

confint.lm

Copyright (C) 1994-2003 W. N. Venables and B. D. Ripley
Copyright (C) 2003-2012 The R Core Team
URL: http://cran.at.r-project.org/src/base/R-3/R-3.0.1.tar.gz
Inside archive path: /src/library/stats/R/confint.R
Licence of R package utils: >= GPL-2


--------------------------------------------------------------------------------
  utils
--------------------------------------------------------------------------------

toLatex.sessionInfo 

Copyright (C) 1995-2013 The R Core Team
URL: http://cran.at.r-project.org/src/base/R-3/R-3.0.1.tar.gz
Inside archive path: /src/library/utils/R/sessionInfo.R
Licence of R package utils: >= GPL-2


--------------------------------------------------------------------------------
  xtable
--------------------------------------------------------------------------------

modified version based on sanitize subroutine defined in
R package xtable (Version  1.7-1) inside function print.xtable

URL of original package: http://CRAN.R-project.org/package=xtable
Authors of R package xtable (inlcuding print.xtable):
  David Dahl <email: dahl@stat.tamu.edu> with contributions and
  suggestions from many others (see source code).
Licence of R package xtable: GPL-2 | GPL-3
