Skip to content

Commit 1785fe3

Browse files
committed
Modified copyright dates
1 parent 8bde2f0 commit 1785fe3

19 files changed

+19
-19
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2021 Philippe Schmouker, schmouk (at) typee.ovh.
3+
Copyright (c) 2016-2022 Philippe Schmouker, schmouk (at) gmail.com.
44

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

PyRandLib/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2021 Philippe Schmouker, schmouk (at) typee.ovh
3+
Copyright (c) 2016-2022 Philippe Schmouker, schmouk (at) gmail.com
44

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

PyRandLib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you decide to use this library, please add the copyright notice to your
99
software as stated in the LICENSE file.
1010

1111
```
12-
Copyright (c) 2016-2021 Philippe Schmouker, <ph.schmouker (at) gmail.com>
12+
Copyright (c) 2016-2022 Philippe Schmouker, <ph.schmouker (at) gmail.com>
1313
1414
Permission is hereby granted, free of charge, to any person obtaining a copy
1515
of this software and associated documentation files (the "Software"), to deal

PyRandLib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
It is provided under MIT License.
44
Please see files README.md and LICENSE.
55
6-
Copyright (c) 2016-2021 Philippe Schmouker
6+
Copyright (c) 2016-2022 Philippe Schmouker, schmouk (at) gmail.com
77
"""
88

99
from .baselcg import BaseLCG

PyRandLib/baselcg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
"""
4-
Copyright (c) 2016-2021 Philippe Schmouker, schmouk (at) typee.ovh
4+
Copyright (c) 2016-2022 Philippe Schmouker, schmouk (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

PyRandLib/baselfib64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
"""
4-
Copyright (c) 2016-2021 Philippe Schmouker, schmouk (at) typee.ovh
4+
Copyright (c) 2016-2022 Philippe Schmouker, schmouk (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

PyRandLib/basemrg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
"""
4-
Copyright (c) 2016-2021 Philippe Schmouker, schmouk (at) typee.ovh
4+
Copyright (c) 2016-2022 Philippe Schmouker, schmouk (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

PyRandLib/baserandom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
"""
4-
Copyright (c) 2016-2021 Philippe Schmouker, schmouk (at) typee.ovh
4+
Copyright (c) 2016-2022 Philippe Schmouker, schmouk (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

PyRandLib/fastrand32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
"""
4-
Copyright (c) 2016-2021 Philippe Schmouker, schmouk (at) typee.ovh
4+
Copyright (c) 2016-2022 Philippe Schmouker, schmouk (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

PyRandLib/fastrand63.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
"""
4-
Copyright (c) 2016-2021 Philippe Schmouker, schmouk (at) typee.ovh
4+
Copyright (c) 2016-2022 Philippe Schmouker, schmouk (at) gmail.com
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)