Skip to content

Commit 629b004

Browse files
add copyright headers to source files (#127)
1 parent 58bb6bd commit 629b004

95 files changed

Lines changed: 291 additions & 13 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.

jswinrt/js/WinRTTurboModule.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
import * as TurboModuleRegistry from 'react-native/Libraries/TurboModule/TurboModuleRegistry';
25
const module = TurboModuleRegistry.get('WinRTTurboModule');
36
if (module) {

jswinrt/jswinrt/CommandReader.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
#include "pch.h"
25

36
#include "CommandReader.h"

jswinrt/jswinrt/CommandReader.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
#pragma once
25

36
struct Option

jswinrt/jswinrt/MetadataHelpers.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
#include "pch.h"
25

36
#include "MetadataHelpers.h"

jswinrt/jswinrt/MetadataHelpers.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
#pragma once
25
#include "Settings.h"
36

jswinrt/jswinrt/MetadataTypes.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
#include "pch.h"
25

36
#include "MetadataTypes.h"

jswinrt/jswinrt/MetadataTypes.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
#pragma once
25

36
#include <unordered_map>

jswinrt/jswinrt/Parser.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
// This file has been copied from cswinrt: https://github.com/microsoft/CsWinRT/blob/master/src/cswinrt/helpers.h and
25
// modified.
36

jswinrt/jswinrt/Settings.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
#include "pch.h"
25

36
#include "MetadataHelpers.h"

jswinrt/jswinrt/Settings.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
#pragma once
25
#include "CommandReader.h"
36
#include "TypeFilter.h"

0 commit comments

Comments
 (0)