Updated copyright dates.

This commit is contained in:
Paul Kulchenko 2018-04-23 20:51:12 -07:00
parent ecf3b48c83
commit 522a6239f2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}