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:
parent
9fd13679c2
commit
8dfd02cd1c
@ -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>
|
||||||
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user