Skip to content

Commit

Permalink
chore(doc): change license style
Browse files Browse the repository at this point in the history
  • Loading branch information
ozonelmy authored and xuqingkuang committed Dec 20, 2019
1 parent cd46465 commit 2bd0ef6
Show file tree
Hide file tree
Showing 251 changed files with 4,862 additions and 1,483 deletions.
4 changes: 0 additions & 4 deletions examples/ios-demo/HippyDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@
064C5AD823AB1A59001E80DD /* logging-impl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 064C5A8723AB1A59001E80DD /* logging-impl.cc */; };
064C5AD923AB1A59001E80DD /* environment.cc in Sources */ = {isa = PBXBuildFile; fileRef = 064C5A8923AB1A59001E80DD /* environment.cc */; };
064C5ADA23AB1A59001E80DD /* engine-impl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 064C5A8A23AB1A59001E80DD /* engine-impl.cc */; };
064C5ADB23AB1A59001E80DD /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = 064C5A8C23AB1A59001E80DD /* .gitignore */; };
064C5ADC23AB1A59001E80DD /* .clang-format in Resources */ = {isa = PBXBuildFile; fileRef = 064C5A8D23AB1A59001E80DD /* .clang-format */; };
064C5ADD23AB1A59001E80DD /* javascript-task-runner.cc in Sources */ = {isa = PBXBuildFile; fileRef = 064C5A8F23AB1A59001E80DD /* javascript-task-runner.cc */; };
064C5ADE23AB1A59001E80DD /* javascript-task.cc in Sources */ = {isa = PBXBuildFile; fileRef = 064C5A9223AB1A59001E80DD /* javascript-task.cc */; };
064C5ADF23AB1A59001E80DD /* javascript-loader.cc in Sources */ = {isa = PBXBuildFile; fileRef = 064C5A9323AB1A59001E80DD /* javascript-loader.cc */; };
Expand Down Expand Up @@ -1216,8 +1214,6 @@
buildActionMask = 2147483647;
files = (
064C5AF023AB1A70001E80DD /* res in Resources */,
064C5ADB23AB1A59001E80DD /* .gitignore in Resources */,
064C5ADC23AB1A59001E80DD /* .clang-format in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
29 changes: 21 additions & 8 deletions examples/ios-demo/HippyDemo/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
//
// AppDelegate.h
// HippyDemo
//
// Created by ozonelmy on 2019/12/17.
// Copyright © 2019 tencent. All rights reserved.
//

/*!
* iOS SDK
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>
Expand Down
28 changes: 21 additions & 7 deletions examples/ios-demo/HippyDemo/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
//
// AppDelegate.m
// HippyDemo
//
// Created by ozonelmy on 2019/12/17.
// Copyright © 2019 tencent. All rights reserved.
//
/*!
* iOS SDK
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import "AppDelegate.h"
#import "ViewController.h"
Expand Down
28 changes: 21 additions & 7 deletions examples/ios-demo/HippyDemo/SceneDelegate.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
//
// SceneDelegate.h
// HippyDemo
//
// Created by ozonelmy on 2019/12/17.
// Copyright © 2019 tencent. All rights reserved.
//
/*!
* iOS SDK
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import <UIKit/UIKit.h>

Expand Down
28 changes: 21 additions & 7 deletions examples/ios-demo/HippyDemo/ViewController.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
//
// ViewController.h
// HippyDemo
//
// Created by ozonelmy on 2019/12/17.
// Copyright © 2019 tencent. All rights reserved.
//
/*!
* iOS SDK
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import <UIKit/UIKit.h>

Expand Down
28 changes: 21 additions & 7 deletions examples/ios-demo/HippyDemo/ViewController.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
//
// ViewController.m
// HippyDemo
//
// Created by ozonelmy on 2019/12/17.
// Copyright © 2019 tencent. All rights reserved.
//
/*!
* iOS SDK
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import "ViewController.h"
#import "HippyRootView.h"
Expand Down
28 changes: 21 additions & 7 deletions examples/ios-demo/HippyDemo/main.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
//
// main.m
// HippyDemo
//
// Created by ozonelmy on 2019/12/17.
// Copyright © 2019 tencent. All rights reserved.
//
/*!
* iOS SDK
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import <UIKit/UIKit.h>
#import "AppDelegate.h"
Expand Down
23 changes: 18 additions & 5 deletions ios/sdk/base/HippyAnimationType.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
/*!
* iOS SDK
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import <Foundation/Foundation.h>
Expand Down
23 changes: 18 additions & 5 deletions ios/sdk/base/HippyAutoInsetsProtocol.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
/*!
* iOS SDK
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import <UIKit/UIKit.h>
Expand Down
23 changes: 18 additions & 5 deletions ios/sdk/base/HippyBatchedBridge.mm
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
/*!
* iOS SDK
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import <Foundation/Foundation.h>
Expand Down
28 changes: 21 additions & 7 deletions ios/sdk/base/HippyBridge+LocalFileSource.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
//
// HippyBridge+LocalFileSource.h
// Hippy
//
// Created by mengyanluo on 2018/9/25.
// Copyright © 2018年 Tencent. All rights reserved.
//
/*!
* iOS SDK
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import "HippyBridge.h"

Expand Down
28 changes: 21 additions & 7 deletions ios/sdk/base/HippyBridge+LocalFileSource.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
//
// HippyBridge+LocalFileSource.m
// Hippy
//
// Created by mengyanluo on 2018/9/25.
// Copyright © 2018年 Tencent. All rights reserved.
//
/*!
* iOS SDK
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import "HippyBridge+LocalFileSource.h"
#import "objc/runtime.h"
Expand Down
28 changes: 21 additions & 7 deletions ios/sdk/base/HippyBridge+Mtt.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
//
// HippyBridge+Mtt.h
// mtt
//
// Created by halehuang(黄灏涛) on 2017/2/16.
// Copyright © 2017年 Tencent. All rights reserved.
//
/*!
* iOS SDK
*
* Tencent is pleased to support the open source community by making
* Hippy available.
*
* Copyright (C) 2019 THL A29 Limited, a Tencent company.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#import "HippyBridge.h"

Expand Down

0 comments on commit 2bd0ef6

Please sign in to comment.