mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
close[t:4603] Add Id tags to all {{{src/*.c}}} files. Fixes #4603.
git-svn-id: file:///svn/toku/tokudb@40669 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
f462cc60bf
commit
c2462be22e
13 changed files with 21 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
/* -*- mode: C; c-basic-offset: 4 -*- */
|
||||
#ident "Copyright (c) 2007-2009 Tokutek Inc. All rights reserved."
|
||||
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
#ident "$Id$"
|
||||
|
||||
/**
|
||||
\file elocks.c
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* -*- mode: C; c-basic-offset: 4 -*- */
|
||||
#ident "Copyright (c) 2007, 2008 Tokutek Inc. All rights reserved."
|
||||
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
#ident "$Id$"
|
||||
|
||||
/**
|
||||
\file errors.c
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
* State University of New York at Stony Brook under United States of America
|
||||
* Serial No. 11/760379 and to the patents and/or patent applications resulting from it.
|
||||
*/
|
||||
#ident "$Id$"
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* State University of New York at Stony Brook under United States of America
|
||||
* Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
*/
|
||||
#ident "$Id$"
|
||||
|
||||
/*
|
||||
* The indexer
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
* State University of New York at Stony Brook under United States of America
|
||||
* Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
*/
|
||||
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||
#ident "Copyright (c) 2007-2009 Tokutek Inc. All rights reserved."
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
#ident "$Id$"
|
||||
|
||||
/*
|
||||
* The loader
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||
#ident "Copyright (c) 2007-2009 Tokutek Inc. All rights reserved."
|
||||
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
#ident "$Id$"
|
||||
|
||||
const char *toku_patent_string = "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it.";
|
||||
const char *toku_copyright_string = "Copyright (c) 2007-2009 Tokutek Inc. All rights reserved.";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||
#ident "Copyright (c) 2007-2009 Tokutek Inc. All rights reserved."
|
||||
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
#ident "$Id$"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||
#ident "Copyright (c) 2007-2009 Tokutek Inc. All rights reserved."
|
||||
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
#ident "$Id$"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <db.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||
#ident "Copyright (c) 2007-2009 Tokutek Inc. All rights reserved."
|
||||
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
#ident "$Id$"
|
||||
|
||||
#include <toku_portability.h>
|
||||
#include <db.h>
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||
#ident "Copyright (c) 2007-2009 Tokutek Inc. All rights reserved."
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
#ident "$Id$"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <toku_stdint.h>
|
||||
#include <toku_portability.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||
#ident "Copyright (c) 2007-2009 Tokutek Inc. All rights reserved."
|
||||
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
#ident "$Id$"
|
||||
|
||||
#include <db.h>
|
||||
#include "ydb-internal.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||
#ident "Copyright (c) 2007-2009 Tokutek Inc. All rights reserved."
|
||||
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
#ident "$Id$"
|
||||
|
||||
#include <db.h>
|
||||
#include "ydb-internal.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||
#ident "Copyright (c) 2007-2009 Tokutek Inc. All rights reserved."
|
||||
|
||||
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
|
||||
#ident "$Id$"
|
||||
|
||||
#include <db.h>
|
||||
#include "ydb-internal.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue