diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-09-29 13:22:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-09-29 13:22:40 -0300 |
commit | f80bc7b6fa6b7fa2a71106bd012941c8a4e3b49d (patch) | |
tree | ee60adde29be8503d5086487d165b04e293c59e3 /technology.bib | |
parent | 32fe40133e179c6d4f1dd295f5da0a0d301c7ac5 (diff) | |
download | biblio-f80bc7b6fa6b7fa2a71106bd012941c8a4e3b49d.tar.gz biblio-f80bc7b6fa6b7fa2a71106bd012941c8a4e3b49d.tar.bz2 |
Adds @catb, @catbb, @stallman2002, @stallman2002b
Diffstat (limited to 'technology.bib')
-rw-r--r-- | technology.bib | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/technology.bib b/technology.bib index d586dc4..af552ce 100644 --- a/technology.bib +++ b/technology.bib @@ -478,3 +478,40 @@ url = "https://opensource.org", note = "Acessado em 29/09/2024", } + +@book{catb, + title = "The Cathedral and the Bazaar", + author = "Eric S. Raymond", + year = "2001", + edition = "2", + publisher = "O'Reilly", + isbn = "978-0-596-00108-7", +} + +% http://www.catb.org/~esr/writings/cathedral-bazaar/ +@book{catbb, + title = "The Cathedral and the Bazaar", + author = "Eric S. Raymond", + year = "2002", + edition = "3.0", + url = "http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/", +} + +@book{stallman2002, + title = "Free Software, Free Society: Selected Essas of Richard M. Stallman", + author = "Richard M. Stallman", + year = "2002", + publisher = "GNU Press", + isbn = "1-882114-98-1", +} + +@inbook{stallman2002b, + title = "Why \"Free Software” is better than “Open Source\"", + booktitle = "Free Software, Free Society: Selected Essas of Richard M. Stallman", + author = "Richard M. Stallman", + year = "2002", + publisher = "GNU Press", + isbn = "1-882114-98-1", + pages = "55--60", + url = "https://www.gnu.org/philosophy/free-software-for-freedom.html", +} |