diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-09-29 13:02:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-09-29 13:02:00 -0300 |
commit | 32fe40133e179c6d4f1dd295f5da0a0d301c7ac5 (patch) | |
tree | 8240ae8b09397acae379a52e25d4afdeba781584 | |
parent | 91aed9fc29b286bf6fd260000324d6c08257eb03 (diff) | |
download | biblio-32fe40133e179c6d4f1dd295f5da0a0d301c7ac5.tar.gz biblio-32fe40133e179c6d4f1dd295f5da0a0d301c7ac5.tar.bz2 |
Adds @puttonen2001 and @opensource
-rw-r--r-- | movies.bib | 7 | ||||
-rw-r--r-- | technology.bib | 8 |
2 files changed, 15 insertions, 0 deletions
@@ -105,4 +105,11 @@ year = "2003", url = "https://en.wikipedia.org/wiki/The_Corporation_(2003_film)", } + +% https://en.wikipedia.org/wiki/The_Code_(2001_film) +@movie{puttonen2001, + title = "The Code", + author = "Hannu Puttonen", + year = "2001", + url = "https://web.archive.org/web/20130729043407/https://www.code.linux.fi/", } diff --git a/technology.bib b/technology.bib index a7800d0..d586dc4 100644 --- a/technology.bib +++ b/technology.bib @@ -470,3 +470,11 @@ month = "4", url = "https://web.archive.org/web/20080531220228/https://www.linuxfoundation.org/publications/linuxkerneldevelopment.php", } + +@misc{opensource, + title = "Open Source Initiative", + author = "OSI", + year = "sd", + url = "https://opensource.org", + note = "Acessado em 29/09/2024", +} |