File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22
3- # Copyright (C) 2013 Google Inc.
3+ # Copyright 2016 Google Inc
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
77# You may obtain a copy of the License at
88#
9- # http://www.apache.org/licenses/LICENSE-2.0
9+ # http://www.apache.org/licenses/LICENSE-2.0
1010#
1111# Unless required by applicable law or agreed to in writing, software
1212# distributed under the License is distributed on an "AS IS" BASIS,
1313# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616
17+ """Generates READMEs using configuration defined in yaml."""
18+
1719import argparse
1820import io
1921import os
Original file line number Diff line number Diff line change 1+ {# The following line is a lie. BUT! Once jinja2 is done with it, it will
2+ become truth! #}
13.. This file is automatically generated. Do not edit this file directly.
24
35 {{product.name}} Python Samples
You can’t perform that action at this time.
0 commit comments