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 */ 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__