]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix copyright notices since factor.sf.net is defunct
authorslava <slava@factorcode.org>
Fri, 3 Nov 2006 21:17:27 +0000 (21:17 +0000)
committerslava <slava@factorcode.org>
Fri, 3 Nov 2006 21:17:27 +0000 (21:17 +0000)
27 files changed:
library/collections/flatten.factor
library/collections/slicing.factor
library/compiler/x86/assembler.factor
library/generic/early-generic.factor
library/generic/slots.factor
library/io/binary.factor
library/io/string-streams.factor
library/io/unix/sockets.factor
library/io/unix/syscalls-linux.factor
library/io/unix/syscalls-macosx.factor
library/io/unix/syscalls.factor
library/io/unix/types.factor
library/math/arc-trig-hyp.factor
library/math/constants.factor
library/tools/inspector.factor
library/ui/freetype/freetype.factor
library/ui/gadgets/borders.factor
library/ui/gadgets/theme.factor
library/ui/opengl/gl.factor
library/ui/opengl/glu.factor
library/windows/gdi32-constants.factor
library/windows/gdi32.factor
library/windows/opengl32.factor
library/windows/types.factor
library/windows/user32-structs.factor
library/windows/user32.factor
library/windows/windows-messages.factor

index 38940d690c2ca2fb50f68ac34b4849880b4b4792..7f3a874b3bc3661397742748d59110c9dbbd69cf 100644 (file)
@@ -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 ;
 
index 174f04814af8c0152b88f8fe753a9db0dd8dcf49..9cf7ffdb271c5886eb23cc2b257bcd7a116afe0c 100644 (file)
@@ -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 ;
index ac54e3778fe24ae13e71f81d75930b32041820f5..b1ca1999afd5cb78b155a2edbed5573f7eea2a70 100644 (file)
@@ -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
index 1f7b63d6657c445842def5b590dc0023bbe3910a..cc143ac8d33f005eb5e0c55d447210cdf3f51cb1 100644 (file)
@@ -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 ;
 
index db81d846111249b018b243400d0245a78adbeaaf..90fc5353a28ae44862ca26f773b3d372331c170f 100644 (file)
@@ -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
index 1e84b25756aece0903e43e13b1d4de75fb69edf7..e2792140701248e24fac13efa8bbd130c3705809 100644 (file)
@@ -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 ;
 
index c6ed04444a3ad51f99128e6cda0a1fe0532b6903..901d13f2eeaa8592db9c43143e05893f6caec6c0 100644 (file)
@@ -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 ;
 
index a35889cd3684941be1c3036aefbc86b8f0de38ed..5e3ac625bba1942d9ca32daa7a54d2136c2a43a4 100644 (file)
@@ -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.
index 2c8b9252f76da50975f48b7c5936011ae078522e..fb5963d968dafdd00eb671f91284ea92fc39b48f 100644 (file)
@@ -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 ;
 
index fee9127c136946781de109d04a8ab64340a0cc8e..24bb79c092116202a2040d89aba249b8d8578e67 100644 (file)
@@ -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 ;
 
index 4a73b539297b37cbb9c29b45a125345bc43aae2f..eafa6df7a38768444acc4c6f08f3e535378da0f7 100644 (file)
@@ -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 ;
 
index e30e8b8fc74cf2c8abcad6f1176354f343585293..cb2fb82398158bccb63d1e6a58f9f7cb75d3f5c1 100644 (file)
@@ -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 ;
 
index 31c0bc243492a1f883cec8b396e6d53aac9980e0..ce13204931fe241e9d842893e741a215c498bbdf 100644 (file)
@@ -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 ;
 
index 8b002d5ea44472a81562d6be15f9403ecbf0fdfc..33e88ebe790269d07eb75e30bcd037efc70b1d22 100644 (file)
@@ -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 ;
 
index cac8f83691bc8a5994378d47115398f10f474d2e..64a25f9424a969de4d418d99e753b73bb59f75cb 100644 (file)
@@ -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 ;
index 2bb6150df1f19c3e2cc9ec9b2f61f2c403c29943..a0aeb20d7c5d1cf90252f6e1fb62029ed9151df8 100644 (file)
@@ -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
 
index 318fdd4acd4007d2da8bc28670983cafc30ff1e6..ce27f277a94cd0ae5894721304896292d1c8d335 100644 (file)
@@ -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 ;
index 5d2452206ed33fd2a556f9c5859c956b1f357b83..f45ea5ef09ea02ccb9ff68603eab8acc6c676f15 100644 (file)
@@ -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: <button-paint>
 
index 613cad0cb566662a4f43d693290584884ae10d50..2bb8d9f46b77ef6308ce24d78d660b21992810b9 100644 (file)
@@ -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
 
index bebc89d14288a5668c6e905075cf40ade3d1996c..de1afcec8082d449ded6c0a35d224a2cf147d084 100644 (file)
@@ -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 ;
 
index 35ca121a1f4fda3f198a39cee7dd5d9647ff3904..4bae2fc123306149f47eecf37b1c2c56b74c47d2 100644 (file)
@@ -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
 
index ae1873e0d3b91ae37185feb3f40ddf534423690b..d1748dd51b55eba297babc4a6a6be254bc23e65b 100644 (file)
@@ -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
 
index ecbfad522d4d5478180c6da12a52d639cdec2540..a2005815ded597887d55215292fe8044f31f9b25 100644 (file)
@@ -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
 
index 43e70bb4fbba772022c0b16a535bb9317f076b84..8afca2497a6ecefa599efd6b9e7a1d49a9ae5a25 100644 (file)
@@ -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
 
index 1bcd1ac0cca8fe52dfd77f2514d93cc26ccf05ee..16e6268f54ad4d8d6714e4c8ad9ff4a956ed732e 100644 (file)
@@ -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
 
index 73c645f16119feaaa20170bc5396fd34eaa1db14..4bd2e5b8056288673a9110c1bb23131c0c0b31ab 100644 (file)
@@ -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
 
index 4a0c7c1fa64d398c1a1ee9cb945ae265cd62ad7c..c7cc2fa62fc784b96453439374e3c2d3b7912539 100644 (file)
@@ -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