From 49308dddfb922f4286396ebf33fd267266534ca4 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 23 Dec 2015 11:41:41 +0800 Subject: [PATCH] update 2015 to 2016 --- LICENSE | 2 +- trunk/research/api-server/server.py | 4 ++-- trunk/research/code-statistic/cs.py | 2 +- trunk/research/code-statistic/csr.py | 2 +- trunk/research/ffempty/ffempty.cc | 2 +- trunk/research/gperftools/cpu-profiler/cpu_profiler.cc | 2 +- trunk/research/gperftools/heap-checker/heap_checker.cc | 2 +- trunk/research/gperftools/heap-profiler/heap_profiler.cc | 2 +- trunk/research/hls/ts_info.cc | 2 +- trunk/research/librtmp/srs_aac_raw_publish.c | 2 +- trunk/research/librtmp/srs_audio_raw_publish.c | 2 +- trunk/research/librtmp/srs_bandwidth_check.c | 2 +- trunk/research/librtmp/srs_detect_rtmp.c | 2 +- trunk/research/librtmp/srs_flv_injecter.c | 2 +- trunk/research/librtmp/srs_flv_parser.c | 2 +- trunk/research/librtmp/srs_h264_raw_publish.c | 2 +- trunk/research/librtmp/srs_ingest_flv.c | 2 +- trunk/research/librtmp/srs_ingest_rtmp.c | 2 +- trunk/research/librtmp/srs_play.c | 2 +- trunk/research/librtmp/srs_publish.c | 2 +- trunk/research/librtmp/srs_rtmp_dump.c | 2 +- trunk/research/players/srs_bwt/src/SrsBandwidth.as | 2 +- trunk/research/players/srs_bwt/src/srs.bandwidth.js | 2 +- trunk/research/players/srs_bwt/src/srs_bwt.as | 2 +- 24 files changed, 25 insertions(+), 25 deletions(-) diff --git a/LICENSE b/LICENSE index ce79e6ca5..411f6f665 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/api-server/server.py b/trunk/research/api-server/server.py index 5c2b92677..3ce3f91e7 100755 --- a/trunk/research/api-server/server.py +++ b/trunk/research/api-server/server.py @@ -2,7 +2,7 @@ ''' The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 @@ -882,7 +882,7 @@ if __name__ != "__main__": # check the user options if len(sys.argv) <= 1: - print "SRS api callback server, Copyright (c) 2013-2015 SRS(ossrs)" + print "SRS api callback server, Copyright (c) 2013-2016 SRS(ossrs)" print "Usage: python %s "%(sys.argv[0]) print " port: the port to listen at." print "For example:" diff --git a/trunk/research/code-statistic/cs.py b/trunk/research/code-statistic/cs.py index 6581ada5c..bdc1b1e27 100755 --- a/trunk/research/code-statistic/cs.py +++ b/trunk/research/code-statistic/cs.py @@ -2,7 +2,7 @@ ''' The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/code-statistic/csr.py b/trunk/research/code-statistic/csr.py index 6bffe9735..6da006ab1 100755 --- a/trunk/research/code-statistic/csr.py +++ b/trunk/research/code-statistic/csr.py @@ -2,7 +2,7 @@ ''' The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/ffempty/ffempty.cc b/trunk/research/ffempty/ffempty.cc index aedc6ea3b..de277d42c 100644 --- a/trunk/research/ffempty/ffempty.cc +++ b/trunk/research/ffempty/ffempty.cc @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/gperftools/cpu-profiler/cpu_profiler.cc b/trunk/research/gperftools/cpu-profiler/cpu_profiler.cc index 865eb0125..b96ff9b97 100644 --- a/trunk/research/gperftools/cpu-profiler/cpu_profiler.cc +++ b/trunk/research/gperftools/cpu-profiler/cpu_profiler.cc @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/gperftools/heap-checker/heap_checker.cc b/trunk/research/gperftools/heap-checker/heap_checker.cc index bb73b5253..b43d0147a 100644 --- a/trunk/research/gperftools/heap-checker/heap_checker.cc +++ b/trunk/research/gperftools/heap-checker/heap_checker.cc @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/gperftools/heap-profiler/heap_profiler.cc b/trunk/research/gperftools/heap-profiler/heap_profiler.cc index e7621408e..7463c9907 100644 --- a/trunk/research/gperftools/heap-profiler/heap_profiler.cc +++ b/trunk/research/gperftools/heap-profiler/heap_profiler.cc @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/hls/ts_info.cc b/trunk/research/hls/ts_info.cc index 8f9e38eba..08acd0901 100644 --- a/trunk/research/hls/ts_info.cc +++ b/trunk/research/hls/ts_info.cc @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/librtmp/srs_aac_raw_publish.c b/trunk/research/librtmp/srs_aac_raw_publish.c index c998ddd4e..a19790497 100644 --- a/trunk/research/librtmp/srs_aac_raw_publish.c +++ b/trunk/research/librtmp/srs_aac_raw_publish.c @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/librtmp/srs_audio_raw_publish.c b/trunk/research/librtmp/srs_audio_raw_publish.c index 2a18f7f22..7d5ef7433 100644 --- a/trunk/research/librtmp/srs_audio_raw_publish.c +++ b/trunk/research/librtmp/srs_audio_raw_publish.c @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/librtmp/srs_bandwidth_check.c b/trunk/research/librtmp/srs_bandwidth_check.c index 450efa95f..ad1cd08b1 100644 --- a/trunk/research/librtmp/srs_bandwidth_check.c +++ b/trunk/research/librtmp/srs_bandwidth_check.c @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/librtmp/srs_detect_rtmp.c b/trunk/research/librtmp/srs_detect_rtmp.c index 67469460b..c5879f7b8 100644 --- a/trunk/research/librtmp/srs_detect_rtmp.c +++ b/trunk/research/librtmp/srs_detect_rtmp.c @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/librtmp/srs_flv_injecter.c b/trunk/research/librtmp/srs_flv_injecter.c index d31ae66c4..510be58a1 100644 --- a/trunk/research/librtmp/srs_flv_injecter.c +++ b/trunk/research/librtmp/srs_flv_injecter.c @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/librtmp/srs_flv_parser.c b/trunk/research/librtmp/srs_flv_parser.c index 2efca958a..3a5665658 100644 --- a/trunk/research/librtmp/srs_flv_parser.c +++ b/trunk/research/librtmp/srs_flv_parser.c @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/librtmp/srs_h264_raw_publish.c b/trunk/research/librtmp/srs_h264_raw_publish.c index 7df08ea5f..bad6ab839 100644 --- a/trunk/research/librtmp/srs_h264_raw_publish.c +++ b/trunk/research/librtmp/srs_h264_raw_publish.c @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/librtmp/srs_ingest_flv.c b/trunk/research/librtmp/srs_ingest_flv.c index fd134a3bd..f626d509b 100644 --- a/trunk/research/librtmp/srs_ingest_flv.c +++ b/trunk/research/librtmp/srs_ingest_flv.c @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/librtmp/srs_ingest_rtmp.c b/trunk/research/librtmp/srs_ingest_rtmp.c index 150d52cc6..07ac4b2e0 100644 --- a/trunk/research/librtmp/srs_ingest_rtmp.c +++ b/trunk/research/librtmp/srs_ingest_rtmp.c @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/librtmp/srs_play.c b/trunk/research/librtmp/srs_play.c index 1d1628c79..4f06d1665 100644 --- a/trunk/research/librtmp/srs_play.c +++ b/trunk/research/librtmp/srs_play.c @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/librtmp/srs_publish.c b/trunk/research/librtmp/srs_publish.c index 5c385bcc1..66cb97755 100644 --- a/trunk/research/librtmp/srs_publish.c +++ b/trunk/research/librtmp/srs_publish.c @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/librtmp/srs_rtmp_dump.c b/trunk/research/librtmp/srs_rtmp_dump.c index a1b3c4415..9c2027414 100644 --- a/trunk/research/librtmp/srs_rtmp_dump.c +++ b/trunk/research/librtmp/srs_rtmp_dump.c @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/players/srs_bwt/src/SrsBandwidth.as b/trunk/research/players/srs_bwt/src/SrsBandwidth.as index 63eef0939..7c5f3ce2f 100755 --- a/trunk/research/players/srs_bwt/src/SrsBandwidth.as +++ b/trunk/research/players/srs_bwt/src/SrsBandwidth.as @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/players/srs_bwt/src/srs.bandwidth.js b/trunk/research/players/srs_bwt/src/srs.bandwidth.js index 0065116be..0fe44479c 100755 --- a/trunk/research/players/srs_bwt/src/srs.bandwidth.js +++ b/trunk/research/players/srs_bwt/src/srs.bandwidth.js @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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 diff --git a/trunk/research/players/srs_bwt/src/srs_bwt.as b/trunk/research/players/srs_bwt/src/srs_bwt.as index 4a965e210..5a9ef89b7 100755 --- a/trunk/research/players/srs_bwt/src/srs_bwt.as +++ b/trunk/research/players/srs_bwt/src/srs_bwt.as @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 SRS(ossrs) +Copyright (c) 2013-2016 SRS(ossrs) 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