- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Dec 2009 07:01:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv22782
Modified Files:
Overview.html
Log Message:
update license boilerplate
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- Overview.html 1 Dec 2009 06:47:56 -0000 1.94
+++ Overview.html 1 Dec 2009 07:01:25 -0000 1.95
@@ -190,6 +190,14 @@
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document
use</a> rules apply.</p>
+
+ <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
+ <p class="alt copyright">The text of this specification is also
+ available in the WHATWG <a href="http://www.whatwg.org/specs/web-apps/current-work/complete.html#server-sent-events">Web
+ Applications 1.0</a> specification, under a license that permits
+ reuse of the specification text.</p>
+ <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
+
</div><hr class="top"><h2 class="no-num no-toc" id="abstract">Abstract</h2><p>This specification defines an API for opening an HTTP connection
for receiving push notifications from a server in the form of DOM
events. The API is designed such that it can be extended to work
Received on Tuesday, 1 December 2009 07:01:29 UTC