Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mslib.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with nosebus. If not, see <http://www.gnu.org/licenses/>.
* along with mslib. If not, see <http://www.gnu.org/licenses/>.
*/
#include "mslib.h"

Expand Down
2 changes: 1 addition & 1 deletion mslib.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with nosebus. If not, see <http://www.gnu.org/licenses/>.
* along with mslib. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef MSLIB_H
#define MSLIB_H
Expand Down
2 changes: 1 addition & 1 deletion mstest.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with nosebus. If not, see <http://www.gnu.org/licenses/>.
* along with mstest. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <sys/stat.h>
Expand Down