Repository: incubator-juneau Updated Branches: refs/heads/master ed2842022 -> ce0b41c52
Remove copyright confusion from Atom example code. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/ce0b41c5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/ce0b41c5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/ce0b41c5 Branch: refs/heads/master Commit: ce0b41c52772e0740b83902126ee4703501cdf68 Parents: ed28420 Author: JamesBognar <[email protected]> Authored: Tue Jul 4 12:29:22 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Tue Jul 4 12:29:22 2017 -0400 ---------------------------------------------------------------------- .../java/org/apache/juneau/dto/atom/package.html | 16 ---------------- 1 file changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/ce0b41c5/juneau-core/src/main/java/org/apache/juneau/dto/atom/package.html ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/atom/package.html b/juneau-core/src/main/java/org/apache/juneau/dto/atom/package.html index 4998a54..5cd3f6a 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/atom/package.html +++ b/juneau-core/src/main/java/org/apache/juneau/dto/atom/package.html @@ -103,7 +103,6 @@ <jsm>link</jsm>(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://juneau.apache.org"</js>).hreflang(<js>"en"</js>), <jsm>link</jsm>(<js>"self"</js>, <js>"application/atom+xml"</js>, <js>"http://juneau.apache.org/feed.atom"</js>) ) - .rights(<js>"Copyright (c) 2016, Apache Foundation"</js>) .generator( <jsm>generator</jsm>(<js>"Juneau"</js>).uri(<js>"http://juneau.apache.org"</js>).version(<js>"1.0"</js>) ) @@ -149,9 +148,6 @@ <xt></id></xt> <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs>/<xt>></xt> <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs>/<xt>></xt> - <xt><rights></xt> - Copyright (c) 2016, Apache Foundation - <xt></rights></xt> <xt><title</xt> <xa>type</xa>=<xs>'text'</xs>></xt> Juneau ATOM specification <xt></title></xt> @@ -213,9 +209,6 @@ <xt></atom:id></xt> <xt><atom:link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs><xt>/></xt> <xt><atom:link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/></xt> - <xt><atom:rights></xt> - Copyright (c) 2016, Apache Foundation - <xt></atom:rights></xt> <xt><atom:title</xt> <xa>type</xa>=<xs>'text'</xs><xt>></xt> Juneau ATOM specification <xt></atom:title></xt> @@ -276,9 +269,6 @@ <xt></id></xt> <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs><xt>/></xt> <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/></xt> - <xt><rights></xt> - Copyright (c) 2016, Apache Foundation - <xt></rights></xt> <xt><title</xt> <xa>type</xa>=<xs>'text'</xs><xt>></xt> Juneau ATOM specification <xt></title></xt> @@ -352,9 +342,6 @@ type: <js>'application/atom+xml'</js> } ], - rights: { - text: <js>'Copyright (c) 2016, Apache Foundation'</js> - }, title: { type: <js>'text'</js>, text: <js>'Juneau ATOM specification'</js> @@ -467,9 +454,6 @@ <xt></rdf:li></xt> <xt></rdf:Seq></xt> <xt></atom:links></xt> - <xt><atom:rights</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:text></xt>Copyright (c) 2016, Apache Foundation<xt></atom:text></xt> - <xt></atom:rights></xt> <xt><atom:title</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> <xt><atom:type></xt>text<xt></atom:type></xt> <xt><atom:text></xt>Juneau ATOM specification<xt></atom:text></xt>
