diff --git a/library/collections/flatten.factor b/library/collections/flatten.factor index 38940d690c..7f3a874b3b 100644 --- a/library/collections/flatten.factor +++ b/library/collections/flatten.factor @@ -1,5 +1,5 @@ ! 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 USING: generic kernel namespaces strings ; diff --git a/library/collections/slicing.factor b/library/collections/slicing.factor index 174f04814a..9cf7ffdb27 100644 --- a/library/collections/slicing.factor +++ b/library/collections/slicing.factor @@ -1,5 +1,5 @@ ! 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 USING: generic kernel kernel-internals math namespaces strings vectors ; diff --git a/library/compiler/x86/assembler.factor b/library/compiler/x86/assembler.factor index ac54e3778f..b1ca1999af 100644 --- a/library/compiler/x86/assembler.factor +++ b/library/compiler/x86/assembler.factor @@ -1,5 +1,5 @@ ! 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 math namespaces parser sequences words ; IN: assembler diff --git a/library/generic/early-generic.factor b/library/generic/early-generic.factor index 1f7b63d665..cc143ac8d3 100644 --- a/library/generic/early-generic.factor +++ b/library/generic/early-generic.factor @@ -1,5 +1,5 @@ ! 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 USING: errors kernel kernel-internals ; diff --git a/library/generic/slots.factor b/library/generic/slots.factor index db81d84611..90fc5353a2 100644 --- a/library/generic/slots.factor +++ b/library/generic/slots.factor @@ -1,5 +1,5 @@ ! 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 USING: arrays kernel kernel-internals math namespaces diff --git a/library/io/binary.factor b/library/io/binary.factor index 1e84b25756..e279214070 100644 --- a/library/io/binary.factor +++ b/library/io/binary.factor @@ -1,5 +1,5 @@ ! 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 USING: kernel math sequences strings ; diff --git a/library/io/string-streams.factor b/library/io/string-streams.factor index c6ed04444a..901d13f2ee 100644 --- a/library/io/string-streams.factor +++ b/library/io/string-streams.factor @@ -1,5 +1,5 @@ ! 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 USING: io kernel math namespaces sequences strings ; diff --git a/library/io/unix/sockets.factor b/library/io/unix/sockets.factor index a35889cd36..5e3ac625bb 100644 --- a/library/io/unix/sockets.factor +++ b/library/io/unix/sockets.factor @@ -1,5 +1,5 @@ ! 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 ! unix-internals::accept shadows streams::accept. diff --git a/library/io/unix/syscalls-linux.factor b/library/io/unix/syscalls-linux.factor index 2c8b9252f7..fb5963d968 100644 --- a/library/io/unix/syscalls-linux.factor +++ b/library/io/unix/syscalls-linux.factor @@ -1,5 +1,5 @@ ! 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 USING: alien ; diff --git a/library/io/unix/syscalls-macosx.factor b/library/io/unix/syscalls-macosx.factor index fee9127c13..24bb79c092 100644 --- a/library/io/unix/syscalls-macosx.factor +++ b/library/io/unix/syscalls-macosx.factor @@ -1,5 +1,5 @@ ! 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 USING: alien ; diff --git a/library/io/unix/syscalls.factor b/library/io/unix/syscalls.factor index 4a73b53929..eafa6df7a3 100644 --- a/library/io/unix/syscalls.factor +++ b/library/io/unix/syscalls.factor @@ -1,5 +1,5 @@ ! 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 USING: alien errors kernel math namespaces ; diff --git a/library/io/unix/types.factor b/library/io/unix/types.factor index e30e8b8fc7..cb2fb82398 100644 --- a/library/io/unix/types.factor +++ b/library/io/unix/types.factor @@ -1,5 +1,5 @@ ! 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 USING: alien errors kernel math namespaces ; diff --git a/library/math/arc-trig-hyp.factor b/library/math/arc-trig-hyp.factor index 31c0bc2434..ce13204931 100644 --- a/library/math/arc-trig-hyp.factor +++ b/library/math/arc-trig-hyp.factor @@ -1,5 +1,5 @@ ! 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 USING: kernel math math-internals ; diff --git a/library/math/constants.factor b/library/math/constants.factor index 8b002d5ea4..33e88ebe79 100644 --- a/library/math/constants.factor +++ b/library/math/constants.factor @@ -1,5 +1,5 @@ ! 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 USING: kernel namespaces math ; diff --git a/library/tools/inspector.factor b/library/tools/inspector.factor index cac8f83691..64a25f9424 100644 --- a/library/tools/inspector.factor +++ b/library/tools/inspector.factor @@ -1,5 +1,5 @@ ! 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 USING: arrays generic io kernel listener math memory namespaces prettyprint sequences words ; diff --git a/library/ui/freetype/freetype.factor b/library/ui/freetype/freetype.factor index 2bb6150df1..a0aeb20d7c 100644 --- a/library/ui/freetype/freetype.factor +++ b/library/ui/freetype/freetype.factor @@ -1,5 +1,5 @@ ! 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 ; IN: freetype diff --git a/library/ui/gadgets/borders.factor b/library/ui/gadgets/borders.factor index 318fdd4acd..ce27f277a9 100644 --- a/library/ui/gadgets/borders.factor +++ b/library/ui/gadgets/borders.factor @@ -1,5 +1,5 @@ ! 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 USING: arrays errors gadgets gadgets-theme generic hashtables kernel math namespaces vectors sequences ; diff --git a/library/ui/gadgets/theme.factor b/library/ui/gadgets/theme.factor index 5d2452206e..f45ea5ef09 100644 --- a/library/ui/gadgets/theme.factor +++ b/library/ui/gadgets/theme.factor @@ -1,5 +1,5 @@ ! 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 DEFER: diff --git a/library/ui/opengl/gl.factor b/library/ui/opengl/gl.factor index 613cad0cb5..2bb8d9f46b 100644 --- a/library/ui/opengl/gl.factor +++ b/library/ui/opengl/gl.factor @@ -1,5 +1,5 @@ ! 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 diff --git a/library/ui/opengl/glu.factor b/library/ui/opengl/glu.factor index bebc89d142..de1afcec80 100644 --- a/library/ui/opengl/glu.factor +++ b/library/ui/opengl/glu.factor @@ -1,5 +1,5 @@ ! 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 USING: alien kernel sequences words ; diff --git a/library/windows/gdi32-constants.factor b/library/windows/gdi32-constants.factor index 35ca121a1f..4bae2fc123 100644 --- a/library/windows/gdi32-constants.factor +++ b/library/windows/gdi32-constants.factor @@ -1,5 +1,5 @@ ! 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 ; IN: win32-api diff --git a/library/windows/gdi32.factor b/library/windows/gdi32.factor index ae1873e0d3..d1748dd51b 100644 --- a/library/windows/gdi32.factor +++ b/library/windows/gdi32.factor @@ -1,6 +1,6 @@ ! FUNCTION: AbortDoc ! 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 ; IN: win32-api diff --git a/library/windows/opengl32.factor b/library/windows/opengl32.factor index ecbfad522d..a2005815de 100644 --- a/library/windows/opengl32.factor +++ b/library/windows/opengl32.factor @@ -1,5 +1,5 @@ ! 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 ; IN: win32-api diff --git a/library/windows/types.factor b/library/windows/types.factor index 43e70bb4fb..8afca2497a 100644 --- a/library/windows/types.factor +++ b/library/windows/types.factor @@ -1,5 +1,5 @@ ! 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 ; IN: win32-api diff --git a/library/windows/user32-structs.factor b/library/windows/user32-structs.factor index 1bcd1ac0cc..16e6268f54 100644 --- a/library/windows/user32-structs.factor +++ b/library/windows/user32-structs.factor @@ -1,5 +1,5 @@ ! 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 ; IN: win32-api diff --git a/library/windows/user32.factor b/library/windows/user32.factor index 73c645f161..4bd2e5b805 100644 --- a/library/windows/user32.factor +++ b/library/windows/user32.factor @@ -1,5 +1,5 @@ ! 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 ; IN: win32-api diff --git a/library/windows/windows-messages.factor b/library/windows/windows-messages.factor index 4a0c7c1fa6..c7cc2fa62f 100644 --- a/library/windows/windows-messages.factor +++ b/library/windows/windows-messages.factor @@ -1,5 +1,5 @@ ! 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 ; IN: win32-api-messages