Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 42e9341

Browse files
committed
Use https://github.com/mbrukman/autogen to re-generate license
1 parent 0f3c903 commit 42e9341

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: greasy.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
# Git Rebase (and run) Easy (GREasy)
1+
#!/bin/bash -eu
22
#
33
# Copyright 2022 Google LLC
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-
# https://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+
# Git Rebase (and run) Easy (GREasy)
18+
1719
# Installs Chrome's very handy depot management tools.
1820
# https://dev.chromium.org/developers/how-tos/install-depot-tools
1921
HOME="`cd;pwd`"

0 commit comments

Comments
 (0)