diff options
| -rwxr-xr-x | src/conf_mode/system-login-banner.py | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/src/conf_mode/system-login-banner.py b/src/conf_mode/system-login-banner.py index 277a94462..e9d6a339c 100755 --- a/src/conf_mode/system-login-banner.py +++ b/src/conf_mode/system-login-banner.py @@ -1,6 +1,6 @@  #!/usr/bin/env python3  # -# Copyright (C) 2020 VyOS maintainers and contributors +# Copyright (C) 2020-2021 VyOS maintainers and contributors  #  # This program is free software; you can redistribute it and/or modify  # it under the terms of the GNU General Public License version 2 or later as @@ -22,8 +22,6 @@ from vyos import airbag  airbag.enable()  motd=""" -Welcome to VyOS! -  Check out project news at https://blog.vyos.io  and feel free to report bugs at https://phabricator.vyos.net | 
