diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2017-01-03 23:39:07 +0100 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2017-01-03 23:39:07 +0100 |
commit | 1490ced865c70d9a42a3b6950aa2fc213efafc24 (patch) | |
tree | 76643f3484ce135a387cc0230511bf49175d022c | |
parent | 6117ee063ec1082fc207f315d86dbd2992bf71aa (diff) |
Copyright updated to 2017.
-rw-r--r-- | auth/authentication.php | 2 | ||||
-rw-r--r-- | auth/ssh.php | 2 | ||||
-rw-r--r-- | auth/telnet.php | 2 | ||||
-rw-r--r-- | execute.php | 2 | ||||
-rw-r--r-- | includes/config.defaults.php | 2 | ||||
-rw-r--r-- | includes/utils.php | 2 | ||||
-rw-r--r-- | index.php | 2 | ||||
-rw-r--r-- | routers/bird.php | 2 | ||||
-rw-r--r-- | routers/cisco.php | 2 | ||||
-rw-r--r-- | routers/cisco_iosxr.php | 2 | ||||
-rw-r--r-- | routers/juniper.php | 2 | ||||
-rw-r--r-- | routers/quagga.php | 2 | ||||
-rw-r--r-- | routers/router.php | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/auth/authentication.php b/auth/authentication.php index a4c61ca..440181d 100644 --- a/auth/authentication.php +++ b/auth/authentication.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2016 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> * * 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 e870861..28e858a 100644 --- a/auth/ssh.php +++ b/auth/ssh.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2016 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> * * 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 4aa7a64..3ea7eef 100644 --- a/auth/telnet.php +++ b/auth/telnet.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2016 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> * * 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 ad8831e..7f8f0e4 100644 --- a/execute.php +++ b/execute.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2016 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> * * 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 d6d4ae0..06d8cab 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-2016 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> * * 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 e8a7098..ed386ed 100644 --- a/includes/utils.php +++ b/includes/utils.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2016 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> * * 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 @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2016 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> * * 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 fee3736..656126d 100644 --- a/routers/bird.php +++ b/routers/bird.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2016 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> * * 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 fe6c746..4f27c31 100644 --- a/routers/cisco.php +++ b/routers/cisco.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2016 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> * * 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 8bc6150..b381368 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) 2016 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2017 Guillaume Mazoyer <gmazoyer@gravitons.in> * * 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 7ec2470..abad009 100644 --- a/routers/juniper.php +++ b/routers/juniper.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2016 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> * * 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 2f930df..2a9ebca 100644 --- a/routers/quagga.php +++ b/routers/quagga.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2016 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> * * 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 8bf771b..d27ed93 100644 --- a/routers/router.php +++ b/routers/router.php @@ -2,7 +2,7 @@ /* * Looking Glass - An easy to deploy Looking Glass - * Copyright (C) 2014-2016 Guillaume Mazoyer <gmazoyer@gravitons.in> + * Copyright (C) 2014-2017 Guillaume Mazoyer <gmazoyer@gravitons.in> * * 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 |