Bump Copyright to 2021

FYI:
find ortools \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/\(Copyright 2010\)-2018/\1-2021/g'
This commit is contained in:
Mizux Seiha
2021-04-01 21:00:53 +02:00
parent 6da4b6c08f
commit 8bb54b04ef
820 changed files with 820 additions and 820 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2010-2018 Google LLC
// Copyright 2010-2021 Google LLC
// 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