diff options
author | daurnimator <quae@daurnimator.com> | 2018-05-30 15:15:32 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-05-30 15:16:21 +1000 |
commit | 126a48a52a1d9818e8949a57cf13e9dac1efe332 (patch) | |
tree | a2b7d36081bdc099968fc00437b16274f054f50d | |
parent | 2d520232eaee5f27c31e8930b26d9d32fbcc858e (diff) | |
download | luaossl-126a48a52a1d9818e8949a57cf13e9dac1efe332.tar.gz luaossl-126a48a52a1d9818e8949a57cf13e9dac1efe332.tar.bz2 luaossl-126a48a52a1d9818e8949a57cf13e9dac1efe332.zip |
LICENSE: Update years + add myself
-rw-r--r-- | LICENSE | 4 | ||||
-rw-r--r-- | src/openssl.c | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,6 @@ -Copyright (c) 2012-2015 William Ahern <william@25thandClement.com> +Copyright (c) + 2012-2017 William Ahern <william@25thandClement.com> + 2015-2018 Daurnimator <quae@daurnimator.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/src/openssl.c b/src/openssl.c index 6d349f1..aa3fbfe 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -1,7 +1,9 @@ /* ========================================================================== * openssl.c - Lua OpenSSL * -------------------------------------------------------------------------- - * Copyright (c) 2012-2015 William Ahern + * Copyright (c) + * 2012-2017 William Ahern <william@25thandClement.com> + * 2015-2018 Daurnimator <quae@daurnimator.com> * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the |