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 authored and rafaelje committed Sep 21, 2018
1 parent cc9c56e commit 8631361
Show file tree
Hide file tree
Showing 20 changed files with 465 additions and 300 deletions.
42 changes: 22 additions & 20 deletions ci/scripts/app_info.sh
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
#!/bin/sh

# LICENSE
#
# app_info.sh is part of FlyveMDMAdminDashboard
# LICENSE
#
# This file is part of Flyve MDM Admin Dashboard for iOS.
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
# Admin Dashboard for iOS is a subproject of Flyve MDM.
# Flyve MDM is a mobile device management software.
#
# Flyve MDM 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 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.
# Flyve MDM 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/
# @link http://flyve.org/ios-mdm-dashboard/
# @link https://flyve-mdm.com
# -------------------------------------------------------------------
#
# 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
# ------------------------------------------------------------------------------

# Get version app
GIT_TAG=$(jq -r ".version" package.json)
Expand Down
42 changes: 22 additions & 20 deletions ci/scripts/beta_version.sh
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
#!/bin/sh

# LICENSE
#
# beta_version.sh is part of FlyveMDMAdminDashboard
# LICENSE
#
# This file is part of Flyve MDM Admin Dashboard for iOS.
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
# Admin Dashboard for iOS is a subproject of Flyve MDM.
# Flyve MDM is a mobile device management software.
#
# Flyve MDM 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 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.
# Flyve MDM 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/
# @link http://flyve.org/ios-mdm-dashboard/
# @link https://flyve-mdm.com
# -------------------------------------------------------------------
#
# 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 [[ $CIRCLE_BRANCH == "develop" ]]; then

Expand Down
42 changes: 22 additions & 20 deletions ci/scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
#!/bin/sh

# LICENSE
#
# build.sh is part of FlyveMDMAdminDashboard
# LICENSE
#
# This file is part of Flyve MDM Admin Dashboard for iOS.
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
# Admin Dashboard for iOS is a subproject of Flyve MDM.
# Flyve MDM is a mobile device management software.
#
# Flyve MDM 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 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.
# Flyve MDM 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/
# @link http://flyve.org/ios-mdm-dashboard/
# @link https://flyve-mdm.com
# -------------------------------------------------------------------
#
# 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
# ------------------------------------------------------------------------------

xcodebuild clean build -workspace ${APPNAME}.xcworkspace -scheme $APPNAME CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
42 changes: 22 additions & 20 deletions ci/scripts/bundler_config.sh
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
#!/bin/sh

# LICENSE
#
# bundler_config.sh is part of FlyveMDMAdminDashboard
# LICENSE
#
# This file is part of Flyve MDM Admin Dashboard for iOS.
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
# Admin Dashboard for iOS is a subproject of Flyve MDM.
# Flyve MDM is a mobile device management software.
#
# Flyve MDM 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 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.
# Flyve MDM 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/
# @link http://flyve.org/ios-mdm-dashboard/
# @link https://flyve-mdm.com
# -------------------------------------------------------------------
#
# 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
# ------------------------------------------------------------------------------

echo ----------- Configure bundler ------------
echo :update_sources: true >> ~/.gemrc
Expand Down
27 changes: 27 additions & 0 deletions ci/scripts/coverage.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
#!/bin/bash

#
# LICENSE
#
# This file is part of Flyve MDM Admin Dashboard for iOS.
#
# Admin Dashboard for iOS is a subproject of Flyve MDM.
# Flyve MDM is a mobile device management software.
#
# Flyve MDM 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.
#
# Flyve MDM 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/
# @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
27 changes: 27 additions & 0 deletions ci/scripts/documentation.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
#!/bin/bash

#
# LICENSE
#
# This file is part of Flyve MDM Admin Dashboard for iOS.
#
# Admin Dashboard for iOS is a subproject of Flyve MDM.
# Flyve MDM is a mobile device management software.
#
# Flyve MDM 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.
#
# Flyve MDM 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/
# @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
42 changes: 22 additions & 20 deletions ci/scripts/fastlane_config.sh
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
#!/bin/sh

# LICENSE
#
# fastlane_config.sh is part of FlyveMDMAdminDashboard
# LICENSE
#
# This file is part of Flyve MDM Admin Dashboard for iOS.
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
# Admin Dashboard for iOS is a subproject of Flyve MDM.
# Flyve MDM is a mobile device management software.
#
# Flyve MDM 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 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.
# Flyve MDM 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/
# @link http://flyve.org/ios-mdm-dashboard/
# @link https://flyve-mdm.com
# -------------------------------------------------------------------
#
# 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
# ------------------------------------------------------------------------------

echo ----------- Create Fastlane environment variables ------------
# Create Fastlane environment variables
Expand Down
42 changes: 22 additions & 20 deletions ci/scripts/git_config.sh
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
#!/bin/sh

# LICENSE
#
# git_config.sh is part of FlyveMDMAdminDashboard
# LICENSE
#
# This file is part of Flyve MDM Admin Dashboard for iOS.
#
# FlyveMDMAdminDashboard is a subproject of Flyve MDM. Flyve MDM is a mobile
# device management software.
# Admin Dashboard for iOS is a subproject of Flyve MDM.
# Flyve MDM is a mobile device management software.
#
# Flyve MDM 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 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.
# Flyve MDM 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/
# @link http://flyve.org/ios-mdm-dashboard/
# @link https://flyve-mdm.com
# -------------------------------------------------------------------
#
# 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 [[ -n $GITHUB_TOKEN ]]; then
git config --global user.email $GITHUB_EMAIL
Expand Down
Loading

0 comments on commit 8631361

Please sign in to comment.