diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-02-12 17:30:03 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-02-12 17:30:03 +0100 |
| commit | fd21c2f794abd43223623cf22495653371618fd9 (patch) | |
| tree | 79fe4a5600c2862a6957069628887e152f3c5af5 /bin/read_logs.rb | |
| parent | 93e43a82b638a5757ead6296295973c61e024825 (diff) | |
| download | kazbek-fd21c2f794abd43223623cf22495653371618fd9.tar.gz | |
cross_toolchain.rb: Update kernel and change tmp
Diffstat (limited to 'bin/read_logs.rb')
| -rwxr-xr-x | bin/read_logs.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/read_logs.rb b/bin/read_logs.rb index 76627bc..b53760f 100755 --- a/bin/read_logs.rb +++ b/bin/read_logs.rb @@ -1,4 +1,9 @@ #!/usr/bin/env ruby +# This Source Code Form is subject to the terms of the Mozilla Public License, +# v. 2.0. If a copy of the MPL was not distributed with this file, You can +# obtain one at https://mozilla.org/MPL/2.0/. -} + +# frozen_string_literal: true require 'date' require 'zlib' |
