Skip to content

Commit d9fd5d3

Browse files
authored
Merge pull request #12 from fooelisa/master
updating readme
2 parents 50bb88f + 0a8a221 commit d9fd5d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2017 LINX
189+
Copyright 2018 LINX
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ Care needs to be taken with the ```compare_replace_config``` method.
103103
Extreme devices natively don't offer a config replace operation.
104104
Based on the diff with the to-be-applied config, pyEXOS will generate a set of commands to remove already existing config lines one by one.
105105
To generate the commands needed for removal, it uses a list of known commands embedded in the module.
106-
If your config holds a command not known to the module, it will silently ignore the removal and the command will remain on the device after a replace.
107-
The necessary line will have to be added to the ```_generate_commands``` function, to be able to remove this command during the replace operation.
106+
If your config holds a command not known to the module, it will ignore the removal, issue a warning, but the command will remain on the device after the replace operation.
107+
The module will have to be updated and the necessary line added to the ```_generate_commands``` function, to be able to remove this command during the replace operation.
108108

109109

110110
## License
111111

112-
Copyright 2017 LINX
112+
Copyright 2018 LINX
113113

114114
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
# General information about the project.
5858
project = u'pyexos'
59-
copyright = u'2017, elisa'
59+
copyright = u'2018, elisa'
6060
author = u'elisa'
6161

6262
# The version info for the project you're documenting, acts as replacement for

0 commit comments

Comments
 (0)