diff options
Diffstat (limited to 'zte')
-rw-r--r-- | zte/vmanager/assembly.xml | 2 | ||||
-rw-r--r-- | zte/vmanager/driver/__init__.py | 2 | ||||
-rw-r--r-- | zte/vmanager/driver/interfaces/__init__.py | 2 | ||||
-rw-r--r-- | zte/vmanager/driver/pub/__init__.py | 2 | ||||
-rw-r--r-- | zte/vmanager/driver/pub/config/__init__.py | 2 | ||||
-rw-r--r-- | zte/vmanager/driver/pub/config/config.py | 2 | ||||
-rw-r--r-- | zte/vmanager/driver/pub/database/__init__.py | 2 | ||||
-rw-r--r-- | zte/vmanager/driver/pub/database/models.py | 2 | ||||
-rw-r--r-- | zte/vmanager/driver/pub/utils/__init__.py | 2 | ||||
-rw-r--r-- | zte/vmanager/driver/pub/utils/restcall.py | 2 | ||||
-rw-r--r-- | zte/vmanager/driver/settings.py | 2 | ||||
-rw-r--r-- | zte/vmanager/driver/urls.py | 2 | ||||
-rw-r--r-- | zte/vmanager/driver/wsgi.py | 2 | ||||
-rw-r--r-- | zte/vmanager/initialize.sh | 2 | ||||
-rw-r--r-- | zte/vmanager/manage.py | 2 | ||||
-rw-r--r-- | zte/vmanager/pom.xml | 2 | ||||
-rw-r--r-- | zte/vmanager/run.sh | 2 | ||||
-rw-r--r-- | zte/vmanager/stop.sh | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/zte/vmanager/assembly.xml b/zte/vmanager/assembly.xml index 7ce9dbd6..4368ed99 100644 --- a/zte/vmanager/assembly.xml +++ b/zte/vmanager/assembly.xml @@ -1,5 +1,5 @@ <!-- - Copyright 2016 ZTE Corporation. + Copyright 2016-2017 ZTE Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/zte/vmanager/driver/__init__.py b/zte/vmanager/driver/__init__.py index 5580cc3d..9cf887ae 100644 --- a/zte/vmanager/driver/__init__.py +++ b/zte/vmanager/driver/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/driver/interfaces/__init__.py b/zte/vmanager/driver/interfaces/__init__.py index 5580cc3d..9cf887ae 100644 --- a/zte/vmanager/driver/interfaces/__init__.py +++ b/zte/vmanager/driver/interfaces/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/driver/pub/__init__.py b/zte/vmanager/driver/pub/__init__.py index 5580cc3d..9cf887ae 100644 --- a/zte/vmanager/driver/pub/__init__.py +++ b/zte/vmanager/driver/pub/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/driver/pub/config/__init__.py b/zte/vmanager/driver/pub/config/__init__.py index 5580cc3d..9cf887ae 100644 --- a/zte/vmanager/driver/pub/config/__init__.py +++ b/zte/vmanager/driver/pub/config/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/driver/pub/config/config.py b/zte/vmanager/driver/pub/config/config.py index 206e851a..130fc346 100644 --- a/zte/vmanager/driver/pub/config/config.py +++ b/zte/vmanager/driver/pub/config/config.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/driver/pub/database/__init__.py b/zte/vmanager/driver/pub/database/__init__.py index 5580cc3d..9cf887ae 100644 --- a/zte/vmanager/driver/pub/database/__init__.py +++ b/zte/vmanager/driver/pub/database/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/driver/pub/database/models.py b/zte/vmanager/driver/pub/database/models.py index 5580cc3d..9cf887ae 100644 --- a/zte/vmanager/driver/pub/database/models.py +++ b/zte/vmanager/driver/pub/database/models.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/driver/pub/utils/__init__.py b/zte/vmanager/driver/pub/utils/__init__.py index 5580cc3d..9cf887ae 100644 --- a/zte/vmanager/driver/pub/utils/__init__.py +++ b/zte/vmanager/driver/pub/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/driver/pub/utils/restcall.py b/zte/vmanager/driver/pub/utils/restcall.py index ffde14da..59c6013e 100644 --- a/zte/vmanager/driver/pub/utils/restcall.py +++ b/zte/vmanager/driver/pub/utils/restcall.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/driver/settings.py b/zte/vmanager/driver/settings.py index 8fec618f..ff0f6446 100644 --- a/zte/vmanager/driver/settings.py +++ b/zte/vmanager/driver/settings.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/driver/urls.py b/zte/vmanager/driver/urls.py index 94164d1b..0e61dabb 100644 --- a/zte/vmanager/driver/urls.py +++ b/zte/vmanager/driver/urls.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/driver/wsgi.py b/zte/vmanager/driver/wsgi.py index 68fc46c6..dac23304 100644 --- a/zte/vmanager/driver/wsgi.py +++ b/zte/vmanager/driver/wsgi.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/initialize.sh b/zte/vmanager/initialize.sh index 8f6a0003..ec0c5137 100644 --- a/zte/vmanager/initialize.sh +++ b/zte/vmanager/initialize.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/manage.py b/zte/vmanager/manage.py index 401f8008..93eb91b5 100644 --- a/zte/vmanager/manage.py +++ b/zte/vmanager/manage.py @@ -1,4 +1,4 @@ -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/pom.xml b/zte/vmanager/pom.xml index 6a0b254a..6f7cc1d1 100644 --- a/zte/vmanager/pom.xml +++ b/zte/vmanager/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- - Copyright 2016 ZTE Corporation. + Copyright 2016-2017 ZTE Corporation. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/zte/vmanager/run.sh b/zte/vmanager/run.sh index 8c0b4fa6..4ed4445b 100644 --- a/zte/vmanager/run.sh +++ b/zte/vmanager/run.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/zte/vmanager/stop.sh b/zte/vmanager/stop.sh index 528da95c..a4f5c8a0 100644 --- a/zte/vmanager/stop.sh +++ b/zte/vmanager/stop.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2016 ZTE Corporation. +# Copyright 2016-2017 ZTE Corporation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |