aboutsummaryrefslogtreecommitdiffstats
path: root/longbow/src/LongBow/Reporting/ANSITerm/longBowReportANSITerminal_About.c
diff options
context:
space:
mode:
Diffstat (limited to 'longbow/src/LongBow/Reporting/ANSITerm/longBowReportANSITerminal_About.c')
-rw-r--r--longbow/src/LongBow/Reporting/ANSITerm/longBowReportANSITerminal_About.c44
1 files changed, 0 insertions, 44 deletions
diff --git a/longbow/src/LongBow/Reporting/ANSITerm/longBowReportANSITerminal_About.c b/longbow/src/LongBow/Reporting/ANSITerm/longBowReportANSITerminal_About.c
deleted file mode 100644
index e12c7b37..00000000
--- a/longbow/src/LongBow/Reporting/ANSITerm/longBowReportANSITerminal_About.c
+++ /dev/null
@@ -1,44 +0,0 @@
-// DO NOT EDIT THIS FILE. IT IS AUTOMATICALLY GENERATED.
-// longbow-generate-about 1.0.20170214.46e2c73a 2017-02-14T20:35:31Z
-
-#include "longBowReportANSITerminal_About.h"
-
-const char *longBowReportANSITerminal_What = "@(#)" "LongBow ANSI Terminal Reporter " RELEASE_VERSION " 2017-02-14T21:39:44.348378"
- "@(#)" "\tCopyright (c) 2017 Cisco and/or its affiliates.";
-
-const char *
-longBowReportANSITerminalAbout_Name(void)
-{
- return "LongBow ANSI Terminal Reporter";
-}
-
-const char *
-longBowReportANSITerminalAbout_Version(void)
-{
- return RELEASE_VERSION;
-}
-
-const char *
-longBowReportANSITerminalAbout_About(void)
-{
- return "LongBow ANSI Terminal Reporter "RELEASE_VERSION " 2017-02-14T21:39:44.348378" "\nCopyright (c) 2017 Cisco and/or its affiliates.\n";
-}
-
-const char *
-longBowReportANSITerminalAbout_MiniNotice(void)
-{
- return "Copyright (c) 2017 Cisco and/or its affiliates.\n";
-}
-
-const char *
-longBowReportANSITerminalAbout_ShortNotice(void)
-{
- return "Copyright (c) 2017 Cisco and/or its affiliates.\n";
-}
-
-const char *
-longBowReportANSITerminalAbout_LongNotice(void)
-{
- return "Copyright (c) 2017 Cisco and/or its affiliates.\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at:\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n";
-}
-