You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2016/03/02 14:43:19 UTC

directory-fortress-enmasse git commit: added the needed apache header

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master d3cbc88ae -> 9ff1fe34d


added the needed apache header


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/9ff1fe34
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/9ff1fe34
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/9ff1fe34

Branch: refs/heads/master
Commit: 9ff1fe34d19b4a7dbb34af79bb65367f5a564411
Parents: d3cbc88
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Wed Mar 2 14:43:06 2016 +0100
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Wed Mar 2 14:43:06 2016 +0100

----------------------------------------------------------------------
 src/test/resources/userRead.xml | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/9ff1fe34/src/test/resources/userRead.xml
----------------------------------------------------------------------
diff --git a/src/test/resources/userRead.xml b/src/test/resources/userRead.xml
index a413391..6edbb55 100644
--- a/src/test/resources/userRead.xml
+++ b/src/test/resources/userRead.xml
@@ -1,7 +1,25 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+   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.
+-->
 <FortRequest>
     <entity xsi:type="user" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <userId>demouser4</userId>
     </entity>
     <contextId>HOME</contextId>
-</FortRequest>
\ No newline at end of file
+</FortRequest>