Update license year to 2022

This commit is contained in:
Tilen Majerle 2022-01-14 23:07:44 +01:00
parent cc400026c8
commit 4e4b619122
22 changed files with 24 additions and 25 deletions

View File

@ -4,6 +4,7 @@
- Split CMakeLists.txt files between library and executable
- Add C++ wrapper functions
- Change license year to 2022
## v2.0.0

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020 Tilen MAJERLE
Copyright (c) 2022 Tilen MAJERLE
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -7,19 +7,17 @@
extern "C" void lwmem_test_run(void);
extern "C" void lwmem_test_memory_structure(void);
/* Setup manager */
Lwmem::LwmemLight<1024> manager;
int
main(void) {
//lwmem_test_memory_structure();
lwmem_test_memory_structure();
//lwmem_test_run();
/* Test C++ code */
void* ret = manager.malloc(123);
std::cout << ret << std::endl;
/* blablablabla */
manager.free(ret);
return 0;

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright (c) 2020 Tilen MAJERLE
* Copyright (c) 2022 Tilen MAJERLE
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation