File tree Expand file tree Collapse file tree 34 files changed +199
-199
lines changed Expand file tree Collapse file tree 34 files changed +199
-199
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2020 Google LLC
3
-
4
- Use of this source code is governed by a BSD-style
5
- license that can be found in the LICENSE file or at
6
- https://developers.google.com/open-source/licenses/bsd
7
- */
2
+ * Copyright 2020 Google LLC
3
+ *
4
+ * Use of this source code is governed by a BSD-style
5
+ * license that can be found in the LICENSE file or at
6
+ * https://developers.google.com/open-source/licenses/bsd
7
+ */
8
8
9
9
#define REFTABLE_ALLOW_BANNED_ALLOCATORS
10
10
#include "basics.h"
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2020 Google LLC
3
-
4
- Use of this source code is governed by a BSD-style
5
- license that can be found in the LICENSE file or at
6
- https://developers.google.com/open-source/licenses/bsd
7
- */
2
+ * Copyright 2020 Google LLC
3
+ *
4
+ * Use of this source code is governed by a BSD-style
5
+ * license that can be found in the LICENSE file or at
6
+ * https://developers.google.com/open-source/licenses/bsd
7
+ */
8
8
9
9
#ifndef BASICS_H
10
10
#define BASICS_H
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2020 Google LLC
3
-
4
- Use of this source code is governed by a BSD-style
5
- license that can be found in the LICENSE file or at
6
- https://developers.google.com/open-source/licenses/bsd
7
- */
2
+ * Copyright 2020 Google LLC
3
+ *
4
+ * Use of this source code is governed by a BSD-style
5
+ * license that can be found in the LICENSE file or at
6
+ * https://developers.google.com/open-source/licenses/bsd
7
+ */
8
8
9
9
#include "block.h"
10
10
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2020 Google LLC
3
-
4
- Use of this source code is governed by a BSD-style
5
- license that can be found in the LICENSE file or at
6
- https://developers.google.com/open-source/licenses/bsd
7
- */
2
+ * Copyright 2020 Google LLC
3
+ *
4
+ * Use of this source code is governed by a BSD-style
5
+ * license that can be found in the LICENSE file or at
6
+ * https://developers.google.com/open-source/licenses/bsd
7
+ */
8
8
9
9
#ifndef BLOCK_H
10
10
#define BLOCK_H
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2020 Google LLC
3
-
4
- Use of this source code is governed by a BSD-style
5
- license that can be found in the LICENSE file or at
6
- https://developers.google.com/open-source/licenses/bsd
7
- */
2
+ * Copyright 2020 Google LLC
3
+ *
4
+ * Use of this source code is governed by a BSD-style
5
+ * license that can be found in the LICENSE file or at
6
+ * https://developers.google.com/open-source/licenses/bsd
7
+ */
8
8
9
9
#include "system.h"
10
10
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2020 Google LLC
3
-
4
- Use of this source code is governed by a BSD-style
5
- license that can be found in the LICENSE file or at
6
- https://developers.google.com/open-source/licenses/bsd
7
- */
2
+ * Copyright 2020 Google LLC
3
+ *
4
+ * Use of this source code is governed by a BSD-style
5
+ * license that can be found in the LICENSE file or at
6
+ * https://developers.google.com/open-source/licenses/bsd
7
+ */
8
8
9
9
#ifndef BLOCKSOURCE_H
10
10
#define BLOCKSOURCE_H
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2020 Google LLC
3
-
4
- Use of this source code is governed by a BSD-style
5
- license that can be found in the LICENSE file or at
6
- https://developers.google.com/open-source/licenses/bsd
7
- */
2
+ * Copyright 2020 Google LLC
3
+ *
4
+ * Use of this source code is governed by a BSD-style
5
+ * license that can be found in the LICENSE file or at
6
+ * https://developers.google.com/open-source/licenses/bsd
7
+ */
8
8
9
9
#ifndef CONSTANTS_H
10
10
#define CONSTANTS_H
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2020 Google LLC
3
-
4
- Use of this source code is governed by a BSD-style
5
- license that can be found in the LICENSE file or at
6
- https://developers.google.com/open-source/licenses/bsd
7
- */
2
+ * Copyright 2020 Google LLC
3
+ *
4
+ * Use of this source code is governed by a BSD-style
5
+ * license that can be found in the LICENSE file or at
6
+ * https://developers.google.com/open-source/licenses/bsd
7
+ */
8
8
9
9
#include "system.h"
10
10
#include "reftable-error.h"
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2020 Google LLC
3
-
4
- Use of this source code is governed by a BSD-style
5
- license that can be found in the LICENSE file or at
6
- https://developers.google.com/open-source/licenses/bsd
7
- */
2
+ * Copyright 2020 Google LLC
3
+ *
4
+ * Use of this source code is governed by a BSD-style
5
+ * license that can be found in the LICENSE file or at
6
+ * https://developers.google.com/open-source/licenses/bsd
7
+ */
8
8
9
9
#include "iter.h"
10
10
Original file line number Diff line number Diff line change 1
1
/*
2
- Copyright 2020 Google LLC
3
-
4
- Use of this source code is governed by a BSD-style
5
- license that can be found in the LICENSE file or at
6
- https://developers.google.com/open-source/licenses/bsd
7
- */
2
+ * Copyright 2020 Google LLC
3
+ *
4
+ * Use of this source code is governed by a BSD-style
5
+ * license that can be found in the LICENSE file or at
6
+ * https://developers.google.com/open-source/licenses/bsd
7
+ */
8
8
9
9
#ifndef ITER_H
10
10
#define ITER_H
You can’t perform that action at this time.
0 commit comments