Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
docs(license): update header license
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Rondon <[email protected]>
  • Loading branch information
Hector Rondon committed Sep 21, 2018
1 parent 8636edf commit 5271296
Show file tree
Hide file tree
Showing 19 changed files with 115 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/app_info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# app_info.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/beta_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# beta_version.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# build.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/bundler_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# bundler_config.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
25 changes: 25 additions & 0 deletions ci/scripts/coverage.sh
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
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/fastlane_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# fastlane_config.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/git_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# git_config.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# install.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/install_ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# install_ruby.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/keychain_add.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# keychain_add.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/keychain_remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# keychain_remove.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
25 changes: 25 additions & 0 deletions ci/scripts/publish_app.sh
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
Expand Down
25 changes: 25 additions & 0 deletions ci/scripts/release.sh
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
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/screenshots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# screenshots.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/set_locate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# set_locate.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# test.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/transifex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# transifex.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/update_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# LICENSE
#
# screenshots.sh is part of FlyveMDMAdminDashboard
# This file is part of FlyveMDMAdminDashboard
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
Expand Down
25 changes: 25 additions & 0 deletions ci/scripts/update_develop.sh
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
Expand Down

0 comments on commit 5271296

Please sign in to comment.