From 71f4914c453d1cba4f13dc331830378939ee84d9 Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Tue, 10 Mar 2020 11:08:01 -0700 Subject: [presubmit] Enforce language attribute in project.yaml to be always set. (#3477) * [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase --- projects/zlib-ng/project.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'projects/zlib-ng/project.yaml') diff --git a/projects/zlib-ng/project.yaml b/projects/zlib-ng/project.yaml index 26cdaa65b..d9d8b133d 100644 --- a/projects/zlib-ng/project.yaml +++ b/projects/zlib-ng/project.yaml @@ -1,20 +1,5 @@ -# Copyright 2018 Google Inc. -# -# Licensed 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. -# -################################################################################ - homepage: "https://github.com/Dead2/zlib-ng" +language: c++ primary_contact: "zlib-ng@circlestorm.org" auto_ccs: - "sebpop@gmail.com" -- cgit v1.2.3