diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-08-22 12:22:10 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-08-22 12:30:40 +0200 |
commit | 834e67e51f396dcc28b1798c8d2dd1fbf13fba49 (patch) | |
tree | d85827fc7c39be4001c4ff3b14970e41ccf932ac /examples/ncclient/acl/config_acl_update.xml | |
parent | a92966bf867f30a67a71b007bc170e0b1686efe2 (diff) |
examples/ncclient: update copyright information
This patch:
- removes copyright information from config XML files
The change is required due to ncclient bug.
If <config> embeded in <copy-config> request contains
'://', then it is treated as URL and included in <url> node
before sending to NETCONF server.
- updates licence to Apache 2.0 in other XML files.
Change-Id: I526de3c1beee6ff4cb255481fc01608beea159ff
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'examples/ncclient/acl/config_acl_update.xml')
-rw-r--r-- | examples/ncclient/acl/config_acl_update.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/ncclient/acl/config_acl_update.xml b/examples/ncclient/acl/config_acl_update.xml index db4fd8bb5..379e4f42d 100644 --- a/examples/ncclient/acl/config_acl_update.xml +++ b/examples/ncclient/acl/config_acl_update.xml @@ -1,10 +1,3 @@ -<!-- - ~ Copyright (c) 2018 Cisco Systems, Inc. and others. All rights reserved. - ~ - ~ This program and the accompanying materials are made available under the - ~ terms of the Eclipse Public License v1.0 which accompanies this distribution, - ~ and is available at http://www.eclipse.org/legal/epl-v10.html - --> <config xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <nat xmlns="urn:ietf:params:xml:ns:yang:ietf-nat"> <instances> |