Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: third_party/WebKit/LayoutTests/dom/xhtml/level2/events/resources/COPYRIGHT.xhtml

Issue 2669143002: Move DOM conformance tests to dom/legacy_dom_conformance/, part 2/N. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html
3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "xhtml1-strict.dtd">
5 <html xmlns='http://www.w3.org/1999/xhtml'>
6 <head>
7 <title>W3C IPR SOFTWARE NOTICE</title>
8 </head>
9 <body>
10 <h1>
11 W3C IPR SOFTWARE NOTICE
12 </h1>
13 <h3>
14 Copyright &#xA9; 2002-2005 <a href="http://www.w3.org/">World Wide Web
15 Consortium</a>, (<a href="http://www.lcs.mit.edu/">Massachusetts
16 Institute of Technology</a>, <a href="http://www.inria.fr/">Institut
17 National de Recherche en Informatique et en Automatique</a>, <a
18 href="http://www.keio.ac.jp/">Keio University</a>). All Rights
19 Reserved.
20 </h3>
21 <p>
22 The DOM Conformance Test Suite for Level 2 events is published under
23 the W3C Software Copyright Notice and License. The software
24 license requires "Notice of any changes or modifications to the
25 W3C files, including the date changes were made." Consequently,
26 modified versions of the DOM ECMAScript or Java tests must
27 document that they do not conform to the DOM Conformance Test
28 Suites; in the case of the Java language binding, the package
29 names can no longer be in the 'org.w3c' package.
30 </p>
31 <p>
32 <b>Note:</b> The original version of the W3C Software Copyright Notice
33 and License could be found at <a
34 href='http://www.w3.org/Consortium/Legal/copyright-software-19980720'>http ://www.w3.org/Consortium/Legal/copyright-software-19980720</a>
35 </p>
36 <h3>
37 Copyright &#xA9; 1994-2005 <a href="http://www.w3.org/">World Wide Web
38 Consortium</a>, (<a href="http://www.lcs.mit.edu/">Massachusetts
39 Institute of Technology</a>, <a href="http://www.inria.fr/">Institut
40 National de Recherche en Informatique et en Automatique</a>, <a
41 href="http://www.keio.ac.jp/">Keio University</a>). All Rights
42 Reserved. http://www.w3.org/Consortium/Legal/
43 </h3>
44 <p>
45 This W3C work (including software, documents, or other related items) is
46 being provided by the copyright holders under the following license. By
47 obtaining, using and/or copying this work, you (the licensee) agree that
48 you have read, understood, and will comply with the following terms and
49 conditions:
50 </p>
51 <p>
52 Permission to use, copy, and modify this software and its documentation,
53 with or without modification,&#xA0; for any purpose and without fee or
54 royalty is hereby granted, provided that you include the following on ALL
55 copies of the software and documentation or portions thereof, including
56 modifications, that you make:
57 </p>
58 <ol>
59 <li>
60 The full text of this NOTICE in a location viewable to users of the
61 redistributed or derivative work.
62 </li>
63 <li>
64 Any pre-existing intellectual property disclaimers, notices, or terms
65 and conditions. If none exist, a short notice of the following form
66 (hypertext is preferred, text is permitted) should be used within the
67 body of any redistributed or derivative code: "Copyright &#xA9;
68 [$date-of-software] <a href="http://www.w3.org/">World Wide Web
69 Consortium</a>, (<a href="http://www.lcs.mit.edu/">Massachusetts
70 Institute of Technology</a>, <a href="http://www.inria.fr/">Institut
71 National de Recherche en Informatique et en Automatique</a>, <a
72 href="http://www.keio.ac.jp/">Keio University</a>). All Rights
73 Reserved. http://www.w3.org/Consortium/Legal/"
74 </li>
75 <li>
76 Notice of any changes or modifications to the W3C files, including the
77 date changes were made. (We recommend you provide URIs to the location
78 from which the code is derived.)
79 </li>
80 </ol>
81 <p>
82 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT
83 HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
84 INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS
85 FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR
86 DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
87 TRADEMARKS OR OTHER RIGHTS.
88 </p>
89 <p>
90 COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
91 CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
92 DOCUMENTATION.
93 </p>
94 <p>
95 The name and trademarks of copyright holders may NOT be used in
96 advertising or publicity pertaining to the software without specific,
97 written prior permission. Title to copyright in this software and any
98 associated documentation will at all times remain with copyright
99 holders.
100 </p>
101 </body>
102 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698