docs: Cleanup license text

This commit is contained in:
Antonio Niño Díaz 2023-03-31 18:37:09 +01:00
parent 358c0cefb8
commit 9aee0b0461
36 changed files with 242 additions and 336 deletions

28
LICENCE
View File

@ -1,28 +0,0 @@
NFLib is distributed under CREATIVE COMMONS licence:
"Attribution-NonCommercial 4.0 International"
https://creativecommons.org/licenses/by-nc/4.0/
You are free to:
- Share
copy and redistribute the material in any medium or format.
- Adapt
remix, transform, and build upon the material.
The licensor cannot revoke these freedoms as long as you follow
the license terms.
Under the following terms:
- Attribution
You must give appropriate credit, provide a link to the license,
and indicate if changes were made. You may do so in any reasonable
manner, but not in any way that suggests the licensor endorses you
or your use.
- NonCommercial
You may not use the material for commercial purposes.
- No additional restrictions
You may not apply legal terms or technological measures that
legally restrict others from doing anything the license permits.

View File

@ -1,15 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Funciones de WI-FI
// Requiere DevkitARM
// Codigo por NightFox
// http://www.nightfoxandco.com/
// Version 20110502
// Includes devKitPro
#include <nds.h>
#include <dswifi9.h>

View File

@ -1,21 +1,14 @@
#ifndef __NF_WIFI_H__
#define __NF_WIFI_H__
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de funciones de WI-FI
// Requiere DevkitARM
// Codigo por NightFox
// http://www.nightfoxandco.com/
// Version 20110502
#ifndef __NF_WIFI_H__
#define __NF_WIFI_H__
// Includes devKitPro
#include <nds.h>
#include <dswifi9.h>

View File

@ -1,15 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Funciones de WI-FI
// Requiere DevkitARM
// Codigo por NightFox
// http://www.nightfoxandco.com/
// Version 20110502
// Includes devKitPro
#include <nds.h>
#include <dswifi9.h>

View File

@ -1,21 +1,14 @@
#ifndef __NF_WIFI_H__
#define __NF_WIFI_H__
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de funciones de WI-FI
// Requiere DevkitARM
// Codigo por NightFox
// http://www.nightfoxandco.com/
// Version 20110502
#ifndef __NF_WIFI_H__
#define __NF_WIFI_H__
// Includes devKitPro
#include <nds.h>
#include <dswifi9.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de funciones 2D comunes
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,19 +13,6 @@ extern "C" {
#ifndef __NF_2D_H__
#define __NF_2D_H__
// NightFox LIB - Include de funciones 2D comunes
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de funciones 3D
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,19 +13,6 @@ extern "C" {
#ifndef __NF_3D_H__
#define __NF_3D_H__
// NightFox LIB - Include de funciones 3D
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Includes de Fondos Affine
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,21 +13,6 @@ extern "C" {
#ifndef __NF_AFFINEBG_H__
#define __NF_AFFINEBG_H__
// NightFox LIB - Includes de Fondos Affine
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de funciones basicas
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,19 +13,6 @@ extern "C" {
#ifndef __NF_BASIC_H__
#define __NF_BASIC_H__
// NightFox LIB - Include de funciones basicas
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de funciones de fondos en modo Bitmap
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,19 +13,6 @@ extern "C" {
#ifndef __NF_BITMAPBG_H__
#define __NF_BITMAPBG_H__
// NightFox LIB - Include de funciones de fondos en modo Bitmap
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de Colisiones
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,21 +13,6 @@ extern "C" {
#ifndef __NF_COLISION_H__
#define __NF_COLISION_H__
// NightFox LIB - Include de Colisiones
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Definiciones General
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,20 +13,6 @@ extern "C" {
#ifndef __NF_DEFINES_H__
#define __NF_DEFINES_H__
// NightFox LIB - Definiciones General
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Definicion de los datos del usuario
// Informacion obtenida de PALIB source code
// Referencias usadas de http://nds.metawiki.com/Firmware

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include General
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,18 +13,6 @@ extern "C" {
#ifndef __NF_LIB_H__
#define __NF_LIB_H__
// NightFox LIB - Include General
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
/*
Notas sobre BITSHIFT

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de funciones de carga de archivos multimedia
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,19 +13,6 @@ extern "C" {
#ifndef __NF_MEDIA_H__
#define __NF_MEDIA_H__
// NightFox LIB - Include de funciones de carga de archivos multimedia
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de Fondos mixtos (Tiled / Bitmap 8 bits)
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,21 +13,6 @@ extern "C" {
#ifndef __NF_MIXEDBG_H__
#define __NF_MIXEDBG_H__
// NightFox LIB - Include de Fondos mixtos (Tiled / Bitmap 8 bits)
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de funciones de sonido
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,21 +13,6 @@ extern "C" {
#ifndef __NF_SOUND_H__
#define __NF_SOUND_H__
// NightFox LIB - Include de funciones de sonido
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de Sprites a 256 colores
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,21 +13,6 @@ extern "C" {
#ifndef __NF_SPRITE256_H__
#define __NF_SPRITE256_H__
// NightFox LIB - Include de Sprites a 256 colores
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de funciones 3D
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,19 +13,6 @@ extern "C" {
#ifndef __NF_SPRITE3D_H__
#define __NF_SPRITE3D_H__
// NightFox LIB - Include de funciones 3D
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de Textos
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,21 +13,6 @@ extern "C" {
#ifndef __NF_TEXT_H__
#define __NF_TEXT_H__
// NightFox LIB - Include de Textos
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de Textos de 16 pixels
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,21 +13,6 @@ extern "C" {
#ifndef __NF_TEXT16_H__
#define __NF_TEXT16_H__
// NightFox LIB - Include de Textos de 16 pixels
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

View File

@ -1,3 +1,11 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de Fondos con tiles
// http://www.nightfoxandco.com/
// Version 20140413
#ifdef __cplusplus
extern "C" {
#endif
@ -5,21 +13,6 @@ extern "C" {
#ifndef __NF_TILEDBG_H__
#define __NF_TILEDBG_H__
// NightFox LIB - Include de Fondos con tiles
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413
// Includes devKitPro
#include <nds.h>

38
license.txt Normal file
View File

@ -0,0 +1,38 @@
NFLib is distributed under CREATIVE COMMONS licence:
https://creativecommons.org/licenses/by-nc/4.0/
Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
==========================================================
You are free to:
----------------
- Share: copy and redistribute the material in any medium or format.
- Adapt: remix, transform, and build upon the material.
The licensor cannot revoke these freedoms as long as you follow the license
terms.
Under the following terms:
--------------------------
- Attribution: You must give appropriate credit, provide a link to the license,
and indicate if changes were made. You may do so in any reasonable manner, but
not in any way that suggests the licensor endorses you or your use.
- NonCommercial: You may not use the material for commercial purposes.
No additional restrictions: You may not apply legal terms or technological
measures that legally restrict others from doing anything the license permits.
Notices
-------
You do not have to comply with the license for elements of the material in the
public domain or where your use is permitted by an applicable exception or
limitation.
No warranties are given. The license may not give you all of the permissions
necessary for your intended use. For example, other rights such as publicity,
privacy, or moral rights may limit how you use the material.

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Funciones 2D comunes
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Funciones 2D comunes
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Funciones de Fondos Affine
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Funciones basicas y de Debug
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de funciones de fondos en modo Bitmap
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Funciones de Colisiones
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de funciones de carga de archivos multimedia
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Include de Fondos mixtos (Tiled / Bitmap 8 bits)
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Funciones de de funciones de sonido
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Funciones de Sprites a 256 colores
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Funciones 2D comunes
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Funciones de Textos
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Funciones de Textos de 16 pixeles
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413

View File

@ -1,7 +1,8 @@
// SPDX-License-Identifier: CC-BY-NC-4.0
//
// Copyright (c) 2011-2014 Cesar Rincon "NightFox"
//
// NightFox LIB - Funciones de Fondos con tiles
// Requiere DevkitARM
// Codigo por Cesar Rincon "NightFox"
// http://www.nightfoxandco.com/
// Version 20140413