[codeface] [PATCH 8/9] Add copyright information for developer classification code

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

The files are governed by the main project license GPLv2, but
lack explicit copyright information.

Signed-off-by: Wolfgang Mauerer <wolfgang.mauerer@xxxxxxxxxxxxxxxxx>
CC: Mitchell Joblin <mitchell.joblin.ext@xxxxxxxxxxx>
---
 codeface/R/developer_classification.r      | 16 ++++++++++++++++
 codeface/R/test_developer_classification.r | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/codeface/R/developer_classification.r 
b/codeface/R/developer_classification.r
index 84a24b5..9c7df33 100644
--- a/codeface/R/developer_classification.r
+++ b/codeface/R/developer_classification.r
@@ -1,3 +1,19 @@
+## 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 2015 by Siemens AG, Mitchell Joblin 
<mitchell.joblin.ext@xxxxxxxxxxx>
+## All Rights Reserved.
+    
 suppressMessages(library(igraph))
 
 source("db.r")
diff --git a/codeface/R/test_developer_classification.r 
b/codeface/R/test_developer_classification.r
index a3903bb..c244cf3 100644
--- a/codeface/R/test_developer_classification.r
+++ b/codeface/R/test_developer_classification.r
@@ -1,3 +1,19 @@
+## 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 2015 by Siemens AG, Mitchell Joblin 
<mitchell.joblin.ext@xxxxxxxxxxx>
+## All Rights Reserved.
+
 library(testthat)
 source("developer_classification.r")
 
-- 
2.8.3


Other related posts:

  • » [codeface] [PATCH 8/9] Add copyright information for developer classification code - Wolfgang Mauerer