|
1 |
| -# Copyright (C) 2017 Felician Nemeth, [email protected] |
| 1 | +# TIPSY: Telco pIPeline benchmarking SYstem |
2 | 2 | #
|
3 |
| -# Licensed under the Apache License, Version 2.0 (the "License"); |
4 |
| -# you may not use this file except in compliance with the License. |
5 |
| -# You may obtain a copy of the License at |
| 3 | +# Copyright (C) 2017-2018 by it's authors (See AUTHORS) |
6 | 4 | #
|
7 |
| -# http://www.apache.org/licenses/LICENSE-2.0 |
| 5 | +# This program is free software: you can redistribute it and/or modify |
| 6 | +# it under the terms of the GNU General Public License as published by |
| 7 | +# the Free Software Foundation, either version 3 of the License, or |
| 8 | +# (at your option) any later version. |
8 | 9 | #
|
9 |
| -# Unless required by applicable law or agreed to in writing, software |
10 |
| -# distributed under the License is distributed on an "AS IS" BASIS, |
11 |
| -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
12 |
| -# implied. |
13 |
| -# See the License for the specific language governing permissions and |
14 |
| -# limitations under the License. |
15 |
| - |
| 10 | +# This program is distributed in the hope that it will be useful, but |
| 11 | +# WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 13 | +# General Public License for more details. |
| 14 | +# |
| 15 | +# You should have received a copy of the GNU General Public License |
| 16 | +# along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | 17 | """
|
17 |
| -TIPSY: Simplified mobile gateway |
| 18 | +TIPSY: Telco pIPeline benchmarking SYstem |
18 | 19 |
|
19 | 20 | Run as:
|
20 | 21 | $ ryu-manager --log-config-file path/to/log.cfg path/to/tipsy.py
|
|
0 commit comments