summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2019-05-01 18:59:35 +0200
committerPeter Bex <peter@more-magic.net>2019-05-01 18:59:35 +0200
commit13eaf04669aabaa0aa88eed768f83dabc8076f0a (patch)
tree724d80fb4ed3e255f1b4a730ca82ca28e1429ca2
parent415debd00751e15db02e725b574f39f8d3809a48 (diff)
downloadchicken-postgresql-13eaf04669aabaa0aa88eed768f83dabc8076f0a.tar.gz
Change file encoding to UTF-8
-rw-r--r--postgresql.scm2
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.
;;