Skip to content

Commit

Permalink
Fix copyright headers
Browse files Browse the repository at this point in the history
Summary: Fix copyright headers.

Reviewed By: NickR23

Differential Revision: D60831082

fbshipit-source-id: 1a94aa84361d308fb6f0d9fb8d0a6d96c9f34bdc
  • Loading branch information
Fred Qiu authored and facebook-github-bot committed Aug 6, 2024
1 parent 902704c commit 251c3e7
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 4 deletions.
7 changes: 6 additions & 1 deletion fizz/BUILD_MODE.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

""" build mode definitions for fizz """

load("@fbcode//:BUILD_MODE.bzl", get_parent_modes = "get_empty_modes")
Expand Down
6 changes: 5 additions & 1 deletion fizz/defs.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
load("@fbsource//tools/build_defs:buckconfig.bzl", "read_bool")
load("@fbsource//tools/build_defs:fb_xplat_cxx_binary.bzl", "fb_xplat_cxx_binary")
load("@fbsource//tools/build_defs:fb_xplat_cxx_library.bzl", "fb_xplat_cxx_library")
Expand Down
7 changes: 7 additions & 0 deletions fizz/extensions/delegatedcred/Serialization.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#include <fizz/extensions/delegatedcred/DelegatedCredentialUtils.h>
#include <fizz/extensions/delegatedcred/Serialization.h>
#include <folly/Format.h>
Expand Down
7 changes: 7 additions & 0 deletions fizz/extensions/delegatedcred/Serialization.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#include <fizz/extensions/delegatedcred/SelfDelegatedCredential.h>
#include <fizz/extensions/delegatedcred/Types.h>

Expand Down
6 changes: 5 additions & 1 deletion fizz/fizzy_defs.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
load("@fbsource//tools/build_defs:fb_xplat_cxx_library.bzl", "fb_xplat_cxx_library")
load(":defs.bzl", "CXXFLAGS")

Expand Down
7 changes: 7 additions & 0 deletions fizz/protocol/Factory.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#include <fizz/protocol/Factory.h>

namespace fizz {
Expand Down
6 changes: 5 additions & 1 deletion oss_buck_build_and_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.


if [ "$GITHUB_ACTIONS" == "true" ]; then
Expand Down

0 comments on commit 251c3e7

Please sign in to comment.