aboutsummaryrefslogtreecommitdiff
path: root/pw_varint/varint.cc
diff options
context:
space:
mode:
authorWyatt Hepler <hepler@google.com>2019-12-02 14:49:21 -0800
committerWyatt Hepler <hepler@google.com>2019-12-03 00:00:28 +0000
commit8c493bbf7645142c9135cc36269540599b60b180 (patch)
tree4d1126a11fd50f0a0af9d5abccf4aacacc75e577 /pw_varint/varint.cc
parent99c8606a2885740c9e19ded14bc52202b1b14279 (diff)
downloadpigweed-8c493bbf7645142c9135cc36269540599b60b180.tar.gz
Fix the copyright notice on a few files
Change-Id: Ieff83592399946000fc806a037b0f5ffcaa3bd10
Diffstat (limited to 'pw_varint/varint.cc')
-rw-r--r--pw_varint/varint.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/pw_varint/varint.cc b/pw_varint/varint.cc
index 3d0e759d7..28b8af0ca 100644
--- a/pw_varint/varint.cc
+++ b/pw_varint/varint.cc
@@ -1,16 +1,16 @@
// Copyright 2019 The Pigweed Authors
//
// 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
+// use this file except in compliance with the License. You may obtain a copy of
+// the License at
//
// https://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.
+// License for the specific language governing permissions and limitations under
+// the License.
#include "pw_varint/varint.h"