summaryrefslogtreecommitdiff
path: root/meta-delta/COPYING.MIT
diff options
context:
space:
mode:
authorZev Weiss <zev@bewilderbeest.net>2022-11-16 10:47:41 +0300
committerZev Weiss <zev@bewilderbeest.net>2022-11-21 23:13:29 +0300
commit1d32c3229f72179fa5ddcb75c4fb1625a4a6a815 (patch)
tree9e76d6830fc6f378c8f3b17202d57bf42ae908f3 /meta-delta/COPYING.MIT
parent371692ee0fecac6fae42c3629089289d5e032294 (diff)
downloadopenbmc-1d32c3229f72179fa5ddcb75c4fb1625a4a6a815.tar.xz
meta-delta/meta-ahe50dc: Add new machine layer
This is an Open19 power shelf with two AST1250 BMCs in a redundant active/active configuration. It's not a server and hence has no host to manage, and so omits many standard BMC services such as host power control, serial console, and KVM support. Its primary purpose is to manage and monitor the six PSUs and 50 efuses (12VDC power outputs) the AHE-50DC uses to provide power to Open19 bricks and switches. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I56cd21585b987de8d97a15612457e40b4a214d7d
Diffstat (limited to 'meta-delta/COPYING.MIT')
-rw-r--r--meta-delta/COPYING.MIT17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-delta/COPYING.MIT b/meta-delta/COPYING.MIT
new file mode 100644
index 0000000000..89de354795
--- /dev/null
+++ b/meta-delta/COPYING.MIT
@@ -0,0 +1,17 @@
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.