From 50df0390faedad489614c94bd00b1749d57dbbab Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Fri, 12 Jul 2019 11:14:55 +0900 Subject: use tha standard comment for machine-generated files Signed-off-by: FUJITA Tomonori --- tools/pyang_plugins/bgpyang2golang.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/pyang_plugins/bgpyang2golang.py b/tools/pyang_plugins/bgpyang2golang.py index e2545135..1ad359e3 100644 --- a/tools/pyang_plugins/bgpyang2golang.py +++ b/tools/pyang_plugins/bgpyang2golang.py @@ -24,7 +24,7 @@ _COPYRIGHT_NOTICE = """ // DO NOT EDIT // generated by pyang using OpenConfig https://github.com/openconfig/public // -// Copyright (C) 2014-2016 Nippon Telegraph and Telephone Corporation. +// Copyright (C) 2014-2019 Nippon Telegraph and Telephone Corporation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ _COPYRIGHT_NOTICE = """ // See the License for the specific language governing permissions and // limitations under the License. -//lint:file-ignore S1008 generated code. +// Code generated by pyang. DO NOT EDIT. """ EQUAL_TYPE_LEAF = 0 -- cgit v1.2.3