Add license notices to all source code files

This commit is contained in:
Vitaliy Filippov
2020-09-17 23:07:06 +03:00
parent ef911555ed
commit 0471b09b9c
90 changed files with 269 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
#!/bin/bash
# Example startup script generator
# Of course this isn't a production solution yet, this is just for tests
# Copyright (c) Vitaliy Filippov, 2019+
# License: MIT
IP=`ip -json a s | jq -r '.[].addr_info[] | select(.broadcast == "10.115.0.255") | .local'`