Skip to content

Commit f51899f

Browse files
committed
Added copyright notice to plugin.R
1 parent b3c81ba commit f51899f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

R/plugin.R

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Copyright (C) 2016 Daniel C. Dillon
2+
#
3+
# This file is part of RcppHoney.
4+
#
5+
# RcppHoney is free software: you can redistribute it and/or modify it
6+
# under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation, either version 2 of the License, or
8+
# (at your option) any later version.
9+
#
10+
# RcppHoney is distributed in the hope that it will be useful, but
11+
# WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public License
16+
# along with RcppHoney. If not, see <http://www.gnu.org/licenses/>.
17+
118
# Return the appropriate option to pass the linker to cause it to strip
219
# debugging symbols out of a shared library. This only takes actual linkers
320
# (ld, gold, etc.) and not "wrappers" (gcc, clang, etc.). Returns the option

0 commit comments

Comments
 (0)