Fix copyright notices since factor.sf.net is defunct
parent
ab68570cc1
commit
e509dba687
|
@ -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 ;
|
||||||
|
|
||||||
|
|
|
@ -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 ;
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 ;
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 ;
|
||||||
|
|
||||||
|
|
|
@ -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 ;
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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 ;
|
||||||
|
|
||||||
|
|
|
@ -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 ;
|
||||||
|
|
||||||
|
|
|
@ -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 ;
|
||||||
|
|
||||||
|
|
|
@ -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 ;
|
||||||
|
|
||||||
|
|
|
@ -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 ;
|
||||||
|
|
||||||
|
|
|
@ -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 ;
|
||||||
|
|
||||||
|
|
|
@ -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 ;
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 ;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 ;
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue