lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master abb154b 5/8: Write this project's name in low


From: Greg Chicares
Subject: [lmi-commits] [lmi] master abb154b 5/8: Write this project's name in lowercase only
Date: Mon, 30 Jan 2017 02:49:05 +0000 (UTC)

branch: master
commit abb154b95cd24a604e643f6d6a7b87c1ce483260
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Write this project's name in lowercase only
---
 README.auto        |    4 ++--
 configure.ac       |    4 ++--
 getopt.cpp         |    4 ++--
 getopt.hpp         |    2 +-
 getopt_test.cpp    |    4 ++--
 input_sequence.hpp |    4 ++--
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/README.auto b/README.auto
index e3ff212..32ce40b 100644
--- a/README.auto
+++ b/README.auto
@@ -19,13 +19,13 @@
 // email: <address@hidden>
 // snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
-                  README file for building LMI with autotools
+                  README file for building lmi with autotools
                   ===========================================
 
 0. Introduction
 ---------------
 
-LMI now has a autoconf toolchain build system. The advantages of using it are:
+lmi now has a autoconf toolchain build system. The advantages of using it are:
 
 a) we can use standard "configure && make && make install" invocation and
    standard configure options such as --prefix, --enable-debug and so on
diff --git a/configure.ac b/configure.ac
index d755df1..445b837 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 
06033, USA
 dnl === Prologue ===
 
 AC_PREREQ(2.56)
-AC_INIT(LMI, 1.0.0, address@hidden)
+AC_INIT(lmi, 1.0.0, address@hidden)
 AM_INIT_AUTOMAKE([foreign])
 AM_MAINTAINER_MODE
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
@@ -588,7 +588,7 @@ if test "x$GXX" == "xyes"; then
     fi
 
     dnl this one must be disabled because there are tons of occurrences of
-    dnl this warning in both wx and LMI sources
+    dnl this warning in both wx and lmi sources
     if test "$CLANG" = "yes"; then
         LMI_CXX_ADD_IF_SUPPORTED(-Wno-logical-op-parentheses)
         LMI_CXX_ADD_IF_SUPPORTED(-Wno-bitwise-op-parentheses)
diff --git a/getopt.cpp b/getopt.cpp
index cce482f..0d8de74 100644
--- a/getopt.cpp
+++ b/getopt.cpp
@@ -81,10 +81,10 @@
 // A web search will reveal more problems; I judge that there's enough
 // evidence here to support banning alloca() from this project.
 
-// GWC added this to conform to LMI standards.
+// GWC added this to conform to lmi standards.
 #include "pchfile.hpp"
 
-// GWC changed filename to conform to LMI standard: lowercase, .hpp .
+// GWC changed filename to conform to lmi standard: lowercase, .hpp .
 // #include <GetOpt.h>
 #include "getopt.hpp"
 
diff --git a/getopt.hpp b/getopt.hpp
index bef9a94..2124883 100644
--- a/getopt.hpp
+++ b/getopt.hpp
@@ -55,7 +55,7 @@
 
 // GWC removed obsolete '#pragma interface'.
 
-// GWC added this to conform to LMI standards.
+// GWC added this to conform to lmi standards.
 #include "config.hpp"
 
 // GWC added this.
diff --git a/getopt_test.cpp b/getopt_test.cpp
index 189a297..90dcfaa 100644
--- a/getopt_test.cpp
+++ b/getopt_test.cpp
@@ -36,10 +36,10 @@
 // email: <address@hidden>
 // snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
-// GWC added this to conform to LMI standards.
+// GWC added this to conform to lmi standards.
 #include "pchfile.hpp"
 
-// GWC changed filename to conform to LMI standard: lowercase, .hpp .
+// GWC changed filename to conform to lmi standard: lowercase, .hpp .
 // #include <GetOpt.h>
 #include "getopt.hpp"
 
diff --git a/input_sequence.hpp b/input_sequence.hpp
index 62687f7..8521a0c 100644
--- a/input_sequence.hpp
+++ b/input_sequence.hpp
@@ -31,7 +31,7 @@
 // meaning can be resolved only in the context of each life. It cannot
 // be expressed as a simple vector of values:
 //   premium: 10000, 10000, ...[how many?], 0, 0, ...[how many?]
-// At present, LMI offers separate pre- and post-retirement fields for
+// At present, lmi offers separate pre- and post-retirement fields for
 // such inputs, and a simple vector of values to accommodate varying
 // values that don't fit the [issue, retirement), [retirement, maturity)
 // paradigm, such as premiums following the exact pattern
@@ -98,7 +98,7 @@
 //   1.5 * salary
 //   100000 increasing 5% annually
 
-// Steps to incorporate this into LMI/IHS.
+// Steps to incorporate this into lmi/IHS.
 //
 // Input fields that need to vary by year:
 //



reply via email to

[Prev in Thread] Current Thread [Next in Thread]