qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs variables.c variables.h


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs variables.c variables.h
Date: Fri, 18 Jan 2008 17:04:58 +0000

CVSROOT:        /cvsroot/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        08/01/18 17:04:58

Modified files:
        .              : variables.c variables.h 

Log message:
        updated copyright

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/variables.c?cvsroot=qemacs&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/qemacs/variables.h?cvsroot=qemacs&r1=1.1&r2=1.2

Patches:
Index: variables.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/variables.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- variables.c 18 Jan 2008 17:03:36 -0000      1.1
+++ variables.c 18 Jan 2008 17:04:58 -0000      1.2
@@ -1,5 +1,5 @@
 /*
- * QEmacs, tiny but powerful multimode editor
+ * Module for handling variables in QEmacs
  *
  * Copyright (c) 2000-2008 Charlie Gordon.
  *

Index: variables.h
===================================================================
RCS file: /cvsroot/qemacs/qemacs/variables.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- variables.h 18 Jan 2008 17:03:36 -0000      1.1
+++ variables.h 18 Jan 2008 17:04:58 -0000      1.2
@@ -1,3 +1,22 @@
+/*
+ * Module for handling variables in QEmacs
+ *
+ * Copyright (c) 2000-2008 Charlie Gordon.
+ *
+ * This program 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.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
 
 typedef enum QVarType {
     VAR_UNKNOWN = 0,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]