mirror of
https://github.com/pkulchenko/serpent.git
synced 2024-11-21 23:24:24 +00:00
Updated copyright dates.
This commit is contained in:
parent
ecf3b48c83
commit
522a6239f2
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
Serpent source is released under the MIT License
|
||||
|
||||
Copyright (c) 2012-2017 Paul Kulchenko (paul@kulchenko.com)
|
||||
Copyright (c) 2012-2018 Paul Kulchenko (paul@kulchenko.com)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,4 +1,4 @@
|
||||
local n, v = "serpent", "0.301" -- (C) 2012-17 Paul Kulchenko; MIT License
|
||||
local n, v = "serpent", "0.302" -- (C) 2012-18 Paul Kulchenko; MIT License
|
||||
local c, d = "Paul Kulchenko", "Lua serializer and pretty printer"
|
||||
local snum = {[tostring(1/0)]='1/0 --[[math.huge]]',[tostring(-1/0)]='-1/0 --[[-math.huge]]',[tostring(0/0)]='0/0'}
|
||||
local badtype = {thread = true, userdata = true, cdata = true}
|
||||
|
Loading…
Reference in New Issue
Block a user