"Unless you have a written agreement with Google Fiber permitting you do so, you should not host any type of server using your Google Fiber connection"
(Emphasis by me). This sounds more like a "it would be nice if you don't" to me. Heck, even RFC 2119 agrees:
4. SHOULD NOT This phrase, or the phrase "NOT RECOMMENDED" mean that there may exist valid reasons in particular circumstances when the particular behavior is acceptable or even useful, but the full implications should be understood and the case carefully weighed before implementing any behavior described with this label.
linux-2.6$ ln -sv . linux-2.6.30-bfs.orig
`linux-2.6.30-bfs.orig' -> `.'
Same kernel version as mentioned above.
I applied the patch to v2.6.30 from Linus' git tree at git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git (commit 07a2039b8eb0af4ff464efd3dfd95de5c02648c6), and it compiled fine. Had to let patch(1) assume "-R" when it wanted to delete non-existant files, though. Worked for me:
linux-2.6$ ln -sv . linux-2.6.30-bfs
linux-2.6$ patch -p0 </tmp/2.6.30-sched-bfs-209.patch
patching file linux-2.6.30-bfs/Documentation/sysctl/kernel.txt
patching file linux-2.6.30-bfs/fs/pipe.c
patching file linux-2.6.30-bfs/include/linux/init_task.h
patching file linux-2.6.30-bfs/include/linux/sched.h
The next patch would delete the file linux-2.6.30-bfs.orig/kernel/sched.c,
which does not exist! Assume -R? [n] y
[...]
11 expanded comments in this thread, and nearly half of them link to evidence of prior art. WTF are these USPTO people doing at work? How about some investigation before granting the patent, or at least a simple Google search?
Sigh. Utterly useless.
PLEASE NOTE: Microsoft Corporation (or based on where you live, one of its affiliates) licenses this supplement to you. You may use it with each validly licensed copy of Microsoft operating system products software (for which this supplement is applicable) (the ÃoesoftwareÃ). You may not use the supplement if you do not have a license for the software.
(Emphasis by me.) Addidionally, if this is GPL, as they say, they can't demand that you have a MS Windows license to use the software. When you've got a copy of it, you're free to use it as much as you want, with or without a MS Windows license.
Digital circuits are made from analog parts. -- Don Vonada