mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
Add copyrights using #ident in the buildheader and db-benchmark-test dirs. Addresses #54.
git-svn-id: file:///svn/tokudb@819 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
/* -*- mode: C; c-basic-offset: 4 -*- */
|
||||||
|
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
|
||||||
|
/* LICENSE: This file is licensed under the GPL or from Tokutek. */
|
||||||
|
|
||||||
/* Make a db.h that will be link-time compatible with Sleepycat's Berkeley DB. */
|
/* Make a db.h that will be link-time compatible with Sleepycat's Berkeley DB. */
|
||||||
|
|
||||||
#include <db.h>
|
#include <db.h>
|
||||||
@@ -182,6 +186,7 @@ int main (int argc __attribute__((__unused__)), char *argv[] __attribute__((__un
|
|||||||
printf("#ifndef _DB_H\n");
|
printf("#ifndef _DB_H\n");
|
||||||
printf("#define _DB_H\n");
|
printf("#define _DB_H\n");
|
||||||
printf("/* This code generated by make_db_h. Copyright (c) 2007 Tokutek */\n");
|
printf("/* This code generated by make_db_h. Copyright (c) 2007 Tokutek */\n");
|
||||||
|
printf("#ident \"Copyright (c) 2007 Tokutek Inc. All rights reserved.\"\n");
|
||||||
printf("#include <sys/types.h>\n");
|
printf("#include <sys/types.h>\n");
|
||||||
printf("/*stdio is needed for the FILE* in db->verify*/\n");
|
printf("/*stdio is needed for the FILE* in db->verify*/\n");
|
||||||
printf("#include <stdio.h>\n");
|
printf("#include <stdio.h>\n");
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
|
/* -*- mode: C; c-basic-offset: 4 -*- */
|
||||||
|
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
|
||||||
|
/* LICENSE: This file is licensed under the GPL or from Tokutek. */
|
||||||
|
|
||||||
/* Make a db.h that will be link-time compatible with Sleepycat's Berkeley DB. */
|
/* Make a db.h that will be link-time compatible with Sleepycat's Berkeley DB. */
|
||||||
|
|
||||||
|
|
||||||
#include <db.h>
|
#include <db.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
/* -*- mode: C; c-basic-offset: 4 -*- */
|
||||||
|
#ident "Copyright (c) 2007 Tokutek Inc. All rights reserved."
|
||||||
|
|
||||||
/* Insert a bunch of stuff */
|
/* Insert a bunch of stuff */
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user