Removed references to mksound from mxmpp.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-12-04 21:33:23 +01:00
parent 889646d033
commit a9609502ed
1 changed files with 4 additions and 4 deletions

View File

@ -2,20 +2,20 @@
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011.
This file is part of mksound. This file is part of mxmpp.
mksound is free software: you can redistribute it and/or modify it under mxmpp is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) Software Foundation, either version 3 of the License, or (at your option)
any later version. any later version.
mksound is distributed in the hope that it will be useful, but WITHOUT ANY mxmpp is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details. details.
You should have received a copy of the GNU General Public License along You should have received a copy of the GNU General Public License along
with mksound. If not, see <http://www.gnu.org/licenses/>. with mxmpp. If not, see <http://www.gnu.org/licenses/>.
mxmpp.cpp mxmpp.cpp
A simple macro preprocessor. A simple macro preprocessor.