Merge pull request #562 from birarda/jenkins

remove the dummy test job, add a copyright
This commit is contained in:
birarda 2013-06-19 15:00:59 -07:00
commit aec145a23e
2 changed files with 1 additions and 2 deletions

View file

@ -102,7 +102,6 @@ def targets = [
'space-server':true, 'space-server':true,
'voxel-server':true, 'voxel-server':true,
'interface':false, 'interface':false,
'dummy-job':false
] ]
/* setup all of the target jobs to use the above template */ /* setup all of the target jobs to use the above template */

View file

@ -3,7 +3,7 @@
// hifi // hifi
// //
// Created by Stephen Birarda on 3/15/13. // Created by Stephen Birarda on 3/15/13.
// // Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
// //
#ifndef __hifi__OctalCode__ #ifndef __hifi__OctalCode__