From 8555ab1f12abd53744d0cb4fe9b3d7a925b10194 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 26 Feb 2013 20:54:11 +0800 Subject: Bug 844863: exclude tbplbot from TagNewUser's comment counting --- extensions/TagNewUsers/Config.pm | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-) (limited to 'extensions/TagNewUsers/Config.pm') diff --git a/extensions/TagNewUsers/Config.pm b/extensions/TagNewUsers/Config.pm index cfa635c32..c2330afc8 100644 --- a/extensions/TagNewUsers/Config.pm +++ b/extensions/TagNewUsers/Config.pm @@ -1,33 +1,15 @@ -# -*- Mode: perl; indent-tabs-mode: nil -*- +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. # -# The contents of this file are subject to the Mozilla Public -# License Version 1.1 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -# implied. See the License for the specific language governing -# rights and limitations under the License. -# -# The Original Code is the TagNewUsers Extension. -# -# The Initial Developer of the Original Code is the Mozilla Foundation -# Portions created by the Initial Developers are Copyright (C) 2011 the -# Initial Developer. All Rights Reserved. -# -# Contributor(s): -# Byron Jones +# This Source Code Form is "Incompatible With Secondary Licenses", as +# defined by the Mozilla Public License, v. 2.0. package Bugzilla::Extension::TagNewUsers; use strict; use constant NAME => 'TagNewUsers'; - -use constant REQUIRED_MODULES => [ -]; - -use constant OPTIONAL_MODULES => [ -]; +use constant REQUIRED_MODULES => [ ]; +use constant OPTIONAL_MODULES => [ ]; __PACKAGE__->NAME; -- cgit v1.2.3-24-g4f1b