1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Description: charset encoding fixes
Author: Nicholas Breen <nbreen@debian.org>
Forwarded: no
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: xbae/include/Xbae/Matrix.h
===================================================================
--- xbae.orig/include/Xbae/Matrix.h
+++ xbae/include/Xbae/Matrix.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) 1992 Bell Communications Research, Inc. (Bellcore)
* Copyright (c) 1995-99 Andrew Lister
- * Copyright 1999, 2000, 2001, 2002, 2003, 2004 by the LessTif Developers.
+ * Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004 by the LessTif Developers.
*
* All rights reserved
* Permission to use, copy, modify and distribute this material for
Index: xbae/include/Xbae/MatrixP.h
===================================================================
--- xbae.orig/include/Xbae/MatrixP.h
+++ xbae/include/Xbae/MatrixP.h
@@ -1,7 +1,7 @@
/*
* Copyright(c) 1992 Bell Communications Research, Inc. (Bellcore)
* Copyright(c) 1995-99 Andrew Lister
- * Copyright 1999, 2000, 2001, 2002, 2003, 2004 by the LessTif Developers.
+ * Copyright (c) 1999, 2000, 2001, 2002, 2003, 2004 by the LessTif Developers.
*
* All rights reserved
* Permission to use, copy, modify and distribute this material for
|