Add missing bsd copyright notices, authors.txt, summary.txt files
parent
837ab3d982
commit
8eedc105a9
|
@ -0,0 +1 @@
|
||||||
|
Bruno Deferrari
|
|
@ -0,0 +1 @@
|
||||||
|
Bruno Deferrari
|
|
@ -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 ;
|
USING: help.markup help.syntax quotations kernel ;
|
||||||
IN: irc.client.chats
|
IN: irc.client.chats
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
IRC Client and Chat object definitions
|
|
@ -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
|
USING: help.markup help.syntax quotations kernel
|
||||||
irc.messages irc.messages.base irc.messages.parser irc.client.chats ;
|
irc.messages irc.messages.base irc.messages.parser irc.client.chats ;
|
||||||
IN: irc.client
|
IN: irc.client
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Bruno Deferrari
|
|
@ -0,0 +1 @@
|
||||||
|
IRC Client internals
|
|
@ -0,0 +1 @@
|
||||||
|
Bruno Deferrari
|
|
@ -0,0 +1 @@
|
||||||
|
IRC Client chat participants handling
|
|
@ -1,3 +1,5 @@
|
||||||
|
! Copyright (C) 2009 Bruno Deferrari
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel tools.test accessors arrays
|
USING: kernel tools.test accessors arrays
|
||||||
irc.messages.parser irc.messages ;
|
irc.messages.parser irc.messages ;
|
||||||
EXCLUDE: sequences => join ;
|
EXCLUDE: sequences => join ;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
! Copyright (C) 2008 Bruno Deferrari
|
! Copyright (C) 2009 Bruno Deferrari
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel fry splitting ascii calendar accessors combinators
|
USING: kernel fry splitting ascii calendar accessors combinators
|
||||||
arrays classes.tuple math.order words assocs strings irc.messages.base ;
|
arrays classes.tuple math.order words assocs strings irc.messages.base ;
|
||||||
|
|
Loading…
Reference in New Issue