Initial commit

This commit is contained in:
Pedro Rey Anca 2025-09-07 21:12:43 +02:00
commit 131f002d6d
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
10 changed files with 563 additions and 0 deletions

27
references.bib Normal file
View file

@ -0,0 +1,27 @@
@online{gnu_free_sw,
author = {GNU \& FSF},
title = {The Free Software Definition},
url = {https://www.gnu.org/philosophy/free-sw.en.html},
urldate = {2025-08-31}
}
@online{gnu_open_source,
author = {Richard Stallman (GNU)},
title = {Why Open Source Misses the Point of Free Software},
url = {https://www.gnu.org/philosophy/open-source-misses-the-point.html},
urldate = {2025-08-31}
}
@online{open_source_def,
author = {Open Source Initiative},
title = {The Open Source Definition},
url = {https://opensource.org/osd},
urldate = {2025-08-31}
}
@online{gnu_linux,
author = {Richard Stallman (GNU)},
title = {Linux and the GNU System},
url = {https://www.gnu.org/gnu/linux-and-gnu.html},
urldate = {2025-08-31}
}