ソースを参照

Copyright & License note in script

Jakob Borg 9 年 前
コミット
e9d23efd72
1 ファイル変更4 行追加0 行削除
  1. 4 0
      platform-upgrade

+ 4 - 0
platform-upgrade

@@ -1,5 +1,9 @@
 #!/bin/bash
 
+# https://github.com/calmh/smartos-platform-upgrade
+# Copyright (c) 2012-2016 Jakob Borg & Contributors
+# Distributed under the MIT License
+
 host=https://us-east.manta.joyent.com
 latest_path=$(curl -sk "$host/Joyent_Dev/public/SmartOS/latest")
 version="${latest_path##*/}"