Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 3e8426e

Browse files
committed
🔨 Re-branding & License updates
1 parent f25ae12 commit 3e8426e

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Franck Nijhof
3+
Copyright (c) 2017-2020 Franck Nijhof
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Community Hass.io Add-ons: qemu-user-static
1+
# Community Home Assistant Add-ons: qemu-user-static
22

33
[![GitHub Release][releases-shield]][releases]
44
![Project Stage][project-stage-shield]
@@ -21,8 +21,8 @@ This repository provides the user mode emulation binaries, built statically.
2121
In this mode, QEMU can launch Linux processes compiled for one CPU on another CPU.
2222

2323
The supported emulation types and this repository as a whole is optimized for
24-
the use with Hass.io, and is therefore limited to architectures supported by
25-
Hass.io to minimize the build size.
24+
the use with Home Assistnt, and is therefore limited to architectures supported
25+
by Home Assistant to minimize the build size.
2626

2727
## Docker status
2828

@@ -84,7 +84,7 @@ check [the contributor's page][contributors].
8484

8585
MIT License
8686

87-
Copyright (c) 2017 Franck Nijhof
87+
Copyright (c) 2017-2020 Franck Nijhof
8888

8989
Permission is hereby granted, free of charge, to any person obtaining a copy
9090
of this software and associated documentation files (the "Software"), to deal
@@ -116,14 +116,15 @@ SOFTWARE.
116116
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/qemu-user-static.svg
117117
[commits]: https://github.com/hassio-addons/qemu-user-static/commits/master
118118
[contributors]: https://github.com/hassio-addons/qemu-user-static/graphs/contributors
119-
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
120-
[discord]: https://discord.gg/c5DvZ4e
119+
[discord-ha]: https://discord.gg/c5DvZ4e
120+
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
121+
[discord]: https://discord.me/hassioaddons
121122
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
122123
[forum]: https://community.home-assistant.io/?u=frenck
123124
[frenck]: https://github.com/frenck
124125
[issue]: https://github.com/hassio-addons/qemu-user-static/issues
125126
[license-shield]: https://img.shields.io/github/license/hassio-addons/qemu-user-static.svg
126-
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
127+
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
127128
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
128129
[reddit]: https://reddit.com/r/homeassistant
129130
[releases-shield]: https://img.shields.io/github/release/hassio-addons/qemu-user-static.svg

qemu-user-static/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ CMD ["/usr/bin/register.sh"]
1212

1313
LABEL \
1414
maintainer="Franck Nijhof <frenck@addons.community>" \
15-
org.label-schema.description="Registers qemu-*-static for all Hass.io supported processors" \
15+
org.label-schema.description="Registers qemu-*-static for all Home Assistant supported processors" \
1616
org.label-schema.build-date=${BUILD_DATE} \
1717
org.label-schema.name="qemu-user-static" \
1818
org.label-schema.schema-version="1.0" \
1919
org.label-schema.url="https://addons.community" \
2020
org.label-schema.usage="https://github.com/hassio-addons/qemu-user-static/tree/master/README.md" \
2121
org.label-schema.vcs-ref=${BUILD_REF} \
2222
org.label-schema.vcs-url="https://github.com/hassio-addons/qemu-user-static" \
23-
org.label-schema.vendor="Community Hass.io Add-ons"
23+
org.label-schema.vendor="Community Home Assistant Add-ons"

qemu-user-static/rootfs/usr/bin/register.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22
# shellcheck disable=SC2034
33
# ==============================================================================
4-
# Community Hass.io Add-ons: qemu-user-static
5-
# Registers qemu-*-static for all Hass.io supported processors
4+
# Community Home Assistant Add-ons: qemu-user-static
5+
# Registers qemu-*-static for all Home Assistant supported processors
66
# ==============================================================================
77

88
# List of processors to target

0 commit comments

Comments
 (0)