Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
cd4e7738
Commit
cd4e7738
authored
Apr 19, 2013
by
Leif Walsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix copyright comment in generated code
parent
ab0d62ec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ft/logformat.cc
ft/logformat.cc
+1
-1
No files found.
ft/logformat.cc
View file @
cd4e7738
...
...
@@ -852,7 +852,7 @@ int main (int argc, const char *const argv[]) {
fprintf2
(
cf
,
hf
,
"// vim: ft=cpp:expandtab:ts=8:sw=4:softtabstop=4:
\n
"
);
fprintf
(
hf
,
"#ifndef LOG_HEADER_H
\n
"
);
fprintf
(
hf
,
"#define LOG_HEADER_H
\n
"
);
fprintf2
(
cf
,
hf
,
"/* Do not edit this file. This code generated by logformat.c. Copyright
2007-2012 Tokutek
. */
\n
"
);
fprintf2
(
cf
,
hf
,
"/* Do not edit this file. This code generated by logformat.c. Copyright
(c) 2007-2013 Tokutek Inc
. */
\n
"
);
fprintf2
(
cf
,
hf
,
"#ident
\"
Copyright (c) 2007-2013 Tokutek Inc. All rights reserved.
\"\n
"
);
fprintf2
(
cf
,
pf
,
"#include <stdint.h>
\n
"
);
fprintf2
(
cf
,
pf
,
"#include <sys/time.h>
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment