diff options
-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", +} |