Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Lander <rlander@microsoft.com>2017-03-11 14:48:44 +0300
committerStephen Toub <stoub@microsoft.com>2017-03-11 14:48:44 +0300
commita49c733b7c55b35a63204d7d08bc06c91903dca1 (patch)
tree6986bcbebc231fc26edaf24915847d9ed7a47510 /src/System.Private.Xml.Linq
parentb63399a7d97da580218f6af2be49b7ac088a89d0 (diff)
Add 3pn entries (#17005)
* Add 3pn entries * fix quotes
Diffstat (limited to 'src/System.Private.Xml.Linq')
-rw-r--r--src/System.Private.Xml.Linq/tests/XDocument.Common/THIRD-PARTY-NOTICE19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/System.Private.Xml.Linq/tests/XDocument.Common/THIRD-PARTY-NOTICE b/src/System.Private.Xml.Linq/tests/XDocument.Common/THIRD-PARTY-NOTICE
new file mode 100644
index 0000000000..1e1cd5a900
--- /dev/null
+++ b/src/System.Private.Xml.Linq/tests/XDocument.Common/THIRD-PARTY-NOTICE
@@ -0,0 +1,19 @@
+.NET Core uses third-party libraries or other resources that may be
+distributed under licenses different than the .NET Core software.
+
+In the event that we accidentally failed to list a required notice, please
+bring it to our attention. Post an issue or email us:
+
+ dotnet@microsoft.com
+
+The attached notices are provided for information only.
+
+License notice for The Tragedy of Hamlet, Prince of Denmark
+-----------------------------------------------------------
+
+new XElement("TITLE", "The Tragedy of Hamlet, Prince of Denmark"),
+new XElement("fm",
+ new XElement("p", "Text placed in the public domain by Moby Lexical Tools, 1992."),
+ new XElement("p", "SGML markup by Jon Bosak, 1992-1994."),
+ new XElement("p", "XML version by Jon Bosak, 1996-1997."),
+ new XElement("p", "This work may be freely copied and distributed worldwide.")