| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | boot, package: use SPDX short identifier for LGPLv2.1/LGPLv2.1+ | Rahul Bedarkar | 2017-04-01 | 1 | -1/+1 |
| | | | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for LGPLv2.1/LGPLv2.1+ is LGPL-2.1/LGPL-2.1+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/LGPLv2.1(\+)?/LGPL-2.1\1/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
| * | libcli: new package | Steve James | 2015-01-14 | 1 | -0/+44 |
| Libcli provides a shared library for including a Cisco-like command- line interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree. [Thomas: rewrap Config.in help text.] Signed-off-by: Steve James <ste@junkomatic.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||||

