Add missing bsd copyright notices, authors.txt, summary.txt files

db4
Bruno Deferrari 2009-04-12 16:47:55 -03:00
parent 837ab3d982
commit 8eedc105a9
11 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1 @@
Bruno Deferrari

View File

@ -0,0 +1 @@
Bruno Deferrari

View 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

View File

@ -0,0 +1 @@
IRC Client and Chat object definitions

View 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

View File

@ -0,0 +1 @@
Bruno Deferrari

View File

@ -0,0 +1 @@
IRC Client internals

View File

@ -0,0 +1 @@
Bruno Deferrari

View File

@ -0,0 +1 @@
IRC Client chat participants handling

View 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 ;

View File

@ -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 ;