Update license headers in xplat

Summary: Per title.

Reviewed By: danielbuechele

Differential Revision: D15166958

fbshipit-source-id: 26f0a6d7523be3192833fd3995bc9f5e948816a6
This commit is contained in:
Pascal Hartig
2019-05-02 05:04:37 -07:00
committed by Facebook Github Bot
parent 384568a4a0
commit 65d50fe120
9 changed files with 36 additions and 49 deletions

View File

@@ -1,9 +1,8 @@
/* /**
* Copyright (c) 2004-present, Facebook, Inc. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#include "CertificateUtils.h" #include "CertificateUtils.h"

View File

@@ -1,9 +1,8 @@
/* /**
* Copyright (c) 2004-present, Facebook, Inc. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#ifndef CertificateUtils_hpp #ifndef CertificateUtils_hpp
#define CertificateUtils_hpp #define CertificateUtils_hpp

View File

@@ -1,11 +1,9 @@
/* /**
* Copyright (c) 2018-present, Facebook, Inc. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once
#include "FlipperResponder.h" #include "FlipperResponder.h"

View File

@@ -1,9 +1,8 @@
/* /**
* Copyright (c) 2018-present, Facebook, Inc. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once

View File

@@ -1,9 +1,8 @@
/* /**
* Copyright (c) 2018-present, Facebook, Inc. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#include "FlipperState.h" #include "FlipperState.h"
#include "FlipperStateUpdateListener.h" #include "FlipperStateUpdateListener.h"

View File

@@ -1,11 +1,9 @@
/* /**
* Copyright (c) 2018-present, Facebook, Inc. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once
#include <memory> #include <memory>

View File

@@ -1,11 +1,9 @@
/* /**
* Copyright (c) 2018-present, Facebook, Inc. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once
class FlipperStateUpdateListener { class FlipperStateUpdateListener {

View File

@@ -1,11 +1,9 @@
/* /**
* Copyright (c) 2018-present, Facebook, Inc. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once
#include <string> #include <string>

View File

@@ -1,9 +1,8 @@
/* /**
* Copyright (c) Facebook, Inc. * Copyright (c) Facebook, Inc. and its affiliates.
* *
* This source code is licensed under the MIT license found in the LICENSE * This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree. * file in the root directory of this source tree.
*
*/ */
#pragma once #pragma once