[mousetrap/gnome3-wip: 2/240] Add standard header to __init__.py
- From: Heidi Ellis <heidiellis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mousetrap/gnome3-wip: 2/240] Add standard header to __init__.py
- Date: Mon, 8 Sep 2014 15:12:42 +0000 (UTC)
commit 53b47109ed3651ab1eec6dcf8c9cf9a31101818e
Author: Stoney Jackson <dr stoney gmail com>
Date: Wed Apr 16 09:39:31 2014 -0400
Add standard header to __init__.py
src/mousetrap/addons/__init__.py | 25 +++++++++++++++++++++++++
src/mousetrap/core/__init__.py | 25 +++++++++++++++++++++++++
src/mousetrap/ui/__init__.py | 25 +++++++++++++++++++++++++
3 files changed, 75 insertions(+), 0 deletions(-)
---
diff --git a/src/mousetrap/addons/__init__.py b/src/mousetrap/addons/__init__.py
index e69de29..7e8b8d7 100644
--- a/src/mousetrap/addons/__init__.py
+++ b/src/mousetrap/addons/__init__.py
@@ -0,0 +1,25 @@
+# -*- coding: utf-8 -*-
+
+# MouseTrap
+#
+# Copyright 2009 Flavio Percoco Premoli
+#
+# This file is part of mouseTrap.
+#
+# MouseTrap is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License v2 as published
+# by the Free Software Foundation.
+#
+# mouseTrap is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with mouseTrap. If not, see <http://www.gnu.org/licenses/>.
+
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
+__copyright__ = "Copyright (c) 2008 Flavio Percoco Premoli"
+__license__ = "GPLv2"
diff --git a/src/mousetrap/core/__init__.py b/src/mousetrap/core/__init__.py
index e69de29..7e8b8d7 100644
--- a/src/mousetrap/core/__init__.py
+++ b/src/mousetrap/core/__init__.py
@@ -0,0 +1,25 @@
+# -*- coding: utf-8 -*-
+
+# MouseTrap
+#
+# Copyright 2009 Flavio Percoco Premoli
+#
+# This file is part of mouseTrap.
+#
+# MouseTrap is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License v2 as published
+# by the Free Software Foundation.
+#
+# mouseTrap is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with mouseTrap. If not, see <http://www.gnu.org/licenses/>.
+
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
+__copyright__ = "Copyright (c) 2008 Flavio Percoco Premoli"
+__license__ = "GPLv2"
diff --git a/src/mousetrap/ui/__init__.py b/src/mousetrap/ui/__init__.py
index e69de29..7e8b8d7 100644
--- a/src/mousetrap/ui/__init__.py
+++ b/src/mousetrap/ui/__init__.py
@@ -0,0 +1,25 @@
+# -*- coding: utf-8 -*-
+
+# MouseTrap
+#
+# Copyright 2009 Flavio Percoco Premoli
+#
+# This file is part of mouseTrap.
+#
+# MouseTrap is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License v2 as published
+# by the Free Software Foundation.
+#
+# mouseTrap is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with mouseTrap. If not, see <http://www.gnu.org/licenses/>.
+
+__id__ = "$Id$"
+__version__ = "$Revision$"
+__date__ = "$Date$"
+__copyright__ = "Copyright (c) 2008 Flavio Percoco Premoli"
+__license__ = "GPLv2"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]