Git fork

reftable: fix formatting of the license header

The license headers used across the reftable library doesn't follow our
typical coding style for multi-line comments. Fix it.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Patrick Steinhardt and committed by
Junio C Hamano
6dcc05ff c7c4e5e4

+199 -199
+6 -6
reftable/basics.c
··· 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"
+6 -6
reftable/basics.h
··· 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
+6 -6
reftable/block.c
··· 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
+6 -6
reftable/block.h
··· 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
+6 -6
reftable/blocksource.c
··· 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
+6 -6
reftable/blocksource.h
··· 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
+6 -6
reftable/constants.h
··· 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
+6 -6
reftable/error.c
··· 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"
+6 -6
reftable/iter.c
··· 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
+6 -6
reftable/iter.h
··· 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
+6 -6
reftable/merged.c
··· 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 "merged.h" 10 10
+6 -6
reftable/merged.h
··· 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 MERGED_H 10 10 #define MERGED_H
+6 -6
reftable/pq.c
··· 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 "pq.h" 10 10
+6 -6
reftable/pq.h
··· 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 PQ_H 10 10 #define PQ_H
+6 -6
reftable/reader.c
··· 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 "reader.h" 10 10
+6 -6
reftable/reader.h
··· 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 READER_H 10 10 #define READER_H
+6 -6
reftable/record.c
··· 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 /* record.c - methods for different types of records. */ 10 10
+6 -6
reftable/record.h
··· 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 RECORD_H 10 10 #define RECORD_H
+1 -1
reftable/reftable-basics.h
··· 4 4 * Use of this source code is governed by a BSD-style 5 5 * license that can be found in the LICENSE file or at 6 6 * https://developers.google.com/open-source/licenses/bsd 7 - */ 7 + */ 8 8 9 9 #ifndef REFTABLE_BASICS_H 10 10 #define REFTABLE_BASICS_H
+6 -6
reftable/reftable-blocksource.h
··· 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 REFTABLE_BLOCKSOURCE_H 10 10 #define REFTABLE_BLOCKSOURCE_H
+6 -6
reftable/reftable-error.h
··· 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 REFTABLE_ERROR_H 10 10 #define REFTABLE_ERROR_H
+6 -6
reftable/reftable-iterator.h
··· 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 REFTABLE_ITERATOR_H 10 10 #define REFTABLE_ITERATOR_H
+6 -6
reftable/reftable-merged.h
··· 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 REFTABLE_MERGED_H 10 10 #define REFTABLE_MERGED_H
+6 -6
reftable/reftable-reader.h
··· 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 REFTABLE_READER_H 10 10 #define REFTABLE_READER_H
+6 -6
reftable/reftable-record.h
··· 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 REFTABLE_RECORD_H 10 10 #define REFTABLE_RECORD_H
+6 -6
reftable/reftable-stack.h
··· 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 REFTABLE_STACK_H 10 10 #define REFTABLE_STACK_H
+6 -6
reftable/reftable-writer.h
··· 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 REFTABLE_WRITER_H 10 10 #define REFTABLE_WRITER_H
+6 -6
reftable/stack.c
··· 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 "stack.h" 10 10
+6 -6
reftable/stack.h
··· 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 STACK_H 10 10 #define STACK_H
+6 -6
reftable/system.h
··· 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 SYSTEM_H 10 10 #define SYSTEM_H
+6 -6
reftable/tree.c
··· 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 "tree.h"
+6 -6
reftable/tree.h
··· 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 TREE_H 10 10 #define TREE_H
+6 -6
reftable/writer.c
··· 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 "writer.h" 10 10
+6 -6
reftable/writer.h
··· 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 WRITER_H 10 10 #define WRITER_H