diff options
author | Peter Bex <peter@more-magic.net> | 2019-05-01 18:59:35 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2019-05-01 18:59:35 +0200 |
commit | 13eaf04669aabaa0aa88eed768f83dabc8076f0a (patch) | |
tree | 724d80fb4ed3e255f1b4a730ca82ca28e1429ca2 /postgresql.scm | |
parent | 415debd00751e15db02e725b574f39f8d3809a48 (diff) | |
download | chicken-postgresql-13eaf04669aabaa0aa88eed768f83dabc8076f0a.tar.gz |
Change file encoding to UTF-8
Diffstat (limited to 'postgresql.scm')
-rw-r--r-- | postgresql.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql.scm b/postgresql.scm index 3f1baf4..cb2ba6a 100644 --- a/postgresql.scm +++ b/postgresql.scm @@ -1,7 +1,7 @@ ;;; Bindings to the PostgreSQL C library ;; ;; Copyright (C) 2008-2014 Peter Bex -;; Copyright (C) 2004 Johannes Grødem <johs@copyleft.no> +;; Copyright (C) 2004 Johannes Grødem <johs@copyleft.no> ;; Redistribution and use in source and binary forms, with or without ;; modification, is permitted. ;; |