Skip to content

Commit ea759ee

Browse files
committed
Re-bootstrap. Fix apache 2 license.
1 parent 2b26db2 commit ea759ee

883 files changed

Lines changed: 3651 additions & 909 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BootstrapConfig.h.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/*
2-
* Copyright (c) 2021 Trail of Bits, Inc.
2+
* Copyright (c) 2021, Trail of Bits, Inc.
3+
*
4+
* This source code is licensed in accordance with the terms specified in
5+
* the LICENSE file found in the root directory of this source tree.
36
*/
47

58
#pragma once

CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Copyright (c) 2020 Trail of Bits, Inc., all rights reserved.
1+
#
2+
# Copyright (c) 2020, Trail of Bits, Inc.
3+
#
4+
# This source code is licensed in accordance with the terms specified in
5+
# the LICENSE file found in the root directory of this source tree.
6+
#
27

38
cmake_minimum_required(VERSION 3.21)
49

bin/Blowtorch/blowtorch.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/usr/bin/env python3
22

33
#
4-
# Copyright (c) 2023 Trail of Bits, Inc.
4+
# Copyright (c) 2023, Trail of Bits, Inc.
5+
#
6+
# This source code is licensed in accordance with the terms specified in
7+
# the LICENSE file found in the root directory of this source tree.
58
#
69

710
from pypasta import *

bin/BootstrapBuiltins/GCC.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
// Copyright (c) 2023-present, Trail of Bits, Inc.
2-
// All rights reserved.
3-
//
4-
// This source code is licensed in accordance with the terms specified in
5-
// the LICENSE file found in the root directory of this source tree.
1+
/*
2+
* Copyright (c) 2023, Trail of Bits, Inc.
3+
*
4+
* This source code is licensed in accordance with the terms specified in
5+
* the LICENSE file found in the root directory of this source tree.
6+
*/
67

78
// typedef void v;
89
// typedef char c;

bin/BootstrapBuiltins/bootstrap.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Copyright (c) 2023 Trail of Bits, Inc., all rights reserved.
1+
#
2+
# Copyright (c) 2023, Trail of Bits, Inc.
3+
#
4+
# This source code is licensed in accordance with the terms specified in
5+
# the LICENSE file found in the root directory of this source tree.
6+
#
27

38
from pypasta import *
49
from argparse import ArgumentParser

bin/BootstrapMacros/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Copyright (c) 2020 Trail of Bits, Inc., all rights reserved.
1+
#
2+
# Copyright (c) 2020, Trail of Bits, Inc.
3+
#
4+
# This source code is licensed in accordance with the terms specified in
5+
# the LICENSE file found in the root directory of this source tree.
6+
#
27

38
add_executable(bootstrap-macros
49
"MacroGenerator.h"

bin/BootstrapMacros/MacroGenerator.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/*
2-
* Copyright (c) 2020 Trail of Bits, Inc.
2+
* Copyright (c) 2021, Trail of Bits, Inc.
3+
*
4+
* This source code is licensed in accordance with the terms specified in
5+
* the LICENSE file found in the root directory of this source tree.
36
*/
47

58
#include "MacroGenerator.h"

bin/BootstrapMacros/MacroGenerator.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/*
2-
* Copyright (c) 2021 Trail of Bits, Inc.
2+
* Copyright (c) 2021, Trail of Bits, Inc.
3+
*
4+
* This source code is licensed in accordance with the terms specified in
5+
* the LICENSE file found in the root directory of this source tree.
36
*/
47

58
#pragma once

bin/BootstrapMacros/Main.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/*
2-
* Copyright (c) 2020 Trail of Bits, Inc.
2+
* Copyright (c) 2021, Trail of Bits, Inc.
3+
*
4+
* This source code is licensed in accordance with the terms specified in
5+
* the LICENSE file found in the root directory of this source tree.
36
*/
47

58
#ifndef PASTA_IN_BOOTSTRAP

bin/BootstrapTypes/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Copyright (c) 2020 Trail of Bits, Inc., all rights reserved.
1+
#
2+
# Copyright (c) 2020, Trail of Bits, Inc.
3+
#
4+
# This source code is licensed in accordance with the terms specified in
5+
# the LICENSE file found in the root directory of this source tree.
6+
#
27

38
add_executable(bootstrap-types
49
"Generated.h"

0 commit comments

Comments
 (0)