From b50dd4f8c821a627809c5c41a0c78d31ab53f9f8 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Tue, 4 Jan 2011 21:52:04 +0330 Subject: [PATCH] Some changes in project.el --- src/lib/project.el | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/lib/project.el b/src/lib/project.el index b72278b..cc98920 100644 --- a/src/lib/project.el +++ b/src/lib/project.el @@ -24,12 +24,21 @@ ;; ::project:: -- project proper name ;; ::unixname:: -- project unix name (escaped for shell) ;; ::desc:: -- project description - +;; -------------------------------------------------------------------- +;; Variables +;; -------------------------------------------------------------------- ;; Known licenses - Only free softwares license ;; I do not like users who use non-free licenses ;; TODO: gather a complete list of free software licenses ;; TODO: build a hash variable from licenses -(setq known-licenses '("gpl")) +(defvar known-licenses '("gpl") + "The free software licenses for using as the project license." +) + + +;; ---------------------------------------------------------------------- +;; Functions +;; ---------------------------------------------------------------------- ;; Each project plugin should use this function for initializing a versy ;; basic New Project environment.