summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/utilities/util_cpyright.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/utilities/util_cpyright.c')
-rw-r--r--src/third_party/wiredtiger/src/utilities/util_cpyright.c35
1 files changed, 17 insertions, 18 deletions
diff --git a/src/third_party/wiredtiger/src/utilities/util_cpyright.c b/src/third_party/wiredtiger/src/utilities/util_cpyright.c
index b15dd71de3e..523ad41b23b 100644
--- a/src/third_party/wiredtiger/src/utilities/util_cpyright.c
+++ b/src/third_party/wiredtiger/src/utilities/util_cpyright.c
@@ -11,26 +11,25 @@
void
util_copyright(void)
{
- printf("%s\n", "Copyright (c) 2008-2019 MongoDB, Inc.");
- printf("%s\n\n", "All rights reserved.");
+ printf("%s\n", "Copyright (c) 2008-2019 MongoDB, Inc.");
+ printf("%s\n\n", "All rights reserved.");
- printf("%s\n\n",
- "This program is free software: you can redistribute it and/or\n"
- "modify it under the terms of versions 2 or 3 of the GNU General\n"
- "Public License as published by the Free Software Foundation.");
+ printf("%s\n\n",
+ "This program is free software: you can redistribute it and/or\n"
+ "modify it under the terms of versions 2 or 3 of the GNU General\n"
+ "Public License as published by the Free Software Foundation.");
- printf("%s\n\n",
- "This program is distributed in the hope that it will be useful,\n"
- "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
- "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
- "GNU General Public License for more details:");
+ printf("%s\n\n",
+ "This program is distributed in the hope that it will be useful,\n"
+ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+ "GNU General Public License for more details:");
- printf("\t%s\n\n",
- "http://www.gnu.org/licenses/gpl-3.0-standalone.html");
+ printf("\t%s\n\n", "http://www.gnu.org/licenses/gpl-3.0-standalone.html");
- printf("%s\n",
- "For a license to use the WiredTiger software under conditions\n"
- "other than those described by the GNU General Public License,\n"
- "or for technical support for this software, contact WiredTiger,\n"
- "Inc. at info@wiredtiger.com.");
+ printf("%s\n",
+ "For a license to use the WiredTiger software under conditions\n"
+ "other than those described by the GNU General Public License,\n"
+ "or for technical support for this software, contact WiredTiger,\n"
+ "Inc. at info@wiredtiger.com.");
}