Author: gjm
Date: Fri Aug 10 08:40:43 2012
New Revision: 1371597
URL: http://svn.apache.org/viewvc?rev=1371597&view=rev
Log:
rat: adding license headers to a few missed python files - towards #153
Modified:
incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/macros.py
incubator/bloodhound/trunk/bloodhound_dashboard/void/__init__.py
Modified: incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/macros.py
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/macros.py?rev=1371597&r1=1371596&r2=1371597&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/macros.py
(original)
+++ incubator/bloodhound/trunk/bloodhound_dashboard/bhdashboard/macros.py Fri
Aug 10 08:40:43 2012
@@ -1,3 +1,25 @@
+#!/usr/bin/env python
+# -*- coding: UTF-8 -*-
+
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+r"""Bloodhound Macros"""
+
from genshi.builder import tag
from trac.util.translation import _, cleandoc_
from trac.wiki.api import WikiSystem
Modified: incubator/bloodhound/trunk/bloodhound_dashboard/void/__init__.py
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/void/__init__.py?rev=1371597&r1=1371596&r2=1371597&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_dashboard/void/__init__.py (original)
+++ incubator/bloodhound/trunk/bloodhound_dashboard/void/__init__.py Fri Aug 10
08:40:43 2012
@@ -0,0 +1,20 @@
+#!/usr/bin/env python
+# -*- coding: UTF-8 -*-
+
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+