Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Lua Json
Commits
5faf49ed
Commit
5faf49ed
authored
Mar 29, 2020
by
neoxic
Browse files
Bump copyright years and update email
parent
10ebcd21
Changes
6
Show whitespace changes
Inline
Side-by-side
LICENSE
View file @
5faf49ed
Copyright (C) 2019 Arseny Vakhrushev <arseny.vakhrushev@
gmail
.com>
Copyright (C) 2019
-2020
Arseny Vakhrushev <arseny.vakhrushev@
me
.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
of this software and associated documentation files (the "Software"), to deal
...
...
rockspec/lua-json-git-1.rockspec
View file @
5faf49ed
...
@@ -13,7 +13,7 @@ description = {
...
@@ -13,7 +13,7 @@ description = {
]],
]],
license
=
'MIT'
,
license
=
'MIT'
,
homepage
=
'https://github.com/neoxic/lua-json'
,
homepage
=
'https://github.com/neoxic/lua-json'
,
maintainer
=
'Arseny Vakhrushev <arseny.vakhrushev@
gmail
.com>'
,
maintainer
=
'Arseny Vakhrushev <arseny.vakhrushev@
me
.com>'
,
}
}
dependencies
=
{
dependencies
=
{
'lua >= 5.1'
,
'lua >= 5.1'
,
...
...
src/json-decode.c
View file @
5faf49ed
/*
/*
** Copyright (C) 2019 Arseny Vakhrushev <arseny.vakhrushev@
gmail
.com>
** Copyright (C) 2019
-2020
Arseny Vakhrushev <arseny.vakhrushev@
me
.com>
**
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and associated documentation files (the "Software"), to deal
** of this software and associated documentation files (the "Software"), to deal
...
...
src/json-encode.c
View file @
5faf49ed
/*
/*
** Copyright (C) 2019 Arseny Vakhrushev <arseny.vakhrushev@
gmail
.com>
** Copyright (C) 2019
-2020
Arseny Vakhrushev <arseny.vakhrushev@
me
.com>
**
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and associated documentation files (the "Software"), to deal
** of this software and associated documentation files (the "Software"), to deal
...
...
src/json.c
View file @
5faf49ed
/*
/*
** Copyright (C) 2019 Arseny Vakhrushev <arseny.vakhrushev@
gmail
.com>
** Copyright (C) 2019
-2020
Arseny Vakhrushev <arseny.vakhrushev@
me
.com>
**
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and associated documentation files (the "Software"), to deal
** of this software and associated documentation files (the "Software"), to deal
...
...
src/json.h
View file @
5faf49ed
/*
/*
** Copyright (C) 2019 Arseny Vakhrushev <arseny.vakhrushev@
gmail
.com>
** Copyright (C) 2019
-2020
Arseny Vakhrushev <arseny.vakhrushev@
me
.com>
**
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and associated documentation files (the "Software"), to deal
** of this software and associated documentation files (the "Software"), to deal
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment