🐛 fix(_lic): change to MIT License

This commit is contained in:
Eshan Roy
2024-11-30 18:27:40 +05:30
parent d67c795511
commit 07b7e0f088
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ LABEL org.opencontainers.image.title="Snigdha OS with BlackArch and Chaotic AUR"
org.opencontainers.image.description="Snigdha OS - Arch-based Linux distribution for Penetration Testing and Ethical Hacking, with BlackArch and Chaotic AUR repositories preconfigured" \ org.opencontainers.image.description="Snigdha OS - Arch-based Linux distribution for Penetration Testing and Ethical Hacking, with BlackArch and Chaotic AUR repositories preconfigured" \
org.opencontainers.image.version="1.0" \ org.opencontainers.image.version="1.0" \
org.opencontainers.image.authors="Snigdha OS Team" \ org.opencontainers.image.authors="Snigdha OS Team" \
org.opencontainers.image.licenses="GPL-3.0-or-later" org.opencontainers.image.licenses="MIT"
# Copy the prepared root filesystem # Copy the prepared root filesystem
COPY --from=rootfs / / COPY --from=rootfs / /

View File

@@ -41,7 +41,7 @@ LABEL org.opencontainers.image.title="Snigdha OS with BlackArch" \
org.opencontainers.image.description="Snigdha OS - Arch-based Linux distribution for Penetration Testing and Ethical Hacking, with BlackArch repository preconfigured" \ org.opencontainers.image.description="Snigdha OS - Arch-based Linux distribution for Penetration Testing and Ethical Hacking, with BlackArch repository preconfigured" \
org.opencontainers.image.version="1.0" \ org.opencontainers.image.version="1.0" \
org.opencontainers.image.authors="Snigdha OS Team" \ org.opencontainers.image.authors="Snigdha OS Team" \
org.opencontainers.image.licenses="GPL-3.0-or-later" org.opencontainers.image.licenses="MIT"
# Copy the prepared root filesystem # Copy the prepared root filesystem
COPY --from=rootfs / / COPY --from=rootfs / /

View File

@@ -44,7 +44,7 @@ LABEL org.opencontainers.image.title="Snigdha OS Container" \
org.opencontainers.image.description="Snigdha OS - Arch-based Linux distribution for Penetration Testing and Ethical Hacking, with Chaotic AUR preconfigured" \ org.opencontainers.image.description="Snigdha OS - Arch-based Linux distribution for Penetration Testing and Ethical Hacking, with Chaotic AUR preconfigured" \
org.opencontainers.image.version="1.0" \ org.opencontainers.image.version="1.0" \
org.opencontainers.image.authors="Snigdha OS Team" \ org.opencontainers.image.authors="Snigdha OS Team" \
org.opencontainers.image.licenses="GPL-3.0-or-later" org.opencontainers.image.licenses="MIT"
# Copy the prepared root filesystem # Copy the prepared root filesystem
COPY --from=rootfs / / COPY --from=rootfs / /