setupx: Use the correct field index for string substitutions.
[wine] / loader / main.h
index d78ec5b..7d4d4dc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Definitions for Wine main program
  *
- * Copyright 2004 Mike McCormack for Codeweavers
+ * Copyright 2004 Mike McCormack for CodeWeavers
  * Copyright 2004 Alexandre Julliard
  *
  * This library is free software; you can redistribute it and/or
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
 #ifndef __WINE_LOADER_MAIN_H