Enlightenment CVS committal

Author  : fletch3k
Project : misc
Module  : enotes

Dir     : misc/enotes/src


Modified Files:
        main.c main.h newentry.c notecmds.c notenum.c 


Log Message:
Licences.

===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/main.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- main.c      10 Feb 2003 17:37:41 -0000      1.8
+++ main.c      10 Feb 2003 18:19:32 -0000      1.9
@@ -1,3 +1,21 @@
+/*
+-----------------------------------------------------------
+|  ######          #    #   ####    #####  ######   ####  |
+|  #               ##   #  #    #     #    #       #      |
+|  #####   #####   # #  #  #    #     #    #####    ####  |
+|  #               #  # #  #    #     #    #            # |
+|  #               #   ##  #    #     #    #       #    # |
+|  ######          #    #   ####      #    ######   ####  |
+-----------------------------------------------------------
+| E-Notes is released under:                              |
+|      The GNU General Public License (GPL)               |
+|                                                         |
+| Owner: Thomas Fletcher                                  |
+|                                                         |
+| This Software is part of the Enlightenment Project.     |
+|_________________________________________________________|
+*/
+
 #include "main.h"
 
 char *tmp;
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/main.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- main.h      10 Feb 2003 17:37:41 -0000      1.7
+++ main.h      10 Feb 2003 18:19:33 -0000      1.8
@@ -1,3 +1,21 @@
+/*
+-----------------------------------------------------------
+|  ######          #    #   ####    #####  ######   ####  |
+|  #               ##   #  #    #     #    #       #      |
+|  #####   #####   # #  #  #    #     #    #####    ####  |
+|  #               #  # #  #    #     #    #            # |
+|  #               #   ##  #    #     #    #       #    # |
+|  ######          #    #   ####      #    ######   ####  |
+-----------------------------------------------------------
+| E-Notes is released under:                              |
+|      The GNU General Public License (GPL)               |
+|                                                         |
+| Owner: Thomas Fletcher                                  |
+|                                                         |
+| This Software is part of the Enlightenment Project.     |
+|_________________________________________________________|
+*/
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/newentry.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- newentry.c  6 Feb 2003 17:52:30 -0000       1.2
+++ newentry.c  10 Feb 2003 18:19:33 -0000      1.3
@@ -1,3 +1,21 @@
+/*
+-----------------------------------------------------------
+|  ######          #    #   ####    #####  ######   ####  |
+|  #               ##   #  #    #     #    #       #      |
+|  #####   #####   # #  #  #    #     #    #####    ####  |
+|  #               #  # #  #    #     #    #            # |
+|  #               #   ##  #    #     #    #       #    # |
+|  ######          #    #   ####      #    ######   ####  |
+-----------------------------------------------------------
+| E-Notes is released under:                              |
+|      The GNU General Public License (GPL)               |
+|                                                         |
+| Owner: Thomas Fletcher                                  |
+|                                                         |
+| This Software is part of the Enlightenment Project.     |
+|_________________________________________________________|
+*/
+
 #include "main.h"
 
 void
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/notecmds.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- notecmds.c  10 Feb 2003 17:37:41 -0000      1.4
+++ notecmds.c  10 Feb 2003 18:19:34 -0000      1.5
@@ -1,3 +1,21 @@
+/*
+-----------------------------------------------------------
+|  ######          #    #   ####    #####  ######   ####  |
+|  #               ##   #  #    #     #    #       #      |
+|  #####   #####   # #  #  #    #     #    #####    ####  |
+|  #               #  # #  #    #     #    #            # |
+|  #               #   ##  #    #     #    #       #    # |
+|  ######          #    #   ####      #    ######   ####  |
+-----------------------------------------------------------
+| E-Notes is released under:                              |
+|      The GNU General Public License (GPL)               |
+|                                                         |
+| Owner: Thomas Fletcher                                  |
+|                                                         |
+| This Software is part of the Enlightenment Project.     |
+|_________________________________________________________|
+*/
+
 #include "main.h"
 
 void
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/notenum.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- notenum.c   10 Feb 2003 17:37:41 -0000      1.7
+++ notenum.c   10 Feb 2003 18:19:34 -0000      1.8
@@ -1,9 +1,29 @@
+/*
+-----------------------------------------------------------
+|  ######          #    #   ####    #####  ######   ####  |
+|  #               ##   #  #    #     #    #       #      |
+|  #####   #####   # #  #  #    #     #    #####    ####  |
+|  #               #  # #  #    #     #    #            # |
+|  #               #   ##  #    #     #    #       #    # |
+|  ######          #    #   ####      #    ######   ####  |
+-----------------------------------------------------------
+| E-Notes is released under:                              |
+|      The GNU General Public License (GPL)               |
+|                                                         |
+| Owner: Thomas Fletcher                                  |
+|                                                         |
+| This Software is part of the Enlightenment Project.     |
+|_________________________________________________________|
+*/
+
 #include "main.h"
+
 #define fade_interval 10
 #define fadespeed 0.01
 #define slidespeed 0.05
 
 int slidebool=0;
+
 
 void
 openwin  ()




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to