~launchpad-pqm/launchpad/devel

8687.15.30 by Karl Fogel
Add the license header block to all .zcml files.
1
<!-- Copyright 2009 Canonical Ltd.  This software is licensed under the
2
     GNU Affero General Public License version 3 (see the file LICENSE).
3
-->
4
8294.7.5 by Francis J. Lacoste
Added missing file.
5
<configure xmlns="http://namespaces.zope.org/meta">
6
7
  <directive
8
      namespace="http://namespaces.canonical.com/lp"
9
      name="help-folder"
10
      schema="lp.services.inlinehelp.zcml.IHelpFolderDirective"
11
      handler="lp.services.inlinehelp.zcml.register_help_folder"
12
      />
13
14
</configure>