Update copyright
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
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
|
||||
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))
|
||||
ifneq (,$(IsMinGW))
|
||||
|
||||
@@ -36,7 +36,7 @@ Parameters:
|
||||
There is a GNU Make compatible Makefile usable on Linux and MingGW.
|
||||
|
||||
make
|
||||
|
||||
|
||||
## Contributing
|
||||
1. Fork it!
|
||||
2. Create your feature branch: `git checkout -b my-new-feature`
|
||||
@@ -51,7 +51,7 @@ There is a GNU Make compatible Makefile usable on Linux and MingGW.
|
||||
|
||||
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
|
||||
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 <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||
|
||||
#ifndef _ACTIONFILENODE_H_
|
||||
#define _ACTIONFILENODE_H_
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||
|
||||
#ifndef _ACTIONFILENODECOPY_H_
|
||||
#define _ACTIONFILENODECOPY_H_
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||
|
||||
#ifndef _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];
|
||||
int _crcTableInitialized = 0;
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#ifndef _CRC_
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||
|
||||
#ifndef _CRC_
|
||||
#define _CRC_
|
||||
|
||||
#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 <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_
|
||||
|
||||
#include "fileutil.h"
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||
|
||||
#ifdef WIN32
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#include <direct.h>
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#ifndef _FILEUTIL_
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||
|
||||
#ifndef _FILEUTIL_
|
||||
#define _FILEUTIL_
|
||||
|
||||
////////////////////////////////////////////////
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||
|
||||
#include "parameteroperation.h"
|
||||
#include "util.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// Copyright (c) 2014-2021 Valeriano Alfonso Rodriguez
|
||||
|
||||
#ifndef _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 <stdio.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_
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
Reference in New Issue
Block a user