Skip to content

Commit f832438

Browse files
authored
Merge pull request #3828 from paulbalandan/license
Rename license file to LICENSE
2 parents bbc2e2e + 09931fe commit f832438

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/scripts/deploy-appstarter

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ git checkout master
2020
rm -rf *
2121

2222
# Copy common files
23-
releasable='app public writable env license.txt spark'
24-
for fff in $releasable ; do
23+
releasable='app public writable env LICENSE spark'
24+
for fff in $releasable;
25+
do
2526
cp -Rf ${SOURCE}/$fff ./
2627
done
2728

2829
# Copy repo-specific files
2930
cp -Rf ${SOURCE}/admin/starter/. ./
30-
31+
3132
# Commit the changes
3233
git add .
3334
git commit -m "Release ${RELEASE}"

.github/scripts/deploy-framework

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ git checkout master
2020
rm -rf *
2121

2222
# Copy common files
23-
releasable='app public writable env license.txt spark system'
24-
for fff in $releasable ; do
23+
releasable='app public writable env LICENSE spark system'
24+
for fff in $releasable;
25+
do
2526
cp -Rf ${SOURCE}/$fff ./
2627
done
2728

2829
# Copy repo-specific files
2930
cp -Rf ${SOURCE}/admin/framework/. ./
30-
31+
3132
# Commit the changes
3233
git add .
3334
git commit -m "Release ${RELEASE}"
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Downloads](https://poser.pugx.org/codeigniter4/framework/downloads)](https://packagist.org/packages/codeigniter4/framework)
66
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/codeigniter4/CodeIgniter4)](https://packagist.org/packages/codeigniter4/framework)
77
[![GitHub stars](https://img.shields.io/github/stars/codeigniter4/CodeIgniter4)](https://packagist.org/packages/codeigniter4/framework)
8-
[![GitHub license](https://img.shields.io/github/license/codeigniter4/CodeIgniter4)](https://github.com/codeigniter4/CodeIgniter4/blob/develop/license.txt)
8+
[![GitHub license](https://img.shields.io/github/license/codeigniter4/CodeIgniter4)](https://github.com/codeigniter4/CodeIgniter4/blob/develop/LICENSE)
99
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/codeigniter4/CodeIgniter4/pulls)
1010
<br>
1111

0 commit comments

Comments
 (0)