From dfb3e117f8c51fc3f7015583ee1358dc71e25ea1 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 22 Dec 2013 12:35:41 +0800 Subject: [PATCH] add contributor to core.hpp --- trunk/src/core/srs_core.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 trunk/src/core/srs_core.hpp diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp old mode 100644 new mode 100755 index 763b460e7..bb4964adb --- a/trunk/src/core/srs_core.hpp +++ b/trunk/src/core/srs_core.hpp @@ -2,6 +2,7 @@ The MIT License (MIT) Copyright (c) 2013 winlin +Copyright (c) 2013 wenjiegit Permission is hereby granted, free of charge, to any person obtaining a copy of 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. #define RTMP_SIG_SRS_EMAIL "winterserver@126.com" #define RTMP_SIG_SRS_LICENSE "The MIT License (MIT)" #define RTMP_SIG_SRS_COPYRIGHT "Copyright (c) 2013 winlin" -#define RTMP_SIG_SRS_CONTRIBUTOR "winlin" +#define RTMP_SIG_SRS_CONTRIBUTOR "winlin,wenjiegit" // compare #define srs_min(a, b) (((a) < (b))? (a) : (b))