Change license header to GPL

modified:   src/nms.c
	modified:   src/nmscharset.c
	modified:   src/nmscharset.h
	modified:   src/nmseffect.c
	modified:   src/nmseffect.h
	modified:   src/nmstermio.c
	modified:   src/nmstermio.h
	modified:   src/nmstermio_ncurses.c
	modified:   src/sneakers.c
This commit is contained in:
Brian Barto 2017-02-17 13:24:11 -05:00
parent 9fd13679c2
commit 8dfd02cd1c
9 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
* Copyright (c) 2017 Brian Barto * Copyright (c) 2017 Brian Barto
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the MIT License. See LICENSE for more details. * under the terms of the GPL License. See LICENSE for more details.
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -2,7 +2,7 @@
* Copyright (c) 2017 Brian Barto * Copyright (c) 2017 Brian Barto
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the MIT License. See LICENSE for more details. * under the terms of the GPL License. See LICENSE for more details.
*/ */
/* /*

View File

@ -2,7 +2,7 @@
* Copyright (c) 2017 Brian Barto * Copyright (c) 2017 Brian Barto
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the MIT License. See LICENSE for more details. * under the terms of the GPL License. See LICENSE for more details.
*/ */
#ifndef NMSCHARSET_H #ifndef NMSCHARSET_H

View File

@ -2,7 +2,7 @@
* Copyright (c) 2017 Brian Barto * Copyright (c) 2017 Brian Barto
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the MIT License. See LICENSE for more details. * under the terms of the GPL License. See LICENSE for more details.
*/ */
/* /*

View File

@ -2,7 +2,7 @@
* Copyright (c) 2017 Brian Barto * Copyright (c) 2017 Brian Barto
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the MIT License. See LICENSE for more details. * under the terms of the GPL License. See LICENSE for more details.
*/ */
#ifndef NMSEFFECT_H #ifndef NMSEFFECT_H

View File

@ -2,7 +2,7 @@
* Copyright (c) 2017 Brian Barto * Copyright (c) 2017 Brian Barto
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the MIT License. See LICENSE for more details. * under the terms of the GPL License. See LICENSE for more details.
*/ */
/* /*

View File

@ -2,7 +2,7 @@
* Copyright (c) 2017 Brian Barto * Copyright (c) 2017 Brian Barto
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the MIT License. See LICENSE for more details. * under the terms of the GPL License. See LICENSE for more details.
*/ */
#ifndef NMSTERMIO_H #ifndef NMSTERMIO_H

View File

@ -2,7 +2,7 @@
* Copyright (c) 2017 Brian Barto * Copyright (c) 2017 Brian Barto
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the MIT License. See LICENSE for more details. * under the terms of the GPL License. See LICENSE for more details.
*/ */
/* /*

View File

@ -2,7 +2,7 @@
* Copyright (c) 2017 Brian Barto * Copyright (c) 2017 Brian Barto
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the MIT License. See LICENSE for more details. * under the terms of the GPL License. See LICENSE for more details.
*/ */
#include <stdio.h> #include <stdio.h>