GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but was designed for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.
Homepage: http://xph.us/software/beanstalkd/
Clone URL: git://github.com/kr/beanstalkd.git
Click here to lend your support to: beanstalkd and make a donation at www.pledgie.com !
Add CUT license file and indicate modifications.
kr (author)
Mon Apr 28 16:57:27 -0700 2008
commit  840afe94a33895d374f6461ed294aee86e7079ed
tree    8c966582f402b7bf930b18209d87741e67e740c4
parent  f93a5808ab19432973e0043c529bb991e91bdb13
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@
0
  * CUT 2.3
0
  *
0
  * Copyright (c) 2001 Samuel A. Falvo II, William D. Tanksley
0
- * See LICENSE.TXT for details.
0
+ * See CUT-LICENSE.TXT for details.
0
  *
0
  * Based on WDT's "TestAssert" package.
0
  *
...
1
2
 
 
 
3
4
 
5
6
7
...
494
495
496
497
 
498
499
500
...
1
 
2
3
4
5
 
6
7
8
9
...
496
497
498
 
499
500
501
502
0
@@ -1,7 +1,9 @@
0
 /*
0
- * CUT 2.3
0
+ * This file has been modified from the original CUT distribution.
0
+ *
0
+ * CUT 2.3-kr1
0
  * Copyright (c) 2001-2002 Samuel A. Falvo II, William D. Tanksley
0
- * See LICENSE.TXT for details.
0
+ * See CUT-LICENSE.TXT for details.
0
  *
0
  * $Log: cutgen.c,v $
0
  * Revision 1.4 2003/03/18 05:53:50 sfalvo
0
@@ -494,7 +496,7 @@ char * libCUT[] =
0
    " * CUT 2.1",
0
    " *",
0
    " * Copyright (c) 2001-2002 Samuel A. Falvo II, William D. Tanksley",
0
- " * See LICENSE.TXT for details.",
0
+ " * See CUT-LICENSE.TXT for details.",
0
    " *",
0
    " * Based on WDT's 'TestAssert' package.",
0
    " *",

Comments

    No one has commented yet.