Skip to content

Commit c829469

Browse files
committed
Fix travis and LICENSE file
1 parent 06cee54 commit c829469

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ script:
2121
# notice: the nose-cov is used because it is compatible with --processes, but produce a .coverage by process
2222
# so we must combine them in the end
2323
- coverage erase
24-
- nosetests -xv --process-restartworker --processes=1 --process-timeout=300 --with-cover --cover-package=alignak_module_ws test_module.py
24+
- nosetests -xv --process-restartworker --processes=1 --process-timeout=300 --with-coverage --cover-package=alignak_module_ws
2525
- coverage combine
2626
- cd ..
2727
# specific call to launch coverage data into coveralls.io

LICENSE

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ software for all its users.
2020
When we speak of free software, we are referring to freedom, not
2121
price. Our General Public Licenses are designed to make sure that you
2222
have the freedom to distribute copies of free software (and charge for
23-
them if you wish), that you receive source code or can read_named_pipe it if you
23+
them if you wish), that you receive source code or can get it if you
2424
want it, that you can change the software or use pieces of it in new
2525
free programs, and that you know you can do these things.
2626

@@ -446,7 +446,7 @@ transaction who receives a copy of the work also receives whatever
446446
licenses to the work the party's predecessor in interest had or could
447447
give under the previous paragraph, plus a right to possession of the
448448
Corresponding Source of the work from the predecessor in interest, if
449-
the predecessor has it or can read_named_pipe it with reasonable efforts.
449+
the predecessor has it or can get it with reasonable efforts.
450450

451451
You may not impose any further restrictions on the exercise of the
452452
rights granted or affirmed under this License. For example, you may
@@ -649,13 +649,13 @@ Also add information on how to contact you by electronic and paper mail.
649649

650650
If your software can interact with users remotely through a computer
651651
network, you should also make sure that it provides a way for users to
652-
read_named_pipe its source. For example, if your program is a web application, its
652+
get its source. For example, if your program is a web application, its
653653
interface could display a "Source" link that leads users to an archive
654654
of the code. There are many ways you could offer source, and different
655655
solutions will be better for different programs; see section 13 for the
656656
specific requirements.
657657

658-
You should also read_named_pipe your employer (if you work as a programmer) or school,
658+
You should also get your employer (if you work as a programmer) or school,
659659
if any, to sign a "copyright disclaimer" for the program, if necessary.
660660
For more information on this, and how to apply and follow the GNU AGPL, see
661661
<http://www.gnu.org/licenses/>.

0 commit comments

Comments
 (0)