Skip to content

A collaborative registry of unencumbered public-domain software projects.

Notifications You must be signed in to change notification settings

gruns/unencumbered-software

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Registry of Unencumbered Software Projects

This is a collaborative metadata registry of unencumbered public-domain software projects. That encompasses all projects using the Unlicense, Creative Commons Zero (CC0), or a plain old public-domain dedication.

Project metadata are described in JSON format, one file per project, utilizing terms from the DOAP (Description of a Project) schema.

All material in this repository is itself in the public domain.

Example Project Description

See projects/sqlite.json for an example of how to describe a project:

{
  "name": "SQLite",
  "homepage": "https://sqlite.org",
  "shortdesc": {
    "en": "The most used database engine in the world."
  },
  "repository": {
    "browse": "https://sqlite.org/src",
    "location": "http://sqlite.org/cgi/src"
  },
  "license": "https://sqlite.org/copyright.html"
}

Frequently Asked Questions

Q: Will you accept WTFPL or 0BSD projects?

A: No, as these are not public-domain dedications but rather maximally-permissive copyright licenses. Please see Licensed, License-Free, and Unlicensed Code.

About

A collaborative registry of unencumbered public-domain software projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published