Skip to content

Commit dd59a40

Browse files
author
P3TERX
committed
Update LICENSE
1 parent bef740f commit dd59a40

File tree

4 files changed

+22
-16
lines changed

4 files changed

+22
-16
lines changed

.github/workflows/build-openwrt.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
#=================================================
1+
#
2+
# Copyright (c) 2019-2020 P3TERX <https://p3terx.com>
3+
#
4+
# This is free software, licensed under the MIT License.
5+
# See /LICENSE for more information.
6+
#
27
# https://github.com/P3TERX/Actions-OpenWrt
38
# Description: Build OpenWrt using GitHub Actions
4-
# Lisence: MIT
5-
# Author: P3TERX
6-
# Blog: https://p3terx.com
7-
#=================================================
9+
#
810

911
name: Build OpenWrt
1012

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 P3TERX
3+
Copyright (c) 2019-2020 P3TERX <https://p3terx.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

diy-part1.sh

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
#!/bin/bash
2-
#=============================================================
2+
#
3+
# Copyright (c) 2019-2020 P3TERX <https://p3terx.com>
4+
#
5+
# This is free software, licensed under the MIT License.
6+
# See /LICENSE for more information.
7+
#
38
# https://github.com/P3TERX/Actions-OpenWrt
49
# File name: diy-part1.sh
510
# Description: OpenWrt DIY script part 1 (Before Update feeds)
6-
# Lisence: MIT
7-
# Author: P3TERX
8-
# Blog: https://p3terx.com
9-
#=============================================================
11+
#
1012

1113
# Uncomment a feed source
1214
#sed -i 's/^#\(.*helloworld\)/\1/' feeds.conf.default

diy-part2.sh

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
#!/bin/bash
2-
#============================================================
2+
#
3+
# Copyright (c) 2019-2020 P3TERX <https://p3terx.com>
4+
#
5+
# This is free software, licensed under the MIT License.
6+
# See /LICENSE for more information.
7+
#
38
# https://github.com/P3TERX/Actions-OpenWrt
49
# File name: diy-part2.sh
510
# Description: OpenWrt DIY script part 2 (After Update feeds)
6-
# Lisence: MIT
7-
# Author: P3TERX
8-
# Blog: https://p3terx.com
9-
#============================================================
11+
#
1012

1113
# Modify default IP
1214
#sed -i 's/192.168.1.1/192.168.50.5/g' package/base-files/files/bin/config_generate

0 commit comments

Comments
 (0)