Skip to content

Commit

Permalink
update license comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rachguo authored and rachguo committed Nov 18, 2023
1 parent 53ea59d commit 20cf553
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
// Copyright (c) Microsoft Corporation. All rights reserved.

Check warning

Code scanning / lintrunner

CLANGFORMAT/format Warning test

See https://clang.llvm.org/docs/ClangFormat.html.
Run lintrunner -a to apply this patch.
// Licensed under the MIT License.
//
// AppDelegate.h
// macos_package_test
//
// Created by rachguo on 11/17/23.
//

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>


@end

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright (c) Microsoft Corporation. All rights reserved.

Check warning

Code scanning / lintrunner

CLANGFORMAT/format Warning test

See https://clang.llvm.org/docs/ClangFormat.html.
Run lintrunner -a to apply this patch.
// Licensed under the MIT License.
//
// AppDelegate.m
// AppDelegate.h
// macos_package_test
//
// Created by rachguo on 11/17/23.
//

#import "AppDelegate.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright (c) Microsoft Corporation. All rights reserved.

Check warning

Code scanning / lintrunner

CLANGFORMAT/format Warning test

See https://clang.llvm.org/docs/ClangFormat.html.
Run lintrunner -a to apply this patch.
// Licensed under the MIT License.
//
// main.m
// AppDelegate.h
// macos_package_test
//
// Created by rachguo on 11/17/23.
//

#import <Cocoa/Cocoa.h>

Expand Down

0 comments on commit 20cf553

Please sign in to comment.