Skip to content

Commit 8df172b

Browse files
authored
Add CodeOwners and update license (#7)
1 parent 49d0ab3 commit 8df172b

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

.github/CODEOWNERS

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This CODEOWNERS file follows the format of Github's CODEOWNERS
2+
# Documentation for reference, https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
3+
4+
# This is a comment.
5+
# Each line is a file pattern followed by one or more owners.
6+
7+
# These owners will be the default owners for everything in
8+
# the repo. Unless a later match takes precedence,
9+
# @global-owner1 and @global-owner2 will be requested for
10+
# review when someone opens a pull request.
11+
* @mgooding

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright © 2019 Bentley Systems, Inc.
3+
Copyright 2019-2020 Bentley Systems, Inc.
44

55
All rights reserved.
66

node/src/IModelRpc_pb.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*---------------------------------------------------------------------------------------------
2-
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
3-
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
2+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3+
* See LICENSE.md in the project root for license terms and full copyright notice.
44
*--------------------------------------------------------------------------------------------*/
55

66
import * as $protobuf from "protobufjs";

node/src/IModelRpc_pb.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*---------------------------------------------------------------------------------------------
2-
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
3-
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
2+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3+
* See LICENSE.md in the project root for license terms and full copyright notice.
44
*--------------------------------------------------------------------------------------------*/
55

66
/*eslint-disable block-scoped-var, id-length, no-control-regex, no-magic-numbers, no-prototype-builtins, no-redeclare, no-shadow, no-var, sort-vars*/

node/src/Main.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*---------------------------------------------------------------------------------------------
2-
* Copyright (c) 2019 Bentley Systems, Incorporated. All rights reserved.
3-
* Licensed under the MIT License. See LICENSE.md in the project root for license terms.
2+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3+
* See LICENSE.md in the project root for license terms and full copyright notice.
44
*--------------------------------------------------------------------------------------------*/
55
import { ExportGraphicsInfo, IModelHost, IModelDb, ECSqlStatement, Texture, ViewDefinition3d, GeometricElement } from "@bentley/imodeljs-backend";
66
import { Id64Array, DbResult, Logger, LogLevel } from "@bentley/bentleyjs-core";

0 commit comments

Comments
 (0)