Skip to content

taciturnaxolotl/carriage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo
Carriage

A train carriage can be anything you want it to be and is a container for storing things so that seems like an appropriate name

What's this?

This is my personal template repo! It serves as the reference for my README.md formating style and hopefully soon my license scheme.

Why that License?

Well I like using the AGPL 3.0 license because it's a strong copyleft license that ensures that any changes made to the code are shared back with the community. However there is often alot of confusion about how the license works. Here are 3 brief cases showing how the AGPL 3.0 license works:

  1. You download the binary from the releases or use a hosted version.
    • You haven't done anything to the code so you are entirely in the clear!
  2. You see a problem with the code so you fork it and use it privately
    • You are still in the clear! The AGPL 3.0 license only requires you to share the code if you distribute it.
  3. You find an improvement, implement it, and distribute it privately in your company or for some family and friends
    • You are still in the clear! The AGPL 3.0 license only requires you to share the code if you distribute it to the public.

Basically if you distribute the code publicaly you have to share the code, but if you don't distribute the code publicaly or don't modify it then you don't have to share the code.

© 2024-present Kieran Klukas

Releases

No releases published

Sponsor this project