summaryrefslogtreecommitdiffstats
path: root/metis/ccnx/forwarder/metis/metis_About.c
diff options
context:
space:
mode:
authorLuca Muscariello <lumuscar+fdio@cisco.com>2017-02-24 07:59:45 +0000
committerGerrit Code Review <gerrit@fd.io>2017-02-24 07:59:45 +0000
commite0ec678c016fbce560e7f94973d4fada3ba5e799 (patch)
treea171ed331a830510f3064a6ad99b296ac1b2d2bc /metis/ccnx/forwarder/metis/metis_About.c
parentf28308bd99381ef5f1e178e2e1f870f245e35873 (diff)
parentc580a00aac271a524e5a75b35f4b91c174ed227b (diff)
Merge "Initial commit: sb-forwarder, metis." into sb-forwarder/master
Diffstat (limited to 'metis/ccnx/forwarder/metis/metis_About.c')
-rw-r--r--metis/ccnx/forwarder/metis/metis_About.c44
1 files changed, 44 insertions, 0 deletions
diff --git a/metis/ccnx/forwarder/metis/metis_About.c b/metis/ccnx/forwarder/metis/metis_About.c
new file mode 100644
index 00000000..783865c2
--- /dev/null
+++ b/metis/ccnx/forwarder/metis/metis_About.c
@@ -0,0 +1,44 @@
+// DO NOT EDIT THIS FILE. IT IS AUTOMATICALLY GENERATED.
+// longbow-generate-about 1.0.20170215.54ef86fe 2017-02-15T09:29:05Z
+
+#include "metis_About.h"
+
+const char *metis_What = "@(#)" "metis " RELEASE_VERSION " 2017-02-17T15:34:37.319950"
+ "@(#)" "\tCopyright (c) 2017 Cisco and/or its affiliates.";
+
+const char *
+metisAbout_Name(void)
+{
+ return "metis";
+}
+
+const char *
+metisAbout_Version(void)
+{
+ return RELEASE_VERSION;
+}
+
+const char *
+metisAbout_About(void)
+{
+ return "metis "RELEASE_VERSION " 2017-02-17T15:34:37.319950" "\nCopyright (c) 2017 Cisco and/or its affiliates.\n";
+}
+
+const char *
+metisAbout_MiniNotice(void)
+{
+ return "Copyright (c) 2017 Cisco and/or its affiliates.\n";
+}
+
+const char *
+metisAbout_ShortNotice(void)
+{
+ return "Copyright (c) 2017 Cisco and/or its affiliates.\n";
+}
+
+const char *
+metisAbout_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";
+}
+