From 522a6239f25997b101c585c0daf6a15b7e37fad9 Mon Sep 17 00:00:00 2001 From: Paul Kulchenko Date: Mon, 23 Apr 2018 20:51:12 -0700 Subject: [PATCH] Updated copyright dates. --- LICENSE | 2 +- src/serpent.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 4aa4b52..a4c529c 100644 --- a/LICENSE +++ b/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 diff --git a/src/serpent.lua b/src/serpent.lua index 5ffac5e..a043713 100644 --- a/src/serpent.lua +++ b/src/serpent.lua @@ -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}