branch: elpa/vc-fossil
commit 0aceef306726815a84e304253711bb6d3bdf497b
Author: venks <venks>
Commit: venks <venks>

    Add GPLv3 as the default license
---
 vc/el/vc-fossil.el | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/vc/el/vc-fossil.el b/vc/el/vc-fossil.el
index dd31e07..68408a6 100644
--- a/vc/el/vc-fossil.el
+++ b/vc/el/vc-fossil.el
@@ -1,6 +1,20 @@
 ;;; vc-fossil.el --- VC backend for the fossil sofware configuraiton 
management system
+
 ;; Author: Venkat Iyer <ven...@comit.com>
 
+;; vc-fossil.el 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 3 of the License, or
+;; (at your option) any later version.
+
+;; vc-fossil.el 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.
+
+;; For a copy of the license, please see <http://www.gnu.org/licenses/>.
+
+
 ;;; Commentary:
 
 ;; This file contains a VC backend for the fossil version control

Reply via email to