summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--config/bgp_configs.go3
-rw-r--r--tools/pyang_plugins/bgpyang2golang.py3
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");