aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-09-29 13:22:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-09-29 13:22:40 -0300
commitf80bc7b6fa6b7fa2a71106bd012941c8a4e3b49d (patch)
treeee60adde29be8503d5086487d165b04e293c59e3
parent32fe40133e179c6d4f1dd295f5da0a0d301c7ac5 (diff)
downloadbiblio-f80bc7b6fa6b7fa2a71106bd012941c8a4e3b49d.tar.gz
biblio-f80bc7b6fa6b7fa2a71106bd012941c8a4e3b49d.tar.bz2
Adds @catb, @catbb, @stallman2002, @stallman2002b
-rw-r--r--technology.bib37
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",
+}