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>&lt;/id&gt;</xt>
                <xt>&lt;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>&gt;</xt>
                <xt>&lt;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>&gt;</xt>
-               <xt>&lt;rights&gt;</xt>
-                       Copyright (c) 2016, Apache Foundation
-               <xt>&lt;/rights&gt;</xt>
                <xt>&lt;title</xt> <xa>type</xa>=<xs>'text'</xs>&gt;</xt>
                        Juneau ATOM specification
                <xt>&lt;/title&gt;</xt>
@@ -213,9 +209,6 @@
                <xt>&lt;/atom:id&gt;</xt>
                <xt>&lt;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>/&gt;</xt>
                <xt>&lt;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>/&gt;</xt>
-               <xt>&lt;atom:rights&gt;</xt>
-                       Copyright (c) 2016, Apache Foundation
-               <xt>&lt;/atom:rights&gt;</xt>
                <xt>&lt;atom:title</xt> 
<xa>type</xa>=<xs>'text'</xs><xt>&gt;</xt>
                        Juneau ATOM specification
                <xt>&lt;/atom:title&gt;</xt>
@@ -276,9 +269,6 @@
                <xt>&lt;/id&gt;</xt>
                <xt>&lt;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>/&gt;</xt>
                <xt>&lt;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>/&gt;</xt>
-               <xt>&lt;rights&gt;</xt>
-                       Copyright (c) 2016, Apache Foundation
-               <xt>&lt;/rights&gt;</xt>
                <xt>&lt;title</xt> <xa>type</xa>=<xs>'text'</xs><xt>&gt;</xt>
                        Juneau ATOM specification
                <xt>&lt;/title&gt;</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>&lt;/rdf:li&gt;</xt>
                 <xt>&lt;/rdf:Seq&gt;</xt>
              <xt>&lt;/atom:links&gt;</xt>
-             <xt>&lt;atom:rights</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
-                <xt>&lt;atom:text&gt;</xt>Copyright (c) 2016, Apache 
Foundation<xt>&lt;/atom:text&gt;</xt>
-             <xt>&lt;/atom:rights&gt;</xt>
              <xt>&lt;atom:title</xt> 
<xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>&gt;</xt>
                 <xt>&lt;atom:type&gt;</xt>text<xt>&lt;/atom:type&gt;</xt>
                 <xt>&lt;atom:text&gt;</xt>Juneau ATOM 
specification<xt>&lt;/atom:text&gt;</xt>

Reply via email to