diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-01-08 13:47:56 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-01-09 05:17:57 -0800 |
commit | 0c1c373e498db1023e4f307f362598a096e36df0 (patch) | |
tree | 4ed6f1ab74b6999b3070d107bfd3d049a95dc9bf /tools | |
parent | 75d4e2a9abc2bff53b6b5b6cb5397a0491603c31 (diff) |
config: add DO NOT EDIT warning
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pyang_plugins/bgpyang2golang.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/pyang_plugins/bgpyang2golang.py b/tools/pyang_plugins/bgpyang2golang.py index 599f41a3..5c06a154 100644 --- a/tools/pyang_plugins/bgpyang2golang.py +++ b/tools/pyang_plugins/bgpyang2golang.py @@ -20,6 +20,9 @@ import sys from pyang import plugin _COPYRIGHT_NOTICE = """ +// DO NOT EDIT +// generated by pyang using OpenConfig https://github.com/openconfig/public +// // Copyright (C) 2014,2015 Nippon Telegraph and Telephone Corporation. // // Licensed under the Apache License, Version 2.0 (the "License"); |