switch to utf8 encoding of all files
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23814 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,32 +1,32 @@
|
||||
2007-10-16 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2007-10-16 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: don't run local checks.
|
||||
|
||||
2006-12-29 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-12-29 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* print_version.c: Update (c).
|
||||
|
||||
2006-10-21 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-21 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* make-print-version.c: include <string.h>
|
||||
|
||||
2006-10-20 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-20 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* make-print-version.c: Avoid creating a file called --version.
|
||||
|
||||
2006-10-19 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-19 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: fix spelling of build_HEADERZ
|
||||
|
||||
2006-10-07 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2006-10-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* Makefile.am: Add build_HEADERZ to EXTRA_DIST
|
||||
|
||||
2005-01-01 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2005-01-01 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* print_version.c: Happy New Year
|
||||
|
||||
2004-01-05 Love H<EFBFBD>rnquist <EFBFBD>strand <lha@it.su.se>
|
||||
2004-01-05 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* print_version.c: add year 2004
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998 - 2003 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1998 - 2003 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998 - 2006 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1998 - 2006 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
@@ -50,6 +50,6 @@ print_version(const char *progname)
|
||||
if(*package_list == '\0')
|
||||
package_list = "no version information";
|
||||
fprintf(stderr, "%s (%s)\n", progname, package_list);
|
||||
fprintf(stderr, "Copyright 1995-2008 Kungliga Tekniska H<EFBFBD>gskolan\n");
|
||||
fprintf(stderr, "Copyright 1995-2008 Kungliga Tekniska Högskolan\n");
|
||||
fprintf(stderr, "Send bug-reports to %s\n", PACKAGE_BUGREPORT);
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1995 - 2000 Kungliga Tekniska H<EFBFBD>gskolan
|
||||
* Copyright (c) 1995 - 2000 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
|
Reference in New Issue
Block a user