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 | |
parent | 75d4e2a9abc2bff53b6b5b6cb5397a0491603c31 (diff) |
config: add DO NOT EDIT warning
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
-rw-r--r-- | config/bgp_configs.go | 3 | ||||
-rw-r--r-- | tools/pyang_plugins/bgpyang2golang.py | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/bgp_configs.go b/config/bgp_configs.go index ad7dd15e..c2ce2deb 100644 --- a/config/bgp_configs.go +++ b/config/bgp_configs.go @@ -1,3 +1,6 @@ +// 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"); 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"); |