Repository: trafficserver Updated Branches: refs/heads/master fff07bcf6 -> f3bcac56c
Update vendor_name and support_email in plugins Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f3bcac56 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f3bcac56 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f3bcac56 Branch: refs/heads/master Commit: f3bcac56cc956dcd12bb5691f0c195efbbb11498 Parents: fff07bc Author: Phil Sorber <[email protected]> Authored: Tue Aug 19 15:58:56 2014 -0600 Committer: Phil Sorber <[email protected]> Committed: Tue Aug 19 15:58:56 2014 -0600 ---------------------------------------------------------------------- .../experimental/collapsed_connection/P_collapsed_connection.h | 4 ++-- plugins/experimental/regex_revalidate/regex_revalidate.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f3bcac56/plugins/experimental/collapsed_connection/P_collapsed_connection.h ---------------------------------------------------------------------- diff --git a/plugins/experimental/collapsed_connection/P_collapsed_connection.h b/plugins/experimental/collapsed_connection/P_collapsed_connection.h index 9e1f159..1630109 100644 --- a/plugins/experimental/collapsed_connection/P_collapsed_connection.h +++ b/plugins/experimental/collapsed_connection/P_collapsed_connection.h @@ -30,8 +30,8 @@ #define ATS_COLLAPSED_CONNECTION_PLUGIN_H_ #define PLUGIN_NAME "collapsed_connection" -#define PLUGIN_VENDOR "Yahoo! Inc" -#define PLUGIN_SUPPORT "[email protected]" +#define PLUGIN_VENDOR "Apache Software Foundation" +#define PLUGIN_SUPPORT "[email protected]" #define DEFAULT_INSERT_LOCK_RETRY_TIME 10 #define DEFAULT_MAX_LOCK_RETRY_TIMEOUT 2000 http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f3bcac56/plugins/experimental/regex_revalidate/regex_revalidate.c ---------------------------------------------------------------------- diff --git a/plugins/experimental/regex_revalidate/regex_revalidate.c b/plugins/experimental/regex_revalidate/regex_revalidate.c index eb41f4c..fd86a22 100644 --- a/plugins/experimental/regex_revalidate/regex_revalidate.c +++ b/plugins/experimental/regex_revalidate/regex_revalidate.c @@ -560,8 +560,8 @@ TSPluginInit (int argc, const char *argv[]) } info.plugin_name = LOG_PREFIX; - info.vendor_name = "Comcast"; - info.support_email = "[email protected]"; + info.vendor_name = "Apache Software Foundation"; + info.support_email = "[email protected]"; if (TSPluginRegister(TS_SDK_VERSION_3_0 , &info) != TS_SUCCESS) {
