mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-11 02:00:48 +02:00
lang/c/msgpack: added license notifications
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@60 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
This commit is contained in:
@@ -13,7 +13,6 @@ ext/unpack.c
|
||||
ext/unpack.h
|
||||
ext/unpack_context.h
|
||||
ext/unpack_inline.c
|
||||
msgpack/pack/inline_context.h
|
||||
msgpack/pack/inline_impl.h
|
||||
msgpack/unpack/inline_context.h
|
||||
msgpack/unpack/inline_impl.h
|
||||
|
@@ -1,8 +1,8 @@
|
||||
module MessagePack
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 0
|
||||
MINOR = 0
|
||||
TINY = 1
|
||||
MINOR = 1
|
||||
TINY = 0
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY].join('.')
|
||||
end
|
||||
|
@@ -10,7 +10,6 @@ cp unpack.h gem/ext/
|
||||
cp unpack_context.h gem/ext/
|
||||
cp unpack_inline.c gem/ext/
|
||||
cp ../README gem/README.txt
|
||||
cp ../msgpack/pack/inline_context.h gem/msgpack/pack/
|
||||
cp ../msgpack/pack/inline_impl.h gem/msgpack/pack/
|
||||
cp ../msgpack/unpack/inline_context.h gem/msgpack/unpack/
|
||||
cp ../msgpack/unpack/inline_impl.h gem/msgpack/unpack/
|
Reference in New Issue
Block a user