Skip to content

Commit 25a35c8

Browse files
committed
copyright cleanup
this is based on an IM chat I had a while back with Hadley who very clearly stated that he didn't think that the funding (through his grants at Rice) of some work done on Rcpp warranted a copyright for Rice U -- so belated cleanup
1 parent 604b1d3 commit 25a35c8

File tree

13 files changed

+0
-13
lines changed

13 files changed

+0
-13
lines changed

inst/include/Rcpp/String.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// String.h: Rcpp R/C++ interface class library -- single string
44
//
55
// Copyright (C) 2012 - 2013 Dirk Eddelbuettel and Romain Francois
6-
// Copyright (C) 2012 - 2013 Rice University
76
//
87
// This file is part of Rcpp.
98
//

inst/include/Rcpp/as.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// as.h: Rcpp R/C++ interface class library -- convert SEXP to C++ objects
44
//
55
// Copyright (C) 2009 - 2013 Dirk Eddelbuettel and Romain Francois
6-
// Copyright (C) 2013 Rice University
76
//
87
// This file is part of Rcpp.
98
//

inst/include/Rcpp/internal/export.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// export.h: Rcpp R/C++ interface class library --
55
//
66
// Copyright (C) 2010 - 2013 Dirk Eddelbuettel and Romain Francois
7-
// Copyright (C) 2013 Rice University
87
//
98
// This file is part of Rcpp.
109
//

inst/include/Rcpp/internal/wrap.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// wrap.h: Rcpp R/C++ interface class library -- wrap implementations
55
//
66
// Copyright (C) 2010 - 2013 Dirk Eddelbuettel and Romain Francois
7-
// Copyright (C) 2013 Rice University
87
//
98
// This file is part of Rcpp.
109
//

inst/include/Rcpp/macros/module.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// macros.h: Rcpp R/C++ interface class library -- helper macros for Rcpp modules
44
//
55
// Copyright (C) 2012-2013 Dirk Eddelbuettel and Romain Francois
6-
// Copyright (C) 2013 Rice University
76
//
87
// This file is part of Rcpp.
98
//

inst/include/Rcpp/traits/char_type.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// char_type.h: Rcpp R/C++ interface class library --
55
//
66
// Copyright (C) 2013 Dirk Eddelbuettel and Romain Francois
7-
// Copyright (C) 2013 Rice University
87
//
98
// This file is part of Rcpp.
109
//

inst/include/Rcpp/traits/is_wide_string.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// is_wide_string.h: Rcpp R/C++ interface class library -- traits to help wrap
55
//
66
// Copyright (C) 2013 Dirk Eddelbuettel and Romain Francois
7-
// Copyright (C) 2013 Rice University
87
//
98
// This file is part of Rcpp.
109
//

inst/include/Rcpp/traits/r_type_traits.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// r_type_traits.h: Rcpp R/C++ interface class library -- traits to help wrap
55
//
66
// Copyright (C) 2010 - 2013 Dirk Eddelbuettel and Romain Francois
7-
// Copyright (C) 2013 Rice University
87
//
98
// This file is part of Rcpp.
109
//

inst/include/Rcpp/vector/generic_proxy.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// generic_proxy.h: Rcpp R/C++ interface class library --
22
//
33
// Copyright (C) 2010 - 2013 Dirk Eddelbuettel and Romain Francois
4-
// Copyright (C) 2013 Rice University
54
//
65
// This file is part of Rcpp.
76
//

inst/include/Rcpp/vector/string_proxy.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// string_proxy.h: Rcpp R/C++ interface class library --
44
//
55
// Copyright (C) 2010 - 2013 Dirk Eddelbuettel and Romain Francois
6-
// Copyright (C) 2013 Rice University
76
//
87
// This file is part of Rcpp.
98
//

0 commit comments

Comments
 (0)