Ready for testing
[enscript.git] / afmlib / afm.h
index ba80654..44e081f 100644 (file)
@@ -6,20 +6,18 @@
  */
 
 /*
- * This program is free software; you can redistribute it and/or modify
+ * Enscript 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, or (at your option)
- * any later version.
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
  *
- * This program is distributed in the hope that it will be useful,
+ * Enscript 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; see the file COPYING.  If not, write to
- * the Free Software Foundation, 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * along with Enscript.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef AFM_H
@@ -283,6 +281,7 @@ typedef enum
   AFM_ENCODING_ISO_8859_7,     /* ISO-8859-7 */
   AFM_ENCODING_ISO_8859_9,     /* ISO-8859-9 */
   AFM_ENCODING_ISO_8859_10,    /* ISO-8859-10 */
+  AFM_ENCODING_ISO_8859_15,    /* ISO-8859-15 */
   AFM_ENCODING_IBMPC,          /* IBM PC */
   AFM_ENCODING_ASCII,          /* 7 bit ASCII */
   AFM_ENCODING_MAC,            /* Mac */