diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-21 08:46:05 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-07-29 12:43:23 -0400 | 
| commit | 8d5cbee91d0a926dcc8dd114ebebf01950cfd110 (patch) | |
| tree | 57d7d9611c3931030a11dfba070eafee88c3617c /staticd/static_routes.h | |
| parent | 614aa5c166aa05f5840d447e7d7d424d89afa91c (diff) | |
staticd: Code review comments fixes
1) Conform staticd to proper gnu gpl file format.
2) Fix a spelling mistake found.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'staticd/static_routes.h')
| -rw-r--r-- | staticd/static_routes.h | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/staticd/static_routes.h b/staticd/static_routes.h index ec4ca1861c..bb1b664378 100644 --- a/staticd/static_routes.h +++ b/staticd/static_routes.h @@ -3,15 +3,15 @@   * Copyright (C) 2018 Cumulus Networks, Inc.   *               Donald Sharp   * - * FRR is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2, or (at your option) any - * later version. + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at your option) + * any later version.   * - * FRR is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU - * General Public License for more details. + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for + * more details.   *   * You should have received a copy of the GNU General Public License along   * with this program; see the file COPYING; if not, write to the Free Software  | 
