From 53f741570c41b022e8ff2f161959d0b110f93f3d Mon Sep 17 00:00:00 2001 From: Bee-Chung Chen Date: Tue, 10 Jan 2012 18:02:39 -0800 Subject: [PATCH] Add copy right notice --- src/R/examples/tutorial-BST.R | 4 ++++ src/unit-test/multicontext_model/create-simulated-data-1.R | 4 ++++ src/unit-test/multicontext_model/regression-test-0.R | 5 +++++ src/unit-test/multicontext_model/regression-test-1.R | 5 +++++ 4 files changed, 18 insertions(+) diff --git a/src/R/examples/tutorial-BST.R b/src/R/examples/tutorial-BST.R index 24aae9a..56b446c 100644 --- a/src/R/examples/tutorial-BST.R +++ b/src/R/examples/tutorial-BST.R @@ -1,3 +1,7 @@ +### Copyright (c) 2011, Yahoo! Inc. All rights reserved. +### Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. +### +### Author: Bee-Chung Chen and Liang Zhang ### ### Quick Start diff --git a/src/unit-test/multicontext_model/create-simulated-data-1.R b/src/unit-test/multicontext_model/create-simulated-data-1.R index dc93f9b..f3cd398 100644 --- a/src/unit-test/multicontext_model/create-simulated-data-1.R +++ b/src/unit-test/multicontext_model/create-simulated-data-1.R @@ -1,3 +1,7 @@ +### Copyright (c) 2011, Yahoo! Inc. All rights reserved. +### Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. +### +### Author: Bee-Chung Chen ### ### Create a small test data for the multi-context model diff --git a/src/unit-test/multicontext_model/regression-test-0.R b/src/unit-test/multicontext_model/regression-test-0.R index d071f57..589b7a0 100644 --- a/src/unit-test/multicontext_model/regression-test-0.R +++ b/src/unit-test/multicontext_model/regression-test-0.R @@ -1,3 +1,8 @@ +### Copyright (c) 2011, Yahoo! Inc. All rights reserved. +### Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. +### +### Author: Liang Zhang + source("src/R/BST.R"); # (1) Read input data diff --git a/src/unit-test/multicontext_model/regression-test-1.R b/src/unit-test/multicontext_model/regression-test-1.R index 706df3b..8d0d326 100644 --- a/src/unit-test/multicontext_model/regression-test-1.R +++ b/src/unit-test/multicontext_model/regression-test-1.R @@ -1,3 +1,8 @@ +### Copyright (c) 2011, Yahoo! Inc. All rights reserved. +### Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. +### +### Author: Bee-Chung Chen + ### ### Test on simulated data to make sure no bug is introduced when rewriting some part of the code ###