You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by go...@apache.org on 2015/05/19 03:40:32 UTC

svn commit: r1680147 - /incubator/slider/site/trunk/content/docs/ssl.md

Author: gourksaha
Date: Tue May 19 01:40:32 2015
New Revision: 1680147

URL: http://svn.apache.org/r1680147
Log:
fix apache license header format for ssl.md

Modified:
    incubator/slider/site/trunk/content/docs/ssl.md

Modified: incubator/slider/site/trunk/content/docs/ssl.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/ssl.md?rev=1680147&r1=1680146&r2=1680147&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/ssl.md (original)
+++ incubator/slider/site/trunk/content/docs/ssl.md Tue May 19 01:40:32 2015
@@ -1,20 +1,16 @@
-/*
- * 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.
- */
+<!---
+  Licensed 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. See accompanying LICENSE file.
+-->
  
 #Set Up Two-Way SSL Between the Slider Agents and the Application Master
 Two-way SSL provides a higher level of secure communication between the Slider Application Master and Agents by requiring both to verify each other's identify prior to the exchange of HTTP requests and responses. By default the communication mechanism between the two is One-Way SSL. To enable Two-way SSL: