This repository has been archived by the owner on Sep 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(license): update header license
Signed-off-by: Hector Rondon <[email protected]>
- Loading branch information
Hector Rondon
committed
Sep 21, 2018
1 parent
8636edf
commit 5271296
Showing
19 changed files
with
115 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
#!/bin/bash | ||
|
||
# LICENSE | ||
# | ||
# This file is part of FlyveMDMAdminDashboard | ||
# | ||
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile | ||
# device management software. | ||
# | ||
# FlyveMDMAdminDashboard is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# FlyveMDMAdminDashboard is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------------------ | ||
# @author Hector Rondon <[email protected]> | ||
# @copyright Copyright © Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard.git | ||
# @link http://flyve.org/ios-mdm-dashboard | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------------------ | ||
|
||
if [[ $GITHUB_COMMIT_MESSAGE != *"ci(release): generate CHANGELOG.md for version"* && $GITHUB_COMMIT_MESSAGE != *"ci(build): release version"* ]]; then | ||
|
||
if [[ $CIRCLE_BRANCH == "develop" ]]; then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
#!/bin/sh | ||
|
||
# LICENSE | ||
# | ||
# This file is part of FlyveMDMAdminDashboard | ||
# | ||
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile | ||
# device management software. | ||
# | ||
# FlyveMDMAdminDashboard is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# FlyveMDMAdminDashboard is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------------------ | ||
# @author Hector Rondon <[email protected]> | ||
# @copyright Copyright © Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard.git | ||
# @link http://flyve.org/ios-mdm-dashboard | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------------------ | ||
|
||
if [[ $GITHUB_COMMIT_MESSAGE != *"ci(release): generate CHANGELOG.md for version"* && $GITHUB_COMMIT_MESSAGE != *"ci(build): release version"* ]]; then | ||
|
||
# Update app info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
#!/bin/bash | ||
|
||
# LICENSE | ||
# | ||
# This file is part of FlyveMDMAdminDashboard | ||
# | ||
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile | ||
# device management software. | ||
# | ||
# FlyveMDMAdminDashboard is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# FlyveMDMAdminDashboard is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------------------ | ||
# @author Hector Rondon <[email protected]> | ||
# @copyright Copyright © Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard.git | ||
# @link http://flyve.org/ios-mdm-dashboard | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------------------ | ||
|
||
if [[ $GITHUB_COMMIT_MESSAGE != *"ci(release): generate CHANGELOG.md for version"* && $GITHUB_COMMIT_MESSAGE != *"ci(build): release version"* ]]; then | ||
|
||
# Get old version number from package.json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
#!/bin/bash | ||
|
||
# LICENSE | ||
# | ||
# This file is part of FlyveMDMAdminDashboard | ||
# | ||
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile | ||
# device management software. | ||
# | ||
# FlyveMDMAdminDashboard is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU General Public License | ||
# as published by the Free Software Foundation; either version 3 | ||
# of the License, or (at your option) any later version. | ||
# | ||
# FlyveMDMAdminDashboard is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# ------------------------------------------------------------------------------ | ||
# @author Hector Rondon <[email protected]> | ||
# @copyright Copyright © Teclib. All rights reserved. | ||
# @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html | ||
# @link https://github.com/flyve-mdm/ios-mdm-dashboard.git | ||
# @link http://flyve.org/ios-mdm-dashboard | ||
# @link https://flyve-mdm.com | ||
# ------------------------------------------------------------------------------ | ||
|
||
# Update develop branch | ||
git fetch origin develop | ||
git checkout develop | ||
|