Fix copyright notices since factor.sf.net is defunct

slava 2006-11-03 21:17:27 +00:00
parent ab68570cc1
commit e509dba687
27 changed files with 27 additions and 27 deletions

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005, 2006 Slava Pestov. ! Copyright (C) 2005, 2006 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: sequences IN: sequences
USING: generic kernel namespaces strings ; USING: generic kernel namespaces strings ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005 Slava Pestov. ! Copyright (C) 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: sequences IN: sequences
USING: generic kernel kernel-internals math namespaces USING: generic kernel kernel-internals math namespaces
strings vectors ; strings vectors ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005 Slava Pestov. ! Copyright (C) 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: arrays compiler errors generic io kernel kernel-internals USING: arrays compiler errors generic io kernel kernel-internals
math namespaces parser sequences words ; math namespaces parser sequences words ;
IN: assembler IN: assembler

View File

@ -1,5 +1,5 @@
! Copyright (C) 2004, 2005 Slava Pestov. ! Copyright (C) 2004, 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: generic IN: generic
USING: errors kernel kernel-internals ; USING: errors kernel kernel-internals ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005 Slava Pestov. ! Copyright (C) 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: generic IN: generic
USING: arrays kernel kernel-internals math namespaces USING: arrays kernel kernel-internals math namespaces

View File

@ -1,5 +1,5 @@
! Copyright (C) 2003, 2005 Slava Pestov. ! Copyright (C) 2003, 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: io IN: io
USING: kernel math sequences strings ; USING: kernel math sequences strings ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2003, 2005 Slava Pestov. ! Copyright (C) 2003, 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: io IN: io
USING: io kernel math namespaces sequences strings ; USING: io kernel math namespaces sequences strings ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2004, 2005 Slava Pestov. ! Copyright (C) 2004, 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
! We need to fiddle with the exact search order here, since ! We need to fiddle with the exact search order here, since
! unix-internals::accept shadows streams::accept. ! unix-internals::accept shadows streams::accept.

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005 Slava Pestov. ! Copyright (C) 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: unix-internals IN: unix-internals
USING: alien ; USING: alien ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005 Slava Pestov. ! Copyright (C) 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: unix-internals IN: unix-internals
USING: alien ; USING: alien ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005 Slava Pestov. ! Copyright (C) 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: unix-internals IN: unix-internals
USING: alien errors kernel math namespaces ; USING: alien errors kernel math namespaces ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005 Slava Pestov. ! Copyright (C) 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: unix-internals IN: unix-internals
USING: alien errors kernel math namespaces ; USING: alien errors kernel math namespaces ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2004, 2005 Slava Pestov. ! Copyright (C) 2004, 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: math IN: math
USING: kernel math math-internals ; USING: kernel math math-internals ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2004, 2005 Slava Pestov. ! Copyright (C) 2004, 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: kernel-internals IN: kernel-internals
USING: kernel namespaces math ; USING: kernel namespaces math ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005 Slava Pestov. ! Copyright (C) 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: tools IN: tools
USING: arrays generic io kernel listener math memory namespaces USING: arrays generic io kernel listener math memory namespaces
prettyprint sequences words ; prettyprint sequences words ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005 Slava Pestov. ! Copyright (C) 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien kernel ; USING: alien kernel ;
IN: freetype IN: freetype

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005 Slava Pestov. ! Copyright (C) 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: gadgets-borders IN: gadgets-borders
USING: arrays errors gadgets gadgets-theme generic hashtables USING: arrays errors gadgets gadgets-theme generic hashtables
kernel math namespaces vectors sequences ; kernel math namespaces vectors sequences ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005 Slava Pestov. ! Copyright (C) 2005 Slava Pestov.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: gadgets-buttons IN: gadgets-buttons
DEFER: <button-paint> DEFER: <button-paint>

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005 Alex Chapman. ! Copyright (C) 2005 Alex Chapman.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
! This file is based on the gl.h that comes with xorg-x11 6.8.2 ! This file is based on the gl.h that comes with xorg-x11 6.8.2

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005 Alex Chapman. ! Copyright (C) 2005 Alex Chapman.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
IN: opengl IN: opengl
USING: alien kernel sequences words ; USING: alien kernel sequences words ;

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005, 2006 Doug Coleman. ! Copyright (C) 2005, 2006 Doug Coleman.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien kernel errors ; USING: alien kernel errors ;
IN: win32-api IN: win32-api

View File

@ -1,6 +1,6 @@
! FUNCTION: AbortDoc ! FUNCTION: AbortDoc
! Copyright (C) 2005, 2006 Doug Coleman. ! Copyright (C) 2005, 2006 Doug Coleman.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien kernel errors ; USING: alien kernel errors ;
IN: win32-api IN: win32-api

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005, 2006 Doug Coleman. ! Copyright (C) 2005, 2006 Doug Coleman.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien parser namespaces kernel syntax words math io prettyprint ; USING: alien parser namespaces kernel syntax words math io prettyprint ;
IN: win32-api IN: win32-api

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005, 2006 Doug Coleman. ! Copyright (C) 2005, 2006 Doug Coleman.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien namespaces kernel words ; USING: alien namespaces kernel words ;
IN: win32-api IN: win32-api

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005, 2006 Doug Coleman. ! Copyright (C) 2005, 2006 Doug Coleman.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien parser namespaces kernel syntax words math io prettyprint ; USING: alien parser namespaces kernel syntax words math io prettyprint ;
IN: win32-api IN: win32-api

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005, 2006 Doug Coleman. ! Copyright (C) 2005, 2006 Doug Coleman.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien parser namespaces kernel syntax words math io prettyprint ; USING: alien parser namespaces kernel syntax words math io prettyprint ;
IN: win32-api IN: win32-api

View File

@ -1,5 +1,5 @@
! Copyright (C) 2005, 2006 Doug Coleman. ! Copyright (C) 2005, 2006 Doug Coleman.
! See http://factor.sf.net/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: hashtables kernel math namespaces parser prettyprint words ; USING: hashtables kernel math namespaces parser prettyprint words ;
IN: win32-api-messages IN: win32-api-messages