diff options
author | ytti <saku@ytti.fi> | 2015-08-27 02:38:08 +0300 |
---|---|---|
committer | ytti <saku@ytti.fi> | 2015-08-27 02:38:08 +0300 |
commit | 28278d1c717ea05a093018aa8a84bc5774d209bd (patch) | |
tree | d5bdc3e699ba4ec766a8193bca0d485632c21fa6 /README.md | |
parent | 93b3264ac5faf8f8a3c79286d465bf87b82f2c8b (diff) | |
parent | be202d15da55333cc9ddc9171c17a948845990c9 (diff) |
Merge pull request #168 from hggh/add_copyright
added copyright and license information
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -395,3 +395,22 @@ The following objects exist in Oxidized. * cfg is executed in input/output/source context * cmd is executed in instance of model * 'junos', 'ios', 'ironware' and 'powerconnect' implemented + + +# License and Copyright + +Copyright 2013-2015 Saku Ytti <saku@ytti.fi> + 2013-2015 Samer Abdel-Hafez <sam@arahant.net> + + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. |