Repository: couchdb-ci Updated Branches: refs/heads/master a1939c904 -> d5b3da074
license headers Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/d5b3da07 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/d5b3da07 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/d5b3da07 Branch: refs/heads/master Commit: d5b3da074a667bd2f7c087191ad34b745c83dcd3 Parents: a1939c9 Author: Bastian Krol <[email protected]> Authored: Sat Feb 27 18:02:49 2016 +0100 Committer: Bastian Krol <[email protected]> Committed: Sat Feb 27 18:02:49 2016 +0100 ---------------------------------------------------------------------- utils/analyze-jenkins-logs/index.js | 16 ++++++++++++++++ utils/auto-download-jenkins-logs/index.js | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/d5b3da07/utils/analyze-jenkins-logs/index.js ---------------------------------------------------------------------- diff --git a/utils/analyze-jenkins-logs/index.js b/utils/analyze-jenkins-logs/index.js index 0656763..76ed588 100644 --- a/utils/analyze-jenkins-logs/index.js +++ b/utils/analyze-jenkins-logs/index.js @@ -1,3 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. 'use strict'; const _ = require('lodash'); http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/d5b3da07/utils/auto-download-jenkins-logs/index.js ---------------------------------------------------------------------- diff --git a/utils/auto-download-jenkins-logs/index.js b/utils/auto-download-jenkins-logs/index.js index 862172a..e2f8413 100644 --- a/utils/auto-download-jenkins-logs/index.js +++ b/utils/auto-download-jenkins-logs/index.js @@ -1,3 +1,19 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. 'use strict'; const fs = require('fs');
