diff options
Diffstat (limited to 'src/threading.c')
-rw-r--r-- | src/threading.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/threading.c b/src/threading.c index db9f734..3014136 100644 --- a/src/threading.c +++ b/src/threading.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * THREADING.C Copyright (c) 2007-08, Asko Kauppi | 2 | * THREADING.C Copyright (c) 2007-08, Asko Kauppi |
3 | * Copyright (C) 2009-13, Benoit Germain | 3 | * Copyright (C) 2009-14, Benoit Germain |
4 | * | 4 | * |
5 | * Lua Lanes OS threading specific code. | 5 | * Lua Lanes OS threading specific code. |
6 | * | 6 | * |
@@ -12,7 +12,7 @@ | |||
12 | =============================================================================== | 12 | =============================================================================== |
13 | 13 | ||
14 | Copyright (C) 2007-10 Asko Kauppi <akauppi@gmail.com> | 14 | Copyright (C) 2007-10 Asko Kauppi <akauppi@gmail.com> |
15 | Copyright (C) 2009-13, Benoit Germain <bnt.germain@gmail.com> | 15 | Copyright (C) 2009-14, Benoit Germain <bnt.germain@gmail.com> |
16 | 16 | ||
17 | Permission is hereby granted, free of charge, to any person obtaining a copy | 17 | Permission is hereby granted, free of charge, to any person obtaining a copy |
18 | of this software and associated documentation files (the "Software"), to deal | 18 | of this software and associated documentation files (the "Software"), to deal |