From c0714e2382a1bb044d81bd0c8d32978c52268d15 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Mon, 1 Jan 2018 15:00:42 +0100 Subject: Copyright updated to 2018. --- auth/authentication.php | 2 +- auth/ssh.php | 2 +- auth/telnet.php | 2 +- execute.php | 2 +- includes/config.defaults.php | 2 +- includes/utils.php | 2 +- index.php | 2 +- routers/bird.php | 2 +- routers/cisco.php | 2 +- routers/cisco_iosxr.php | 2 +- routers/frr.php | 2 +- routers/juniper.php | 2 +- routers/openbgpd.php | 4 ++-- routers/quagga.php | 2 +- routers/router.php | 2 +- routers/vyatta.php | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/auth/authentication.php b/auth/authentication.php index d3bb3cd..ed6ed9b 100644 --- a/auth/authentication.php +++ b/auth/authentication.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2014-2018 Guillaume Mazoyer * * 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 diff --git a/auth/ssh.php b/auth/ssh.php index 28e858a..2521e60 100644 --- a/auth/ssh.php +++ b/auth/ssh.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2014-2018 Guillaume Mazoyer * * 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 diff --git a/auth/telnet.php b/auth/telnet.php index 3ea7eef..1505b55 100644 --- a/auth/telnet.php +++ b/auth/telnet.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2014-2018 Guillaume Mazoyer * * 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 diff --git a/execute.php b/execute.php index 7f8f0e4..cc4a1a3 100644 --- a/execute.php +++ b/execute.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2014-2018 Guillaume Mazoyer * * 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 diff --git a/includes/config.defaults.php b/includes/config.defaults.php index b24a547..f5ba29b 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2014-2018 Guillaume Mazoyer * * 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 diff --git a/includes/utils.php b/includes/utils.php index ed386ed..a43760f 100644 --- a/includes/utils.php +++ b/includes/utils.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2014-2018 Guillaume Mazoyer * * 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 diff --git a/index.php b/index.php index e102d87..9ae82e9 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2014-2018 Guillaume Mazoyer * * 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 diff --git a/routers/bird.php b/routers/bird.php index 656126d..49fcc38 100644 --- a/routers/bird.php +++ b/routers/bird.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2014-2018 Guillaume Mazoyer * * 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 diff --git a/routers/cisco.php b/routers/cisco.php index 4f27c31..6422ba4 100644 --- a/routers/cisco.php +++ b/routers/cisco.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2014-2018 Guillaume Mazoyer * * 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 diff --git a/routers/cisco_iosxr.php b/routers/cisco_iosxr.php index bd08614..bb0af6f 100644 --- a/routers/cisco_iosxr.php +++ b/routers/cisco_iosxr.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2017 Guillaume Mazoyer + * Copyright (C) 2017-2018 Guillaume Mazoyer * * 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 diff --git a/routers/frr.php b/routers/frr.php index 4669bad..3880ff7 100644 --- a/routers/frr.php +++ b/routers/frr.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2017-2018 Guillaume Mazoyer * * 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 diff --git a/routers/juniper.php b/routers/juniper.php index abad009..3a8fb12 100644 --- a/routers/juniper.php +++ b/routers/juniper.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2014-2018 Guillaume Mazoyer * * 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 diff --git a/routers/openbgpd.php b/routers/openbgpd.php index 8b609dc..6179056 100644 --- a/routers/openbgpd.php +++ b/routers/openbgpd.php @@ -2,8 +2,8 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer - * Copyright (C) 2017 Denis Fondras + * Copyright (C) 2017-2018 Guillaume Mazoyer + * Copyright (C) 2017-2018 Denis Fondras * * 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 diff --git a/routers/quagga.php b/routers/quagga.php index 2a9ebca..318694c 100644 --- a/routers/quagga.php +++ b/routers/quagga.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2014-2018 Guillaume Mazoyer * * 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 diff --git a/routers/router.php b/routers/router.php index 6cf31dd..0985246 100644 --- a/routers/router.php +++ b/routers/router.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2014-2018 Guillaume Mazoyer * * 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 diff --git a/routers/vyatta.php b/routers/vyatta.php index 52cb318..ee388e0 100644 --- a/routers/vyatta.php +++ b/routers/vyatta.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2017 Guillaume Mazoyer + * Copyright (C) 2017-2018 Guillaume Mazoyer * * 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 -- cgit v1.2.3