diff -urN shared/SPECIAL_THANKS shared.c/SPECIAL_THANKS --- shared/SPECIAL_THANKS Thu Jan 1 01:00:00 1970 +++ shared.c/SPECIAL_THANKS Sun Apr 20 07:00:43 2003 @@ -0,0 +1,28 @@ + SPECIAL SPONSORING +==================== + +The Defense Advanced Research Projects Agency (DARPA) is the primary sponsor of +Reiser4. DARPA does not endorse this project; it merely sponsors it. + +Continuing core development of version 3 is mostly paid for by Hans Reiser from +money made selling licenses in addition to the GPL to companies who don't want +it known that they use ReiserFS as a foundation for their proprietary product. +And my lawyer asked 'People pay you money for this?'. Yup. Hee Hee. Life is +good. If you buy ReiserFS, you can focus on your value add rather than +reinventing an entire FS. You should buy some free software too.... + +SuSE pays for continuing work on journaling for version 3, and paid for much of +the previous version 3 work. Reiserfs integration in their distro is +nconsistently solid. + +MP3.com paid for initial journaling development. + +Bigstorage.com contributes to our general fund every month, and has done so for +quite a long time. + +Thanks to all of those sponsors, including the secret ones. Without you, Hans +would still have that day job, and the merry band of hackers would be missing +quite a few.... + +Have fun !!! + diff -urN shared/mkreiserfs/mkreiserfs.c shared.c/mkreiserfs/mkreiserfs.c --- shared/mkreiserfs/mkreiserfs.c Tue Mar 25 11:50:37 2003 +++ shared.c/mkreiserfs/mkreiserfs.c Sun Apr 20 07:55:46 2003 @@ -714,30 +714,9 @@ if (DEBUG_MODE) return 0; - printf ("\nThe Defense Advanced Research Projects Agency (DARPA) is the primary sponsor of" - "\nReiser4. DARPA does not endorse this project; it merely sponsors it." - "\n" - "\nContinuing core development of version 3 is mostly paid for by Hans Reiser from" - "\nmoney made selling licenses in addition to the GPL to companies who don't want" - "\nit known that they use ReiserFS as a foundation for their proprietary product." - "\nAnd my lawyer asked 'People pay you money for this?'. Yup. Hee Hee. Life is" - "\ngood. If you buy ReiserFS, you can focus on your value add rather than" - "\nreinventing an entire FS. You should buy some free software too...." - "\n" - "\nSuSE pays for continuing work on journaling for version 3, and paid for much of" - "\nthe previous version 3 work. Reiserfs integration in their distro is" - "\nconsistently solid." - "\n" - "\nMP3.com paid for initial journaling development." - "\n" - "\nBigstorage.com contributes to our general fund every month, and has done so for" - "\nquite a long time." - "\n" - "\nThanks to all of those sponsors, including the secret ones. Without you, Hans" - "\nwould still have that day job, and the merry band of hackers would be missing" - "\nquite a few...." - "\n" - "\nHave fun.\n"); + printf ("\nSPECIAL_THANKS go to: DARPA, Hans Reiser, SuSE, MP3.com, Bigstorage.com and" + "\n> all the generous secret sponsors..." + "\nPlease, read SPECIAL_THANKS in the ReiserFS Documentation for further information!"); return 0; }