From 66de5a6746bf76d36fc46036973cc7375f5d5036 Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko Date: Wed, 7 Jun 2017 14:40:03 +0300 Subject: [PATCH] shapito: more renamings --- src/so_macro.h | 4 ++-- src/so_md5.h | 2 +- src/so_parameter.h | 2 +- src/so_password.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/so_macro.h b/src/so_macro.h index 46037e8b..a8c1540f 100644 --- a/src/so_macro.h +++ b/src/so_macro.h @@ -2,9 +2,9 @@ #define SO_MACRO_H_ /* - * SHAPITO + * SHAPITO. * - * Protocol-level PostgreSQL client library + * Protocol-level PostgreSQL client library. */ #define so_likely(e) __builtin_expect(!! (e), 1) diff --git a/src/so_md5.h b/src/so_md5.h index 2026f843..c30b5411 100644 --- a/src/so_md5.h +++ b/src/so_md5.h @@ -2,7 +2,7 @@ #define SO_MD5_H_ /* - * soprano. + * SHAPITO. * * Protocol-level PostgreSQL client library. */ diff --git a/src/so_parameter.h b/src/so_parameter.h index 49dfc10d..4c65a2d7 100644 --- a/src/so_parameter.h +++ b/src/so_parameter.h @@ -2,7 +2,7 @@ #define SO_PARAMETER_H_ /* - * soprano. + * SHAPITO. * * Protocol-level PostgreSQL client library. */ diff --git a/src/so_password.h b/src/so_password.h index 004b212d..cf04f00d 100644 --- a/src/so_password.h +++ b/src/so_password.h @@ -2,7 +2,7 @@ #define SO_PASSWORD_H_ /* - * soprano. + * SHAPITO. * * Protocol-level PostgreSQL client library. */