]> gitweb.factorcode.org Git - factor.git/commitdiff
Add missing bsd copyright notices, authors.txt, summary.txt files
authorBruno Deferrari <utizoc@gmail.com>
Sun, 12 Apr 2009 19:47:55 +0000 (16:47 -0300)
committerBruno Deferrari <utizoc@gmail.com>
Sun, 12 Apr 2009 19:47:55 +0000 (16:47 -0300)
extra/irc/client/base/authors.txt [new file with mode: 0644]
extra/irc/client/chats/authors.txt [new file with mode: 0644]
extra/irc/client/chats/chats-docs.factor
extra/irc/client/chats/summary.txt [new file with mode: 0644]
extra/irc/client/client-docs.factor
extra/irc/client/internals/authors.txt [new file with mode: 0644]
extra/irc/client/internals/summary.txt [new file with mode: 0644]
extra/irc/client/participants/authors.txt [new file with mode: 0644]
extra/irc/client/participants/summary.txt [new file with mode: 0644]
extra/irc/messages/messages-tests.factor
extra/irc/messages/messages.factor

diff --git a/extra/irc/client/base/authors.txt b/extra/irc/client/base/authors.txt
new file mode 100644 (file)
index 0000000..f4a8cb1
--- /dev/null
@@ -0,0 +1 @@
+Bruno Deferrari
diff --git a/extra/irc/client/chats/authors.txt b/extra/irc/client/chats/authors.txt
new file mode 100644 (file)
index 0000000..f4a8cb1
--- /dev/null
@@ -0,0 +1 @@
+Bruno Deferrari
index 66fd1a207d854a168d4ce9a959b13b2290555e3a..d84e38f4999d76f1eced4687e5715850ce5a94fd 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2009 Bruno Deferrari
+! See http://factorcode.org/license.txt for BSD license.
 USING: help.markup help.syntax quotations kernel ;
 IN: irc.client.chats
 
diff --git a/extra/irc/client/chats/summary.txt b/extra/irc/client/chats/summary.txt
new file mode 100644 (file)
index 0000000..6e9493b
--- /dev/null
@@ -0,0 +1 @@
+IRC Client and Chat object definitions
index ad674cb0c182be64ae293120e9f7f03aae58a010..496c2caa3224962175e037125834d486566fcc49 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2009 Bruno Deferrari
+! See http://factorcode.org/license.txt for BSD license.
 USING: help.markup help.syntax quotations kernel
 irc.messages irc.messages.base irc.messages.parser irc.client.chats ;
 IN: irc.client
diff --git a/extra/irc/client/internals/authors.txt b/extra/irc/client/internals/authors.txt
new file mode 100644 (file)
index 0000000..f4a8cb1
--- /dev/null
@@ -0,0 +1 @@
+Bruno Deferrari
diff --git a/extra/irc/client/internals/summary.txt b/extra/irc/client/internals/summary.txt
new file mode 100644 (file)
index 0000000..a831199
--- /dev/null
@@ -0,0 +1 @@
+IRC Client internals
diff --git a/extra/irc/client/participants/authors.txt b/extra/irc/client/participants/authors.txt
new file mode 100644 (file)
index 0000000..f4a8cb1
--- /dev/null
@@ -0,0 +1 @@
+Bruno Deferrari
diff --git a/extra/irc/client/participants/summary.txt b/extra/irc/client/participants/summary.txt
new file mode 100644 (file)
index 0000000..3e88e61
--- /dev/null
@@ -0,0 +1 @@
+IRC Client chat participants handling
index d88eeabc738a78b0817ac41c1e57355fac189b5b..74cd95c09a313c94923c64eb85592ea688aaf027 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2009 Bruno Deferrari
+! See http://factorcode.org/license.txt for BSD license.
 USING: kernel tools.test accessors arrays
        irc.messages.parser irc.messages ;
 EXCLUDE: sequences => join ;
index 32d19906f0d458cf1f26a8770b1bd166284af424..2ea476e1b44e47e341929620866e656b3fe477a3 100755 (executable)
@@ -1,4 +1,4 @@
-! Copyright (C) 2008 Bruno Deferrari
+! Copyright (C) 2009 Bruno Deferrari
 ! See http://factorcode.org/license.txt for BSD license.
 USING: kernel fry splitting ascii calendar accessors combinators
 arrays classes.tuple math.order words assocs strings irc.messages.base ;