From 2c5d6ba747d13ac552abdf131941c45464740fd3 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 19 Jun 2013 14:58:46 -0700 Subject: [PATCH 1/2] remove the dummy test job --- jenkins/jobs.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/jenkins/jobs.groovy b/jenkins/jobs.groovy index 2788ecc903..6ebcc63a23 100644 --- a/jenkins/jobs.groovy +++ b/jenkins/jobs.groovy @@ -102,7 +102,6 @@ def targets = [ 'space-server':true, 'voxel-server':true, 'interface':false, - 'dummy-job':false ] /* setup all of the target jobs to use the above template */ From 4d330a33e6d20d026f0b8e8b6773a517de8c54cd Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 19 Jun 2013 14:59:21 -0700 Subject: [PATCH 2/2] add copyright to OctalCode header --- libraries/shared/src/OctalCode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/shared/src/OctalCode.h b/libraries/shared/src/OctalCode.h index 761eac1953..228d5f72b5 100644 --- a/libraries/shared/src/OctalCode.h +++ b/libraries/shared/src/OctalCode.h @@ -3,7 +3,7 @@ // hifi // // Created by Stephen Birarda on 3/15/13. -// +// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // #ifndef __hifi__OctalCode__