diff options
author | bellard <6490144+bellard@users.noreply.github.com> | 2021-03-27 11:17:31 +0100 |
---|---|---|
committer | bellard <6490144+bellard@users.noreply.github.com> | 2021-03-27 11:17:31 +0100 |
commit | b5e62895c619d4ffc75c9d822c8d85f1ece77e5b (patch) | |
tree | c47bdf65103103b4f716ac52730d9cc24f398ca6 /qjsc.c | |
parent | 204682fb87ab9312f0cf81f959ecd181180457bc (diff) | |
download | quickjs-b5e62895c619d4ffc75c9d822c8d85f1ece77e5b.tar.gz quickjs-b5e62895c619d4ffc75c9d822c8d85f1ece77e5b.zip |
2021-03-27 release
Diffstat (limited to 'qjsc.c')
-rw-r--r-- | qjsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* * QuickJS command line compiler * - * Copyright (c) 2018-2020 Fabrice Bellard + * Copyright (c) 2018-2021 Fabrice Bellard * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |