Skip to content

Commit d21a6ee

Browse files
committed
added free as in freedom
1 parent feba808 commit d21a6ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Argument Handling for PHP CLI Scripts
22

3-
This project aims to deliver a easy to use php command component.
3+
This project aims to deliver a easy to use and free as in freedom php command component.
44

55
The build status of the current master branch is tracked by Travis CI:
66
[![Build Status](https://travis-ci.org/bazzline/php_component_cli_arguments.png?branch=master)](http://travis-ci.org/bazzline/php_component_cli_arguments)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "net_bazzline/php_component_cli_arguments",
33
"description": "php cli command thin wrapper to easy up usage and validation of command line arguments",
4-
"keywords": ["getopt", "argument", "flag", "trigger", "php", "cli", "shell"],
4+
"keywords": ["getopt", "argument", "flag", "trigger", "php", "cli", "shell", "lgpl", "free as in freedom"],
55
"type": "library",
66
"minimum-stability": "dev",
77
"require": {

0 commit comments

Comments
 (0)