summaryrefslogtreecommitdiffstats
path: root/extensions/TagNewUsers/Config.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-02-26 13:54:11 +0100
committerByron Jones <bjones@mozilla.com>2013-02-26 13:54:11 +0100
commit8555ab1f12abd53744d0cb4fe9b3d7a925b10194 (patch)
tree44b08ed32d4e63c1a8e95d61e415c1c81d13638e /extensions/TagNewUsers/Config.pm
parent13ce044855a2f1fd553eb6b2e9d1516bd95dd19d (diff)
downloadbugzilla-8555ab1f12abd53744d0cb4fe9b3d7a925b10194.tar.gz
bugzilla-8555ab1f12abd53744d0cb4fe9b3d7a925b10194.tar.xz
Bug 844863: exclude tbplbot from TagNewUser's comment counting
Diffstat (limited to 'extensions/TagNewUsers/Config.pm')
-rw-r--r--extensions/TagNewUsers/Config.pm32
1 files changed, 7 insertions, 25 deletions
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 <bjones@mozilla.com>
+# 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;