Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Tidy up license headers [2/2]
Browse files Browse the repository at this point in the history
Reviewed By: dulinriley

Differential Revision: D17872713

fbshipit-source-id: ef0c18f5ce53d0711ef2eb6fad7d118fa12515fb
  • Loading branch information
zertosh authored and facebook-github-bot committed Oct 15, 2019
1 parent fdd3817 commit d84d4e8
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 41 deletions.
11 changes: 6 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the MIT license found in the LICENSE
// file in the root directory of this source tree.
//
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

// This must be consistent with the release_version in npm/package.json
// and the HERMES_RELEASE_VERSION in CMakeLists.txt
Expand Down
11 changes: 6 additions & 5 deletions android/cppruntime/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the MIT license found in the LICENSE
// file in the root directory of this source tree.
//
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

apply plugin: 'com.android.library'

Expand Down
11 changes: 6 additions & 5 deletions android/hermes/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the MIT license found in the LICENSE
// file in the root directory of this source tree.
//
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

apply plugin: 'com.android.library'

Expand Down
12 changes: 7 additions & 5 deletions android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the MIT license found in the LICENSE
// file in the root directory of this source tree.
//
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

rootProject.name = 'Hermes'

include ':hermes'
Expand Down
12 changes: 7 additions & 5 deletions include/hermes/Support/Config.h.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the MIT license found in the LICENSE
// file in the root directory of this source tree.
//
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

// This file is processed by CMake.
// See https://cmake.org/cmake/help/v3.0/command/configure_file.html.

Expand Down
7 changes: 4 additions & 3 deletions lib/VM/InstLayout.inc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/**
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

//===----------------------------------------------------------------------===//
/// \file
/// Check at compile time that instructions declared as having the same layout
Expand Down
6 changes: 3 additions & 3 deletions tools/hermes/hermes.sh.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the LICENSE
# file in the root directory of this source tree.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

exec "${HERMES_BINARY_DIR}/bin/hermes" "$@"
12 changes: 7 additions & 5 deletions tools/repl/ReplConfig.h.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// Copyright (c) Facebook, Inc. and its affiliates.
//
// This source code is licensed under the MIT license found in the LICENSE
// file in the root directory of this source tree.
//
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

// This file is processed by CMake.
// See https://cmake.org/cmake/help/v3.0/command/configure_file.html.

Expand Down
7 changes: 4 additions & 3 deletions unittests/VMRuntime/PredefinedStrings.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/**
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

#ifndef EXPECT
#define EXPECT(string)
#endif
Expand Down
2 changes: 1 addition & 1 deletion website/src/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2017-present, Facebook, Inc.
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2017-present, Facebook, Inc.
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
Expand Down

0 comments on commit d84d4e8

Please sign in to comment.