[vlma-devel] commit: Add a python file header with the license. (Adrien Maglo )

git version control git at videolan.org
Wed Mar 3 22:07:51 CET 2010


vlma | branch: master | Adrien Maglo <magsoft at videolan.org> | Wed Mar  3 22:10:43 2010 +0100| [bcff38d297d1cd6b21d76485c85cf7adecd71577] | committer: Adrien Maglo 

Add a python file header with the license.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=bcff38d297d1cd6b21d76485c85cf7adecd71577
---

 vlma-watchdog/src/__init__.py |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/vlma-watchdog/src/__init__.py b/vlma-watchdog/src/__init__.py
index e69de29..df690e2 100644
--- a/vlma-watchdog/src/__init__.py
+++ b/vlma-watchdog/src/__init__.py
@@ -0,0 +1,20 @@
+#! /usr/bin/env python
+# -*- coding: utf-8 -*-
+
+# Copyright (C) 2009-2010 Adrien Grand
+#
+# This file is part of VLMa.
+#
+# VLMa is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# VLMa 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 VLMa. If not, see <http://www.gnu.org/licenses/>.
+



More information about the vlma-devel mailing list