summaryrefslogtreecommitdiff
path: root/src/e.h
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>1999-11-19 04:05:24 +0000
committerMichael Jennings <mej@kainx.org>1999-11-19 04:05:24 +0000
commitc58c7d411b8a1a7198b93116bd992a4d6243a192 (patch)
treedab4dc84aaa7fe31cb8d002d8c14c3ed80b34377 /src/e.h
parent5894debb3a388bf235d824bb1d675bec80425399 (diff)
downloadeterm-c58c7d411b8a1a7198b93116bd992a4d6243a192.tar.gz
Thu Nov 18 21:47:02 PST 1999 Michael Jennings <mej@eterm.org>
I've rewritten almost the entire scrollbar. It mostly works, but it still has issues. I've put an #error directive in so that it won't compile; take it out if you *really* wanna try it. It's much more efficient than before. SVN revision: 1333
Diffstat (limited to 'src/e.h')
-rw-r--r--src/e.h39
1 files changed, 18 insertions, 21 deletions
diff --git a/src/e.h b/src/e.h
index 5e0310c..d80ed45 100644
--- a/src/e.h
+++ b/src/e.h
@@ -1,27 +1,24 @@
-/* e.h -- Eterm Enlightenment support module header file
- * -- 6 June 1999, mej
+/*
+ * Copyright (C) 1999-1997, Michael Jennings
*
- * This file is original work by Michael Jennings <mej@eterm.org> and
- * Tuomo Venalainen <vendu@cc.hut.fi>. This file, and any other file
- * bearing this same message or a similar one, is distributed under
- * the GNU Public License (GPL) as outlined in the COPYING file.
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
*
- * Copyright (C) 1997-1999, Michael Jennings and Tuomo Venalainen
+ * The above copyright notice and this permission notice shall be included in
+ * all copies of the Software, its documentation and marketing & publicity
+ * materials, and acknowledgment shall be given in the documentation, materials
+ * and software packages that this Software was used.
*
- * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifndef _E_H_