Update copyright
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2014-2015 Valeriano Alfonso Rodriguez
|
Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
3
Makefile
3
Makefile
@@ -1,4 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
# Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
IsMinGW := $(findstring MSYS,$(shell uname -s))$(findstring MINGW,$(shell uname -s))
|
IsMinGW := $(findstring MSYS,$(shell uname -s))$(findstring MINGW,$(shell uname -s))
|
||||||
ifneq (,$(IsMinGW))
|
ifneq (,$(IsMinGW))
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ There is a GNU Make compatible Makefile usable on Linux and MingGW.
|
|||||||
|
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2014-2015 Valeriano Alfonso Rodriguez
|
Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
#ifndef _ACTIONFILENODE_H_
|
#ifndef _ACTIONFILENODE_H_
|
||||||
#define _ACTIONFILENODE_H_
|
#define _ACTIONFILENODE_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
#ifndef _ACTIONFILENODECOPY_H_
|
#ifndef _ACTIONFILENODECOPY_H_
|
||||||
#define _ACTIONFILENODECOPY_H_
|
#define _ACTIONFILENODECOPY_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
#ifndef _ACTIONFILENODESYNC_H_
|
#ifndef _ACTIONFILENODESYNC_H_
|
||||||
#define _ACTIONFILENODESYNC_H_
|
#define _ACTIONFILENODESYNC_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
#include <stdio.h>
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
unsigned long _crcTable[256];
|
unsigned long _crcTable[256];
|
||||||
int _crcTableInitialized = 0;
|
int _crcTableInitialized = 0;
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
#ifndef _CRC_
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
|
#ifndef _CRC_
|
||||||
#define _CRC_
|
#define _CRC_
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
#include <stdio.h>
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
#ifndef _FILENODE_H_
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
|
#ifndef _FILENODE_H_
|
||||||
#define _FILENODE_H_
|
#define _FILENODE_H_
|
||||||
|
|
||||||
#include "fileutil.h"
|
#include "fileutil.h"
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define _WIN32_WINNT 0x0501
|
#define _WIN32_WINNT 0x0501
|
||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
#ifndef _FILEUTIL_
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
|
#ifndef _FILEUTIL_
|
||||||
#define _FILEUTIL_
|
#define _FILEUTIL_
|
||||||
|
|
||||||
////////////////////////////////////////////////
|
////////////////////////////////////////////////
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
#include "parameteroperation.h"
|
#include "parameteroperation.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
#ifndef _PARAMETEROPERATION_
|
#ifndef _PARAMETEROPERATION_
|
||||||
#define _PARAMETEROPERATION_
|
#define _PARAMETEROPERATION_
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
#include <ctype.h>
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
|
#include <ctype.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
#ifndef _UTIL_
|
// SPDX-License-Identifier: MIT
|
||||||
|
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||||
|
|
||||||
|
#ifndef _UTIL_
|
||||||
#define _UTIL_
|
#define _UTIL_
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user