License and name update.
This commit is contained in:
parent
e0eccba62f
commit
2bcc7b3d83
2 changed files with 17 additions and 2 deletions
15
LICENSE
Normal file
15
LICENSE
Normal file
|
@ -0,0 +1,15 @@
|
|||
limmto (Light Multi-Media Tool) is a low-dependency C++ library for working with digital media.
|
||||
Copyright (C) 2020 James Grogan (grogan.ox@gmail.com)
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as
|
||||
published by the Free Software Foundation, either version 3 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see https://www.gnu.org/licenses/.
|
|
@ -1,5 +1,5 @@
|
|||
# MediaTool
|
||||
Hobby project - the idea is to build a set of multimedia tools 'from scratch' in C++ for fun/practice.
|
||||
# limmto
|
||||
limmto (Light Multi-Media Tool) is a low-dependency C++ library for working with a range of digital media.
|
||||
|
||||
```bash
|
||||
mkdir build
|
||||
|
|
Loading…
Reference in a new issue