From: Bryan Duxbury Date: Fri, 20 Mar 2009 02:19:46 +0000 (+0000) Subject: THRIFT-294. Remove @author tags X-Git-Tag: 0.2.0~251 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=13083d6d52d2b5bd3d5a9368a04503c5b21eabab;p=common%2Fthrift.git THRIFT-294. Remove @author tags They're gone. Don't add any new ones! git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@756307 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/aclocal/ax_javac_and_java.m4 b/aclocal/ax_javac_and_java.m4 index da41fbdb..3c8577f4 100644 --- a/aclocal/ax_javac_and_java.m4 +++ b/aclocal/ax_javac_and_java.m4 @@ -16,7 +16,6 @@ dnl "ax_javac_and_java" are set to "yes" or "no", and "JAVAC" and dnl "JAVA" are set to the appropriate commands. dnl dnl @category Java -dnl @author David Reiss dnl @version 2009-02-09 dnl @license AllPermissive dnl diff --git a/aclocal/ax_lib_event.m4 b/aclocal/ax_lib_event.m4 index 94529ca3..4193a7b9 100644 --- a/aclocal/ax_lib_event.m4 +++ b/aclocal/ax_lib_event.m4 @@ -25,7 +25,6 @@ dnl but it can be easily modified to allow it. (grep "cross"). dnl dnl @category InstalledPackages dnl @category C -dnl @author David Reiss dnl @version 2007-09-12 dnl @license AllPermissive diff --git a/aclocal/ax_lib_zlib.m4 b/aclocal/ax_lib_zlib.m4 index 64b0b85b..be4b6bbf 100644 --- a/aclocal/ax_lib_zlib.m4 +++ b/aclocal/ax_lib_zlib.m4 @@ -23,7 +23,6 @@ dnl but it can be easily modified to allow it. (grep "cross"). dnl dnl @category InstalledPackages dnl @category C -dnl @author David Reiss dnl @version 2007-09-12 dnl @license AllPermissive diff --git a/aclocal/ax_thrift_internal.m4 b/aclocal/ax_thrift_internal.m4 index e0e6dad6..9348f4a3 100644 --- a/aclocal/ax_thrift_internal.m4 +++ b/aclocal/ax_thrift_internal.m4 @@ -7,7 +7,6 @@ dnl dnl These macros have poor error handling and are poorly documented. dnl They are intended only for internal use by the Thrift compiler. dnl -dnl @author David Reiss dnl @version 2008-02-20 dnl @license AllPermissive diff --git a/compiler/cpp/src/generate/t_cocoa_generator.cc b/compiler/cpp/src/generate/t_cocoa_generator.cc index 9814aa06..6da56337 100644 --- a/compiler/cpp/src/generate/t_cocoa_generator.cc +++ b/compiler/cpp/src/generate/t_cocoa_generator.cc @@ -20,7 +20,6 @@ using namespace std; /** * Objective-C code generator. * - * @author Andrew McGeachie , although it was * mostly copy/pasting/tweaking from mcslee's work. */ class t_cocoa_generator : public t_oop_generator { diff --git a/compiler/cpp/src/generate/t_cpp_generator.cc b/compiler/cpp/src/generate/t_cpp_generator.cc index 6be35047..8761f965 100644 --- a/compiler/cpp/src/generate/t_cpp_generator.cc +++ b/compiler/cpp/src/generate/t_cpp_generator.cc @@ -22,7 +22,6 @@ using namespace std; /** * C++ code generator. This is legitimacy incarnate. * - * @author Mark Slee */ class t_cpp_generator : public t_oop_generator { public: diff --git a/compiler/cpp/src/generate/t_erl_generator.cc b/compiler/cpp/src/generate/t_erl_generator.cc index 64cadcf0..b6701997 100644 --- a/compiler/cpp/src/generate/t_erl_generator.cc +++ b/compiler/cpp/src/generate/t_erl_generator.cc @@ -22,7 +22,6 @@ using namespace std; /** * Erlang code generator. * - * @author */ class t_erl_generator : public t_generator { public: diff --git a/compiler/cpp/src/generate/t_generator.cc b/compiler/cpp/src/generate/t_generator.cc index ff3ed57e..23697495 100644 --- a/compiler/cpp/src/generate/t_generator.cc +++ b/compiler/cpp/src/generate/t_generator.cc @@ -13,7 +13,6 @@ using namespace std; * program to perform the correct actions. * * @param program The thrift program to compile into C++ source - * @author Mark Slee */ void t_generator::generate_program() { // Initialize the generator diff --git a/compiler/cpp/src/generate/t_generator.h b/compiler/cpp/src/generate/t_generator.h index 86363144..a2bfa1c1 100644 --- a/compiler/cpp/src/generate/t_generator.h +++ b/compiler/cpp/src/generate/t_generator.h @@ -18,7 +18,6 @@ * routines for code generation and contains the top level method that * dispatches code generation across various components. * - * @author Mark Slee */ class t_generator { public: diff --git a/compiler/cpp/src/generate/t_hs_generator.cc b/compiler/cpp/src/generate/t_hs_generator.cc index d1e3f9e2..0ea5ddcc 100644 --- a/compiler/cpp/src/generate/t_hs_generator.cc +++ b/compiler/cpp/src/generate/t_hs_generator.cc @@ -21,7 +21,6 @@ using namespace std; /** * Haskell code generator. * - * @author Iain Proctor */ class t_hs_generator : public t_oop_generator { public: diff --git a/compiler/cpp/src/generate/t_html_generator.cc b/compiler/cpp/src/generate/t_html_generator.cc index 6b8bcc15..fc05709b 100644 --- a/compiler/cpp/src/generate/t_html_generator.cc +++ b/compiler/cpp/src/generate/t_html_generator.cc @@ -21,7 +21,6 @@ using namespace std; /** * HTML code generator * - * @author Dave Engberg, although it was * mostly copy/pasting/tweaking from mcslee's work. */ class t_html_generator : public t_generator { diff --git a/compiler/cpp/src/generate/t_java_generator.cc b/compiler/cpp/src/generate/t_java_generator.cc index b648a664..193b029f 100644 --- a/compiler/cpp/src/generate/t_java_generator.cc +++ b/compiler/cpp/src/generate/t_java_generator.cc @@ -22,7 +22,6 @@ using namespace std; /** * Java code generator. * - * @author Mark Slee */ class t_java_generator : public t_oop_generator { public: diff --git a/compiler/cpp/src/generate/t_ocaml_generator.cc b/compiler/cpp/src/generate/t_ocaml_generator.cc index e38f7b18..97f9b930 100644 --- a/compiler/cpp/src/generate/t_ocaml_generator.cc +++ b/compiler/cpp/src/generate/t_ocaml_generator.cc @@ -21,7 +21,6 @@ using namespace std; /** * OCaml code generator. * - * @author Iain Proctor */ class t_ocaml_generator : public t_oop_generator { public: diff --git a/compiler/cpp/src/generate/t_oop_generator.h b/compiler/cpp/src/generate/t_oop_generator.h index fb4585cc..fb770ff6 100644 --- a/compiler/cpp/src/generate/t_oop_generator.h +++ b/compiler/cpp/src/generate/t_oop_generator.h @@ -21,7 +21,6 @@ * Class with utility methods shared across common object oriented languages. * Specifically, most of this stuff is for C++/Java. * - * @author Mark Slee */ class t_oop_generator : public t_generator { public: diff --git a/compiler/cpp/src/generate/t_perl_generator.cc b/compiler/cpp/src/generate/t_perl_generator.cc index 737dce91..05cdb9f5 100644 --- a/compiler/cpp/src/generate/t_perl_generator.cc +++ b/compiler/cpp/src/generate/t_perl_generator.cc @@ -21,7 +21,6 @@ using namespace std; /** * PERL code generator. * - * @author Jake Luciani */ class t_perl_generator : public t_oop_generator { public: diff --git a/compiler/cpp/src/generate/t_php_generator.cc b/compiler/cpp/src/generate/t_php_generator.cc index 08d09162..a8394437 100644 --- a/compiler/cpp/src/generate/t_php_generator.cc +++ b/compiler/cpp/src/generate/t_php_generator.cc @@ -20,7 +20,6 @@ using namespace std; /** * PHP code generator. * - * @author Mark Slee */ class t_php_generator : public t_oop_generator { public: diff --git a/compiler/cpp/src/generate/t_py_generator.cc b/compiler/cpp/src/generate/t_py_generator.cc index f69c57b4..aaee9325 100644 --- a/compiler/cpp/src/generate/t_py_generator.cc +++ b/compiler/cpp/src/generate/t_py_generator.cc @@ -22,7 +22,6 @@ using namespace std; /** * Python code generator. * - * @author Mark Slee */ class t_py_generator : public t_generator { public: diff --git a/compiler/cpp/src/generate/t_rb_generator.cc b/compiler/cpp/src/generate/t_rb_generator.cc index 3169556f..d23b14a8 100644 --- a/compiler/cpp/src/generate/t_rb_generator.cc +++ b/compiler/cpp/src/generate/t_rb_generator.cc @@ -24,7 +24,6 @@ using namespace std; /** * Ruby code generator. * - * @author Mark Slee */ class t_rb_generator : public t_oop_generator { public: diff --git a/compiler/cpp/src/generate/t_st_generator.cc b/compiler/cpp/src/generate/t_st_generator.cc index 1ce20f22..576c11e2 100644 --- a/compiler/cpp/src/generate/t_st_generator.cc +++ b/compiler/cpp/src/generate/t_st_generator.cc @@ -25,7 +25,6 @@ using namespace std; /** * Smalltalk code generator. * - * @author Patrick Collison */ class t_st_generator : public t_oop_generator { public: diff --git a/compiler/cpp/src/generate/t_xsd_generator.cc b/compiler/cpp/src/generate/t_xsd_generator.cc index bccec2f9..93a37862 100644 --- a/compiler/cpp/src/generate/t_xsd_generator.cc +++ b/compiler/cpp/src/generate/t_xsd_generator.cc @@ -19,7 +19,6 @@ using namespace std; /** * XSD generator, creates an XSD for the base types etc. * - * @author Mark Slee */ class t_xsd_generator : public t_generator { public: diff --git a/compiler/cpp/src/globals.h b/compiler/cpp/src/globals.h index 8560efd0..0e89f51f 100644 --- a/compiler/cpp/src/globals.h +++ b/compiler/cpp/src/globals.h @@ -21,7 +21,6 @@ * global variables such that the parser does the right thing and puts entries * into the right containers, etc. * - * @author Mark Slee */ /** diff --git a/compiler/cpp/src/main.cc b/compiler/cpp/src/main.cc index 0e31bd9f..b16e6ca5 100644 --- a/compiler/cpp/src/main.cc +++ b/compiler/cpp/src/main.cc @@ -12,7 +12,6 @@ * code for each language lives in a file by the language name under the * generate/ folder, and all parse structures live in parse/ * - * @author Mark Slee */ #include diff --git a/compiler/cpp/src/parse/t_base_type.h b/compiler/cpp/src/parse/t_base_type.h index b41e7370..05bff0bb 100644 --- a/compiler/cpp/src/parse/t_base_type.h +++ b/compiler/cpp/src/parse/t_base_type.h @@ -14,7 +14,6 @@ * A thrift base type, which must be one of the defined enumerated types inside * this definition. * - * @author Mark Slee */ class t_base_type : public t_type { public: diff --git a/compiler/cpp/src/parse/t_const.h b/compiler/cpp/src/parse/t_const.h index dadcfd2e..a89036e9 100644 --- a/compiler/cpp/src/parse/t_const.h +++ b/compiler/cpp/src/parse/t_const.h @@ -16,7 +16,6 @@ * of the value object, since that is not determined until after parsing the * whole thing out. * - * @author Mark Slee */ class t_const : public t_doc { public: diff --git a/compiler/cpp/src/parse/t_const_value.h b/compiler/cpp/src/parse/t_const_value.h index 4d5845f1..a8c426e9 100644 --- a/compiler/cpp/src/parse/t_const_value.h +++ b/compiler/cpp/src/parse/t_const_value.h @@ -16,7 +16,6 @@ * A const value is something parsed that could be a map, set, list, struct * or whatever. * - * @author Mark Slee */ class t_const_value { public: diff --git a/compiler/cpp/src/parse/t_doc.h b/compiler/cpp/src/parse/t_doc.h index 6bdcc298..6d5f959b 100644 --- a/compiler/cpp/src/parse/t_doc.h +++ b/compiler/cpp/src/parse/t_doc.h @@ -10,7 +10,6 @@ /** * Documentation stubs * - * @author Charlie Cheever */ class t_doc { diff --git a/compiler/cpp/src/parse/t_enum.h b/compiler/cpp/src/parse/t_enum.h index 810f3bee..4c545cde 100644 --- a/compiler/cpp/src/parse/t_enum.h +++ b/compiler/cpp/src/parse/t_enum.h @@ -13,7 +13,6 @@ /** * An enumerated type. A list of constant objects with a name for the type. * - * @author Mark Slee */ class t_enum : public t_type { public: diff --git a/compiler/cpp/src/parse/t_enum_value.h b/compiler/cpp/src/parse/t_enum_value.h index c7326567..15ab1e07 100644 --- a/compiler/cpp/src/parse/t_enum_value.h +++ b/compiler/cpp/src/parse/t_enum_value.h @@ -15,7 +15,6 @@ * symbol identifiers that may or may not have an explicit value associated * with them. * - * @author Mark Slee */ class t_enum_value : public t_doc { public: diff --git a/compiler/cpp/src/parse/t_field.h b/compiler/cpp/src/parse/t_field.h index 71816976..ae9ac786 100644 --- a/compiler/cpp/src/parse/t_field.h +++ b/compiler/cpp/src/parse/t_field.h @@ -19,7 +19,6 @@ class t_struct; * Class to represent a field in a thrift structure. A field has a data type, * a symbolic name, and a numeric identifier. * - * @author Mark Slee */ class t_field : public t_doc { public: diff --git a/compiler/cpp/src/parse/t_function.h b/compiler/cpp/src/parse/t_function.h index 74dac635..4cdd0792 100644 --- a/compiler/cpp/src/parse/t_function.h +++ b/compiler/cpp/src/parse/t_function.h @@ -17,7 +17,6 @@ * optional modifiers, and an argument list, which is implemented as a thrift * struct. * - * @author Mark Slee */ class t_function : public t_doc { public: diff --git a/compiler/cpp/src/parse/t_list.h b/compiler/cpp/src/parse/t_list.h index 0ff83c51..59b176e6 100644 --- a/compiler/cpp/src/parse/t_list.h +++ b/compiler/cpp/src/parse/t_list.h @@ -12,7 +12,6 @@ /** * A list is a lightweight container type that just wraps another data type. * - * @author Mark Slee */ class t_list : public t_container { public: diff --git a/compiler/cpp/src/parse/t_map.h b/compiler/cpp/src/parse/t_map.h index b5e051e8..20a32bed 100644 --- a/compiler/cpp/src/parse/t_map.h +++ b/compiler/cpp/src/parse/t_map.h @@ -13,7 +13,6 @@ * A map is a lightweight container type that just wraps another two data * types. * - * @author Mark Slee */ class t_map : public t_container { public: diff --git a/compiler/cpp/src/parse/t_program.h b/compiler/cpp/src/parse/t_program.h index c71ebcce..cee5410a 100644 --- a/compiler/cpp/src/parse/t_program.h +++ b/compiler/cpp/src/parse/t_program.h @@ -40,7 +40,6 @@ * * The program module also contains the definitions of the base types. * - * @author Mark Slee */ class t_program : public t_doc { public: diff --git a/compiler/cpp/src/parse/t_scope.h b/compiler/cpp/src/parse/t_scope.h index e03956e5..7cb0738a 100644 --- a/compiler/cpp/src/parse/t_scope.h +++ b/compiler/cpp/src/parse/t_scope.h @@ -19,7 +19,6 @@ * used to determine code generation, but rather to resolve identifiers at * parse time. * - * @author Mark Slee */ class t_scope { public: diff --git a/compiler/cpp/src/parse/t_service.h b/compiler/cpp/src/parse/t_service.h index f5665b68..71a2f8ad 100644 --- a/compiler/cpp/src/parse/t_service.h +++ b/compiler/cpp/src/parse/t_service.h @@ -15,7 +15,6 @@ class t_program; /** * A service consists of a set of functions. * - * @author Mark Slee */ class t_service : public t_type { public: diff --git a/compiler/cpp/src/parse/t_set.h b/compiler/cpp/src/parse/t_set.h index c52421ae..adf0a56c 100644 --- a/compiler/cpp/src/parse/t_set.h +++ b/compiler/cpp/src/parse/t_set.h @@ -12,7 +12,6 @@ /** * A set is a lightweight container type that just wraps another data type. * - * @author Mark Slee */ class t_set : public t_container { public: diff --git a/compiler/cpp/src/parse/t_struct.h b/compiler/cpp/src/parse/t_struct.h index bca51f62..dc7019eb 100644 --- a/compiler/cpp/src/parse/t_struct.h +++ b/compiler/cpp/src/parse/t_struct.h @@ -20,7 +20,6 @@ class t_program; * A struct is a container for a set of member fields that has a name. Structs * are also used to implement exception types. * - * @author Mark Slee */ class t_struct : public t_type { public: diff --git a/compiler/cpp/src/parse/t_type.h b/compiler/cpp/src/parse/t_type.h index 6f178bd7..c162946e 100644 --- a/compiler/cpp/src/parse/t_type.h +++ b/compiler/cpp/src/parse/t_type.h @@ -24,7 +24,6 @@ class t_program; * used by the code generator to branch based upon different handling for the * various types. * - * @author Mark Slee */ class t_type : public t_doc { public: diff --git a/compiler/cpp/src/parse/t_typedef.h b/compiler/cpp/src/parse/t_typedef.h index f2c97139..db6a2c35 100644 --- a/compiler/cpp/src/parse/t_typedef.h +++ b/compiler/cpp/src/parse/t_typedef.h @@ -16,7 +16,6 @@ * ignore typedefs and just use the underlying type directly, though in C++ * the symbolic naming can be quite useful for code clarity. * - * @author Mark Slee */ class t_typedef : public t_type { public: diff --git a/compiler/cpp/src/thriftl.ll b/compiler/cpp/src/thriftl.ll index 1051e27f..ef49577e 100644 --- a/compiler/cpp/src/thriftl.ll +++ b/compiler/cpp/src/thriftl.ll @@ -10,7 +10,6 @@ * Thrift scanner. * * Tokenizes a thrift definition file. - * @author Mark Slee */ %{ diff --git a/compiler/cpp/src/thrifty.yy b/compiler/cpp/src/thrifty.yy index 381b4347..743fa2c7 100644 --- a/compiler/cpp/src/thrifty.yy +++ b/compiler/cpp/src/thrifty.yy @@ -10,7 +10,6 @@ * * This parser is used on a thrift definition file. * - * @author Mark Slee */ #define __STDC_LIMIT_MACROS diff --git a/contrib/fb303/cpp/FacebookBase.h b/contrib/fb303/cpp/FacebookBase.h index 0efe6553..b62f4d0c 100644 --- a/contrib/fb303/cpp/FacebookBase.h +++ b/contrib/fb303/cpp/FacebookBase.h @@ -29,7 +29,6 @@ struct ReadWriteCounterMap : ReadWriteMutex, /** * Base Facebook service implementation in C++. * - * @author Mark Slee */ class FacebookBase : virtual public FacebookServiceIf { protected: diff --git a/contrib/fb303/cpp/ServiceTracker.cpp b/contrib/fb303/cpp/ServiceTracker.cpp index bb3f2190..9153bef2 100644 --- a/contrib/fb303/cpp/ServiceTracker.cpp +++ b/contrib/fb303/cpp/ServiceTracker.cpp @@ -60,7 +60,6 @@ ServiceTracker::ServiceTracker(facebook::fb303::FacebookBase *handler, * @param const ServiceMethod &serviceMethod A reference to the ServiceMethod * object instantiated at the start * of the service method. - * @author Karl Voskuil */ void ServiceTracker::startService(const ServiceMethod &serviceMethod) @@ -115,7 +114,6 @@ ServiceTracker::startService(const ServiceMethod &serviceMethod) * of the service method. * @return int64_t Elapsed units (see stopwatchUnit_) since ServiceMethod * instantiation. - * @author Karl Voskuil */ int64_t ServiceTracker::stepService(const ServiceMethod &serviceMethod, @@ -138,7 +136,6 @@ ServiceTracker::stepService(const ServiceMethod &serviceMethod, * @param const ServiceMethod &serviceMethod A reference to the ServiceMethod * object instantiated at the start * of the service method. - * @author Karl Voskuil */ void ServiceTracker::finishService(const ServiceMethod &serviceMethod) @@ -225,7 +222,6 @@ ServiceTracker::finishService(const ServiceMethod &serviceMethod) * uses of the object variables (and calls to this method) with a * mutex. * - * @author Karl Voskuil */ void ServiceTracker::reportCheckpoint() @@ -287,7 +283,6 @@ ServiceTracker::reportCheckpoint() * activity. * * @param shared_ptr threadManager The server's thread manager. - * @author Karl Voskuil */ void ServiceTracker::setThreadManager(boost::shared_ptr @@ -345,7 +340,6 @@ ServiceTracker::defaultLogMethod(int level, const string &message) * Creates a Stopwatch, which can report the time elapsed since its * creation. * - * @author Karl Voskuil */ Stopwatch::Stopwatch() { @@ -417,7 +411,6 @@ Stopwatch::elapsedUnits(Stopwatch::Unit unit, string *label) const * of service method parameters). * @param const string &signature A signature uniquely identifying the method * invocation (usually name plus parameters). - * @author Karl Voskuil */ ServiceMethod::ServiceMethod(ServiceTracker *tracker, const string &name, diff --git a/contrib/fb303/if/fb303.thrift b/contrib/fb303/if/fb303.thrift index dc10e50f..fb9e220a 100644 --- a/contrib/fb303/if/fb303.thrift +++ b/contrib/fb303/if/fb303.thrift @@ -13,7 +13,6 @@ * provided in the base implementation, and in other cases they simply define * methods that inheriting applications should implement (i.e. status report) * - * @author Mark Slee */ namespace java com.facebook.fb303 diff --git a/contrib/fb303/php/FacebookBase.php b/contrib/fb303/php/FacebookBase.php index 0bcfe326..83601123 100644 --- a/contrib/fb303/php/FacebookBase.php +++ b/contrib/fb303/php/FacebookBase.php @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift - * @author Aditya Agarwal */ /** diff --git a/lib/cpp/src/TLogging.h b/lib/cpp/src/TLogging.h index 6fb74840..9224289d 100644 --- a/lib/cpp/src/TLogging.h +++ b/lib/cpp/src/TLogging.h @@ -14,7 +14,6 @@ /** * Contains utility macros for debugging and logging. * - * @author Aditya Agarwal */ #ifndef HAVE_CLOCK_GETTIME diff --git a/lib/cpp/src/TProcessor.h b/lib/cpp/src/TProcessor.h index 3c4b1713..2ec6b2fa 100644 --- a/lib/cpp/src/TProcessor.h +++ b/lib/cpp/src/TProcessor.h @@ -19,7 +19,6 @@ namespace apache { namespace thrift { * though the typical case is for some sort of server that either generates * responses to an input stream or forwards data from one pipe onto another. * - * @author Mark Slee */ class TProcessor { public: diff --git a/lib/cpp/src/TReflectionLocal.h b/lib/cpp/src/TReflectionLocal.h index 3644140c..e9e76ac9 100644 --- a/lib/cpp/src/TReflectionLocal.h +++ b/lib/cpp/src/TReflectionLocal.h @@ -16,7 +16,6 @@ * and generation of this particular representation of Thrift types. * (It is called local because it cannot be serialized by Thrift). * - * @author David Reiss */ namespace apache { namespace thrift { namespace reflection { namespace local { diff --git a/lib/cpp/src/concurrency/FunctionRunner.h b/lib/cpp/src/concurrency/FunctionRunner.h index 6379c1cf..29fa5ad3 100644 --- a/lib/cpp/src/concurrency/FunctionRunner.h +++ b/lib/cpp/src/concurrency/FunctionRunner.h @@ -26,7 +26,6 @@ namespace apache { namespace thrift { namespace concurrency { * thread->start(); * * - * @author mrabkin */ class FunctionRunner : public Runnable { diff --git a/lib/cpp/src/concurrency/Monitor.cpp b/lib/cpp/src/concurrency/Monitor.cpp index 81855dc4..f9751d47 100644 --- a/lib/cpp/src/concurrency/Monitor.cpp +++ b/lib/cpp/src/concurrency/Monitor.cpp @@ -20,7 +20,6 @@ namespace apache { namespace thrift { namespace concurrency { /** * Monitor implementation using the POSIX pthread library * - * @author marc * @version $Id:$ */ class Monitor::Impl { diff --git a/lib/cpp/src/concurrency/Monitor.h b/lib/cpp/src/concurrency/Monitor.h index fe7bf112..6cfb1486 100644 --- a/lib/cpp/src/concurrency/Monitor.h +++ b/lib/cpp/src/concurrency/Monitor.h @@ -22,7 +22,6 @@ namespace apache { namespace thrift { namespace concurrency { * bit constness. This allows const methods to call monitor methods without * needing to cast away constness or change to non-const signatures. * - * @author marc * @version $Id:$ */ class Monitor { diff --git a/lib/cpp/src/concurrency/Mutex.cpp b/lib/cpp/src/concurrency/Mutex.cpp index af68db67..eef97fd8 100644 --- a/lib/cpp/src/concurrency/Mutex.cpp +++ b/lib/cpp/src/concurrency/Mutex.cpp @@ -16,7 +16,6 @@ namespace apache { namespace thrift { namespace concurrency { /** * Implementation of Mutex class using POSIX mutex * - * @author marc * @version $Id:$ */ class Mutex::impl { @@ -99,7 +98,6 @@ void Mutex::RECURSIVE_INITIALIZER(void* arg) { /** * Implementation of ReadWriteMutex class using POSIX rw lock * - * @author boz * @version $Id:$ */ class ReadWriteMutex::impl { diff --git a/lib/cpp/src/concurrency/Mutex.h b/lib/cpp/src/concurrency/Mutex.h index 92eb0dbd..387a9fe3 100644 --- a/lib/cpp/src/concurrency/Mutex.h +++ b/lib/cpp/src/concurrency/Mutex.h @@ -14,7 +14,6 @@ namespace apache { namespace thrift { namespace concurrency { /** * A simple mutex class * - * @author marc * @version $Id:$ */ class Mutex { diff --git a/lib/cpp/src/concurrency/PosixThreadFactory.cpp b/lib/cpp/src/concurrency/PosixThreadFactory.cpp index 9655a865..59d7cfa7 100644 --- a/lib/cpp/src/concurrency/PosixThreadFactory.cpp +++ b/lib/cpp/src/concurrency/PosixThreadFactory.cpp @@ -26,7 +26,6 @@ using boost::weak_ptr; /** * The POSIX thread class. * - * @author marc * @version $Id:$ */ class PthreadThread: public Thread { diff --git a/lib/cpp/src/concurrency/PosixThreadFactory.h b/lib/cpp/src/concurrency/PosixThreadFactory.h index 66df4b39..2baa0011 100644 --- a/lib/cpp/src/concurrency/PosixThreadFactory.h +++ b/lib/cpp/src/concurrency/PosixThreadFactory.h @@ -16,7 +16,6 @@ namespace apache { namespace thrift { namespace concurrency { /** * A thread factory to create posix threads * - * @author marc * @version $Id:$ */ class PosixThreadFactory : public ThreadFactory { diff --git a/lib/cpp/src/concurrency/Thread.h b/lib/cpp/src/concurrency/Thread.h index 0ce5e170..ca4b42b4 100644 --- a/lib/cpp/src/concurrency/Thread.h +++ b/lib/cpp/src/concurrency/Thread.h @@ -17,7 +17,6 @@ class Thread; /** * Minimal runnable class. More or less analogous to java.lang.Runnable. * - * @author marc * @version $Id:$ */ class Runnable { diff --git a/lib/cpp/src/concurrency/ThreadManager.cpp b/lib/cpp/src/concurrency/ThreadManager.cpp index 11c19a84..8a866671 100644 --- a/lib/cpp/src/concurrency/ThreadManager.cpp +++ b/lib/cpp/src/concurrency/ThreadManager.cpp @@ -31,7 +31,6 @@ using boost::dynamic_pointer_cast; * it maintains statistics on number of idle threads, number of active threads, * task backlog, and average wait and service times. * - * @author marc * @version $Id:$ */ class ThreadManager::Impl : public ThreadManager { diff --git a/lib/cpp/src/concurrency/ThreadManager.h b/lib/cpp/src/concurrency/ThreadManager.h index b973b080..9cfccf36 100644 --- a/lib/cpp/src/concurrency/ThreadManager.h +++ b/lib/cpp/src/concurrency/ThreadManager.h @@ -16,7 +16,6 @@ namespace apache { namespace thrift { namespace concurrency { /** * Thread Pool Manager and related classes * - * @author marc * @version $Id:$ */ class ThreadManager; diff --git a/lib/cpp/src/concurrency/TimerManager.cpp b/lib/cpp/src/concurrency/TimerManager.cpp index c9555fb9..76ecd935 100644 --- a/lib/cpp/src/concurrency/TimerManager.cpp +++ b/lib/cpp/src/concurrency/TimerManager.cpp @@ -22,7 +22,6 @@ typedef std::pair task_range; /** * TimerManager class * - * @author marc * @version $Id:$ */ class TimerManager::Task : public Runnable { diff --git a/lib/cpp/src/concurrency/TimerManager.h b/lib/cpp/src/concurrency/TimerManager.h index 37296469..23f70e84 100644 --- a/lib/cpp/src/concurrency/TimerManager.h +++ b/lib/cpp/src/concurrency/TimerManager.h @@ -22,7 +22,6 @@ namespace apache { namespace thrift { namespace concurrency { * * This class dispatches timer tasks when they fall due. * - * @author marc * @version $Id:$ */ class TimerManager { diff --git a/lib/cpp/src/concurrency/Util.h b/lib/cpp/src/concurrency/Util.h index fa5b7f4b..a2e7dfca 100644 --- a/lib/cpp/src/concurrency/Util.h +++ b/lib/cpp/src/concurrency/Util.h @@ -25,7 +25,6 @@ namespace apache { namespace thrift { namespace concurrency { * platform dependent crap. Rather it should be inluded directly in * concurrency library implementation source. * - * @author marc * @version $Id:$ */ class Util { diff --git a/lib/cpp/src/concurrency/test/ThreadFactoryTests.h b/lib/cpp/src/concurrency/test/ThreadFactoryTests.h index 440f69be..26157366 100644 --- a/lib/cpp/src/concurrency/test/ThreadFactoryTests.h +++ b/lib/cpp/src/concurrency/test/ThreadFactoryTests.h @@ -22,7 +22,6 @@ using namespace apache::thrift::concurrency; /** * ThreadManagerTests class * - * @author marc * @version $Id:$ */ class ThreadFactoryTests { diff --git a/lib/cpp/src/concurrency/test/ThreadManagerTests.h b/lib/cpp/src/concurrency/test/ThreadManagerTests.h index feb3e479..650f17fd 100644 --- a/lib/cpp/src/concurrency/test/ThreadManagerTests.h +++ b/lib/cpp/src/concurrency/test/ThreadManagerTests.h @@ -23,7 +23,6 @@ using namespace apache::thrift::concurrency; /** * ThreadManagerTests class * - * @author marc * @version $Id:$ */ class ThreadManagerTests { diff --git a/lib/cpp/src/concurrency/test/TimerManagerTests.h b/lib/cpp/src/concurrency/test/TimerManagerTests.h index 9e4e757e..a6a26610 100644 --- a/lib/cpp/src/concurrency/test/TimerManagerTests.h +++ b/lib/cpp/src/concurrency/test/TimerManagerTests.h @@ -19,7 +19,6 @@ using namespace apache::thrift::concurrency; /** * ThreadManagerTests class * - * @author marc * @version $Id:$ */ class TimerManagerTests { diff --git a/lib/cpp/src/processor/PeekProcessor.h b/lib/cpp/src/processor/PeekProcessor.h index 6404b718..5cfe1ae8 100644 --- a/lib/cpp/src/processor/PeekProcessor.h +++ b/lib/cpp/src/processor/PeekProcessor.h @@ -20,7 +20,6 @@ namespace apache { namespace thrift { namespace processor { * Class for peeking at the raw data that is being processed by another processor * and gives the derived class a chance to change behavior accordingly * - * @author James Wang */ class PeekProcessor : public apache::thrift::TProcessor { diff --git a/lib/cpp/src/processor/StatsProcessor.h b/lib/cpp/src/processor/StatsProcessor.h index 2cccab10..accf2623 100644 --- a/lib/cpp/src/processor/StatsProcessor.h +++ b/lib/cpp/src/processor/StatsProcessor.h @@ -17,7 +17,6 @@ namespace apache { namespace thrift { namespace processor { /* * Class for keeping track of function call statistics and printing them if desired * - * @author James Wang */ class StatsProcessor : public apache::thrift::TProcessor { public: diff --git a/lib/cpp/src/protocol/TBinaryProtocol.h b/lib/cpp/src/protocol/TBinaryProtocol.h index b38b493a..6be21e03 100644 --- a/lib/cpp/src/protocol/TBinaryProtocol.h +++ b/lib/cpp/src/protocol/TBinaryProtocol.h @@ -17,7 +17,6 @@ namespace apache { namespace thrift { namespace protocol { * The default binary protocol for thrift. Writes all data in a very basic * binary format, essentially just spitting out the raw bytes. * - * @author Mark Slee */ class TBinaryProtocol : public TProtocol { protected: diff --git a/lib/cpp/src/protocol/TDebugProtocol.h b/lib/cpp/src/protocol/TDebugProtocol.h index fa4b8073..c1c8b59f 100644 --- a/lib/cpp/src/protocol/TDebugProtocol.h +++ b/lib/cpp/src/protocol/TDebugProtocol.h @@ -32,7 +32,6 @@ Complaints are not. :R * Protocol that prints the payload in a nice human-readable format. * Reading from this protocol is not supported. * - * @author David Reiss */ class TDebugProtocol : public TWriteOnlyProtocol { private: diff --git a/lib/cpp/src/protocol/TDenseProtocol.h b/lib/cpp/src/protocol/TDenseProtocol.h index 4692132e..014f1f09 100644 --- a/lib/cpp/src/protocol/TDenseProtocol.h +++ b/lib/cpp/src/protocol/TDenseProtocol.h @@ -42,7 +42,6 @@ namespace apache { namespace thrift { namespace protocol { * We inherit so that we can can explicitly call TBPs's primitive-writing * methods within our versions. * - * @author David Reiss */ class TDenseProtocol : public TBinaryProtocol { protected: diff --git a/lib/cpp/src/protocol/TJSONProtocol.h b/lib/cpp/src/protocol/TJSONProtocol.h index 4287adff..bc9ad4e0 100644 --- a/lib/cpp/src/protocol/TJSONProtocol.h +++ b/lib/cpp/src/protocol/TJSONProtocol.h @@ -78,7 +78,6 @@ class TJSONContext; * client, this would mean that infinities get converted to not-a-number in * transmission. I don't know of any work-around for this issue. * - * @author Chad Walters */ class TJSONProtocol : public TProtocol { public: diff --git a/lib/cpp/src/protocol/TOneWayProtocol.h b/lib/cpp/src/protocol/TOneWayProtocol.h index ad5f8fa6..33c1db41 100644 --- a/lib/cpp/src/protocol/TOneWayProtocol.h +++ b/lib/cpp/src/protocol/TOneWayProtocol.h @@ -15,7 +15,6 @@ namespace apache { namespace thrift { namespace protocol { * Abstract class for implementing a protocol that can only be written, * not read. * - * @author David Reiss */ class TWriteOnlyProtocol : public TProtocol { public: @@ -151,7 +150,6 @@ class TWriteOnlyProtocol : public TProtocol { * Abstract class for implementing a protocol that can only be read, * not written. * - * @author David Reiss */ class TReadOnlyProtocol : public TProtocol { public: diff --git a/lib/cpp/src/protocol/TProtocol.h b/lib/cpp/src/protocol/TProtocol.h index 4507d91b..82eb8e9e 100644 --- a/lib/cpp/src/protocol/TProtocol.h +++ b/lib/cpp/src/protocol/TProtocol.h @@ -100,7 +100,6 @@ enum TMessageType { * when parsing an input XML stream, reading should be batched rather than * looking ahead character by character for a close tag). * - * @author Mark Slee */ class TProtocol { public: diff --git a/lib/cpp/src/protocol/TProtocolException.h b/lib/cpp/src/protocol/TProtocolException.h index be0767be..0728ce4e 100644 --- a/lib/cpp/src/protocol/TProtocolException.h +++ b/lib/cpp/src/protocol/TProtocolException.h @@ -18,7 +18,6 @@ namespace apache { namespace thrift { namespace protocol { * base of error handling to be used for various types of protocols, i.e. * pipes etc. * - * @author Mark Slee */ class TProtocolException : public apache::thrift::TException { public: diff --git a/lib/cpp/src/protocol/TProtocolTap.h b/lib/cpp/src/protocol/TProtocolTap.h index 07f000d6..c7421a38 100644 --- a/lib/cpp/src/protocol/TProtocolTap.h +++ b/lib/cpp/src/protocol/TProtocolTap.h @@ -18,7 +18,6 @@ using apache::thrift::transport::TTransport; * through to an enclosed protocol object, but also mirrored as write to a * second protocol object. * - * @author David Reiss */ class TProtocolTap : public TReadOnlyProtocol { public: diff --git a/lib/cpp/src/server/TNonblockingServer.h b/lib/cpp/src/server/TNonblockingServer.h index a47a2c00..960ba657 100644 --- a/lib/cpp/src/server/TNonblockingServer.h +++ b/lib/cpp/src/server/TNonblockingServer.h @@ -35,7 +35,6 @@ class TConnection; * It does not use the TServerTransport framework, but rather has socket * operations hardcoded for use with select. * - * @author Mark Slee */ class TNonblockingServer : public TServer { private: diff --git a/lib/cpp/src/server/TServer.h b/lib/cpp/src/server/TServer.h index c30b561b..af9da1f5 100644 --- a/lib/cpp/src/server/TServer.h +++ b/lib/cpp/src/server/TServer.h @@ -65,7 +65,6 @@ class TServerEventHandler { /** * Thrift server. * - * @author Mark Slee */ class TServer : public concurrency::Runnable { public: diff --git a/lib/cpp/src/server/TSimpleServer.cpp b/lib/cpp/src/server/TSimpleServer.cpp index 08309b2d..d77e4230 100644 --- a/lib/cpp/src/server/TSimpleServer.cpp +++ b/lib/cpp/src/server/TSimpleServer.cpp @@ -20,7 +20,6 @@ using boost::shared_ptr; /** * A simple single-threaded application server. Perfect for unit tests! * - * @author Mark Slee */ void TSimpleServer::serve() { diff --git a/lib/cpp/src/server/TSimpleServer.h b/lib/cpp/src/server/TSimpleServer.h index 8bed8c2f..be8f4f2e 100644 --- a/lib/cpp/src/server/TSimpleServer.h +++ b/lib/cpp/src/server/TSimpleServer.h @@ -18,7 +18,6 @@ namespace apache { namespace thrift { namespace server { * that connection until it closes, and then repeating. It is a good example * of how to extend the TServer interface. * - * @author Mark Slee */ class TSimpleServer : public TServer { public: diff --git a/lib/cpp/src/transport/TBufferTransports.h b/lib/cpp/src/transport/TBufferTransports.h index 4e3f187a..22be2a78 100644 --- a/lib/cpp/src/transport/TBufferTransports.h +++ b/lib/cpp/src/transport/TBufferTransports.h @@ -32,7 +32,6 @@ namespace apache { namespace thrift { namespace transport { * class. Subclasses are expected to define the "slow path" operations * that have to be done when the buffers are full or empty. * - * @author David Reiss */ class TBufferBase : public TTransport { @@ -219,8 +218,6 @@ class TUnderlyingTransport : public TBufferBase { * and will serve future data out of a local buffer. For writes, data is * stored to an in memory buffer before being written out. * - * @author Mark Slee - * @author David Reiss */ class TBufferedTransport : public TUnderlyingTransport { public: @@ -285,7 +282,6 @@ class TBufferedTransport : public TUnderlyingTransport { /** * Wraps a transport into a buffered one. * - * @author Mark Slee */ class TBufferedTransportFactory : public TTransportFactory { public: @@ -309,8 +305,6 @@ class TBufferedTransportFactory : public TTransportFactory { * binary chunk followed by the data payload. This allows the receiver on the * other end to always do fixed-length reads. * - * @author Mark Slee - * @author David Reiss */ class TFramedTransport : public TUnderlyingTransport { public: @@ -355,7 +349,6 @@ class TFramedTransport : public TUnderlyingTransport { /** * Wraps a transport into a framed one. * - * @author Dave Simpson */ class TFramedTransportFactory : public TTransportFactory { public: @@ -381,8 +374,6 @@ class TFramedTransportFactory : public TTransportFactory { * The buffers are allocated using C constructs malloc,realloc, and the size * doubles as necessary. We've considered using scoped * - * @author Mark Slee - * @author David Reiss */ class TMemoryBuffer : public TBufferBase { private: diff --git a/lib/cpp/src/transport/TFDTransport.h b/lib/cpp/src/transport/TFDTransport.h index 56408cab..0d1251a4 100644 --- a/lib/cpp/src/transport/TFDTransport.h +++ b/lib/cpp/src/transport/TFDTransport.h @@ -18,7 +18,6 @@ namespace apache { namespace thrift { namespace transport { /** * Dead-simple wrapper around a file descriptor. * - * @author David Reiss */ class TFDTransport : public TTransport { public: diff --git a/lib/cpp/src/transport/TFileTransport.cpp b/lib/cpp/src/transport/TFileTransport.cpp index 3bc2b91d..2903450f 100644 --- a/lib/cpp/src/transport/TFileTransport.cpp +++ b/lib/cpp/src/transport/TFileTransport.cpp @@ -39,7 +39,6 @@ using namespace apache::thrift::protocol; /** * Fake clock_gettime for systems like darwin * - * @author Paul Querna */ #define CLOCK_REALTIME 0 static int clock_gettime(int clk_id /*ignored*/, struct timespec *tp) { diff --git a/lib/cpp/src/transport/TFileTransport.h b/lib/cpp/src/transport/TFileTransport.h index 66f17d33..42acb676 100644 --- a/lib/cpp/src/transport/TFileTransport.h +++ b/lib/cpp/src/transport/TFileTransport.h @@ -93,7 +93,6 @@ typedef struct readState { * Note: The above rules are enforced mainly for debugging its sole client TFileTransport * which uses the buffer in this way. * - * @author James Wang */ class TFileTransportBuffer { public: @@ -148,7 +147,6 @@ class TFileWriterTransport : virtual public TTransport { * File implementation of a transport. Reads and writes are done to a * file on disk. * - * @author Aditya Agarwal */ class TFileTransport : public TFileReaderTransport, public TFileWriterTransport { diff --git a/lib/cpp/src/transport/THttpClient.cpp b/lib/cpp/src/transport/THttpClient.cpp index fffb4bdc..da0f13d0 100644 --- a/lib/cpp/src/transport/THttpClient.cpp +++ b/lib/cpp/src/transport/THttpClient.cpp @@ -17,7 +17,6 @@ using namespace std; /** * Http client implementation. * - * @author Mark Slee */ // Yeah, yeah, hacky to put these here, I know. diff --git a/lib/cpp/src/transport/THttpClient.h b/lib/cpp/src/transport/THttpClient.h index b0fa28ee..ae28eb75 100644 --- a/lib/cpp/src/transport/THttpClient.h +++ b/lib/cpp/src/transport/THttpClient.h @@ -18,7 +18,6 @@ namespace apache { namespace thrift { namespace transport { * here is a VERY basic HTTP/1.1 client which supports HTTP 100 Continue, * chunked transfer encoding, keepalive, etc. Tested against Apache. * - * @author Mark Slee */ class THttpClient : public TTransport { public: diff --git a/lib/cpp/src/transport/TServerSocket.h b/lib/cpp/src/transport/TServerSocket.h index b406b78f..ec2e4605 100644 --- a/lib/cpp/src/transport/TServerSocket.h +++ b/lib/cpp/src/transport/TServerSocket.h @@ -18,7 +18,6 @@ class TSocket; * Server socket implementation of TServerTransport. Wrapper around a unix * socket listen and accept calls. * - * @author Mark Slee */ class TServerSocket : public TServerTransport { public: diff --git a/lib/cpp/src/transport/TServerTransport.h b/lib/cpp/src/transport/TServerTransport.h index 612a94c3..36382bed 100644 --- a/lib/cpp/src/transport/TServerTransport.h +++ b/lib/cpp/src/transport/TServerTransport.h @@ -17,7 +17,6 @@ namespace apache { namespace thrift { namespace transport { * Server transport framework. A server needs to have some facility for * creating base transports to read/write from. * - * @author Mark Slee */ class TServerTransport { public: diff --git a/lib/cpp/src/transport/TShortReadTransport.h b/lib/cpp/src/transport/TShortReadTransport.h index 8b9b192d..f6be77f9 100644 --- a/lib/cpp/src/transport/TShortReadTransport.h +++ b/lib/cpp/src/transport/TShortReadTransport.h @@ -18,7 +18,6 @@ namespace apache { namespace thrift { namespace transport { namespace test { * Calls to read are passed through with some probability. Otherwise, * the read amount is randomly reduced before being passed through. * - * @author David Reiss */ class TShortReadTransport : public TTransport { public: diff --git a/lib/cpp/src/transport/TSocket.cpp b/lib/cpp/src/transport/TSocket.cpp index 1696053d..b59bc819 100644 --- a/lib/cpp/src/transport/TSocket.cpp +++ b/lib/cpp/src/transport/TSocket.cpp @@ -32,7 +32,6 @@ uint32_t g_socket_syscalls = 0; /** * TSocket implementation. * - * @author Mark Slee */ TSocket::TSocket(string host, int port) : diff --git a/lib/cpp/src/transport/TSocket.h b/lib/cpp/src/transport/TSocket.h index 27baa99d..8013582c 100644 --- a/lib/cpp/src/transport/TSocket.h +++ b/lib/cpp/src/transport/TSocket.h @@ -18,8 +18,6 @@ namespace apache { namespace thrift { namespace transport { /** * TCP Socket implementation of the TTransport interface. * - * @author Mark Slee - * @author Aditya Agarwal */ class TSocket : public TTransport { /** diff --git a/lib/cpp/src/transport/TSocketPool.cpp b/lib/cpp/src/transport/TSocketPool.cpp index 549569f7..85c2a61c 100644 --- a/lib/cpp/src/transport/TSocketPool.cpp +++ b/lib/cpp/src/transport/TSocketPool.cpp @@ -18,7 +18,6 @@ using boost::shared_ptr; /** * TSocketPoolServer implementation * - * @author Akhil Wable */ TSocketPoolServer::TSocketPoolServer() : host_(""), @@ -40,7 +39,6 @@ TSocketPoolServer::TSocketPoolServer(const string &host, int port) /** * TSocketPool implementation. * - * @author Jason Sobel */ TSocketPool::TSocketPool() : TSocket(), diff --git a/lib/cpp/src/transport/TSocketPool.h b/lib/cpp/src/transport/TSocketPool.h index b72dfb2f..becc102f 100644 --- a/lib/cpp/src/transport/TSocketPool.h +++ b/lib/cpp/src/transport/TSocketPool.h @@ -15,7 +15,6 @@ namespace apache { namespace thrift { namespace transport { /** * Class to hold server information for TSocketPool * - * @author Akhil Wable */ class TSocketPoolServer { @@ -49,7 +48,6 @@ class TSocketPoolServer { /** * TCP Socket implementation of the TTransport interface. * - * @author Mark Slee */ class TSocketPool : public TSocket { diff --git a/lib/cpp/src/transport/TTransport.h b/lib/cpp/src/transport/TTransport.h index e2e30f83..385fe36b 100644 --- a/lib/cpp/src/transport/TTransport.h +++ b/lib/cpp/src/transport/TTransport.h @@ -18,7 +18,6 @@ namespace apache { namespace thrift { namespace transport { * Generic interface for a method of transporting data. A TTransport may be * capable of either reading or writing, but not necessarily both. * - * @author Mark Slee */ class TTransport { public: @@ -191,7 +190,6 @@ class TTransport { * source transport. Commonly used inside servers to make input and output * streams out of raw clients. * - * @author Mark Slee */ class TTransportFactory { public: diff --git a/lib/cpp/src/transport/TTransportException.h b/lib/cpp/src/transport/TTransportException.h index d0c44cfd..26aec1f1 100644 --- a/lib/cpp/src/transport/TTransportException.h +++ b/lib/cpp/src/transport/TTransportException.h @@ -19,7 +19,6 @@ namespace apache { namespace thrift { namespace transport { * base of error handling to be used for various types of transports, i.e. * pipes etc. * - * @author Mark Slee */ class TTransportException : public apache::thrift::TException { public: diff --git a/lib/cpp/src/transport/TTransportUtils.h b/lib/cpp/src/transport/TTransportUtils.h index 50ce8594..7e341df6 100644 --- a/lib/cpp/src/transport/TTransportUtils.h +++ b/lib/cpp/src/transport/TTransportUtils.h @@ -24,7 +24,6 @@ namespace apache { namespace thrift { namespace transport { * and it will let you write anything you want to it, though it won't actually * go anywhere. * - * @author Mark Slee */ class TNullTransport : public TTransport { public: @@ -52,7 +51,6 @@ class TNullTransport : public TTransport { * The underlying buffer expands to a keep a copy of the entire * request/response. * - * @author Aditya Agarwal */ class TPipedTransport : virtual public TTransport { public: @@ -178,7 +176,6 @@ class TPipedTransport : virtual public TTransport { /** * Wraps a transport into a pipedTransport instance. * - * @author Aditya Agarwal */ class TPipedTransportFactory : public TTransportFactory { public: @@ -212,7 +209,6 @@ class TPipedTransportFactory : public TTransportFactory { * it is a templatized class, so that clients who rely on a specific * TTransport can still access the original transport. * - * @author James Wang */ class TPipedFileReaderTransport : public TPipedTransport, public TFileReaderTransport { @@ -250,7 +246,6 @@ class TPipedFileReaderTransport : public TPipedTransport, /** * Creates a TPipedFileReaderTransport from a filepath and a destination transport * - * @author James Wang */ class TPipedFileReaderTransportFactory : public TPipedTransportFactory { public: diff --git a/lib/cpp/src/transport/TZlibTransport.h b/lib/cpp/src/transport/TZlibTransport.h index 482bfda1..4cc16b38 100644 --- a/lib/cpp/src/transport/TZlibTransport.h +++ b/lib/cpp/src/transport/TZlibTransport.h @@ -55,7 +55,6 @@ class TZlibTransportException : public TTransportException { * TODO(dreiss): Don't do an extra copy of the compressed data if * the underlying transport is TBuffered or TMemory. * - * @author David Reiss */ class TZlibTransport : public TTransport { public: diff --git a/lib/java/src/org/apache/thrift/TApplicationException.java b/lib/java/src/org/apache/thrift/TApplicationException.java index 559f8c3c..77f03c29 100644 --- a/lib/java/src/org/apache/thrift/TApplicationException.java +++ b/lib/java/src/org/apache/thrift/TApplicationException.java @@ -15,7 +15,6 @@ import org.apache.thrift.protocol.TType; /** * Application level exception * - * @author Mark Slee */ public class TApplicationException extends TException { diff --git a/lib/java/src/org/apache/thrift/TBase.java b/lib/java/src/org/apache/thrift/TBase.java index bf1dc38a..5a871838 100644 --- a/lib/java/src/org/apache/thrift/TBase.java +++ b/lib/java/src/org/apache/thrift/TBase.java @@ -11,7 +11,6 @@ import org.apache.thrift.protocol.TProtocol; /** * Generic base interface for generated Thrift objects. * - * @author Mark Slee */ public interface TBase extends Cloneable { diff --git a/lib/java/src/org/apache/thrift/TByteArrayOutputStream.java b/lib/java/src/org/apache/thrift/TByteArrayOutputStream.java index 08eda02d..673553f2 100644 --- a/lib/java/src/org/apache/thrift/TByteArrayOutputStream.java +++ b/lib/java/src/org/apache/thrift/TByteArrayOutputStream.java @@ -12,7 +12,6 @@ import java.io.ByteArrayOutputStream; * Class that allows access to the underlying buf without doing deep * copies on it. * - * @author Mark Slee */ public class TByteArrayOutputStream extends ByteArrayOutputStream { public TByteArrayOutputStream(int size) { diff --git a/lib/java/src/org/apache/thrift/TDeserializer.java b/lib/java/src/org/apache/thrift/TDeserializer.java index bb6a0e51..266906ba 100644 --- a/lib/java/src/org/apache/thrift/TDeserializer.java +++ b/lib/java/src/org/apache/thrift/TDeserializer.java @@ -17,7 +17,6 @@ import org.apache.thrift.transport.TIOStreamTransport; * Generic utility for easily deserializing objects from a byte array or Java * String. * - * @author David Reiss */ public class TDeserializer { private final TProtocolFactory protocolFactory_; diff --git a/lib/java/src/org/apache/thrift/TException.java b/lib/java/src/org/apache/thrift/TException.java index f62bd5d9..12474fcb 100644 --- a/lib/java/src/org/apache/thrift/TException.java +++ b/lib/java/src/org/apache/thrift/TException.java @@ -9,7 +9,6 @@ package org.apache.thrift; /** * Generic exception class for Thrift. * - * @author Mark Slee */ public class TException extends Exception { diff --git a/lib/java/src/org/apache/thrift/TProcessor.java b/lib/java/src/org/apache/thrift/TProcessor.java index 030e4a62..9b1e624d 100644 --- a/lib/java/src/org/apache/thrift/TProcessor.java +++ b/lib/java/src/org/apache/thrift/TProcessor.java @@ -12,7 +12,6 @@ import org.apache.thrift.protocol.TProtocol; * A processor is a generic object which operates upon an input stream and * writes to some output stream. * - * @author Mark Slee */ public interface TProcessor { public boolean process(TProtocol in, TProtocol out) diff --git a/lib/java/src/org/apache/thrift/TSerializer.java b/lib/java/src/org/apache/thrift/TSerializer.java index 0653305b..2c0f0330 100644 --- a/lib/java/src/org/apache/thrift/TSerializer.java +++ b/lib/java/src/org/apache/thrift/TSerializer.java @@ -18,7 +18,6 @@ import org.apache.thrift.transport.TIOStreamTransport; * Generic utility for easily serializing objects into a byte array or Java * String. * - * @author Mark Slee */ public class TSerializer { diff --git a/lib/java/src/org/apache/thrift/protocol/TBase64Utils.java b/lib/java/src/org/apache/thrift/protocol/TBase64Utils.java index 6b12152a..b7f1a6ab 100644 --- a/lib/java/src/org/apache/thrift/protocol/TBase64Utils.java +++ b/lib/java/src/org/apache/thrift/protocol/TBase64Utils.java @@ -18,7 +18,6 @@ package org.apache.thrift.protocol; * results in bad decoded data -- this is not in compliance with the RFC but is * done in the interest of performance. * - * @author Chad Walters */ class TBase64Utils { diff --git a/lib/java/src/org/apache/thrift/protocol/TBinaryProtocol.java b/lib/java/src/org/apache/thrift/protocol/TBinaryProtocol.java index 7e199b4f..1a74a2e1 100644 --- a/lib/java/src/org/apache/thrift/protocol/TBinaryProtocol.java +++ b/lib/java/src/org/apache/thrift/protocol/TBinaryProtocol.java @@ -14,7 +14,6 @@ import org.apache.thrift.transport.TTransport; /** * Binary protocol implementation for thrift. * - * @author Mark Slee */ public class TBinaryProtocol extends TProtocol { private static final TStruct ANONYMOUS_STRUCT = new TStruct(); diff --git a/lib/java/src/org/apache/thrift/protocol/TField.java b/lib/java/src/org/apache/thrift/protocol/TField.java index 78e23281..2ba596c4 100644 --- a/lib/java/src/org/apache/thrift/protocol/TField.java +++ b/lib/java/src/org/apache/thrift/protocol/TField.java @@ -9,7 +9,6 @@ package org.apache.thrift.protocol; /** * Helper class that encapsulates field metadata. * - * @author Mark Slee */ public class TField { public TField() { diff --git a/lib/java/src/org/apache/thrift/protocol/TJSONProtocol.java b/lib/java/src/org/apache/thrift/protocol/TJSONProtocol.java index 911bcd47..90393f78 100644 --- a/lib/java/src/org/apache/thrift/protocol/TJSONProtocol.java +++ b/lib/java/src/org/apache/thrift/protocol/TJSONProtocol.java @@ -20,7 +20,6 @@ import java.util.Stack; * Please see the C++ class header for a detailed description of the * protocol's wire format. * - * @author Chad Walters */ public class TJSONProtocol extends TProtocol { diff --git a/lib/java/src/org/apache/thrift/protocol/TList.java b/lib/java/src/org/apache/thrift/protocol/TList.java index b099df0c..7447d8f3 100644 --- a/lib/java/src/org/apache/thrift/protocol/TList.java +++ b/lib/java/src/org/apache/thrift/protocol/TList.java @@ -9,7 +9,6 @@ package org.apache.thrift.protocol; /** * Helper class that encapsulates list metadata. * - * @author Mark Slee */ public final class TList { public TList() { diff --git a/lib/java/src/org/apache/thrift/protocol/TMap.java b/lib/java/src/org/apache/thrift/protocol/TMap.java index 6d34f872..1229092b 100644 --- a/lib/java/src/org/apache/thrift/protocol/TMap.java +++ b/lib/java/src/org/apache/thrift/protocol/TMap.java @@ -9,7 +9,6 @@ package org.apache.thrift.protocol; /** * Helper class that encapsulates map metadata. * - * @author Mark Slee */ public final class TMap { public TMap() { diff --git a/lib/java/src/org/apache/thrift/protocol/TMessage.java b/lib/java/src/org/apache/thrift/protocol/TMessage.java index 4fae1436..d2fbbe09 100644 --- a/lib/java/src/org/apache/thrift/protocol/TMessage.java +++ b/lib/java/src/org/apache/thrift/protocol/TMessage.java @@ -9,7 +9,6 @@ package org.apache.thrift.protocol; /** * Helper class that encapsulates struct metadata. * - * @author Mark Slee */ public final class TMessage { public TMessage() { diff --git a/lib/java/src/org/apache/thrift/protocol/TMessageType.java b/lib/java/src/org/apache/thrift/protocol/TMessageType.java index 62f6e305..6b284558 100644 --- a/lib/java/src/org/apache/thrift/protocol/TMessageType.java +++ b/lib/java/src/org/apache/thrift/protocol/TMessageType.java @@ -9,7 +9,6 @@ package org.apache.thrift.protocol; /** * Message type constants in the Thrift protocol. * - * @author Mark Slee */ public final class TMessageType { public static final byte CALL = 1; diff --git a/lib/java/src/org/apache/thrift/protocol/TProtocol.java b/lib/java/src/org/apache/thrift/protocol/TProtocol.java index 412aa431..81127ac1 100644 --- a/lib/java/src/org/apache/thrift/protocol/TProtocol.java +++ b/lib/java/src/org/apache/thrift/protocol/TProtocol.java @@ -12,7 +12,6 @@ import org.apache.thrift.transport.TTransport; /** * Protocol interface definition. * - * @author Mark Slee */ public abstract class TProtocol { diff --git a/lib/java/src/org/apache/thrift/protocol/TProtocolException.java b/lib/java/src/org/apache/thrift/protocol/TProtocolException.java index 2228b5c8..a72417ee 100644 --- a/lib/java/src/org/apache/thrift/protocol/TProtocolException.java +++ b/lib/java/src/org/apache/thrift/protocol/TProtocolException.java @@ -11,7 +11,6 @@ import org.apache.thrift.TException; /** * Protocol exceptions. * - * @author Mark Slee */ public class TProtocolException extends TException { diff --git a/lib/java/src/org/apache/thrift/protocol/TProtocolFactory.java b/lib/java/src/org/apache/thrift/protocol/TProtocolFactory.java index 6a77ebab..71596722 100644 --- a/lib/java/src/org/apache/thrift/protocol/TProtocolFactory.java +++ b/lib/java/src/org/apache/thrift/protocol/TProtocolFactory.java @@ -11,8 +11,6 @@ import org.apache.thrift.transport.TTransport; /** * Factory interface for constructing protocol instances. * - * @author Mark Slee - * @author Aditya Agarwal */ public interface TProtocolFactory { public TProtocol getProtocol(TTransport trans); diff --git a/lib/java/src/org/apache/thrift/protocol/TProtocolUtil.java b/lib/java/src/org/apache/thrift/protocol/TProtocolUtil.java index fe2ea9f3..d07b0333 100644 --- a/lib/java/src/org/apache/thrift/protocol/TProtocolUtil.java +++ b/lib/java/src/org/apache/thrift/protocol/TProtocolUtil.java @@ -12,7 +12,6 @@ import org.apache.thrift.TException; * Utility class with static methods for interacting with protocol data * streams. * - * @author Mark Slee */ public class TProtocolUtil { diff --git a/lib/java/src/org/apache/thrift/protocol/TSet.java b/lib/java/src/org/apache/thrift/protocol/TSet.java index 9ff74772..1a00f7fc 100644 --- a/lib/java/src/org/apache/thrift/protocol/TSet.java +++ b/lib/java/src/org/apache/thrift/protocol/TSet.java @@ -9,7 +9,6 @@ package org.apache.thrift.protocol; /** * Helper class that encapsulates set metadata. * - * @author Mark Slee */ public final class TSet { public TSet() { diff --git a/lib/java/src/org/apache/thrift/protocol/TSimpleJSONProtocol.java b/lib/java/src/org/apache/thrift/protocol/TSimpleJSONProtocol.java index 5846ea24..49ad8e2d 100644 --- a/lib/java/src/org/apache/thrift/protocol/TSimpleJSONProtocol.java +++ b/lib/java/src/org/apache/thrift/protocol/TSimpleJSONProtocol.java @@ -19,8 +19,6 @@ import org.apache.thrift.transport.TTransport; * suitable for parsing by scripting languages. It should not be * confused with the full-featured TJSONProtocol. * - * @author Joydeep Sen Sarma - * @author Mark Slee */ public class TSimpleJSONProtocol extends TProtocol { diff --git a/lib/java/src/org/apache/thrift/protocol/TStruct.java b/lib/java/src/org/apache/thrift/protocol/TStruct.java index 804ffc16..b8e8b6ec 100644 --- a/lib/java/src/org/apache/thrift/protocol/TStruct.java +++ b/lib/java/src/org/apache/thrift/protocol/TStruct.java @@ -9,7 +9,6 @@ package org.apache.thrift.protocol; /** * Helper class that encapsulates struct metadata. * - * @author Mark Slee */ public final class TStruct { public TStruct() { diff --git a/lib/java/src/org/apache/thrift/protocol/TType.java b/lib/java/src/org/apache/thrift/protocol/TType.java index dfa4a5d6..46ac7272 100644 --- a/lib/java/src/org/apache/thrift/protocol/TType.java +++ b/lib/java/src/org/apache/thrift/protocol/TType.java @@ -9,7 +9,6 @@ package org.apache.thrift.protocol; /** * Type constants in the Thrift protocol. * - * @author Mark Slee */ public final class TType { public static final byte STOP = 0; diff --git a/lib/java/src/org/apache/thrift/server/TServer.java b/lib/java/src/org/apache/thrift/server/TServer.java index d4ec10c7..de585964 100644 --- a/lib/java/src/org/apache/thrift/server/TServer.java +++ b/lib/java/src/org/apache/thrift/server/TServer.java @@ -15,7 +15,6 @@ import org.apache.thrift.transport.TTransportFactory; /** * Generic interface for a Thrift server. * - * @author Mark Slee */ public abstract class TServer { diff --git a/lib/java/src/org/apache/thrift/server/TSimpleServer.java b/lib/java/src/org/apache/thrift/server/TSimpleServer.java index 3f8da13a..bdde32a9 100644 --- a/lib/java/src/org/apache/thrift/server/TSimpleServer.java +++ b/lib/java/src/org/apache/thrift/server/TSimpleServer.java @@ -22,7 +22,6 @@ import org.apache.thrift.transport.TTransportException; /** * Simple singlethreaded server for testing. * - * @author Mark Slee */ public class TSimpleServer extends TServer { diff --git a/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java b/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java index 83c95ae2..ffda5436 100644 --- a/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java +++ b/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java @@ -30,7 +30,6 @@ import java.util.logging.Logger; * Server which uses Java's built in ThreadPool management to spawn off * a worker pool that * - * @author Mark Slee */ public class TThreadPoolServer extends TServer { diff --git a/lib/java/src/org/apache/thrift/transport/TFramedTransport.java b/lib/java/src/org/apache/thrift/transport/TFramedTransport.java index f7ff5ac7..dfd0317e 100644 --- a/lib/java/src/org/apache/thrift/transport/TFramedTransport.java +++ b/lib/java/src/org/apache/thrift/transport/TFramedTransport.java @@ -13,7 +13,6 @@ import org.apache.thrift.TByteArrayOutputStream; /** * Socket implementation of the TTransport interface. To be commented soon! * - * @author Mark Slee */ public class TFramedTransport extends TTransport { diff --git a/lib/java/src/org/apache/thrift/transport/THttpClient.java b/lib/java/src/org/apache/thrift/transport/THttpClient.java index 100cb9c9..58513e95 100644 --- a/lib/java/src/org/apache/thrift/transport/THttpClient.java +++ b/lib/java/src/org/apache/thrift/transport/THttpClient.java @@ -19,7 +19,6 @@ import java.util.Map; * HTTP implementation of the TTransport interface. Used for working with a * Thrift web services implementation. * - * @author Mark Slee */ public class THttpClient extends TTransport { diff --git a/lib/java/src/org/apache/thrift/transport/TIOStreamTransport.java b/lib/java/src/org/apache/thrift/transport/TIOStreamTransport.java index 717f48e5..26147d85 100644 --- a/lib/java/src/org/apache/thrift/transport/TIOStreamTransport.java +++ b/lib/java/src/org/apache/thrift/transport/TIOStreamTransport.java @@ -18,7 +18,6 @@ import java.util.logging.Logger; * This allows for compatibility with all the nice constructs Java already * has to provide a variety of types of streams. * - * @author Mark Slee */ public class TIOStreamTransport extends TTransport { diff --git a/lib/java/src/org/apache/thrift/transport/TMemoryBuffer.java b/lib/java/src/org/apache/thrift/transport/TMemoryBuffer.java index 55555357..cf9faf49 100644 --- a/lib/java/src/org/apache/thrift/transport/TMemoryBuffer.java +++ b/lib/java/src/org/apache/thrift/transport/TMemoryBuffer.java @@ -12,7 +12,6 @@ import java.io.UnsupportedEncodingException; /** * Memory buffer-based implementation of the TTransport interface. * - * @author Chad Walters */ public class TMemoryBuffer extends TTransport { diff --git a/lib/java/src/org/apache/thrift/transport/TServerSocket.java b/lib/java/src/org/apache/thrift/transport/TServerSocket.java index d5cee7f9..f14baa41 100644 --- a/lib/java/src/org/apache/thrift/transport/TServerSocket.java +++ b/lib/java/src/org/apache/thrift/transport/TServerSocket.java @@ -17,7 +17,6 @@ import java.util.logging.Logger; /** * Wrapper around ServerSocket for Thrift. * - * @author Mark Slee */ public class TServerSocket extends TServerTransport { diff --git a/lib/java/src/org/apache/thrift/transport/TServerTransport.java b/lib/java/src/org/apache/thrift/transport/TServerTransport.java index 1730a031..9b56dbcf 100644 --- a/lib/java/src/org/apache/thrift/transport/TServerTransport.java +++ b/lib/java/src/org/apache/thrift/transport/TServerTransport.java @@ -9,7 +9,6 @@ package org.apache.thrift.transport; /** * Server transport. Object which provides client transports. * - * @author Mark Slee */ public abstract class TServerTransport { diff --git a/lib/java/src/org/apache/thrift/transport/TSocket.java b/lib/java/src/org/apache/thrift/transport/TSocket.java index 6a2feb71..9b86cd9e 100644 --- a/lib/java/src/org/apache/thrift/transport/TSocket.java +++ b/lib/java/src/org/apache/thrift/transport/TSocket.java @@ -18,7 +18,6 @@ import java.util.logging.Logger; /** * Socket implementation of the TTransport interface. To be commented soon! * - * @author Mark Slee */ public class TSocket extends TIOStreamTransport { diff --git a/lib/java/src/org/apache/thrift/transport/TTransport.java b/lib/java/src/org/apache/thrift/transport/TTransport.java index fd7e6199..33e255c0 100644 --- a/lib/java/src/org/apache/thrift/transport/TTransport.java +++ b/lib/java/src/org/apache/thrift/transport/TTransport.java @@ -10,7 +10,6 @@ package org.apache.thrift.transport; * Generic class that encapsulates the I/O layer. This is basically a thin * wrapper around the combined functionality of Java input/output streams. * - * @author Mark Slee */ public abstract class TTransport { diff --git a/lib/java/src/org/apache/thrift/transport/TTransportException.java b/lib/java/src/org/apache/thrift/transport/TTransportException.java index 3bbf38e4..aaeea749 100644 --- a/lib/java/src/org/apache/thrift/transport/TTransportException.java +++ b/lib/java/src/org/apache/thrift/transport/TTransportException.java @@ -11,7 +11,6 @@ import org.apache.thrift.TException; /** * Transport exceptions. * - * @author Mark Slee */ public class TTransportException extends TException { diff --git a/lib/java/src/org/apache/thrift/transport/TTransportFactory.java b/lib/java/src/org/apache/thrift/transport/TTransportFactory.java index e0883ede..63af5da2 100644 --- a/lib/java/src/org/apache/thrift/transport/TTransportFactory.java +++ b/lib/java/src/org/apache/thrift/transport/TTransportFactory.java @@ -12,8 +12,6 @@ package org.apache.thrift.transport; * a ServerTransport and then may want to mutate them (i.e. create * a BufferedTransport from the underlying base transport) * - * @author Mark Slee - * @author Aditya Agarwal */ public class TTransportFactory { diff --git a/lib/java/test/org/apache/thrift/test/EqualityTest.java b/lib/java/test/org/apache/thrift/test/EqualityTest.java index 5a1eea6a..86e00b03 100644 --- a/lib/java/test/org/apache/thrift/test/EqualityTest.java +++ b/lib/java/test/org/apache/thrift/test/EqualityTest.java @@ -28,7 +28,6 @@ package org.apache.thrift.test; import thrift.test.*; /'''r'''** - * @author David Reiss *'''r'''/ public class EqualityTest { public static void main(String[] args) throws Exception { @@ -95,7 +94,6 @@ package org.apache.thrift.test; import thrift.test.*; /** - * @author David Reiss */ public class EqualityTest { public static void main(String[] args) throws Exception { diff --git a/lib/java/test/org/apache/thrift/test/IdentityTest.java b/lib/java/test/org/apache/thrift/test/IdentityTest.java index 584bf145..af0a4896 100644 --- a/lib/java/test/org/apache/thrift/test/IdentityTest.java +++ b/lib/java/test/org/apache/thrift/test/IdentityTest.java @@ -21,7 +21,6 @@ import thrift.test.OneOfEach; /** * - * @author David Reiss */ public class IdentityTest { public static Object deepCopy(Object oldObj) throws Exception { diff --git a/lib/java/test/org/apache/thrift/test/JSONProtoTest.java b/lib/java/test/org/apache/thrift/test/JSONProtoTest.java index c955bc05..ef263f05 100644 --- a/lib/java/test/org/apache/thrift/test/JSONProtoTest.java +++ b/lib/java/test/org/apache/thrift/test/JSONProtoTest.java @@ -18,7 +18,6 @@ import thrift.test.OneOfEach; /** * Tests for the Java implementation of TJSONProtocol. Mirrors the C++ version * - * @author Chad Walters */ public class JSONProtoTest { diff --git a/lib/java/test/org/apache/thrift/test/TestClient.java b/lib/java/test/org/apache/thrift/test/TestClient.java index da638d23..d868999c 100644 --- a/lib/java/test/org/apache/thrift/test/TestClient.java +++ b/lib/java/test/org/apache/thrift/test/TestClient.java @@ -25,7 +25,6 @@ import java.util.ArrayList; * this makes a variety of requests to enable testing for both performance and * correctness of the output. * - * @author Mark Slee */ public class TestClient { public static void main(String [] args) { diff --git a/lib/java/test/org/apache/thrift/test/ToStringTest.java b/lib/java/test/org/apache/thrift/test/ToStringTest.java index eb99a384..154c7d9b 100644 --- a/lib/java/test/org/apache/thrift/test/ToStringTest.java +++ b/lib/java/test/org/apache/thrift/test/ToStringTest.java @@ -3,7 +3,6 @@ package org.apache.thrift.test; import thrift.test.*; /** - * @author David Reiss */ public class ToStringTest { public static void main(String[] args) throws Exception { diff --git a/lib/perl/lib/Thrift/FramedTransport.pm b/lib/perl/lib/Thrift/FramedTransport.pm index 0cf2f3b1..ce5dc08d 100644 --- a/lib/perl/lib/Thrift/FramedTransport.pm +++ b/lib/perl/lib/Thrift/FramedTransport.pm @@ -21,7 +21,6 @@ use Thrift::Transport; # their length. # # @package thrift.transport -# @author Mark Slee # package Thrift::FramedTransport; diff --git a/lib/php/README.apache b/lib/php/README.apache index 3ddce304..9863aca4 100644 --- a/lib/php/README.apache +++ b/lib/php/README.apache @@ -21,7 +21,6 @@ Sample Code /** * Example of how to build a Thrift server in Apache/PHP * - * @author Mark Slee */ $GLOBALS['THRIFT_ROOT'] = '/your/thrift/root'; diff --git a/lib/php/src/Thrift.php b/lib/php/src/Thrift.php index c17c5178..5272d06d 100644 --- a/lib/php/src/Thrift.php +++ b/lib/php/src/Thrift.php @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift - * @author Mark Slee */ /** diff --git a/lib/php/src/autoload.php b/lib/php/src/autoload.php index d0b4c632..6c6026f5 100644 --- a/lib/php/src/autoload.php +++ b/lib/php/src/autoload.php @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift - * @author Mark Slee */ /** diff --git a/lib/php/src/protocol/TBinaryProtocol.php b/lib/php/src/protocol/TBinaryProtocol.php index 4877112c..833f2132 100644 --- a/lib/php/src/protocol/TBinaryProtocol.php +++ b/lib/php/src/protocol/TBinaryProtocol.php @@ -9,14 +9,11 @@ include_once $GLOBALS['THRIFT_ROOT'].'/transport/TBufferedTransport.php'; * http://developers.facebook.com/thrift/ * * @package thrift.protocol - * @author Mark Slee */ /** * Binary implementation of the Thrift protocol. * - * @author Mark Slee - * @author Marc Kwiatkowski */ class TBinaryProtocol extends TProtocol { diff --git a/lib/php/src/protocol/TProtocol.php b/lib/php/src/protocol/TProtocol.php index 7e736d5f..3b2f589d 100644 --- a/lib/php/src/protocol/TProtocol.php +++ b/lib/php/src/protocol/TProtocol.php @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.protocol - * @author Mark Slee */ /** @@ -16,8 +15,6 @@ * a protocol encoder/decoder. * * @package thrift.protocol - * @author Mark Slee - * @author Aditya Agarwal */ /** diff --git a/lib/php/src/transport/TBufferedTransport.php b/lib/php/src/transport/TBufferedTransport.php index 26825693..87abfb26 100644 --- a/lib/php/src/transport/TBufferedTransport.php +++ b/lib/php/src/transport/TBufferedTransport.php @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee */ /** @@ -17,7 +16,6 @@ * read and then serve data out of the internal buffer. * * @package thrift.transport - * @author Mark Slee */ class TBufferedTransport extends TTransport { diff --git a/lib/php/src/transport/TFramedTransport.php b/lib/php/src/transport/TFramedTransport.php index 2c7a3443..c3a61f6c 100644 --- a/lib/php/src/transport/TFramedTransport.php +++ b/lib/php/src/transport/TFramedTransport.php @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee */ /** @@ -16,7 +15,6 @@ * their length. * * @package thrift.transport - * @author Mark Slee */ class TFramedTransport extends TTransport { diff --git a/lib/php/src/transport/THttpClient.php b/lib/php/src/transport/THttpClient.php index 9ac13704..47b38ebe 100644 --- a/lib/php/src/transport/THttpClient.php +++ b/lib/php/src/transport/THttpClient.php @@ -8,14 +8,12 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee */ /** * HTTP client for Thrift * * @package thrift.transport - * @author Mark Slee */ class THttpClient extends TTransport { diff --git a/lib/php/src/transport/TMemoryBuffer.php b/lib/php/src/transport/TMemoryBuffer.php index c34fb67c..1defbaea 100644 --- a/lib/php/src/transport/TMemoryBuffer.php +++ b/lib/php/src/transport/TMemoryBuffer.php @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Levy Klots */ /** @@ -18,7 +17,6 @@ * buffer. * * @package thrift.transport - * @author Levy Klots */ class TMemoryBuffer extends TTransport { diff --git a/lib/php/src/transport/TNullTransport.php b/lib/php/src/transport/TNullTransport.php index b24cee5e..450fc741 100644 --- a/lib/php/src/transport/TNullTransport.php +++ b/lib/php/src/transport/TNullTransport.php @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee */ /** @@ -16,7 +15,6 @@ * This is useful for measuring the serialized size of structures. * * @package thrift.transport - * @author David Reiss */ class TNullTransport extends TTransport { diff --git a/lib/php/src/transport/TPhpStream.php b/lib/php/src/transport/TPhpStream.php index d1350d71..9a3049a7 100644 --- a/lib/php/src/transport/TPhpStream.php +++ b/lib/php/src/transport/TPhpStream.php @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee */ /** @@ -16,7 +15,6 @@ * php://input and php://output * * @package thrift.transport - * @author Mark Slee */ class TPhpStream extends TTransport { diff --git a/lib/php/src/transport/TSocket.php b/lib/php/src/transport/TSocket.php index 39677488..7c479583 100644 --- a/lib/php/src/transport/TSocket.php +++ b/lib/php/src/transport/TSocket.php @@ -8,14 +8,12 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee */ /** * Sockets implementation of the TTransport interface. * * @package thrift.transport - * @author Mark Slee */ class TSocket extends TTransport { diff --git a/lib/php/src/transport/TSocketPool.php b/lib/php/src/transport/TSocketPool.php index bd28db65..8d75ce37 100644 --- a/lib/php/src/transport/TSocketPool.php +++ b/lib/php/src/transport/TSocketPool.php @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee */ /** Inherits from Socket */ @@ -30,7 +29,6 @@ if (!function_exists('apc_fetch')) { * to a pool of servers. * * @package thrift.transport - * @author Mark Slee */ class TSocketPool extends TSocket { diff --git a/lib/php/src/transport/TTransport.php b/lib/php/src/transport/TTransport.php index 6740dcdc..10ee647b 100644 --- a/lib/php/src/transport/TTransport.php +++ b/lib/php/src/transport/TTransport.php @@ -8,7 +8,6 @@ * http://developers.facebook.com/thrift/ * * @package thrift.transport - * @author Mark Slee */ /** @@ -31,7 +30,6 @@ class TTransportException extends TException { * Base interface for a transport agent. * * @package thrift.transport - * @author Mark Slee */ abstract class TTransport {