[codeface] [PATCH 9/9] Add copyright information for packages.r

  • From: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
  • To: <codeface@xxxxxxxxxxxxx>
  • Date: Thu, 16 Jun 2016 22:46:34 +0200

The files lacks the required information.

Signed-off-by: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
CC: Roger Meier <roger@xxxxxxxxxxxxxxxxx>
CC: Andreas Ringlstetter <andreas.ringlstetter@xxxxxxxxx>
CC: Claus Hunsen <hunsen@xxxxxxxxxxxxxxxxx>
---
 packages.r | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/packages.r b/packages.r
index 787e02b..a19f712 100644
--- a/packages.r
+++ b/packages.r
@@ -1,3 +1,22 @@
+## This file is part of Codeface. Codeface is free software: you can
+## redistribute it and/or modify it under the terms of the GNU General Public
+## License as published by the Free Software Foundation, version 2.
+##
+## This program is distributed in the hope that it will be useful, but WITHOUT
+## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
FITNESS
+## FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
+## details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+##
+## Copyright 2014 by Roger Meier <roger@xxxxxxxxxxxxxxxxx>
+## Copyright 2015 by Andreas Ringlstetter <andreas.ringlstetter@xxxxxxxxx>
+## Copyright 2015 by Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
+## Copyright 2015 by Claus Hunsen <hunsen@xxxxxxxxxxxxxxxxx>
+## All Rights Reserved.
+
 filter.installed.packages <- function(packageList)  {
     if("-f" %in% commandArgs(trailingOnly = TRUE)) {
         return(packageList)
-- 
2.8.3


Other related posts:

  • » [codeface] [PATCH 9/9] Add copyright information for packages.r - Wolfgang Mauerer