Skip to content

Instantly share code, notes, and snippets.

View obvionaoe's full-sized avatar

Luís Guimarães obvionaoe

View GitHub Profile
@obvionaoe
obvionaoe / ForkMITLicensedProject.md
Created May 11, 2024 03:16 — forked from fbaierl/ForkMITLicensedProject.md
HOWTO fork a MIT licensed project

No, you are not allowed to change the copyright notice. Indeed, the license text states pretty clearly:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

But you are allowed to add a copyright notice.

If you want to keep the MIT license, which is what I would advise you to do, you only need to add a single line to the license file, before or after Copyright (c) 2012 Some Name with your own copyright notice. The final LICENSE file will look like this:

The MIT License (MIT)

@obvionaoe
obvionaoe / clamav-nixos.org
Created May 22, 2025 23:38 — forked from newtolinux23/clamav-nixos.org
This document outlines the steps taken to install and configure ClamAV on NixOS. It also covers the challenges faced during the installation process, the importance of using antivirus software on Linux, and provides commands to scan the system.