You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by am...@apache.org on 2017/03/24 09:44:51 UTC

svn commit: r1788394 - in /jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document: secondary-store-read.puml secondary-store-write.puml

Author: amitj
Date: Fri Mar 24 09:44:51 2017
New Revision: 1788394

URL: http://svn.apache.org/viewvc?rev=1788394&view=rev
Log:
@trivial added missing license headers

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/secondary-store-read.puml
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/secondary-store-write.puml

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/secondary-store-read.puml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/secondary-store-read.puml?rev=1788394&r1=1788393&r2=1788394&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/secondary-store-read.puml (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/secondary-store-read.puml Fri Mar 24 09:44:51 2017
@@ -1,3 +1,19 @@
+ /'
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ '/
 @startuml
 
 title Read flow for Secondary NodeStore
@@ -40,4 +56,4 @@ else Not in Secondary Store
     end
 end
 
-@enduml
\ No newline at end of file
+@enduml

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/secondary-store-write.puml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/secondary-store-write.puml?rev=1788394&r1=1788393&r2=1788394&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/secondary-store-write.puml (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/document/secondary-store-write.puml Fri Mar 24 09:44:51 2017
@@ -1,4 +1,20 @@
-@startuml
+ /'
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ '/
+ @startuml
 
 title Write or Update flow for Secondary NodeStore
 autonumber
@@ -38,4 +54,4 @@ DNS -> SS    : Inform observer about cur
 SS  -> DNS   : Perform diff between local store \n head revision and current head revision
 SS ->  SS    : Apply diff \n to local store and \n update head revision
 
-@enduml
\ No newline at end of file
+@enduml