Skip to content

Commit a292268

Browse files
committed
Copyright headers
1 parent 09ca37d commit a292268

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

ast/ast.ast

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Facebook, Inc. and its affiliates.
2+
13
# Mini-language for AST definition.
24
# All AST nodes extend AstNode.
35
# All AST nodes are visitible.

clang-tidy-all.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/sh
2+
# Copyright (c) Facebook, Inc. and its affiliates.
23
find . -name '*.cpp' | grep -v lexer | grep -v googletest | grep -v tab.cpp | xargs clang-tidy -p build

cmake/version.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) Facebook, Inc. and its affiliates.
2+
13
find_package(Git QUIET)
24

35
# default version string

test/BuildCAPI.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright (c) Facebook, Inc. and its affiliates.
12
#include <c/GraphQLAst.h>
23
#include <c/GraphQLAstVisitor.h>
34

0 commit comments

Comments
 (0)