diff --git a/src/library/stats/R/diffinv.R b/src/library/stats/R/diffinv.R index bcfb535b492..2c212dd5c2f 100644 --- a/src/library/stats/R/diffinv.R +++ b/src/library/stats/R/diffinv.R @@ -15,7 +15,7 @@ # http://www.r-project.org/Licenses/ ## Copyright (C) 1997-1999 Adrian Trapletti -## Cppyright (C) 2003-2007 R Core Development Team +## Cppyright (C) 2003-2007 R Core Team ## This version distributed under GPL (version 2 or later) diffinv <- function (x, ...) { UseMethod("diffinv") } diff --git a/src/library/stats/R/embed.R b/src/library/stats/R/embed.R index 49c5a26d27b..5d89735ddd0 100644 --- a/src/library/stats/R/embed.R +++ b/src/library/stats/R/embed.R @@ -3,7 +3,7 @@ # # Copyright (C) 1997-1999 Adrian Trapletti # -# Rewritten to use R indexing (C) 1999, 2006 R Core Development Team +# Rewritten to use R indexing (C) 1999, 2006 R Core Team # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public diff --git a/src/library/tools/R/Rd2pdf.R b/src/library/tools/R/Rd2pdf.R index 0c2d775ce84..a968b07566f 100644 --- a/src/library/tools/R/Rd2pdf.R +++ b/src/library/tools/R/Rd2pdf.R @@ -366,7 +366,7 @@ R.version[["major"]], ".", R.version[["minor"]], " (r", R.version[["svn rev"]], ")\n", sep = "") cat("", - "Copyright (C) 1997-2009 The R Core Development Team.", + "Copyright (C) 1997-2009 The R Core Team.", "This is free software; see the GNU General Public License version 2", "or later for copying conditions. There is NO warranty.", sep="\n") @@ -710,7 +710,7 @@ function(pkgdir, outfile, title, batch = FALSE, R.version[["major"]], ".", R.version[["minor"]], " (r", R.version[["svn rev"]], ")\n", sep = "") cat("", - "Copyright (C) 2000-2011 The R Core Development Team.", + "Copyright (C) 2000-2011 The R Core Team.", "This is free software; see the GNU General Public License version 2", "or later for copying conditions. There is NO warranty.", sep="\n") diff --git a/src/library/tools/R/Rprof.R b/src/library/tools/R/Rprof.R index b8c6fbdb6e6..29d22cca720 100644 --- a/src/library/tools/R/Rprof.R +++ b/src/library/tools/R/Rprof.R @@ -57,7 +57,7 @@ R.version[["major"]], ".", R.version[["minor"]], " (r", R.version[["svn rev"]], ")\n", sep = "") cat("", - "Copyright (C) 1997-2010 The R Core Development Team.", + "Copyright (C) 1997-2010 The R Core Team.", "This is free software; see the GNU General Public License version 2", "or later for copying conditions. There is NO warranty.", sep="\n") diff --git a/src/library/tools/R/build.R b/src/library/tools/R/build.R index 989ac2a6dd5..627c1518abf 100644 --- a/src/library/tools/R/build.R +++ b/src/library/tools/R/build.R @@ -791,7 +791,7 @@ get_exclude_patterns <- function() R.version[["major"]], ".", R.version[["minor"]], " (r", R.version[["svn rev"]], ")\n", sep = "") cat("", - "Copyright (C) 1997-2011 The R Core Development Team.", + "Copyright (C) 1997-2011 The R Core Team.", "This is free software; see the GNU General Public License version 2", "or later for copying conditions. There is NO warranty.", sep="\n") diff --git a/src/library/tools/R/check.R b/src/library/tools/R/check.R index c60fca7b5df..070a30c9fc5 100644 --- a/src/library/tools/R/check.R +++ b/src/library/tools/R/check.R @@ -3015,7 +3015,7 @@ setRlibs <- function(lib0 = "", pkgdir = ".", suggests = FALSE, R.version[["major"]], ".", R.version[["minor"]], " (r", R.version[["svn rev"]], ")\n", sep = "") cat("", - "Copyright (C) 1997-2011 The R Core Development Team.", + "Copyright (C) 1997-2011 The R Core Team.", "This is free software; see the GNU General Public License version 2", "or later for copying conditions. There is NO warranty.", sep="\n") diff --git a/src/library/tools/R/install.R b/src/library/tools/R/install.R index bbe3ee650f0..cc363477697 100644 --- a/src/library/tools/R/install.R +++ b/src/library/tools/R/install.R @@ -1214,7 +1214,7 @@ R.version[["major"]], ".", R.version[["minor"]], " (r", R.version[["svn rev"]], ")\n", sep = "") cat("", - "Copyright (C) 2000-2010 The R Core Development Team.", + "Copyright (C) 2000-2010 The R Core Team.", "This is free software; see the GNU General Public License version 2", "or later for copying conditions. There is NO warranty.", sep="\n") @@ -1649,7 +1649,7 @@ R.version[["major"]], ".", R.version[["minor"]], " (r", R.version[["svn rev"]], ")\n", sep = "") cat("", - "Copyright (C) 2000-2011 The R Core Development Team.", + "Copyright (C) 2000-2011 The R Core Team.", "This is free software; see the GNU General Public License version 2", "or later for copying conditions. There is NO warranty.", sep="\n") diff --git a/src/library/tools/R/testing.R b/src/library/tools/R/testing.R index dc9141b3b99..cb0dc407772 100644 --- a/src/library/tools/R/testing.R +++ b/src/library/tools/R/testing.R @@ -649,7 +649,7 @@ detachPackages <- function(pkgs, verbose = TRUE) R.version[["major"]], ".", R.version[["minor"]], " (r", R.version[["svn rev"]], ")\n", sep = "") cat("", - "Copyright (C) 2000-2010 The R Core Development Team.", + "Copyright (C) 2000-2010 The R Core Team.", "This is free software; see the GNU General Public License version 2", "or later for copying conditions. There is NO warranty.", sep="\n") diff --git a/src/library/utils/R/findLineNum.R b/src/library/utils/R/findLineNum.R index 336020fb8dc..0ed576552bc 100644 --- a/src/library/utils/R/findLineNum.R +++ b/src/library/utils/R/findLineNum.R @@ -1,7 +1,7 @@ # File src/library/utils/R/fineLineNum.R # Part of the R package, http://www.R-project.org # -# Copyright 2009-2011 Duncan Murdoch and the R Core Development Team +# Copyright 2009-2011 Duncan Murdoch and the R Core Team # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/nmath/bd0.c b/src/nmath/bd0.c index d6a2b3b0a97..17442414294 100644 --- a/src/nmath/bd0.c +++ b/src/nmath/bd0.c @@ -4,7 +4,7 @@ * October 23, 2000. * * Merge in to R: - * Copyright (C) 2000, The R Core Development Team + * Copyright (C) 2000, The R Core Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/nmath/dbeta.c b/src/nmath/dbeta.c index ddbe2196d3f..72bb99c572d 100644 --- a/src/nmath/dbeta.c +++ b/src/nmath/dbeta.c @@ -4,9 +4,9 @@ * October 23, 2000. * * Merge in to R: - * Copyright (C) 2000, The R Core Development Team + * Copyright (C) 2000, The R Core Team * Changes to case a, b < 2, use logs to avoid underflow - * Copyright (C) 2006, The R Core Development Team + * Copyright (C) 2006, The R Core Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/nmath/dbinom.c b/src/nmath/dbinom.c index 6e2f4ec8b0d..9edddc4416d 100644 --- a/src/nmath/dbinom.c +++ b/src/nmath/dbinom.c @@ -4,7 +4,7 @@ * October 23, 2000. * * Merge in to R and further tweaks : - * Copyright (C) 2000, The R Core Development Team + * Copyright (C) 2000, The R Core Team * Copyright (C) 2008, The R Foundation * * This program is free software; you can redistribute it and/or modify diff --git a/src/nmath/df.c b/src/nmath/df.c index e5056904f04..d1f473338bd 100644 --- a/src/nmath/df.c +++ b/src/nmath/df.c @@ -4,7 +4,7 @@ * October 23, 2000. * * Merge in to R: - * Copyright (C) 2000, 2005 The R Core Development Team + * Copyright (C) 2000, 2005 The R Core Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/nmath/dgamma.c b/src/nmath/dgamma.c index 69d96d06b5a..112de7b14fc 100644 --- a/src/nmath/dgamma.c +++ b/src/nmath/dgamma.c @@ -4,7 +4,7 @@ * October 23, 2000. * * Merge in to R: - * Copyright (C) 2000 The R Core Development Team + * Copyright (C) 2000 The R Core Team * Copyright (C) 2004 The R Foundation * * This program is free software; you can redistribute it and/or modify diff --git a/src/nmath/dgeom.c b/src/nmath/dgeom.c index 3f61e0b8442..30165e51a2e 100644 --- a/src/nmath/dgeom.c +++ b/src/nmath/dgeom.c @@ -4,7 +4,7 @@ * October 23, 2000. * * Merge in to R: - * Copyright (C) 2000, 2001, 2006 The R Core Development Team + * Copyright (C) 2000, 2001, 2006 The R Core Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/nmath/dhyper.c b/src/nmath/dhyper.c index 61628eec5e5..e2dd637ac16 100644 --- a/src/nmath/dhyper.c +++ b/src/nmath/dhyper.c @@ -4,7 +4,7 @@ * October 23, 2000. * * Merge in to R: - * Copyright (C) 2000, 2001 The R Core Development Team + * Copyright (C) 2000, 2001 The R Core Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/nmath/dnbinom.c b/src/nmath/dnbinom.c index dd8148a2a00..51cc1e9e880 100644 --- a/src/nmath/dnbinom.c +++ b/src/nmath/dnbinom.c @@ -6,7 +6,7 @@ * dnbinom_mu(): Martin Maechler, June 2008 * * Merge in to R: - * Copyright (C) 2000--2008, The R Core Development Team + * Copyright (C) 2000--2008, The R Core Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/nmath/dnf.c b/src/nmath/dnf.c index c06e97d056c..0bff53d3751 100644 --- a/src/nmath/dnf.c +++ b/src/nmath/dnf.c @@ -4,7 +4,7 @@ * April 13, 2006. * * Merge in to R: - * Copyright (C) 2006 The R Core Development Team + * Copyright (C) 2006 The R Core Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/nmath/dpois.c b/src/nmath/dpois.c index 6b60849f659..c84c0f749fc 100644 --- a/src/nmath/dpois.c +++ b/src/nmath/dpois.c @@ -4,7 +4,7 @@ * October 23, 2000. * * Merge in to R: - * Copyright (C) 2000, The R Core Development Team + * Copyright (C) 2000, The R Core Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/nmath/dt.c b/src/nmath/dt.c index 273adc6b288..ce37b41bc26 100644 --- a/src/nmath/dt.c +++ b/src/nmath/dt.c @@ -4,7 +4,7 @@ * October 23, 2000. * * Merge in to R: - * Copyright (C) 2000, The R Core Development Team + * Copyright (C) 2000, The R Core Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/nmath/pgamma.c b/src/nmath/pgamma.c index 8083b7fcc3d..9d701bf24e1 100644 --- a/src/nmath/pgamma.c +++ b/src/nmath/pgamma.c @@ -2,7 +2,7 @@ * Mathlib : A C Library of Special Functions * Copyright (C) 2005-6 Morten Welinder * Copyright (C) 2005-10 The R Foundation - * Copyright (C) 2006-10 The R Core Development Team + * Copyright (C) 2006-10 The R Core Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/nmath/stirlerr.c b/src/nmath/stirlerr.c index fca56b1d09c..3380ddafd8f 100644 --- a/src/nmath/stirlerr.c +++ b/src/nmath/stirlerr.c @@ -4,7 +4,7 @@ * October 23, 2000. * * Merge in to R: - * Copyright (C) 2000, The R Core Development Team + * Copyright (C) 2000, The R Core Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ * write lgamma!) * * Merge in to R: - * Copyright (C) 2000, The R Core Development Team + * Copyright (C) 2000, The R Core Team * R has lgammafn, and lgamma is not part of ISO C */