Skip to content

Commit d6afcbc

Browse files
committed
Update copyright years and headers
1 parent b3e5a05 commit d6afcbc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2011 - 2018 by NeoSmart Technologies <http://neosmart.net/>
1+
Copyright (C) 2011 - 2022 by NeoSmart Technologies <http://neosmart.net/>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

src/pevents.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* WIN32 Events for POSIX
33
* Author: Mahmoud Al-Qudsi <[email protected]>
4-
* Copyright (C) 2011 - 2019 by NeoSmart Technologies
5-
* This code is released under the terms of the MIT License
4+
* Copyright (C) 2011 - 2022 by NeoSmart Technologies
5+
* SPDX-License-Identifier: MIT
66
*/
77

88
#ifndef _WIN32

src/pevents.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* WIN32 Events for POSIX
33
* Author: Mahmoud Al-Qudsi <[email protected]>
4-
* Copyright (C) 2011 - 2019 by NeoSmart Technologies
5-
* This code is released under the terms of the MIT License
4+
* Copyright (C) 2011 - 2022 by NeoSmart Technologies
5+
* SPDX-License-Identifier: MIT
66
*/
77

88
#pragma once

0 commit comments

Comments
 (0)