winlin

add contributor to core.hpp

@@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
2 The MIT License (MIT) 2 The MIT License (MIT)
3 3
4 Copyright (c) 2013 winlin 4 Copyright (c) 2013 winlin
  5 +Copyright (c) 2013 wenjiegit
5 6
6 Permission is hereby granted, free of charge, to any person obtaining a copy of 7 Permission is hereby granted, free of charge, to any person obtaining a copy of
7 this software and associated documentation files (the "Software"), to deal in 8 this software and associated documentation files (the "Software"), to deal in
@@ -79,7 +80,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -79,7 +80,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
79 #define RTMP_SIG_SRS_EMAIL "winterserver@126.com" 80 #define RTMP_SIG_SRS_EMAIL "winterserver@126.com"
80 #define RTMP_SIG_SRS_LICENSE "The MIT License (MIT)" 81 #define RTMP_SIG_SRS_LICENSE "The MIT License (MIT)"
81 #define RTMP_SIG_SRS_COPYRIGHT "Copyright (c) 2013 winlin" 82 #define RTMP_SIG_SRS_COPYRIGHT "Copyright (c) 2013 winlin"
82 -#define RTMP_SIG_SRS_CONTRIBUTOR "winlin" 83 +#define RTMP_SIG_SRS_CONTRIBUTOR "winlin,wenjiegit"
83 84
84 // compare 85 // compare
85 #define srs_min(a, b) (((a) < (b))? (a) : (b)) 86 #define srs_min(a, b) (((a) < (b))? (a) : (b))