From 63815e4b2a3d57de6bb8cfb8aeaac9e74c918d51 Mon Sep 17 00:00:00 2001 From: Philip Guyton Date: Mon, 19 Aug 2024 20:05:13 +0100 Subject: [PATCH] Update Copyright notices #2883 See the following GitHub issue for details: - https://github.com/rockstor/rockstor-core/issues/2883 ## Also Includes - Normalise on 'Rockstor' capitalisation in non-code use: replacing 'RockStor'. - Formatting changes/normalisation (per file type) in Copyright associated headers. --- .eslintrc.js | 7 ++-- gulpfile.js | 7 ++-- src/rockstor/cli/api_keys.py | 7 ++-- src/rockstor/cli/api_wrapper.py | 7 ++-- src/rockstor/cli/backup_plugin_console.py | 7 ++-- src/rockstor/cli/base_console.py | 7 ++-- src/rockstor/cli/disks_console.py | 7 ++-- src/rockstor/cli/iscsi_console.py | 7 ++-- src/rockstor/cli/network_console.py | 7 ++-- src/rockstor/cli/nfs_console.py | 7 ++-- src/rockstor/cli/nfs_export_console.py | 7 ++-- src/rockstor/cli/nis_console.py | 7 ++-- src/rockstor/cli/ntp_console.py | 7 ++-- src/rockstor/cli/pool_detail_console.py | 7 ++-- src/rockstor/cli/pools_console.py | 7 ++-- src/rockstor/cli/replication_console.py | 7 ++-- src/rockstor/cli/rest_util.py | 7 ++-- src/rockstor/cli/rock_cli.py | 7 ++-- src/rockstor/cli/services_console.py | 7 ++-- src/rockstor/cli/setup_console.py | 7 ++-- src/rockstor/cli/sftp_console.py | 7 ++-- src/rockstor/cli/share_detail_console.py | 7 ++-- src/rockstor/cli/share_iscsi_console.py | 7 ++-- src/rockstor/cli/share_nfs_console.py | 7 ++-- src/rockstor/cli/share_smb_console.py | 7 ++-- src/rockstor/cli/shares_console.py | 7 ++-- src/rockstor/cli/sm_console.py | 7 ++-- src/rockstor/cli/smb_console.py | 7 ++-- src/rockstor/cli/snapshot_console.py | 7 ++-- src/rockstor/cli/support_console.py | 7 ++-- src/rockstor/cli/task_console.py | 7 ++-- src/rockstor/cli/users_console.py | 7 ++-- src/rockstor/fs/btrfs.py | 7 ++-- src/rockstor/fs/pool_scrub.py | 7 ++-- src/rockstor/fs/tests/test_btrfs.py | 7 ++-- src/rockstor/fs/zfs.py | 7 ++-- .../rest_framework_custom/__init__.py | 7 ++-- .../custom_pagination.py | 7 ++-- .../rest_framework_custom/generic_view.py | 7 ++-- .../rest_framework_custom/oauth_wrapper.py | 7 ++-- .../rest_framework_custom/renderers.py | 7 ++-- src/rockstor/scripts/__init__.py | 17 +++++++++ src/rockstor/scripts/bootstrap.py | 7 ++-- src/rockstor/scripts/config_backup.py | 7 ++-- src/rockstor/scripts/debugmode.py | 7 ++-- src/rockstor/scripts/delete_api_key.py | 7 ++-- src/rockstor/scripts/docker_wrapper.py | 7 ++-- src/rockstor/scripts/flash_optimize.py | 7 ++-- src/rockstor/scripts/initrock.py | 3 +- src/rockstor/scripts/mount_share.py | 7 ++-- src/rockstor/scripts/ovpn_util.py | 7 ++-- src/rockstor/scripts/prep_db.py | 7 ++-- src/rockstor/scripts/pwreset.py | 7 ++-- src/rockstor/scripts/qgroup_clean.py | 7 ++-- src/rockstor/scripts/qgroup_maxout_limit.py | 7 ++-- src/rockstor/scripts/qgroup_test.py | 7 ++-- src/rockstor/scripts/rockon_delete.py | 7 ++-- src/rockstor/scripts/rockon_util.py | 7 ++-- .../scripts/scheduled_tasks/crontabwindow.py | 7 ++-- .../scripts/scheduled_tasks/pool_scrub.py | 7 ++-- .../scheduled_tasks/reboot_shutdown.py | 7 ++-- .../scripts/scheduled_tasks/send_replica.py | 7 ++-- .../scripts/scheduled_tasks/snapshot.py | 7 ++-- .../scripts/tests/test_reboot_shutdown.py | 10 +++--- src/rockstor/settings.py | 7 ++-- src/rockstor/smart_manager/agents/__init__.py | 17 +++++++++ .../smart_manager/agents/nfsd_calls.py | 17 +++++++++ src/rockstor/smart_manager/data_collector.py | 7 ++-- src/rockstor/smart_manager/db_router.py | 7 ++-- src/rockstor/smart_manager/models/__init__.py | 7 ++-- .../smart_manager/models/cpu_metric.py | 7 ++-- .../smart_manager/models/disk_stat.py | 7 ++-- src/rockstor/smart_manager/models/load_avg.py | 7 ++-- src/rockstor/smart_manager/models/mem_info.py | 7 ++-- src/rockstor/smart_manager/models/net_stat.py | 7 ++-- src/rockstor/smart_manager/models/nfsd.py | 7 ++-- .../smart_manager/models/nfsd_share.py | 7 ++-- .../smart_manager/models/nfsd_share_client.py | 7 ++-- .../smart_manager/models/nfsd_uid_gid.py | 7 ++-- .../smart_manager/models/pool_usage.py | 7 ++-- src/rockstor/smart_manager/models/service.py | 7 ++-- .../smart_manager/models/share_replication.py | 7 ++-- .../smart_manager/models/share_usage.py | 7 ++-- src/rockstor/smart_manager/models/sprobe.py | 7 ++-- src/rockstor/smart_manager/models/task.py | 7 ++-- src/rockstor/smart_manager/models/task_def.py | 7 ++-- src/rockstor/smart_manager/models/vm_stat.py | 7 ++-- .../smart_manager/replication/__init__.py | 17 +++++++++ .../replication/listener_broker.py | 7 ++-- .../smart_manager/replication/receiver.py | 7 ++-- .../smart_manager/replication/sender.py | 7 ++-- .../smart_manager/replication/util.py | 7 ++-- src/rockstor/smart_manager/serializers.py | 7 ++-- src/rockstor/smart_manager/stap_dispatcher.py | 7 ++-- src/rockstor/smart_manager/stap_worker.py | 7 ++-- src/rockstor/smart_manager/sysfs.py | 7 ++-- .../taplib/nfsd/tapset/probes_defs.stp | 7 ++-- .../smart_manager/taplib/probe_config.py | 7 ++-- src/rockstor/smart_manager/tests/test_snmp.py | 7 ++-- .../smart_manager/tests/test_tailscaled.py | 7 ++-- .../tests/test_task_scheduler.py | 7 ++-- src/rockstor/smart_manager/urls/replicas.py | 7 ++-- src/rockstor/smart_manager/urls/services.py | 7 ++-- src/rockstor/smart_manager/urls/sprobes.py | 7 ++-- src/rockstor/smart_manager/urls/tasks.py | 7 ++-- src/rockstor/smart_manager/views/__init__.py | 7 ++-- .../smart_manager/views/active_directory.py | 7 ++-- .../smart_manager/views/advanced_sprobe.py | 7 ++-- .../smart_manager/views/base_list_service.py | 7 ++-- .../smart_manager/views/base_service.py | 7 ++-- .../smart_manager/views/bootstrap_service.py | 7 ++-- src/rockstor/smart_manager/views/cpu_util.py | 7 ++-- .../smart_manager/views/dc_service.py | 7 ++-- .../smart_manager/views/detail_views.py | 7 ++-- src/rockstor/smart_manager/views/disk_stat.py | 7 ++-- .../smart_manager/views/docker_service.py | 7 ++-- .../smart_manager/views/generic_sprobe.py | 7 ++-- .../smart_manager/views/ldap_service.py | 7 ++-- src/rockstor/smart_manager/views/load_avg.py | 7 ++-- src/rockstor/smart_manager/views/mem_info.py | 7 ++-- src/rockstor/smart_manager/views/net_stat.py | 7 ++-- .../smart_manager/views/nfs_client_distrib.py | 7 ++-- .../smart_manager/views/nfs_distrib.py | 7 ++-- .../smart_manager/views/nfs_service.py | 7 ++-- .../views/nfs_share_client_distrib.py | 7 ++-- .../smart_manager/views/nfs_share_distrib.py | 7 ++-- .../smart_manager/views/nfs_uid_gid.py | 7 ++-- .../smart_manager/views/nis_service.py | 7 ++-- .../smart_manager/views/ntp_service.py | 7 ++-- .../smart_manager/views/nut_service.py | 17 +++++++++ .../smart_manager/views/receive_trail.py | 7 ++-- .../smart_manager/views/receiver_pools.py | 7 ++-- .../smart_manager/views/replica_share.py | 7 ++-- .../smart_manager/views/replica_trail.py | 7 ++-- .../smart_manager/views/replication.py | 7 ++-- .../views/replication_service.py | 7 ++-- .../smart_manager/views/rockstor_service.py | 7 ++-- .../smart_manager/views/samba_service.py | 7 ++-- .../smart_manager/views/sftp_service.py | 3 +- .../views/shellinaboxd_service.py | 7 ++-- .../smart_manager/views/sm_service.py | 7 ++-- .../smart_manager/views/smartd_service.py | 7 ++-- .../smart_manager/views/snmp_service.py | 7 ++-- .../smart_manager/views/sprobe_metadata.py | 7 ++-- src/rockstor/smart_manager/views/sprobes.py | 7 ++-- .../smart_manager/views/tailscaled_service.py | 7 ++-- src/rockstor/smart_manager/views/task_log.py | 7 ++-- .../smart_manager/views/task_scheduler.py | 7 ++-- src/rockstor/smart_manager/views/tasktypes.py | 7 ++-- .../smart_manager/views/ts_service.py | 7 ++-- .../smart_manager/views/ztask_helpers.py | 17 +++++++++ .../smart_manager/views/ztaskd_service.py | 7 ++-- src/rockstor/storageadmin/admin.py | 7 ++-- src/rockstor/storageadmin/auth.py | 7 ++-- src/rockstor/storageadmin/exceptions.py | 7 ++-- src/rockstor/storageadmin/middleware.py | 7 ++-- src/rockstor/storageadmin/models/__init__.py | 7 ++-- .../storageadmin/models/adv_nfs_exports.py | 7 ++-- src/rockstor/storageadmin/models/api_keys.py | 7 ++-- src/rockstor/storageadmin/models/appliance.py | 7 ++-- .../storageadmin/models/config_backup.py | 7 ++-- .../storageadmin/models/dashboard_config.py | 7 ++-- src/rockstor/storageadmin/models/disk.py | 7 ++-- src/rockstor/storageadmin/models/email.py | 7 ++-- src/rockstor/storageadmin/models/group.py | 7 ++-- .../storageadmin/models/installed_plugin.py | 7 ++-- .../storageadmin/models/iscsi_target.py | 7 ++-- .../storageadmin/models/network_interface.py | 7 ++-- .../storageadmin/models/nfs_export.py | 7 ++-- .../storageadmin/models/nfs_export_group.py | 7 ++-- src/rockstor/storageadmin/models/oauth_app.py | 7 ++-- src/rockstor/storageadmin/models/pincard.py | 7 ++-- src/rockstor/storageadmin/models/plugin.py | 7 ++-- src/rockstor/storageadmin/models/pool.py | 7 ++-- .../storageadmin/models/pool_balance.py | 7 ++-- .../storageadmin/models/posix_acls.py | 7 ++-- src/rockstor/storageadmin/models/rockon.py | 7 ++-- .../storageadmin/models/samba_custom.py | 7 ++-- .../storageadmin/models/samba_share.py | 7 ++-- src/rockstor/storageadmin/models/scrub.py | 7 ++-- src/rockstor/storageadmin/models/setup.py | 7 ++-- src/rockstor/storageadmin/models/sftp.py | 7 ++-- src/rockstor/storageadmin/models/share.py | 7 ++-- src/rockstor/storageadmin/models/smart.py | 7 ++-- src/rockstor/storageadmin/models/snapshot.py | 7 ++-- .../storageadmin/models/support_case.py | 7 ++-- .../storageadmin/models/tls_certificate.py | 7 ++-- .../models/update_subscription.py | 7 ++-- src/rockstor/storageadmin/models/user.py | 7 ++-- .../storageadmin/models/validators.py | 7 ++-- src/rockstor/storageadmin/serializers.py | 7 ++-- .../static/storageadmin/css/style.css | 7 ++-- .../static/storageadmin/js/graph.js | 25 +++++++++++++ .../static/storageadmin/js/license.js | 7 ++-- .../static/storageadmin/js/models/models.js | 7 ++-- .../storageadmin/js/paginated_collection.js | 25 +++++++++++++ .../static/storageadmin/js/rockstor.js | 9 +++-- .../static/storageadmin/js/rockstor_logger.js | 7 ++-- .../storageadmin/js/rockstor_widgets.js | 25 +++++++++++++ .../static/storageadmin/js/router.js | 11 +++--- .../static/storageadmin/js/socket_listen.js | 7 ++-- .../js/templates/access_keys/access_keys.jst | 33 +++++++++-------- .../templates/access_keys/add_access_key.jst | 33 +++++++++-------- .../storageadmin/js/templates/cb/cb.jst | 33 +++++++++-------- .../js/templates/common/new_appliance.jst | 33 +++++++++-------- .../templates/dashboard/dashboard_config.jst | 33 +++++++++-------- .../templates/dashboard/widgets/cpuusage.jst | 33 +++++++++-------- .../dashboard/widgets/disk_utilization.jst | 33 +++++++++-------- .../dashboard/widgets/memory_utilization.jst | 33 +++++++++-------- .../dashboard/widgets/network_utilization.jst | 33 +++++++++-------- .../dashboard/widgets/pool_usage.jst | 33 +++++++++-------- .../dashboard/widgets/storage_metrics.jst | 33 +++++++++-------- .../dashboard/widgets/top_shares.jst | 33 +++++++++-------- .../js/templates/disk/disk_details_layout.jst | 33 +++++++++-------- .../storageadmin/js/templates/disk/disks.jst | 33 +++++++++-------- .../storageadmin/js/templates/email/email.jst | 35 +++++++++---------- .../js/templates/email/email_setup.jst | 35 +++++++++---------- .../js/templates/home/cpuusage.jst | 33 +++++++++-------- .../js/templates/home/home_template.jst | 33 +++++++++-------- .../storageadmin/js/templates/logs/logs.jst | 33 +++++++++-------- .../js/templates/network/network.jst | 35 +++++++++---------- .../js/templates/network/new_connection.jst | 33 +++++++++-------- .../js/templates/nfs/advanced_edit.jst | 33 +++++++++-------- .../js/templates/nfs/edit_nfs_export.jst | 33 +++++++++-------- .../js/templates/nfs/nfs_exports.jst | 33 +++++++++-------- .../js/templates/pool/add_pool_template.jst | 7 ++-- .../js/templates/pool/pool_details_layout.jst | 33 +++++++++-------- .../js/templates/pool/pool_info_module.jst | 33 +++++++++-------- .../js/templates/pool/pool_usage_module.jst | 33 +++++++++-------- .../pool/poolrebalance_start_template.jst | 33 +++++++++-------- .../pool/poolrebalance_table_template.jst | 33 +++++++++-------- .../pool/poolscrub_details_template.jst | 33 +++++++++-------- .../pool/poolscrub_start_template.jst | 33 +++++++++-------- .../pool/poolscrub_table_template.jst | 33 +++++++++-------- .../js/templates/pool/selected_disks.jst | 7 ++-- .../replication/add_replication_task.jst | 33 +++++++++-------- .../templates/replication/receive_trails.jst | 33 +++++++++-------- .../templates/replication/replica_trails.jst | 33 +++++++++-------- .../js/templates/replication/replication.jst | 33 +++++++++-------- .../replication/replication_receive.jst | 33 +++++++++-------- .../js/templates/rockons/docker_service.jst | 33 +++++++++-------- .../js/templates/rockons/rockons.jst | 33 +++++++++-------- .../js/templates/rockons/wizard_summary.jst | 33 +++++++++-------- .../js/templates/scheduled_tasks/add_task.jst | 33 +++++++++-------- .../templates/scheduled_tasks/task_defs.jst | 33 +++++++++-------- .../js/templates/scheduled_tasks/tasks.jst | 33 +++++++++-------- .../services/configure_active-directory.jst | 35 +++++++++---------- .../templates/services/configure_docker.jst | 35 +++++++++---------- .../js/templates/services/configure_ldap.jst | 35 +++++++++---------- .../js/templates/services/configure_nis.jst | 35 +++++++++---------- .../js/templates/services/configure_ntpd.jst | 35 +++++++++---------- .../js/templates/services/configure_nut.jst | 35 +++++++++---------- .../services/configure_replication.jst | 35 +++++++++---------- .../templates/services/configure_rockstor.jst | 35 +++++++++---------- .../services/configure_shellinaboxd.jst | 35 +++++++++---------- .../templates/services/configure_smartd.jst | 35 +++++++++---------- .../js/templates/services/configure_smb.jst | 35 +++++++++---------- .../js/templates/services/configure_snmpd.jst | 35 +++++++++---------- .../services/configure_tailscaled.jst | 35 +++++++++---------- .../js/templates/services/services.jst | 35 +++++++++---------- .../js/templates/setup/certificate_desc.jst | 35 +++++++++---------- .../storageadmin/js/templates/setup/disk.jst | 33 +++++++++-------- .../storageadmin/js/templates/setup/disks.jst | 33 +++++++++-------- .../js/templates/setup/network.jst | 33 +++++++++-------- .../js/templates/setup/new_user.jst | 33 +++++++++-------- .../storageadmin/js/templates/setup/setup.jst | 33 +++++++++-------- .../js/templates/setup/system.jst | 33 +++++++++-------- .../js/templates/setup/update_certificate.jst | 35 +++++++++---------- .../share/add_iscsi_target_template.jst | 33 +++++++++-------- .../js/templates/share/add_share_template.jst | 33 +++++++++-------- .../js/templates/share/create_clone.jst | 33 +++++++++-------- .../share/iscsi_target_empty_row_template.jst | 33 +++++++++-------- .../js/templates/share/rollback.jst | 33 +++++++++-------- .../js/templates/share/share_acl.jst | 33 +++++++++-------- .../templates/share/share_details_layout.jst | 33 +++++++++-------- .../js/templates/share/share_usage_edit.jst | 33 +++++++++-------- .../js/templates/share/share_usage_module.jst | 33 +++++++++-------- .../js/templates/share/shares.jst | 33 +++++++++-------- .../js/templates/share/shares_template.jst | 33 +++++++++-------- .../js/templates/share/snapshot_add.jst | 33 +++++++++-------- .../templates/share/snapshot_add_template.jst | 33 +++++++++-------- .../js/templates/share/snapshots.jst | 35 +++++++++---------- .../share/snapshots_table_template.jst | 33 +++++++++-------- .../storageadmin/js/templates/shell/shell.jst | 33 +++++++++-------- .../support/add_support_case_template.jst | 33 +++++++++-------- .../js/templates/support/support_template.jst | 33 +++++++++-------- .../js/templates/users/add_group.jst | 35 +++++++++---------- .../js/templates/users/add_user.jst | 35 +++++++++---------- .../js/templates/users/groups.jst | 33 +++++++++-------- .../storageadmin/js/templates/users/users.jst | 33 +++++++++-------- .../js/templates/wizard/wizard.jst | 33 +++++++++-------- .../storageadmin/js/views/access_keys.js | 7 ++-- .../storageadmin/js/views/add_access_key.js | 7 ++-- .../storageadmin/js/views/add_appliance.js | 7 ++-- .../static/storageadmin/js/views/add_group.js | 7 ++-- .../static/storageadmin/js/views/add_pool.js | 7 ++-- .../js/views/add_replication_task.js | 7 ++-- .../storageadmin/js/views/add_samba_export.js | 7 ++-- .../js/views/add_scheduled_task.js | 7 ++-- .../storageadmin/js/views/add_sftp_share.js | 7 ++-- .../static/storageadmin/js/views/add_share.js | 7 ++-- .../static/storageadmin/js/views/add_user.js | 7 ++-- .../storageadmin/js/views/appliances.js | 7 ++-- .../storageadmin/js/views/blink_disks.js | 7 ++-- .../js/views/common/snapshots_common.js | 25 +++++++++++++ .../storageadmin/js/views/config_backup.js | 7 ++-- .../js/views/configure_service.js | 7 ++-- .../storageadmin/js/views/cpuusage_module.js | 7 ++-- .../storageadmin/js/views/create_clone.js | 7 ++-- .../js/views/dashboard/cpu_usage_widget.js | 7 ++-- .../js/views/dashboard/disk_utilization.js | 7 ++-- .../js/views/dashboard/memory_utilization.js | 7 ++-- .../js/views/dashboard/network_utilization.js | 7 ++-- .../js/views/dashboard/pool_usage.js | 7 ++-- .../js/views/dashboard/storage_metrics.js | 7 ++-- .../js/views/dashboard/top_shares.js | 7 ++-- .../storageadmin/js/views/dashboard_config.js | 7 ++-- .../js/views/disk_details_layout_view.js | 7 ++-- .../static/storageadmin/js/views/disks.js | 7 ++-- .../storageadmin/js/views/docker_service.js | 7 ++-- .../js/views/edit_network_connection.js | 7 ++-- .../storageadmin/js/views/edit_nfs_export.js | 7 ++-- .../static/storageadmin/js/views/email.js | 7 ++-- .../static/storageadmin/js/views/groups.js | 7 ++-- .../static/storageadmin/js/views/home.js | 7 ++-- .../static/storageadmin/js/views/login.js | 7 ++-- .../static/storageadmin/js/views/logs.js | 7 ++-- .../static/storageadmin/js/views/luks_disk.js | 3 +- .../static/storageadmin/js/views/network.js | 7 ++-- .../js/views/nfs_advanced_edit.js | 7 ++-- .../storageadmin/js/views/nfs_exports.js | 7 ++-- .../js/views/pool/resize/add_disks.js | 8 ++--- .../js/views/pool/resize/add_disks_raid.js | 25 +++++++++++++ .../js/views/pool/resize/choice.js | 25 +++++++++++++ .../views/pool/resize/pool_resize_wizard.js | 7 ++-- .../js/views/pool/resize/raid_change.js | 7 ++-- .../js/views/pool/resize/remove_disks.js | 7 ++-- .../pool/resize/remove_disks_complete.js | 25 +++++++++++++ .../js/views/pool/resize/summary.js | 7 ++-- .../js/views/pool_details_layout_view.js | 7 ++-- .../storageadmin/js/views/pool_info_module.js | 7 ++-- .../js/views/pool_rebalance_table.js | 7 ++-- .../storageadmin/js/views/pool_scrub_table.js | 7 ++-- .../js/views/pool_usage_module.js | 7 ++-- .../static/storageadmin/js/views/pools.js | 7 ++-- .../static/storageadmin/js/views/reboot.js | 7 ++-- .../js/views/replica_receive_trails.js | 7 ++-- .../storageadmin/js/views/replica_trails.js | 7 ++-- .../storageadmin/js/views/replication.js | 7 ++-- .../js/views/replication_receive.js | 7 ++-- .../static/storageadmin/js/views/rockons.js | 7 ++-- .../static/storageadmin/js/views/rollback.js | 7 ++-- .../static/storageadmin/js/views/samba.js | 7 ++-- .../storageadmin/js/views/scheduled_tasks.js | 7 ++-- .../js/views/scrub_details_view.js | 7 ++-- .../static/storageadmin/js/views/services.js | 7 ++-- .../storageadmin/js/views/setrole_disks.js | 7 ++-- .../storageadmin/js/views/setup_system.js | 7 ++-- .../static/storageadmin/js/views/sftp.js | 7 ++-- .../js/views/share_details_layout_view.js | 7 ++-- .../js/views/share_usage_module.js | 7 ++-- .../static/storageadmin/js/views/shares.js | 7 ++-- .../static/storageadmin/js/views/shell.js | 7 ++-- .../static/storageadmin/js/views/shutdown.js | 7 ++-- .../js/views/smartcustom_disks.js | 7 ++-- .../static/storageadmin/js/views/snapshots.js | 7 ++-- .../storageadmin/js/views/snapshots_table.js | 7 ++-- .../storageadmin/js/views/spindown_disks.js | 7 ++-- .../static/storageadmin/js/views/tasks.js | 7 ++-- .../js/views/update_certificate.js | 7 ++-- .../static/storageadmin/js/views/users.js | 7 ++-- .../static/storageadmin/js/views/version.js | 7 ++-- src/rockstor/storageadmin/tasks.py | 7 ++-- .../templates/storageadmin/404.html | 7 ++-- .../templates/storageadmin/500.html | 7 ++-- .../templates/storageadmin/base.html | 14 ++++---- .../templates/storageadmin/index.html | 7 ++-- .../templates/storageadmin/login.html | 14 ++++---- .../templates/storageadmin/setup.html | 14 ++++---- .../templates/storageadmin/user_create.html | 7 ++-- src/rockstor/storageadmin/tests/test_api.py | 7 ++-- .../storageadmin/tests/test_appliances.py | 7 ++-- .../storageadmin/tests/test_commands.py | 10 +++--- .../storageadmin/tests/test_config_backup.py | 10 +++--- .../tests/test_dashboardconfig.py | 10 +++--- .../storageadmin/tests/test_disk_smart.py | 7 ++-- src/rockstor/storageadmin/tests/test_disks.py | 7 ++-- .../storageadmin/tests/test_email_client.py | 10 +++--- src/rockstor/storageadmin/tests/test_group.py | 7 ++-- src/rockstor/storageadmin/tests/test_login.py | 10 +++--- .../storageadmin/tests/test_network.py | 7 ++-- .../storageadmin/tests/test_nfs_export.py | 7 ++-- .../storageadmin/tests/test_oauth_app.py | 7 ++-- .../storageadmin/tests/test_pool_balance.py | 7 ++-- .../tests/test_pool_balance_huey.py | 7 ++-- .../storageadmin/tests/test_pool_scrub.py | 7 ++-- src/rockstor/storageadmin/tests/test_pools.py | 7 ++-- src/rockstor/storageadmin/tests/test_samba.py | 7 ++-- src/rockstor/storageadmin/tests/test_sftp.py | 10 +++--- .../storageadmin/tests/test_share_acl.py | 10 +++--- .../storageadmin/tests/test_share_commands.py | 7 ++-- .../storageadmin/tests/test_shares.py | 7 ++-- .../storageadmin/tests/test_snapshot.py | 10 +++--- .../tests/test_tls_certificate.py | 7 ++-- .../tests/test_update_subscription.py | 7 ++-- src/rockstor/storageadmin/tests/test_user.py | 7 ++-- src/rockstor/storageadmin/urls/commands.py | 7 ++-- src/rockstor/storageadmin/urls/disks.py | 7 ++-- src/rockstor/storageadmin/urls/network.py | 7 ++-- src/rockstor/storageadmin/urls/pools.py | 7 ++-- src/rockstor/storageadmin/urls/rockons.py | 7 ++-- src/rockstor/storageadmin/urls/share.py | 7 ++-- .../storageadmin/urls/update_subscription.py | 7 ++-- src/rockstor/storageadmin/util.py | 7 ++-- src/rockstor/storageadmin/views/__init__.py | 7 ++-- src/rockstor/storageadmin/views/appliances.py | 7 ++-- .../storageadmin/views/clone_helpers.py | 3 +- src/rockstor/storageadmin/views/command.py | 7 ++-- .../storageadmin/views/config_backup.py | 7 ++-- .../storageadmin/views/dashboardconfig.py | 7 ++-- src/rockstor/storageadmin/views/disk.py | 7 ++-- src/rockstor/storageadmin/views/disk_smart.py | 7 ++-- .../storageadmin/views/email_client.py | 7 ++-- src/rockstor/storageadmin/views/group.py | 7 ++-- src/rockstor/storageadmin/views/home.py | 7 ++-- src/rockstor/storageadmin/views/login.py | 7 ++-- src/rockstor/storageadmin/views/network.py | 7 ++-- .../storageadmin/views/nfs_exports.py | 7 ++-- src/rockstor/storageadmin/views/oauth_app.py | 7 ++-- src/rockstor/storageadmin/views/pincard.py | 7 ++-- src/rockstor/storageadmin/views/pool.py | 7 ++-- .../storageadmin/views/pool_balance.py | 7 ++-- src/rockstor/storageadmin/views/pool_scrub.py | 7 ++-- src/rockstor/storageadmin/views/rockon.py | 7 ++-- .../storageadmin/views/rockon_container.py | 7 ++-- .../views/rockon_custom_config.py | 7 ++-- .../storageadmin/views/rockon_device.py | 7 ++-- .../storageadmin/views/rockon_environment.py | 7 ++-- .../storageadmin/views/rockon_helpers.py | 7 ++-- src/rockstor/storageadmin/views/rockon_id.py | 7 ++-- .../storageadmin/views/rockon_labels.py | 7 ++-- .../storageadmin/views/rockon_networks.py | 7 ++-- .../storageadmin/views/rockon_port.py | 7 ++-- .../storageadmin/views/rockon_utils.py | 7 ++-- .../storageadmin/views/rockon_volume.py | 7 ++-- src/rockstor/storageadmin/views/samba.py | 7 ++-- src/rockstor/storageadmin/views/setup_user.py | 7 ++-- src/rockstor/storageadmin/views/sftp.py | 3 +- src/rockstor/storageadmin/views/share.py | 7 ++-- src/rockstor/storageadmin/views/share_acl.py | 7 ++-- .../storageadmin/views/share_command.py | 7 ++-- .../storageadmin/views/share_helpers.py | 7 ++-- src/rockstor/storageadmin/views/snapshot.py | 7 ++-- .../storageadmin/views/tls_certificate.py | 7 ++-- src/rockstor/storageadmin/views/ug_helpers.py | 7 ++-- .../storageadmin/views/update_subscription.py | 7 ++-- src/rockstor/storageadmin/views/user.py | 7 ++-- src/rockstor/storageadmin/views/views.py | 7 ++-- src/rockstor/system/acl.py | 7 ++-- src/rockstor/system/config_backup.py | 7 ++-- src/rockstor/system/constants.py | 3 +- src/rockstor/system/directory_services.py | 7 ++-- src/rockstor/system/docker.py | 7 ++-- src/rockstor/system/email_util.py | 7 ++-- src/rockstor/system/exceptions.py | 7 ++-- src/rockstor/system/iscsi.py | 7 ++-- src/rockstor/system/luks.py | 7 ++-- src/rockstor/system/network.py | 7 ++-- src/rockstor/system/nis.py | 7 ++-- src/rockstor/system/nut.py | 3 +- src/rockstor/system/osi.py | 7 ++-- src/rockstor/system/pinmanager.py | 7 ++-- src/rockstor/system/pkg_mgmt.py | 7 ++-- src/rockstor/system/samba.py | 7 ++-- src/rockstor/system/services.py | 7 ++-- src/rockstor/system/shell.py | 7 ++-- src/rockstor/system/smart.py | 7 ++-- src/rockstor/system/snmp.py | 7 ++-- src/rockstor/system/ssh.py | 3 +- src/rockstor/system/tailscale.py | 7 ++-- .../system/tests/test_directory_services.py | 10 +++--- src/rockstor/system/tests/test_osi.py | 10 +++--- src/rockstor/system/tests/test_pkg_mgmt.py | 10 +++--- src/rockstor/system/tests/test_services.py | 10 +++--- .../system/tests/test_system_network.py | 10 +++--- src/rockstor/system/tests/test_tailscale.py | 10 +++--- src/rockstor/system/users.py | 7 ++-- src/rockstor/system/util.py | 7 ++-- src/rockstor/urls.py | 7 ++-- src/rockstor/wsgi.py | 2 +- 490 files changed, 2913 insertions(+), 3071 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 9161c21c5..ffd0fb54a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,15 +3,14 @@ * @licstart The following is the entire license notice for the * JavaScript code in this page. * - * Copyright (c) 2012-2017 RockStor, Inc. - * This file is part of RockStor. + * Copyright (joint work) 2024 The Rockstor Project * - * RockStor is free software; you can redistribute it and/or modify + * Rockstor 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 2 of the License, * or (at your option) any later version. * - * RockStor is distributed in the hope that it will be useful, but + * Rockstor 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. diff --git a/gulpfile.js b/gulpfile.js index ceee66dbc..7aa47f21f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -3,15 +3,14 @@ * @licstart The following is the entire license notice for the * JavaScript code in this page. * - * Copyright (c) 2012-2017 RockStor, Inc. - * This file is part of RockStor. + * Copyright (joint work) 2024 The Rockstor Project * - * RockStor is free software; you can redistribute it and/or modify + * Rockstor 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 2 of the License, * or (at your option) any later version. * - * RockStor is distributed in the hope that it will be useful, but + * Rockstor 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. diff --git a/src/rockstor/cli/api_keys.py b/src/rockstor/cli/api_keys.py index ad934c9d2..9be5ac937 100644 --- a/src/rockstor/cli/api_keys.py +++ b/src/rockstor/cli/api_keys.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/api_wrapper.py b/src/rockstor/cli/api_wrapper.py index 4c61fdbcf..a189501ff 100644 --- a/src/rockstor/cli/api_wrapper.py +++ b/src/rockstor/cli/api_wrapper.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/backup_plugin_console.py b/src/rockstor/cli/backup_plugin_console.py index 89da90bf6..541677f86 100644 --- a/src/rockstor/cli/backup_plugin_console.py +++ b/src/rockstor/cli/backup_plugin_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/base_console.py b/src/rockstor/cli/base_console.py index 89bf2584f..2b11ce6b5 100644 --- a/src/rockstor/cli/base_console.py +++ b/src/rockstor/cli/base_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/disks_console.py b/src/rockstor/cli/disks_console.py index f09734aa0..a5d66a1fa 100644 --- a/src/rockstor/cli/disks_console.py +++ b/src/rockstor/cli/disks_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/iscsi_console.py b/src/rockstor/cli/iscsi_console.py index c89742a10..7679aefbc 100644 --- a/src/rockstor/cli/iscsi_console.py +++ b/src/rockstor/cli/iscsi_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/network_console.py b/src/rockstor/cli/network_console.py index 7cf2fc5f7..a2721a658 100644 --- a/src/rockstor/cli/network_console.py +++ b/src/rockstor/cli/network_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/nfs_console.py b/src/rockstor/cli/nfs_console.py index 64c11b716..3542c531d 100644 --- a/src/rockstor/cli/nfs_console.py +++ b/src/rockstor/cli/nfs_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/nfs_export_console.py b/src/rockstor/cli/nfs_export_console.py index 1ffb63e34..f6cca0e12 100644 --- a/src/rockstor/cli/nfs_export_console.py +++ b/src/rockstor/cli/nfs_export_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/nis_console.py b/src/rockstor/cli/nis_console.py index fdfba8205..4aca42bb8 100644 --- a/src/rockstor/cli/nis_console.py +++ b/src/rockstor/cli/nis_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/ntp_console.py b/src/rockstor/cli/ntp_console.py index 458142ea3..f9933a013 100644 --- a/src/rockstor/cli/ntp_console.py +++ b/src/rockstor/cli/ntp_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/pool_detail_console.py b/src/rockstor/cli/pool_detail_console.py index ca7004b4c..adb5b85fd 100644 --- a/src/rockstor/cli/pool_detail_console.py +++ b/src/rockstor/cli/pool_detail_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/pools_console.py b/src/rockstor/cli/pools_console.py index e94821b89..01159c220 100644 --- a/src/rockstor/cli/pools_console.py +++ b/src/rockstor/cli/pools_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/replication_console.py b/src/rockstor/cli/replication_console.py index b3313fa76..8ffa4d273 100644 --- a/src/rockstor/cli/replication_console.py +++ b/src/rockstor/cli/replication_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/rest_util.py b/src/rockstor/cli/rest_util.py index 75420f377..9fc155556 100644 --- a/src/rockstor/cli/rest_util.py +++ b/src/rockstor/cli/rest_util.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/rock_cli.py b/src/rockstor/cli/rock_cli.py index cfd6e556e..c0b1dbcf5 100644 --- a/src/rockstor/cli/rock_cli.py +++ b/src/rockstor/cli/rock_cli.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/services_console.py b/src/rockstor/cli/services_console.py index 4401e3032..97430644a 100644 --- a/src/rockstor/cli/services_console.py +++ b/src/rockstor/cli/services_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/setup_console.py b/src/rockstor/cli/setup_console.py index d06be94aa..ce70ae055 100644 --- a/src/rockstor/cli/setup_console.py +++ b/src/rockstor/cli/setup_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/sftp_console.py b/src/rockstor/cli/sftp_console.py index 409b7b678..a92fc340d 100644 --- a/src/rockstor/cli/sftp_console.py +++ b/src/rockstor/cli/sftp_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/share_detail_console.py b/src/rockstor/cli/share_detail_console.py index 715927185..a5a1059ff 100644 --- a/src/rockstor/cli/share_detail_console.py +++ b/src/rockstor/cli/share_detail_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/share_iscsi_console.py b/src/rockstor/cli/share_iscsi_console.py index 489abe611..262908201 100644 --- a/src/rockstor/cli/share_iscsi_console.py +++ b/src/rockstor/cli/share_iscsi_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/share_nfs_console.py b/src/rockstor/cli/share_nfs_console.py index 8701a9061..f59019221 100644 --- a/src/rockstor/cli/share_nfs_console.py +++ b/src/rockstor/cli/share_nfs_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/share_smb_console.py b/src/rockstor/cli/share_smb_console.py index b4c445f59..fc62b8042 100644 --- a/src/rockstor/cli/share_smb_console.py +++ b/src/rockstor/cli/share_smb_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/shares_console.py b/src/rockstor/cli/shares_console.py index 9782579eb..97772e298 100644 --- a/src/rockstor/cli/shares_console.py +++ b/src/rockstor/cli/shares_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/sm_console.py b/src/rockstor/cli/sm_console.py index 94d9f08d4..6e5ac847a 100644 --- a/src/rockstor/cli/sm_console.py +++ b/src/rockstor/cli/sm_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/smb_console.py b/src/rockstor/cli/smb_console.py index f8861ad33..14b41b97f 100644 --- a/src/rockstor/cli/smb_console.py +++ b/src/rockstor/cli/smb_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/snapshot_console.py b/src/rockstor/cli/snapshot_console.py index 9b2d6bc2b..8de3cc9d0 100644 --- a/src/rockstor/cli/snapshot_console.py +++ b/src/rockstor/cli/snapshot_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/support_console.py b/src/rockstor/cli/support_console.py index 6afa7a3db..146e949d7 100644 --- a/src/rockstor/cli/support_console.py +++ b/src/rockstor/cli/support_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/task_console.py b/src/rockstor/cli/task_console.py index 4d2e97e87..700f3e660 100644 --- a/src/rockstor/cli/task_console.py +++ b/src/rockstor/cli/task_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/cli/users_console.py b/src/rockstor/cli/users_console.py index 947cfa294..1f5cd9773 100644 --- a/src/rockstor/cli/users_console.py +++ b/src/rockstor/cli/users_console.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/fs/btrfs.py b/src/rockstor/fs/btrfs.py index 134efb8af..dc652af9c 100644 --- a/src/rockstor/fs/btrfs.py +++ b/src/rockstor/fs/btrfs.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/fs/pool_scrub.py b/src/rockstor/fs/pool_scrub.py index 31d4ceff8..9d8e914a1 100644 --- a/src/rockstor/fs/pool_scrub.py +++ b/src/rockstor/fs/pool_scrub.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/fs/tests/test_btrfs.py b/src/rockstor/fs/tests/test_btrfs.py index f9b9ccb85..33e0ef2ba 100644 --- a/src/rockstor/fs/tests/test_btrfs.py +++ b/src/rockstor/fs/tests/test_btrfs.py @@ -1,11 +1,10 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. -RockStor is free software; you can redistribute it and/or modify +Copyright (joint work) 2024 The Rockstor Project +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/fs/zfs.py b/src/rockstor/fs/zfs.py index 4730f9abd..37ed2c9fd 100644 --- a/src/rockstor/fs/zfs.py +++ b/src/rockstor/fs/zfs.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/rest_framework_custom/__init__.py b/src/rockstor/rest_framework_custom/__init__.py index 89bbe2a10..ad648f3c1 100644 --- a/src/rockstor/rest_framework_custom/__init__.py +++ b/src/rockstor/rest_framework_custom/__init__.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2014 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/rest_framework_custom/custom_pagination.py b/src/rockstor/rest_framework_custom/custom_pagination.py index 3ccc4da39..324ec8213 100644 --- a/src/rockstor/rest_framework_custom/custom_pagination.py +++ b/src/rockstor/rest_framework_custom/custom_pagination.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2015 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/rest_framework_custom/generic_view.py b/src/rockstor/rest_framework_custom/generic_view.py index 7d0be600b..69fba8f80 100644 --- a/src/rockstor/rest_framework_custom/generic_view.py +++ b/src/rockstor/rest_framework_custom/generic_view.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2013 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/rest_framework_custom/oauth_wrapper.py b/src/rockstor/rest_framework_custom/oauth_wrapper.py index eac2640ea..024b8becd 100644 --- a/src/rockstor/rest_framework_custom/oauth_wrapper.py +++ b/src/rockstor/rest_framework_custom/oauth_wrapper.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2015 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/rest_framework_custom/renderers.py b/src/rockstor/rest_framework_custom/renderers.py index 305fcde58..f28d25b67 100644 --- a/src/rockstor/rest_framework_custom/renderers.py +++ b/src/rockstor/rest_framework_custom/renderers.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2013 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/__init__.py b/src/rockstor/scripts/__init__.py index e3433c334..ac84fb250 100644 --- a/src/rockstor/scripts/__init__.py +++ b/src/rockstor/scripts/__init__.py @@ -1,3 +1,20 @@ +""" +Copyright (joint work) 2024 The Rockstor Project + +Rockstor 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 2 of the License, +or (at your option) any later version. + +Rockstor 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +""" + import os os.environ["DJANGO_SETTINGS_MODULE"] = "settings" diff --git a/src/rockstor/scripts/bootstrap.py b/src/rockstor/scripts/bootstrap.py index b7cacf8ec..0933d761e 100644 --- a/src/rockstor/scripts/bootstrap.py +++ b/src/rockstor/scripts/bootstrap.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/config_backup.py b/src/rockstor/scripts/config_backup.py index 9572eb75a..08368f30f 100644 --- a/src/rockstor/scripts/config_backup.py +++ b/src/rockstor/scripts/config_backup.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/debugmode.py b/src/rockstor/scripts/debugmode.py index 9b0d0b110..e2343dfe7 100644 --- a/src/rockstor/scripts/debugmode.py +++ b/src/rockstor/scripts/debugmode.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/delete_api_key.py b/src/rockstor/scripts/delete_api_key.py index f2f45a6dd..2573548fe 100644 --- a/src/rockstor/scripts/delete_api_key.py +++ b/src/rockstor/scripts/delete_api_key.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/docker_wrapper.py b/src/rockstor/scripts/docker_wrapper.py index 79cd37378..b6f014551 100644 --- a/src/rockstor/scripts/docker_wrapper.py +++ b/src/rockstor/scripts/docker_wrapper.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/flash_optimize.py b/src/rockstor/scripts/flash_optimize.py index fc3f9c7ef..d4ce859cc 100644 --- a/src/rockstor/scripts/flash_optimize.py +++ b/src/rockstor/scripts/flash_optimize.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/initrock.py b/src/rockstor/scripts/initrock.py index eab3d6601..a4252027f 100644 --- a/src/rockstor/scripts/initrock.py +++ b/src/rockstor/scripts/initrock.py @@ -1,6 +1,5 @@ """ -Copyright (c) 2012-2023 Rockstor, Inc. -This file is part of Rockstor. +Copyright (joint work) 2024 The Rockstor Project Rockstor is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/rockstor/scripts/mount_share.py b/src/rockstor/scripts/mount_share.py index 1bc3f68ea..fee29dc78 100644 --- a/src/rockstor/scripts/mount_share.py +++ b/src/rockstor/scripts/mount_share.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/ovpn_util.py b/src/rockstor/scripts/ovpn_util.py index 5f1422ebb..4cf4ce244 100644 --- a/src/rockstor/scripts/ovpn_util.py +++ b/src/rockstor/scripts/ovpn_util.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2024 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/prep_db.py b/src/rockstor/scripts/prep_db.py index c4d49cde0..90bcd1e2b 100644 --- a/src/rockstor/scripts/prep_db.py +++ b/src/rockstor/scripts/prep_db.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/pwreset.py b/src/rockstor/scripts/pwreset.py index b101ecf1b..84ad55aec 100644 --- a/src/rockstor/scripts/pwreset.py +++ b/src/rockstor/scripts/pwreset.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/qgroup_clean.py b/src/rockstor/scripts/qgroup_clean.py index 5c8cb6890..76c5d466d 100644 --- a/src/rockstor/scripts/qgroup_clean.py +++ b/src/rockstor/scripts/qgroup_clean.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/qgroup_maxout_limit.py b/src/rockstor/scripts/qgroup_maxout_limit.py index baa7979ab..91d14f3f7 100644 --- a/src/rockstor/scripts/qgroup_maxout_limit.py +++ b/src/rockstor/scripts/qgroup_maxout_limit.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/qgroup_test.py b/src/rockstor/scripts/qgroup_test.py index 1dc3a1560..2132ba034 100644 --- a/src/rockstor/scripts/qgroup_test.py +++ b/src/rockstor/scripts/qgroup_test.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/rockon_delete.py b/src/rockstor/scripts/rockon_delete.py index 80d636480..7f023b27b 100644 --- a/src/rockstor/scripts/rockon_delete.py +++ b/src/rockstor/scripts/rockon_delete.py @@ -1,15 +1,14 @@ #!/usr/bin/python """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/rockon_util.py b/src/rockstor/scripts/rockon_util.py index 0165ef33b..601171fbe 100644 --- a/src/rockstor/scripts/rockon_util.py +++ b/src/rockstor/scripts/rockon_util.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/scheduled_tasks/crontabwindow.py b/src/rockstor/scripts/scheduled_tasks/crontabwindow.py index 6558ec6a9..744230541 100644 --- a/src/rockstor/scripts/scheduled_tasks/crontabwindow.py +++ b/src/rockstor/scripts/scheduled_tasks/crontabwindow.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/scheduled_tasks/pool_scrub.py b/src/rockstor/scripts/scheduled_tasks/pool_scrub.py index 524dc8013..a0555f066 100644 --- a/src/rockstor/scripts/scheduled_tasks/pool_scrub.py +++ b/src/rockstor/scripts/scheduled_tasks/pool_scrub.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/scheduled_tasks/reboot_shutdown.py b/src/rockstor/scripts/scheduled_tasks/reboot_shutdown.py index 6d84fe2df..53de5a857 100644 --- a/src/rockstor/scripts/scheduled_tasks/reboot_shutdown.py +++ b/src/rockstor/scripts/scheduled_tasks/reboot_shutdown.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/scheduled_tasks/send_replica.py b/src/rockstor/scripts/scheduled_tasks/send_replica.py index 3e7bad21f..4bef8a274 100644 --- a/src/rockstor/scripts/scheduled_tasks/send_replica.py +++ b/src/rockstor/scripts/scheduled_tasks/send_replica.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/scheduled_tasks/snapshot.py b/src/rockstor/scripts/scheduled_tasks/snapshot.py index 815b24764..ca781d4b7 100644 --- a/src/rockstor/scripts/scheduled_tasks/snapshot.py +++ b/src/rockstor/scripts/scheduled_tasks/snapshot.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/scripts/tests/test_reboot_shutdown.py b/src/rockstor/scripts/tests/test_reboot_shutdown.py index 8e28332c9..a7d028128 100644 --- a/src/rockstor/scripts/tests/test_reboot_shutdown.py +++ b/src/rockstor/scripts/tests/test_reboot_shutdown.py @@ -1,14 +1,16 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. -RockStor is free software; you can redistribute it and/or modify +Copyright (joint work) 2024 The Rockstor Project + +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but + +Rockstor 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. + You should have received a copy of the GNU General Public License along with this program. If not, see . """ diff --git a/src/rockstor/settings.py b/src/rockstor/settings.py index 3b5f93614..b6658904c 100644 --- a/src/rockstor/settings.py +++ b/src/rockstor/settings.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/agents/__init__.py b/src/rockstor/smart_manager/agents/__init__.py index c33c0ea5c..2ed9748c8 100644 --- a/src/rockstor/smart_manager/agents/__init__.py +++ b/src/rockstor/smart_manager/agents/__init__.py @@ -1,3 +1,20 @@ +""" +Copyright (joint work) 2024 The Rockstor Project + +Rockstor 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 2 of the License, +or (at your option) any later version. + +Rockstor 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +""" + from smart_manager.agents.nfsd_calls import ( process_nfsd_calls, share_distribution, diff --git a/src/rockstor/smart_manager/agents/nfsd_calls.py b/src/rockstor/smart_manager/agents/nfsd_calls.py index aca7b9b36..e7db8d535 100644 --- a/src/rockstor/smart_manager/agents/nfsd_calls.py +++ b/src/rockstor/smart_manager/agents/nfsd_calls.py @@ -1,3 +1,20 @@ +""" +Copyright (joint work) 2024 The Rockstor Project + +Rockstor 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 2 of the License, +or (at your option) any later version. + +Rockstor 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +""" + from datetime import datetime, timezone from smart_manager.models import ( NFSDCallDistribution, diff --git a/src/rockstor/smart_manager/data_collector.py b/src/rockstor/smart_manager/data_collector.py index 2b48a245d..c768bfa8c 100644 --- a/src/rockstor/smart_manager/data_collector.py +++ b/src/rockstor/smart_manager/data_collector.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/db_router.py b/src/rockstor/smart_manager/db_router.py index 7c1463246..d68f06b66 100644 --- a/src/rockstor/smart_manager/db_router.py +++ b/src/rockstor/smart_manager/db_router.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/__init__.py b/src/rockstor/smart_manager/models/__init__.py index 38bdb7701..aef1deeb5 100644 --- a/src/rockstor/smart_manager/models/__init__.py +++ b/src/rockstor/smart_manager/models/__init__.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/cpu_metric.py b/src/rockstor/smart_manager/models/cpu_metric.py index a87ec6fc5..ebed3e072 100644 --- a/src/rockstor/smart_manager/models/cpu_metric.py +++ b/src/rockstor/smart_manager/models/cpu_metric.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/disk_stat.py b/src/rockstor/smart_manager/models/disk_stat.py index 5ae6b4cf0..5861fcdaa 100644 --- a/src/rockstor/smart_manager/models/disk_stat.py +++ b/src/rockstor/smart_manager/models/disk_stat.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/load_avg.py b/src/rockstor/smart_manager/models/load_avg.py index 4ff49727a..d926987fe 100644 --- a/src/rockstor/smart_manager/models/load_avg.py +++ b/src/rockstor/smart_manager/models/load_avg.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/mem_info.py b/src/rockstor/smart_manager/models/mem_info.py index 87d8fefe1..b3b74e69c 100644 --- a/src/rockstor/smart_manager/models/mem_info.py +++ b/src/rockstor/smart_manager/models/mem_info.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/net_stat.py b/src/rockstor/smart_manager/models/net_stat.py index 8e5293ce6..4f3e2bb1f 100644 --- a/src/rockstor/smart_manager/models/net_stat.py +++ b/src/rockstor/smart_manager/models/net_stat.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/nfsd.py b/src/rockstor/smart_manager/models/nfsd.py index a4ae3bae6..fdb478588 100644 --- a/src/rockstor/smart_manager/models/nfsd.py +++ b/src/rockstor/smart_manager/models/nfsd.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/nfsd_share.py b/src/rockstor/smart_manager/models/nfsd_share.py index 55983dcfe..3636e69c8 100644 --- a/src/rockstor/smart_manager/models/nfsd_share.py +++ b/src/rockstor/smart_manager/models/nfsd_share.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/nfsd_share_client.py b/src/rockstor/smart_manager/models/nfsd_share_client.py index 97de7e858..781bd60d2 100644 --- a/src/rockstor/smart_manager/models/nfsd_share_client.py +++ b/src/rockstor/smart_manager/models/nfsd_share_client.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/nfsd_uid_gid.py b/src/rockstor/smart_manager/models/nfsd_uid_gid.py index e977bc14e..8c83dfb22 100644 --- a/src/rockstor/smart_manager/models/nfsd_uid_gid.py +++ b/src/rockstor/smart_manager/models/nfsd_uid_gid.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/pool_usage.py b/src/rockstor/smart_manager/models/pool_usage.py index 5949401c1..7c9ba2b3c 100644 --- a/src/rockstor/smart_manager/models/pool_usage.py +++ b/src/rockstor/smart_manager/models/pool_usage.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/service.py b/src/rockstor/smart_manager/models/service.py index 113d66076..27eaf386b 100644 --- a/src/rockstor/smart_manager/models/service.py +++ b/src/rockstor/smart_manager/models/service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/share_replication.py b/src/rockstor/smart_manager/models/share_replication.py index 5d383d3c0..85c448a5a 100644 --- a/src/rockstor/smart_manager/models/share_replication.py +++ b/src/rockstor/smart_manager/models/share_replication.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/share_usage.py b/src/rockstor/smart_manager/models/share_usage.py index 7a9c6273d..48904e6c8 100644 --- a/src/rockstor/smart_manager/models/share_usage.py +++ b/src/rockstor/smart_manager/models/share_usage.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/sprobe.py b/src/rockstor/smart_manager/models/sprobe.py index 938524035..5529f4a26 100644 --- a/src/rockstor/smart_manager/models/sprobe.py +++ b/src/rockstor/smart_manager/models/sprobe.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/task.py b/src/rockstor/smart_manager/models/task.py index 548b87a48..93bf53fe6 100644 --- a/src/rockstor/smart_manager/models/task.py +++ b/src/rockstor/smart_manager/models/task.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/task_def.py b/src/rockstor/smart_manager/models/task_def.py index 6b6ccb301..4578cbdd7 100644 --- a/src/rockstor/smart_manager/models/task_def.py +++ b/src/rockstor/smart_manager/models/task_def.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/models/vm_stat.py b/src/rockstor/smart_manager/models/vm_stat.py index 776109e9f..098c8ec5c 100644 --- a/src/rockstor/smart_manager/models/vm_stat.py +++ b/src/rockstor/smart_manager/models/vm_stat.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/replication/__init__.py b/src/rockstor/smart_manager/replication/__init__.py index e3433c334..ac84fb250 100644 --- a/src/rockstor/smart_manager/replication/__init__.py +++ b/src/rockstor/smart_manager/replication/__init__.py @@ -1,3 +1,20 @@ +""" +Copyright (joint work) 2024 The Rockstor Project + +Rockstor 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 2 of the License, +or (at your option) any later version. + +Rockstor 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +""" + import os os.environ["DJANGO_SETTINGS_MODULE"] = "settings" diff --git a/src/rockstor/smart_manager/replication/listener_broker.py b/src/rockstor/smart_manager/replication/listener_broker.py index 799a20f86..09a484477 100644 --- a/src/rockstor/smart_manager/replication/listener_broker.py +++ b/src/rockstor/smart_manager/replication/listener_broker.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/replication/receiver.py b/src/rockstor/smart_manager/replication/receiver.py index 0f1d14c79..74dc6265f 100644 --- a/src/rockstor/smart_manager/replication/receiver.py +++ b/src/rockstor/smart_manager/replication/receiver.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/replication/sender.py b/src/rockstor/smart_manager/replication/sender.py index ad593f811..6b10296ad 100644 --- a/src/rockstor/smart_manager/replication/sender.py +++ b/src/rockstor/smart_manager/replication/sender.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/replication/util.py b/src/rockstor/smart_manager/replication/util.py index 7f4f11303..38edafbb8 100644 --- a/src/rockstor/smart_manager/replication/util.py +++ b/src/rockstor/smart_manager/replication/util.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/serializers.py b/src/rockstor/smart_manager/serializers.py index 8dfd0e0fd..dc782d067 100644 --- a/src/rockstor/smart_manager/serializers.py +++ b/src/rockstor/smart_manager/serializers.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/stap_dispatcher.py b/src/rockstor/smart_manager/stap_dispatcher.py index 43acde887..658023d97 100644 --- a/src/rockstor/smart_manager/stap_dispatcher.py +++ b/src/rockstor/smart_manager/stap_dispatcher.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/stap_worker.py b/src/rockstor/smart_manager/stap_worker.py index f5a7999be..acc458534 100644 --- a/src/rockstor/smart_manager/stap_worker.py +++ b/src/rockstor/smart_manager/stap_worker.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/sysfs.py b/src/rockstor/smart_manager/sysfs.py index 923bf1710..0e3899e3f 100644 --- a/src/rockstor/smart_manager/sysfs.py +++ b/src/rockstor/smart_manager/sysfs.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/taplib/nfsd/tapset/probes_defs.stp b/src/rockstor/smart_manager/taplib/nfsd/tapset/probes_defs.stp index e30aec8e1..fd311e215 100644 --- a/src/rockstor/smart_manager/taplib/nfsd/tapset/probes_defs.stp +++ b/src/rockstor/smart_manager/taplib/nfsd/tapset/probes_defs.stp @@ -1,13 +1,12 @@ /* -Copyright (c) 2012-2013 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/taplib/probe_config.py b/src/rockstor/smart_manager/taplib/probe_config.py index 848de7e64..4fdb161cd 100644 --- a/src/rockstor/smart_manager/taplib/probe_config.py +++ b/src/rockstor/smart_manager/taplib/probe_config.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/tests/test_snmp.py b/src/rockstor/smart_manager/tests/test_snmp.py index 4de694d79..9b7a68b65 100644 --- a/src/rockstor/smart_manager/tests/test_snmp.py +++ b/src/rockstor/smart_manager/tests/test_snmp.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/tests/test_tailscaled.py b/src/rockstor/smart_manager/tests/test_tailscaled.py index 9ec11509c..0d790c078 100644 --- a/src/rockstor/smart_manager/tests/test_tailscaled.py +++ b/src/rockstor/smart_manager/tests/test_tailscaled.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/tests/test_task_scheduler.py b/src/rockstor/smart_manager/tests/test_task_scheduler.py index 8289b949f..0e255341e 100644 --- a/src/rockstor/smart_manager/tests/test_task_scheduler.py +++ b/src/rockstor/smart_manager/tests/test_task_scheduler.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/urls/replicas.py b/src/rockstor/smart_manager/urls/replicas.py index 57778626d..00bb17577 100644 --- a/src/rockstor/smart_manager/urls/replicas.py +++ b/src/rockstor/smart_manager/urls/replicas.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/urls/services.py b/src/rockstor/smart_manager/urls/services.py index 809396665..a4f2dc32b 100644 --- a/src/rockstor/smart_manager/urls/services.py +++ b/src/rockstor/smart_manager/urls/services.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/urls/sprobes.py b/src/rockstor/smart_manager/urls/sprobes.py index 8f84d0b72..f9a908351 100644 --- a/src/rockstor/smart_manager/urls/sprobes.py +++ b/src/rockstor/smart_manager/urls/sprobes.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/urls/tasks.py b/src/rockstor/smart_manager/urls/tasks.py index 6536dea06..2ba2bd2db 100644 --- a/src/rockstor/smart_manager/urls/tasks.py +++ b/src/rockstor/smart_manager/urls/tasks.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/__init__.py b/src/rockstor/smart_manager/views/__init__.py index 204c885aa..2f383070d 100644 --- a/src/rockstor/smart_manager/views/__init__.py +++ b/src/rockstor/smart_manager/views/__init__.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/active_directory.py b/src/rockstor/smart_manager/views/active_directory.py index bc42ea2fc..a04f3ca97 100644 --- a/src/rockstor/smart_manager/views/active_directory.py +++ b/src/rockstor/smart_manager/views/active_directory.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2021 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/advanced_sprobe.py b/src/rockstor/smart_manager/views/advanced_sprobe.py index cc8a7e2c0..ed3af3f35 100644 --- a/src/rockstor/smart_manager/views/advanced_sprobe.py +++ b/src/rockstor/smart_manager/views/advanced_sprobe.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/base_list_service.py b/src/rockstor/smart_manager/views/base_list_service.py index a940e86d5..cb228a11b 100644 --- a/src/rockstor/smart_manager/views/base_list_service.py +++ b/src/rockstor/smart_manager/views/base_list_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/base_service.py b/src/rockstor/smart_manager/views/base_service.py index 6dfe27fe8..9fe579baf 100644 --- a/src/rockstor/smart_manager/views/base_service.py +++ b/src/rockstor/smart_manager/views/base_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/bootstrap_service.py b/src/rockstor/smart_manager/views/bootstrap_service.py index 07dff90dc..37367ebf6 100644 --- a/src/rockstor/smart_manager/views/bootstrap_service.py +++ b/src/rockstor/smart_manager/views/bootstrap_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/cpu_util.py b/src/rockstor/smart_manager/views/cpu_util.py index fc86e58f3..693b74ee8 100644 --- a/src/rockstor/smart_manager/views/cpu_util.py +++ b/src/rockstor/smart_manager/views/cpu_util.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/dc_service.py b/src/rockstor/smart_manager/views/dc_service.py index 8fcf09519..0ec3c39e5 100644 --- a/src/rockstor/smart_manager/views/dc_service.py +++ b/src/rockstor/smart_manager/views/dc_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/detail_views.py b/src/rockstor/smart_manager/views/detail_views.py index 4a7310e0e..af6b0e23f 100644 --- a/src/rockstor/smart_manager/views/detail_views.py +++ b/src/rockstor/smart_manager/views/detail_views.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/disk_stat.py b/src/rockstor/smart_manager/views/disk_stat.py index cbcdf6b1b..e3b17dc1a 100644 --- a/src/rockstor/smart_manager/views/disk_stat.py +++ b/src/rockstor/smart_manager/views/disk_stat.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/docker_service.py b/src/rockstor/smart_manager/views/docker_service.py index cc1370e5d..68e71b7d6 100644 --- a/src/rockstor/smart_manager/views/docker_service.py +++ b/src/rockstor/smart_manager/views/docker_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/generic_sprobe.py b/src/rockstor/smart_manager/views/generic_sprobe.py index 040ddb5d9..16f3ede8c 100644 --- a/src/rockstor/smart_manager/views/generic_sprobe.py +++ b/src/rockstor/smart_manager/views/generic_sprobe.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/ldap_service.py b/src/rockstor/smart_manager/views/ldap_service.py index 3916bd711..84f95c244 100644 --- a/src/rockstor/smart_manager/views/ldap_service.py +++ b/src/rockstor/smart_manager/views/ldap_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2021 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/load_avg.py b/src/rockstor/smart_manager/views/load_avg.py index d7f770efe..06a203c47 100644 --- a/src/rockstor/smart_manager/views/load_avg.py +++ b/src/rockstor/smart_manager/views/load_avg.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/mem_info.py b/src/rockstor/smart_manager/views/mem_info.py index 61ca8fc5e..5cc0fcd16 100644 --- a/src/rockstor/smart_manager/views/mem_info.py +++ b/src/rockstor/smart_manager/views/mem_info.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/net_stat.py b/src/rockstor/smart_manager/views/net_stat.py index f7f31ea65..794796c3c 100644 --- a/src/rockstor/smart_manager/views/net_stat.py +++ b/src/rockstor/smart_manager/views/net_stat.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/nfs_client_distrib.py b/src/rockstor/smart_manager/views/nfs_client_distrib.py index be51cdb17..47bd0e6f2 100644 --- a/src/rockstor/smart_manager/views/nfs_client_distrib.py +++ b/src/rockstor/smart_manager/views/nfs_client_distrib.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/nfs_distrib.py b/src/rockstor/smart_manager/views/nfs_distrib.py index 81c3ece66..2c0bed663 100644 --- a/src/rockstor/smart_manager/views/nfs_distrib.py +++ b/src/rockstor/smart_manager/views/nfs_distrib.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/nfs_service.py b/src/rockstor/smart_manager/views/nfs_service.py index 3019aafeb..8a646866c 100644 --- a/src/rockstor/smart_manager/views/nfs_service.py +++ b/src/rockstor/smart_manager/views/nfs_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/nfs_share_client_distrib.py b/src/rockstor/smart_manager/views/nfs_share_client_distrib.py index a4c702fdf..a6b96fd1f 100644 --- a/src/rockstor/smart_manager/views/nfs_share_client_distrib.py +++ b/src/rockstor/smart_manager/views/nfs_share_client_distrib.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/nfs_share_distrib.py b/src/rockstor/smart_manager/views/nfs_share_distrib.py index a30ee005e..dafdd1f98 100644 --- a/src/rockstor/smart_manager/views/nfs_share_distrib.py +++ b/src/rockstor/smart_manager/views/nfs_share_distrib.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/nfs_uid_gid.py b/src/rockstor/smart_manager/views/nfs_uid_gid.py index 9484eb039..0a260c148 100644 --- a/src/rockstor/smart_manager/views/nfs_uid_gid.py +++ b/src/rockstor/smart_manager/views/nfs_uid_gid.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/nis_service.py b/src/rockstor/smart_manager/views/nis_service.py index 8e28693b6..b59943731 100644 --- a/src/rockstor/smart_manager/views/nis_service.py +++ b/src/rockstor/smart_manager/views/nis_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/ntp_service.py b/src/rockstor/smart_manager/views/ntp_service.py index 251064bc3..3a6b72b4a 100644 --- a/src/rockstor/smart_manager/views/ntp_service.py +++ b/src/rockstor/smart_manager/views/ntp_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/nut_service.py b/src/rockstor/smart_manager/views/nut_service.py index 982aa8e18..bd185f1e3 100644 --- a/src/rockstor/smart_manager/views/nut_service.py +++ b/src/rockstor/smart_manager/views/nut_service.py @@ -1,3 +1,20 @@ +""" +Copyright (joint work) 2024 The Rockstor Project + +Rockstor 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 2 of the License, +or (at your option) any later version. + +Rockstor 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +""" + import logging from django.db import transaction from rest_framework.response import Response diff --git a/src/rockstor/smart_manager/views/receive_trail.py b/src/rockstor/smart_manager/views/receive_trail.py index 2e5a8dde0..8d39f6321 100644 --- a/src/rockstor/smart_manager/views/receive_trail.py +++ b/src/rockstor/smart_manager/views/receive_trail.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/receiver_pools.py b/src/rockstor/smart_manager/views/receiver_pools.py index c8afb1054..437b259bd 100644 --- a/src/rockstor/smart_manager/views/receiver_pools.py +++ b/src/rockstor/smart_manager/views/receiver_pools.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/replica_share.py b/src/rockstor/smart_manager/views/replica_share.py index acac59e46..3426e591a 100644 --- a/src/rockstor/smart_manager/views/replica_share.py +++ b/src/rockstor/smart_manager/views/replica_share.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/replica_trail.py b/src/rockstor/smart_manager/views/replica_trail.py index 709962f27..86b9048f9 100644 --- a/src/rockstor/smart_manager/views/replica_trail.py +++ b/src/rockstor/smart_manager/views/replica_trail.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/replication.py b/src/rockstor/smart_manager/views/replication.py index 54a748e80..33fd5960c 100644 --- a/src/rockstor/smart_manager/views/replication.py +++ b/src/rockstor/smart_manager/views/replication.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/replication_service.py b/src/rockstor/smart_manager/views/replication_service.py index 8a6f43349..2e25008b7 100644 --- a/src/rockstor/smart_manager/views/replication_service.py +++ b/src/rockstor/smart_manager/views/replication_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/rockstor_service.py b/src/rockstor/smart_manager/views/rockstor_service.py index fc0adc127..3d91db6fc 100644 --- a/src/rockstor/smart_manager/views/rockstor_service.py +++ b/src/rockstor/smart_manager/views/rockstor_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/samba_service.py b/src/rockstor/smart_manager/views/samba_service.py index d77003a17..b13a617c7 100644 --- a/src/rockstor/smart_manager/views/samba_service.py +++ b/src/rockstor/smart_manager/views/samba_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/sftp_service.py b/src/rockstor/smart_manager/views/sftp_service.py index 5d5da97a2..9a8faef4f 100644 --- a/src/rockstor/smart_manager/views/sftp_service.py +++ b/src/rockstor/smart_manager/views/sftp_service.py @@ -1,6 +1,5 @@ """ -Copyright (c) 2012-2020 Rockstor, Inc. -This file is part of Rockstor. +Copyright (joint work) 2024 The Rockstor Project Rockstor is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/src/rockstor/smart_manager/views/shellinaboxd_service.py b/src/rockstor/smart_manager/views/shellinaboxd_service.py index 73a18f15a..47289400e 100644 --- a/src/rockstor/smart_manager/views/shellinaboxd_service.py +++ b/src/rockstor/smart_manager/views/shellinaboxd_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/sm_service.py b/src/rockstor/smart_manager/views/sm_service.py index 43b256b3b..eb7d0875c 100644 --- a/src/rockstor/smart_manager/views/sm_service.py +++ b/src/rockstor/smart_manager/views/sm_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/smartd_service.py b/src/rockstor/smart_manager/views/smartd_service.py index b08d7ece3..b175ea584 100644 --- a/src/rockstor/smart_manager/views/smartd_service.py +++ b/src/rockstor/smart_manager/views/smartd_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/snmp_service.py b/src/rockstor/smart_manager/views/snmp_service.py index 503ad4f48..1bfdfbbe5 100644 --- a/src/rockstor/smart_manager/views/snmp_service.py +++ b/src/rockstor/smart_manager/views/snmp_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/sprobe_metadata.py b/src/rockstor/smart_manager/views/sprobe_metadata.py index 5b95e7b3e..14db1eacc 100644 --- a/src/rockstor/smart_manager/views/sprobe_metadata.py +++ b/src/rockstor/smart_manager/views/sprobe_metadata.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/sprobes.py b/src/rockstor/smart_manager/views/sprobes.py index 1ad0b63eb..87e4f8969 100644 --- a/src/rockstor/smart_manager/views/sprobes.py +++ b/src/rockstor/smart_manager/views/sprobes.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/tailscaled_service.py b/src/rockstor/smart_manager/views/tailscaled_service.py index de7b8447b..bd8ebe980 100644 --- a/src/rockstor/smart_manager/views/tailscaled_service.py +++ b/src/rockstor/smart_manager/views/tailscaled_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/task_log.py b/src/rockstor/smart_manager/views/task_log.py index 6e1622d0d..079f263ba 100644 --- a/src/rockstor/smart_manager/views/task_log.py +++ b/src/rockstor/smart_manager/views/task_log.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/task_scheduler.py b/src/rockstor/smart_manager/views/task_scheduler.py index e96f75899..ac759445e 100644 --- a/src/rockstor/smart_manager/views/task_scheduler.py +++ b/src/rockstor/smart_manager/views/task_scheduler.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/tasktypes.py b/src/rockstor/smart_manager/views/tasktypes.py index a57ec9b4f..28f1f625c 100644 --- a/src/rockstor/smart_manager/views/tasktypes.py +++ b/src/rockstor/smart_manager/views/tasktypes.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/ts_service.py b/src/rockstor/smart_manager/views/ts_service.py index df9b840a8..876e33ea7 100644 --- a/src/rockstor/smart_manager/views/ts_service.py +++ b/src/rockstor/smart_manager/views/ts_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/smart_manager/views/ztask_helpers.py b/src/rockstor/smart_manager/views/ztask_helpers.py index 0598c72f5..3e85b01b2 100644 --- a/src/rockstor/smart_manager/views/ztask_helpers.py +++ b/src/rockstor/smart_manager/views/ztask_helpers.py @@ -1,3 +1,20 @@ +""" +Copyright (joint work) 2024 The Rockstor Project + +Rockstor 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 2 of the License, +or (at your option) any later version. + +Rockstor 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. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +""" + from huey.contrib.djhuey import task from system import services diff --git a/src/rockstor/smart_manager/views/ztaskd_service.py b/src/rockstor/smart_manager/views/ztaskd_service.py index bec61dbd4..e20d0600e 100644 --- a/src/rockstor/smart_manager/views/ztaskd_service.py +++ b/src/rockstor/smart_manager/views/ztaskd_service.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/admin.py b/src/rockstor/storageadmin/admin.py index b443ee9f5..97c408f8f 100644 --- a/src/rockstor/storageadmin/admin.py +++ b/src/rockstor/storageadmin/admin.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/auth.py b/src/rockstor/storageadmin/auth.py index c499b9e72..19d20e150 100644 --- a/src/rockstor/storageadmin/auth.py +++ b/src/rockstor/storageadmin/auth.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/exceptions.py b/src/rockstor/storageadmin/exceptions.py index 3bb22d9ac..728384f95 100644 --- a/src/rockstor/storageadmin/exceptions.py +++ b/src/rockstor/storageadmin/exceptions.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/middleware.py b/src/rockstor/storageadmin/middleware.py index 2a397662e..2b88403a2 100644 --- a/src/rockstor/storageadmin/middleware.py +++ b/src/rockstor/storageadmin/middleware.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/__init__.py b/src/rockstor/storageadmin/models/__init__.py index 16e716adf..1a3adbd6e 100644 --- a/src/rockstor/storageadmin/models/__init__.py +++ b/src/rockstor/storageadmin/models/__init__.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/adv_nfs_exports.py b/src/rockstor/storageadmin/models/adv_nfs_exports.py index 9e0e730c2..1e4938b19 100644 --- a/src/rockstor/storageadmin/models/adv_nfs_exports.py +++ b/src/rockstor/storageadmin/models/adv_nfs_exports.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/api_keys.py b/src/rockstor/storageadmin/models/api_keys.py index 9fec34256..7b19b6107 100644 --- a/src/rockstor/storageadmin/models/api_keys.py +++ b/src/rockstor/storageadmin/models/api_keys.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/appliance.py b/src/rockstor/storageadmin/models/appliance.py index d1d7759ef..7f1824ed5 100644 --- a/src/rockstor/storageadmin/models/appliance.py +++ b/src/rockstor/storageadmin/models/appliance.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/config_backup.py b/src/rockstor/storageadmin/models/config_backup.py index 2d137992d..b076010a8 100644 --- a/src/rockstor/storageadmin/models/config_backup.py +++ b/src/rockstor/storageadmin/models/config_backup.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/dashboard_config.py b/src/rockstor/storageadmin/models/dashboard_config.py index e57975525..8e9b6239f 100644 --- a/src/rockstor/storageadmin/models/dashboard_config.py +++ b/src/rockstor/storageadmin/models/dashboard_config.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/disk.py b/src/rockstor/storageadmin/models/disk.py index f6164b344..ea282dfd3 100644 --- a/src/rockstor/storageadmin/models/disk.py +++ b/src/rockstor/storageadmin/models/disk.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/email.py b/src/rockstor/storageadmin/models/email.py index be9ce0158..b3a1c70da 100644 --- a/src/rockstor/storageadmin/models/email.py +++ b/src/rockstor/storageadmin/models/email.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/group.py b/src/rockstor/storageadmin/models/group.py index 7c3d86da3..2400455d6 100644 --- a/src/rockstor/storageadmin/models/group.py +++ b/src/rockstor/storageadmin/models/group.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/installed_plugin.py b/src/rockstor/storageadmin/models/installed_plugin.py index 6f5b6b991..650c35530 100644 --- a/src/rockstor/storageadmin/models/installed_plugin.py +++ b/src/rockstor/storageadmin/models/installed_plugin.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/iscsi_target.py b/src/rockstor/storageadmin/models/iscsi_target.py index edfb87535..ab3a34c67 100644 --- a/src/rockstor/storageadmin/models/iscsi_target.py +++ b/src/rockstor/storageadmin/models/iscsi_target.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/network_interface.py b/src/rockstor/storageadmin/models/network_interface.py index d9ca7e4fa..029538975 100644 --- a/src/rockstor/storageadmin/models/network_interface.py +++ b/src/rockstor/storageadmin/models/network_interface.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/nfs_export.py b/src/rockstor/storageadmin/models/nfs_export.py index b2f14a9d4..a3debc979 100644 --- a/src/rockstor/storageadmin/models/nfs_export.py +++ b/src/rockstor/storageadmin/models/nfs_export.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/nfs_export_group.py b/src/rockstor/storageadmin/models/nfs_export_group.py index 8a26ecd04..06afb5146 100644 --- a/src/rockstor/storageadmin/models/nfs_export_group.py +++ b/src/rockstor/storageadmin/models/nfs_export_group.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/oauth_app.py b/src/rockstor/storageadmin/models/oauth_app.py index 9b6b532cb..32268cb67 100644 --- a/src/rockstor/storageadmin/models/oauth_app.py +++ b/src/rockstor/storageadmin/models/oauth_app.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/pincard.py b/src/rockstor/storageadmin/models/pincard.py index e9413e27d..4ce19c1b2 100644 --- a/src/rockstor/storageadmin/models/pincard.py +++ b/src/rockstor/storageadmin/models/pincard.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/plugin.py b/src/rockstor/storageadmin/models/plugin.py index 954e5badb..3b248d262 100644 --- a/src/rockstor/storageadmin/models/plugin.py +++ b/src/rockstor/storageadmin/models/plugin.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/pool.py b/src/rockstor/storageadmin/models/pool.py index 2d05862c9..13edef8d5 100644 --- a/src/rockstor/storageadmin/models/pool.py +++ b/src/rockstor/storageadmin/models/pool.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/pool_balance.py b/src/rockstor/storageadmin/models/pool_balance.py index ac25a33f5..c0b758002 100644 --- a/src/rockstor/storageadmin/models/pool_balance.py +++ b/src/rockstor/storageadmin/models/pool_balance.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/posix_acls.py b/src/rockstor/storageadmin/models/posix_acls.py index 0a9e14c22..d9c1b68b0 100644 --- a/src/rockstor/storageadmin/models/posix_acls.py +++ b/src/rockstor/storageadmin/models/posix_acls.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/rockon.py b/src/rockstor/storageadmin/models/rockon.py index 2650378a2..0555fcc1a 100644 --- a/src/rockstor/storageadmin/models/rockon.py +++ b/src/rockstor/storageadmin/models/rockon.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/samba_custom.py b/src/rockstor/storageadmin/models/samba_custom.py index 96db91387..d20445086 100644 --- a/src/rockstor/storageadmin/models/samba_custom.py +++ b/src/rockstor/storageadmin/models/samba_custom.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/samba_share.py b/src/rockstor/storageadmin/models/samba_share.py index 3a5762162..dee3b588d 100644 --- a/src/rockstor/storageadmin/models/samba_share.py +++ b/src/rockstor/storageadmin/models/samba_share.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/scrub.py b/src/rockstor/storageadmin/models/scrub.py index 36736f45b..3c5a6575d 100644 --- a/src/rockstor/storageadmin/models/scrub.py +++ b/src/rockstor/storageadmin/models/scrub.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/setup.py b/src/rockstor/storageadmin/models/setup.py index 3d494ca58..afb80eba1 100644 --- a/src/rockstor/storageadmin/models/setup.py +++ b/src/rockstor/storageadmin/models/setup.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/sftp.py b/src/rockstor/storageadmin/models/sftp.py index 815134828..240e52ad2 100644 --- a/src/rockstor/storageadmin/models/sftp.py +++ b/src/rockstor/storageadmin/models/sftp.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/share.py b/src/rockstor/storageadmin/models/share.py index 0db8af4ce..044072554 100644 --- a/src/rockstor/storageadmin/models/share.py +++ b/src/rockstor/storageadmin/models/share.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/smart.py b/src/rockstor/storageadmin/models/smart.py index 751c6be9e..92e7397df 100644 --- a/src/rockstor/storageadmin/models/smart.py +++ b/src/rockstor/storageadmin/models/smart.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/snapshot.py b/src/rockstor/storageadmin/models/snapshot.py index 373a982e6..0a2f95bb6 100644 --- a/src/rockstor/storageadmin/models/snapshot.py +++ b/src/rockstor/storageadmin/models/snapshot.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/support_case.py b/src/rockstor/storageadmin/models/support_case.py index f59150b67..072535819 100644 --- a/src/rockstor/storageadmin/models/support_case.py +++ b/src/rockstor/storageadmin/models/support_case.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/tls_certificate.py b/src/rockstor/storageadmin/models/tls_certificate.py index 473f01971..36faa2514 100644 --- a/src/rockstor/storageadmin/models/tls_certificate.py +++ b/src/rockstor/storageadmin/models/tls_certificate.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/update_subscription.py b/src/rockstor/storageadmin/models/update_subscription.py index 387089214..c51f378a8 100644 --- a/src/rockstor/storageadmin/models/update_subscription.py +++ b/src/rockstor/storageadmin/models/update_subscription.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/user.py b/src/rockstor/storageadmin/models/user.py index 9fed0045b..0ef8ed0ff 100644 --- a/src/rockstor/storageadmin/models/user.py +++ b/src/rockstor/storageadmin/models/user.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2023 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/models/validators.py b/src/rockstor/storageadmin/models/validators.py index 2b0a415c1..b9281028c 100644 --- a/src/rockstor/storageadmin/models/validators.py +++ b/src/rockstor/storageadmin/models/validators.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/serializers.py b/src/rockstor/storageadmin/serializers.py index 9f92f75fb..4f00dd595 100644 --- a/src/rockstor/storageadmin/serializers.py +++ b/src/rockstor/storageadmin/serializers.py @@ -1,13 +1,12 @@ """ -Copyright (c) 2012-2020 RockStor, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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 2 of the License, or (at your option) any later version. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/static/storageadmin/css/style.css b/src/rockstor/storageadmin/static/storageadmin/css/style.css index f8739ad1f..133e5229a 100644 --- a/src/rockstor/storageadmin/static/storageadmin/css/style.css +++ b/src/rockstor/storageadmin/static/storageadmin/css/style.css @@ -1,13 +1,12 @@ /* -Copyright (c) 2012 MemeGarden, Inc. -This file is part of RockStor. +Copyright (joint work) 2024 The Rockstor Project -RockStor is free software; you can redistribute it and/or modify +Rockstor 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. -RockStor is distributed in the hope that it will be useful, but +Rockstor 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. diff --git a/src/rockstor/storageadmin/static/storageadmin/js/graph.js b/src/rockstor/storageadmin/static/storageadmin/js/graph.js index 09a22fc31..7ce3124cb 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/graph.js +++ b/src/rockstor/storageadmin/static/storageadmin/js/graph.js @@ -1,3 +1,28 @@ +/* + * + * @licstart The following is the entire license notice for the + * JavaScript code in this page. + * + * Copyright (joint work) 2024 The Rockstor Project + * + * Rockstor 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 2 of the License, + * or (at your option) any later version. + * + * Rockstor 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. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * @licend The above is the entire license notice + * for the JavaScript code in this page. + * + */ + function displayUsagePieChart(svg, outerRadius, innerRadius, w, h, dataset, dataLabels, total) { var arc = d3.svg.arc() diff --git a/src/rockstor/storageadmin/static/storageadmin/js/license.js b/src/rockstor/storageadmin/static/storageadmin/js/license.js index fa7c3ac9a..0bce9a346 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/license.js +++ b/src/rockstor/storageadmin/static/storageadmin/js/license.js @@ -3,15 +3,14 @@ * @licstart The following is the entire license notice for the * JavaScript code in this page. * - * Copyright (c) 2012-2013 RockStor, Inc. - * This file is part of RockStor. + * Copyright (joint work) 2024 The Rockstor Project * - * RockStor is free software; you can redistribute it and/or modify + * Rockstor 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 2 of the License, * or (at your option) any later version. * - * RockStor is distributed in the hope that it will be useful, but + * Rockstor 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. diff --git a/src/rockstor/storageadmin/static/storageadmin/js/models/models.js b/src/rockstor/storageadmin/static/storageadmin/js/models/models.js index 34ab80316..9d7dc7b06 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/models/models.js +++ b/src/rockstor/storageadmin/static/storageadmin/js/models/models.js @@ -3,15 +3,14 @@ * @licstart The following is the entire license notice for the * JavaScript code in this page. * - * Copyright (c) 2012-2017 RockStor, Inc. - * This file is part of RockStor. + * Copyright (joint work) 2024 The Rockstor Project * - * RockStor is free software; you can redistribute it and/or modify + * Rockstor 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 2 of the License, * or (at your option) any later version. * - * RockStor is distributed in the hope that it will be useful, but + * Rockstor 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. diff --git a/src/rockstor/storageadmin/static/storageadmin/js/paginated_collection.js b/src/rockstor/storageadmin/static/storageadmin/js/paginated_collection.js index 4ac8c2b23..8254f5adc 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/paginated_collection.js +++ b/src/rockstor/storageadmin/static/storageadmin/js/paginated_collection.js @@ -1,3 +1,28 @@ +/* + * + * @licstart The following is the entire license notice for the + * JavaScript code in this page. + * + * Copyright (joint work) 2024 The Rockstor Project + * + * Rockstor 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 2 of the License, + * or (at your option) any later version. + * + * Rockstor 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. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * @licend The above is the entire license notice + * for the JavaScript code in this page. + * + */ + var RockStorPaginatedCollection = Backbone.Collection.extend({ initialize: function() { diff --git a/src/rockstor/storageadmin/static/storageadmin/js/rockstor.js b/src/rockstor/storageadmin/static/storageadmin/js/rockstor.js index 5d067c74a..268b50330 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/rockstor.js +++ b/src/rockstor/storageadmin/static/storageadmin/js/rockstor.js @@ -3,15 +3,14 @@ * @licstart The following is the entire license notice for the * JavaScript code in this page. * - * Copyright (c) 2012-2016 RockStor, Inc. - * This file is part of RockStor. + * Copyright (joint work) 2024 The Rockstor Project * - * RockStor is free software; you can redistribute it and/or modify + * Rockstor 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 2 of the License, * or (at your option) any later version. * - * RockStor is distributed in the hope that it will be useful, but + * Rockstor 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. @@ -416,7 +415,7 @@ function fetchDependencies(dependencies, callback, context) { function checkBrowser() { var userAgent = navigator.userAgent; if (!/firefox/i.test(userAgent) && !/chrome/i.test(userAgent)) { - $('#browsermsg').html('
The RockStor WebUI is supported only on Firefox or Chrome. Some features may not work correctly.
'); + $('#browsermsg').html('
The Rockstor WebUI is supported only on Firefox or Chrome. Some features may not work correctly.
'); } RockStorGlobals.browserChecked = true; } diff --git a/src/rockstor/storageadmin/static/storageadmin/js/rockstor_logger.js b/src/rockstor/storageadmin/static/storageadmin/js/rockstor_logger.js index 7687bb735..e44361ca9 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/rockstor_logger.js +++ b/src/rockstor/storageadmin/static/storageadmin/js/rockstor_logger.js @@ -3,15 +3,14 @@ * @licstart The following is the entire license notice for the * JavaScript code in this page. * - * Copyright (c) 2012-2017 RockStor, Inc. - * This file is part of RockStor. + * Copyright (joint work) 2024 The Rockstor Project * - * RockStor is free software; you can redistribute it and/or modify + * Rockstor 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 2 of the License, * or (at your option) any later version. * - * RockStor is distributed in the hope that it will be useful, but + * Rockstor 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. diff --git a/src/rockstor/storageadmin/static/storageadmin/js/rockstor_widgets.js b/src/rockstor/storageadmin/static/storageadmin/js/rockstor_widgets.js index 50d633a7b..b8c6915e0 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/rockstor_widgets.js +++ b/src/rockstor/storageadmin/static/storageadmin/js/rockstor_widgets.js @@ -1,3 +1,28 @@ +/* + * + * @licstart The following is the entire license notice for the + * JavaScript code in this page. + * + * Copyright (joint work) 2024 The Rockstor Project + * + * Rockstor 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 2 of the License, + * or (at your option) any later version. + * + * Rockstor 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. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * + * @licend The above is the entire license notice + * for the JavaScript code in this page. + * + */ + RockStorWidgets = {}; RockStorWidgets.max_width = 10; RockStorWidgets.max_height = 2; diff --git a/src/rockstor/storageadmin/static/storageadmin/js/router.js b/src/rockstor/storageadmin/static/storageadmin/js/router.js index efd011a55..4d0092f03 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/router.js +++ b/src/rockstor/storageadmin/static/storageadmin/js/router.js @@ -3,15 +3,14 @@ * @licstart The following is the entire license notice for the * JavaScript code in this page. * - * Copyright (c) 2012-2021 RockStor, Inc. - * This file is part of RockStor. + * Copyright (joint work) 2024 The Rockstor Project * - * RockStor is free software; you can redistribute it and/or modify + * Rockstor 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 2 of the License, * or (at your option) any later version. * - * RockStor is distributed in the hope that it will be useful, but + * Rockstor 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. @@ -1069,9 +1068,9 @@ $(document).ready(function() { var currentVersion = data[0]; var mostRecentVersion = data[1]; if (currentVersion != mostRecentVersion) { - $('#version-msg').html('RockStor ' + currentVersion + ' '); + $('#version-msg').html('Rockstor ' + currentVersion + ' '); } else { - $('#version-msg').html('RockStor ' + currentVersion); + $('#version-msg').html('Rockstor ' + currentVersion); } }; diff --git a/src/rockstor/storageadmin/static/storageadmin/js/socket_listen.js b/src/rockstor/storageadmin/static/storageadmin/js/socket_listen.js index 0a5444bd4..c38eae1ab 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/socket_listen.js +++ b/src/rockstor/storageadmin/static/storageadmin/js/socket_listen.js @@ -3,15 +3,14 @@ * @licstart The following is the entire license notice for the * JavaScript code in this page. * - * Copyright (c) 2012-2016 RockStor, Inc. - * This file is part of RockStor. + * Copyright (joint work) 2024 The Rockstor Project * - * RockStor is free software; you can redistribute it and/or modify + * Rockstor 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 2 of the License, * or (at your option) any later version. * - * RockStor is distributed in the hope that it will be useful, but + * Rockstor 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. diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/access_keys/access_keys.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/access_keys/access_keys.jst index b41f93a89..bc718648a 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/access_keys/access_keys.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/access_keys/access_keys.jst @@ -1,22 +1,21 @@

Access Keys

diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/access_keys/add_access_key.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/access_keys/add_access_key.jst index 09c11b3bc..be8411b66 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/access_keys/add_access_key.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/access_keys/add_access_key.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/cb/cb.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/cb/cb.jst index e79277d57..f52ff5545 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/cb/cb.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/cb/cb.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/common/new_appliance.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/common/new_appliance.jst index 7e677fc13..31f541196 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/common/new_appliance.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/common/new_appliance.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/dashboard_config.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/dashboard_config.jst index ed88723f2..570108880 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/dashboard_config.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/dashboard_config.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/cpuusage.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/cpuusage.jst index e4ace1be9..9e1d6c967 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/cpuusage.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/cpuusage.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/disk_utilization.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/disk_utilization.jst index 6b02e47cb..cf96f84be 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/disk_utilization.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/disk_utilization.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/memory_utilization.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/memory_utilization.jst index 133fd2fdd..859cb0dfa 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/memory_utilization.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/memory_utilization.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/network_utilization.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/network_utilization.jst index a17975484..9a3eaf84b 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/network_utilization.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/network_utilization.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/pool_usage.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/pool_usage.jst index e042d9eed..a50d60c46 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/pool_usage.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/pool_usage.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/storage_metrics.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/storage_metrics.jst index 2995c2513..c53122aef 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/storage_metrics.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/storage_metrics.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/top_shares.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/top_shares.jst index cd7b2201d..09e454b44 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/top_shares.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/dashboard/widgets/top_shares.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/disk/disk_details_layout.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/disk/disk_details_layout.jst index 0e4d63cb0..aa6e3254f 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/disk/disk_details_layout.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/disk/disk_details_layout.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/disk/disks.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/disk/disks.jst index 7fc745ed5..9039403a8 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/disk/disks.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/disk/disks.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/email/email.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/email/email.jst index 0da025505..954a68084 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/email/email.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/email/email.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/email/email_setup.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/email/email_setup.jst index 6df8e4bed..ca9843be0 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/email/email_setup.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/email/email_setup.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/home/cpuusage.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/home/cpuusage.jst index 805ab79d1..cc28171b1 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/home/cpuusage.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/home/cpuusage.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/home/home_template.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/home/home_template.jst index 4325c752c..168973085 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/home/home_template.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/home/home_template.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/logs/logs.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/logs/logs.jst index 28844775c..079bfb68b 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/logs/logs.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/logs/logs.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/network/network.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/network/network.jst index 6a07343c4..97360001c 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/network/network.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/network/network.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/network/new_connection.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/network/new_connection.jst index 1e4fcab84..f52a52098 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/network/new_connection.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/network/new_connection.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/nfs/advanced_edit.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/nfs/advanced_edit.jst index 67e3cc608..82af7d0f5 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/nfs/advanced_edit.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/nfs/advanced_edit.jst @@ -1,22 +1,21 @@
Warning! You are editing the nfs exports file. Incorrect values can affect your exports.
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/nfs/edit_nfs_export.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/nfs/edit_nfs_export.jst index 0a706a35c..ca28af193 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/nfs/edit_nfs_export.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/nfs/edit_nfs_export.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/nfs/nfs_exports.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/nfs/nfs_exports.jst index 89c34d404..ee699d327 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/nfs/nfs_exports.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/nfs/nfs_exports.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/add_pool_template.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/add_pool_template.jst index 699eb17ae..b68ea0947 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/add_pool_template.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/add_pool_template.jst @@ -1,14 +1,13 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/pool_info_module.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/pool_info_module.jst index 3822b29ee..6274929df 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/pool_info_module.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/pool_info_module.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/pool_usage_module.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/pool_usage_module.jst index c4f0c3034..a2b530a71 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/pool_usage_module.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/pool_usage_module.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolrebalance_start_template.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolrebalance_start_template.jst index 40b593e37..b3639dbd8 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolrebalance_start_template.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolrebalance_start_template.jst @@ -1,22 +1,21 @@

Start a new balance

diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolrebalance_table_template.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolrebalance_table_template.jst index fbc0d93c0..babf18701 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolrebalance_table_template.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolrebalance_table_template.jst @@ -1,22 +1,21 @@
Start a new balance diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolscrub_details_template.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolscrub_details_template.jst index c09d57b25..179dd57ec 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolscrub_details_template.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolscrub_details_template.jst @@ -1,22 +1,21 @@ Scrub Details page.
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolscrub_start_template.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolscrub_start_template.jst index fdbc1d2d2..b92c845bb 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolscrub_start_template.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolscrub_start_template.jst @@ -1,22 +1,21 @@

Start a new Scrub

diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolscrub_table_template.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolscrub_table_template.jst index 38e4ec46e..ee0cf2466 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolscrub_table_template.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/poolscrub_table_template.jst @@ -1,22 +1,21 @@
Start a new scrub or you can schedule a periodic scrub by clicking here. diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/selected_disks.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/selected_disks.jst index 5f599e7a6..fa0fb12c7 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/selected_disks.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/pool/selected_disks.jst @@ -1,14 +1,13 @@ {{!

Replication receive history for ( {{replicaShare.appliance}} : {{replicaShare.src_share}} diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/replication/replica_trails.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/replication/replica_trails.jst index 0b5f2ffec..95f4183d1 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/replication/replica_trails.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/replication/replica_trails.jst @@ -1,22 +1,21 @@

Replication history for {{replica.task_name}} ( {{replica.share}} on {{replica.appliance}} : {{replica.dpool}} )

diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/replication/replication.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/replication/replication.jst index 03f2f9393..015a1b8b8 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/replication/replication.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/replication/replication.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/replication/replication_receive.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/replication/replication_receive.jst index 86e3fc805..4fb287873 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/replication/replication_receive.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/replication/replication_receive.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/rockons/docker_service.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/rockons/docker_service.jst index d53fbf24a..34c49e574 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/rockons/docker_service.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/rockons/docker_service.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/rockons/rockons.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/rockons/rockons.jst index 1ff3f1947..c002496a7 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/rockons/rockons.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/rockons/rockons.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/rockons/wizard_summary.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/rockons/wizard_summary.jst index 3eee69dc2..001f2efc4 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/rockons/wizard_summary.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/rockons/wizard_summary.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/scheduled_tasks/add_task.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/scheduled_tasks/add_task.jst index ce2a1f1e1..de9fec00b 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/scheduled_tasks/add_task.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/scheduled_tasks/add_task.jst @@ -1,22 +1,21 @@ {{#if collectionNotEmpty}}
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/scheduled_tasks/tasks.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/scheduled_tasks/tasks.jst index bf8452328..26141d427 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/scheduled_tasks/tasks.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/scheduled_tasks/tasks.jst @@ -1,22 +1,21 @@ Task history for {{taskName}}
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_active-directory.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_active-directory.jst index dfda169eb..2a30286dc 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_active-directory.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_active-directory.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_docker.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_docker.jst index f379ca81b..a029cd7a7 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_docker.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_docker.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_ldap.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_ldap.jst index 536e4c6d4..13e82cd22 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_ldap.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_ldap.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_nis.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_nis.jst index ce7f87ec2..9e35942b1 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_nis.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_nis.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_ntpd.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_ntpd.jst index 28e6ed5ef..4ad6a36e1 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_ntpd.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_ntpd.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_nut.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_nut.jst index cc2cad7fe..d8ca6f68f 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_nut.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_nut.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_replication.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_replication.jst index 9996fccc8..c455a7060 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_replication.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_replication.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_rockstor.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_rockstor.jst index 2eba9e4c7..53ad48e1f 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_rockstor.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_rockstor.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_shellinaboxd.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_shellinaboxd.jst index 844461eea..b2f78a5a7 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_shellinaboxd.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_shellinaboxd.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_smartd.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_smartd.jst index 034835c30..e97f0205b 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_smartd.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_smartd.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_smb.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_smb.jst index d531d1dfa..95c16fe04 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_smb.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_smb.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_snmpd.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_snmpd.jst index f5c270fd2..2108b87f3 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_snmpd.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_snmpd.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_tailscaled.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_tailscaled.jst index 58a69aeb1..fcbf3111f 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_tailscaled.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/configure_tailscaled.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/services.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/services.jst index 0b0e8dc9e..6c276a52c 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/services/services.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/services/services.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/certificate_desc.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/certificate_desc.jst index e1028986b..e0025ed8c 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/certificate_desc.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/certificate_desc.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/disk.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/disk.jst index f4e54d079..a487ec61f 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/disk.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/disk.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/disks.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/disks.jst index 2b6eecd66..e35b1fd97 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/disks.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/disks.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/network.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/network.jst index 40550277f..1ee5e8aa8 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/network.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/network.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/new_user.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/new_user.jst index cfec3e2fd..7bf692e94 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/new_user.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/new_user.jst @@ -1,22 +1,21 @@

Add User

diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/setup.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/setup.jst index b8e7ace06..b86b163eb 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/setup.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/setup.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/system.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/system.jst index f01e2ee8e..d8674c931 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/system.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/system.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/update_certificate.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/update_certificate.jst index 17ded1afc..8984d395a 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/update_certificate.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/setup/update_certificate.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/add_iscsi_target_template.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/add_iscsi_target_template.jst index 39f7536ac..7c62c6aad 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/add_iscsi_target_template.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/add_iscsi_target_template.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/add_share_template.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/add_share_template.jst index 04b37b120..77f63c25c 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/add_share_template.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/add_share_template.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/create_clone.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/create_clone.jst index cdbc080d8..d61aea313 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/create_clone.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/create_clone.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/iscsi_target_empty_row_template.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/iscsi_target_empty_row_template.jst index 9b6745a25..e602df3b5 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/iscsi_target_empty_row_template.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/iscsi_target_empty_row_template.jst @@ -1,22 +1,21 @@

No iSCSI target created.

diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/rollback.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/rollback.jst index 2643b7aff..54e1a0c18 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/rollback.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/rollback.jst @@ -1,22 +1,21 @@

Select a snapshot to rollback the share ({{shareName}}) to

diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_acl.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_acl.jst index edce8dafd..3fb2e9ad0 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_acl.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_acl.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_details_layout.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_details_layout.jst index 05fa78975..2929fe298 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_details_layout.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_details_layout.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_usage_edit.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_usage_edit.jst index ab9728415..9d5fb70af 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_usage_edit.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_usage_edit.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_usage_module.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_usage_module.jst index 6476900a6..cf6398add 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_usage_module.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/share_usage_module.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/shares.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/shares.jst index 86a67d213..a1334dbdd 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/shares.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/shares.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/shares_template.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/shares_template.jst index 538d7296a..6b7ee70e5 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/shares_template.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/shares_template.jst @@ -1,22 +1,21 @@ diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshot_add.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshot_add.jst index a38d0af27..f418944cc 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshot_add.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshot_add.jst @@ -1,22 +1,21 @@

Create Snapshot

diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshot_add_template.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshot_add_template.jst index 660a479eb..eb366897e 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshot_add_template.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshot_add_template.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshots.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshots.jst index ed432e649..cc3cb4407 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshots.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshots.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshots_table_template.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshots_table_template.jst index 8102256f1..acca763bd 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshots_table_template.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/share/snapshots_table_template.jst @@ -1,22 +1,21 @@
diff --git a/src/rockstor/storageadmin/static/storageadmin/js/templates/shell/shell.jst b/src/rockstor/storageadmin/static/storageadmin/js/templates/shell/shell.jst index a0a85f789..c0a560291 100644 --- a/src/rockstor/storageadmin/static/storageadmin/js/templates/shell/shell.jst +++ b/src/rockstor/storageadmin/static/storageadmin/js/templates/shell/shell.jst @@ -1,22 +1,21 @@