From 117fee4e29b5306c81c587656ad953c0a168430c Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Wed, 29 Oct 2025 05:15:51 +0200 Subject: [PATCH] Relicense from GPLv3 to AGPLv3 --- CONTRIBUTING.md | 2 +- LICENSE.txt | 147 ++++++++---------- agents/agentreq.go | 8 +- agents/agentreq_test.go | 8 +- agents/astagent.go | 8 +- agents/astagent_test.go | 8 +- agents/asterisk_event.go | 8 +- agents/asterisk_event_test.go | 8 +- agents/diam_it_test.go | 8 +- agents/diamagent.go | 8 +- agents/diamagent_test.go | 8 +- agents/diamclient.go | 8 +- agents/dnsagent.go | 8 +- agents/dnsagent_it_test.go | 8 +- agents/fsagent.go | 8 +- agents/fsagent_test.go | 8 +- agents/fsevent.go | 8 +- agents/fsevent_test.go | 8 +- agents/httpagent.go | 8 +- agents/httpagent_it_test.go | 8 +- agents/kamagent.go | 8 +- agents/kamagent_test.go | 8 +- agents/kamevent.go | 8 +- agents/kamevent_test.go | 8 +- agents/libdiam.go | 8 +- agents/libdiam_test.go | 8 +- agents/libdns.go | 8 +- agents/libdns_test.go | 8 +- agents/libhttpagent.go | 8 +- agents/libhttpagent_test.go | 8 +- agents/librad.go | 8 +- agents/librad_test.go | 8 +- agents/radagent.go | 8 +- agents/radagent_handlr_it_test.go | 8 +- agents/radagent_it_test.go | 8 +- analyzers/analyzers.go | 8 +- apier/v1/accounts.go | 8 +- apier/v1/accounts_it_test.go | 8 +- apier/v1/accounts_test.go | 8 +- apier/v1/analyzer.go | 8 +- apier/v1/api_interfaces.go | 8 +- apier/v1/api_interfaces_test.go | 8 +- apier/v1/apier.go | 8 +- apier/v1/apier2_it_test.go | 8 +- apier/v1/apier_it_test.go | 8 +- apier/v1/attributes.go | 8 +- apier/v1/attributes_it_test.go | 8 +- apier/v1/auth.go | 8 +- apier/v1/caches.go | 8 +- apier/v1/caches_it_test.go | 8 +- apier/v1/cdre.go | 8 +- apier/v1/cdre_amqp_it_test.go | 8 +- apier/v1/cdre_amqpv1_it_test.go | 8 +- apier/v1/cdre_it_test.go | 8 +- apier/v1/cdre_kafka_it_test.go | 8 +- apier/v1/cdre_s3_it_test.go | 8 +- apier/v1/cdre_sqs_it_test.go | 8 +- apier/v1/cdrs.go | 8 +- apier/v1/cdrs_it_test.go | 8 +- apier/v1/chargers.go | 8 +- apier/v1/chargers_it_test.go | 8 +- apier/v1/concreqs_it_test.go | 8 +- apier/v1/config.go | 8 +- apier/v1/config_it_test.go | 8 +- apier/v1/core.go | 8 +- apier/v1/costs.go | 8 +- apier/v1/costs_it_test.go | 8 +- apier/v1/debit.go | 8 +- apier/v1/debit_test.go | 8 +- apier/v1/dispatcher.go | 8 +- apier/v1/dispatcher_it_test.go | 8 +- apier/v1/dispatchersv1_it_test.go | 8 +- apier/v1/dm_remote_it_test.go | 8 +- apier/v1/filter_indexes.go | 8 +- apier/v1/filter_indexes_health_it_test.go | 8 +- apier/v1/filter_indexes_it_test.go | 8 +- apier/v1/filterindexecache_it_test.go | 8 +- apier/v1/filters.go | 8 +- apier/v1/filters_it_test.go | 8 +- apier/v1/guardian.go | 8 +- apier/v1/guardian_it_test.go | 8 +- apier/v1/libapier.go | 8 +- apier/v1/loaders.go | 8 +- apier/v1/precache_it_test.go | 8 +- apier/v1/rals.go | 8 +- apier/v1/replicator.go | 8 +- apier/v1/resourcesv1.go | 8 +- apier/v1/resourcesv1_it_test.go | 8 +- apier/v1/scheduler.go | 8 +- apier/v1/schedulers.go | 8 +- apier/v1/schedulers_it_test.go | 8 +- apier/v1/servicemanager.go | 8 +- apier/v1/sessions.go | 8 +- apier/v1/sessions_process_event_it_test.go | 8 +- apier/v1/sessions_thresholds_it_test.go | 8 +- apier/v1/sessionsbirpc.go | 8 +- apier/v1/sessionsv1_it_test.go | 8 +- apier/v1/smg.go | 8 +- apier/v1/smgbirpc.go | 8 +- apier/v1/stats.go | 8 +- apier/v1/stats_it_test.go | 8 +- apier/v1/suppliers.go | 8 +- apier/v1/suppliers_it_test.go | 8 +- apier/v1/thresholds.go | 8 +- apier/v1/thresholds_it_test.go | 8 +- apier/v1/tp.go | 8 +- apier/v1/tp_it_test.go | 8 +- apier/v1/tpaccountactions.go | 8 +- apier/v1/tpaccountactions_it_test.go | 8 +- apier/v1/tpactionplans.go | 8 +- apier/v1/tpactionplans_it_test.go | 8 +- apier/v1/tpactions.go | 8 +- apier/v1/tpactions_it_test.go | 8 +- apier/v1/tpactiontriggers.go | 8 +- apier/v1/tpactiontriggers_it_test.go | 8 +- apier/v1/tpattributes.go | 8 +- apier/v1/tpattributes_it_test.go | 8 +- apier/v1/tpchargers.go | 8 +- apier/v1/tpchargers_it_test.go | 8 +- apier/v1/tpdestinationrates.go | 8 +- apier/v1/tpdestinationrates_it_test.go | 8 +- apier/v1/tpdestinations.go | 8 +- apier/v1/tpdestinations_it_test.go | 8 +- apier/v1/tpdispatchers.go | 8 +- apier/v1/tpdispatchers_it_test.go | 8 +- apier/v1/tpfilters.go | 8 +- apier/v1/tpfilters_it_test.go | 8 +- apier/v1/tprates.go | 8 +- apier/v1/tprates_it_test.go | 8 +- apier/v1/tpratingplans.go | 8 +- apier/v1/tpratingplans_it_test.go | 8 +- apier/v1/tpratingprofiles.go | 8 +- apier/v1/tpratingprofiles_it_test.go | 8 +- apier/v1/tpresources.go | 8 +- apier/v1/tpresources_it_test.go | 8 +- apier/v1/tpsharedgroups.go | 8 +- apier/v1/tpsharedgroups_it_test.go | 8 +- apier/v1/tpstats.go | 8 +- apier/v1/tpstats_it_test.go | 8 +- apier/v1/tpsuppliers.go | 8 +- apier/v1/tpsuppliers_it_test.go | 8 +- apier/v1/tpthresholds.go | 8 +- apier/v1/tpthresholds_it_test.go | 8 +- apier/v1/tptimings.go | 8 +- apier/v1/tptimings_it_test.go | 8 +- apier/v1/triggers.go | 8 +- apier/v1/triggers_test.go | 8 +- apier/v1/versions.go | 8 +- apier/v1/versions_it_test.go | 8 +- apier/v2/accounts.go | 8 +- apier/v2/accounts_it_test.go | 8 +- apier/v2/apier.go | 8 +- apier/v2/apierv2_it_test.go | 8 +- apier/v2/attributes.go | 8 +- apier/v2/attributes_it_test.go | 8 +- apier/v2/cdre.go | 8 +- apier/v2/cdrs.go | 8 +- apier/v2/cdrs_it_test.go | 8 +- apier/v2/cdrs_offline_it_test.go | 8 +- apier/v2/tp_it_test.go | 8 +- apier/v2/tpdestinations.go | 8 +- cmd/cgr-console/cgr-console.go | 8 +- cmd/cgr-engine/cgr-engine.go | 8 +- cmd/cgr-loader/cgr-loader.go | 8 +- cmd/cgr-loader/cgr-loader_it_test.go | 8 +- cmd/cgr-migrator/cgr-migrator.go | 8 +- cmd/cgr-tester/cdr_repl/post_server.py | 8 +- cmd/cgr-tester/cdr_repl/process_cdr.go | 8 +- cmd/cgr-tester/cgr-tester.go | 8 +- cmd/cgr-tester/filereader.go | 8 +- cmd/cgr-tester/parallel/parallel.go | 8 +- config/analyzerscfg.go | 8 +- config/analyzerscfg_test.go | 8 +- config/apiercfg.go | 8 +- config/apiercfg_test.go | 8 +- config/attributescfg.go | 8 +- config/attributescfg_test.go | 8 +- config/cachecfg.go | 8 +- config/cachecfg_test.go | 8 +- config/cdrecfg.go | 8 +- config/cdrecfg_test.go | 8 +- config/cdrscfg.go | 8 +- config/cdrscfg_test.go | 8 +- config/chargerscfg.go | 8 +- config/chargerscfg_test.go | 8 +- config/config.go | 8 +- config/config_defaults.go | 8 +- config/config_it_test.go | 8 +- config/config_json.go | 8 +- config/config_json_test.go | 8 +- config/config_test.go | 8 +- config/configsanity.go | 8 +- config/configsanity_test.go | 8 +- config/datadbcfg.go | 8 +- config/datadbcfg_test.go | 8 +- config/diametercfg.go | 8 +- config/diametercfg_test.go | 8 +- config/dispatchercfg.go | 8 +- config/dispatchercfg_test.go | 8 +- config/dnsagentcfg_test.go | 8 +- config/dnsagntcfg.go | 8 +- config/erscfg.go | 8 +- config/erscfg_test.go | 8 +- config/fctemplate.go | 8 +- config/fctemplate_test.go | 8 +- config/filterscfg.go | 8 +- config/filterscfg_test.go | 8 +- config/fwvdp.go | 8 +- config/fwvdp_test.go | 8 +- config/generalcfg.go | 8 +- config/generalcfg_test.go | 8 +- config/httpagntcfg.go | 8 +- config/httpagntcfg_test.go | 8 +- config/httpcfg.go | 8 +- config/httpcfg_test.go | 8 +- config/kamagentcfg.go | 8 +- config/kamagentcfg_test.go | 8 +- config/libconfig.go | 8 +- config/libconfig_json.go | 8 +- config/libconfig_test.go | 8 +- config/listencfg.go | 8 +- config/listencfg_test.go | 8 +- config/loadercgrcfg.go | 8 +- config/loadercgrcfg_test.go | 8 +- config/loaderscfg.go | 8 +- config/loaderscfg_test.go | 8 +- config/mailercfg.go | 8 +- config/mailercfg_test.go | 8 +- config/migratorcfg.go | 8 +- config/migratorcfg_test.go | 8 +- config/multifiles_it_test.go | 8 +- config/navigablemap.go | 8 +- config/navigablemap_test.go | 8 +- config/objdp.go | 8 +- config/objdp_test.go | 8 +- config/radiuscfg.go | 8 +- config/radiuscfg_test.go | 8 +- config/ralscfg.go | 8 +- config/ralscfg_test.go | 8 +- config/resourcescfg.go | 8 +- config/resourcescfg_test.go | 8 +- config/rjreader.go | 8 +- config/rjreader_test.go | 8 +- config/rpcconn.go | 8 +- config/rpcconn_test.go | 8 +- config/rsrparser.go | 8 +- config/rsrparser_test.go | 8 +- config/schedulercfg.go | 8 +- config/schedulercfg_test.go | 8 +- config/slicedp.go | 8 +- config/slicedp_test.go | 8 +- config/smconfig.go | 8 +- config/smconfig_test.go | 8 +- config/statscfg.go | 8 +- config/statscfg_test.go | 8 +- config/stordbcfg.go | 8 +- config/stordbcfg_test.go | 8 +- config/supplierscfg.go | 8 +- config/supplierscfg_test.go | 8 +- config/suretaxcfg.go | 8 +- config/suretaxcfg_test.go | 8 +- config/thresholdscfg.go | 8 +- config/thresholdscfg_test.go | 8 +- config/tlscfg.go | 8 +- config/tlscfg_test.go | 8 +- config/xmldp.go | 8 +- config/xmldp_test.go | 8 +- console/account_actionplan_get.go | 8 +- console/account_remove.go | 8 +- console/account_set.go | 8 +- console/account_trigger_add.go | 8 +- console/account_trigger_remove.go | 8 +- console/account_trigger_reset.go | 8 +- console/account_trigger_set.go | 8 +- console/accounts.go | 8 +- console/action_execute.go | 8 +- console/actionplan_get.go | 8 +- console/actionplan_remove.go | 8 +- console/actionplan_set.go | 8 +- console/actions.go | 8 +- console/actions_remove.go | 8 +- console/active_sessions.go | 8 +- console/attributes.go | 8 +- console/attributes_for_event.go | 8 +- console/attributes_ids.go | 8 +- console/attributes_process_event.go | 8 +- console/attributes_remove.go | 8 +- console/attributes_set.go | 8 +- console/balance_add.go | 8 +- console/balance_debit.go | 8 +- console/balance_remove.go | 8 +- console/balance_set.go | 8 +- console/cache_clear.go | 8 +- console/cache_group_item_id.go | 8 +- console/cache_has_group.go | 8 +- console/cache_has_item.go | 8 +- console/cache_item_expiry_time.go | 8 +- console/cache_item_ids.go | 8 +- console/cache_precache_status.go | 8 +- console/cache_reload.go | 8 +- console/cache_remove_group.go | 8 +- console/cache_remove_item.go | 8 +- console/cache_stats.go | 8 +- console/cdre_config_reload.go | 8 +- console/cdrs_export.go | 8 +- console/charger_ids.go | 8 +- console/chargers.go | 8 +- console/chargers_for_event.go | 8 +- console/chargers_process_event.go | 8 +- console/chargers_remove.go | 8 +- console/chargers_set.go | 8 +- console/command.go | 8 +- console/command_executer.go | 8 +- console/command_executer_test.go | 8 +- console/compute_actionplan_indexes.go | 8 +- console/compute_filter_indexes.go | 8 +- console/cost.go | 8 +- console/cost_details.go | 8 +- console/datacost.go | 8 +- console/datadb_versions.go | 8 +- console/debit.go | 8 +- console/debit_max.go | 8 +- console/destination_set.go | 8 +- console/destinations.go | 8 +- console/dispatcher_host.go | 8 +- console/dispatcher_host_ids.go | 8 +- console/dispatcher_host_remove.go | 8 +- console/dispatcher_host_set.go | 8 +- console/dispatcherprofile.go | 8 +- console/dispatcherprofile_get.go | 8 +- console/dispatcherprofile_ids.go | 8 +- console/dispatcherprofile_remove.go | 8 +- console/dispatcherprofile_set.go | 8 +- console/filter.go | 8 +- console/filter_ids.go | 8 +- console/filter_indexes.go | 8 +- console/filter_indexes_remove.go | 8 +- console/filter_remove.go | 8 +- console/filter_set.go | 8 +- console/get_json_section.go | 8 +- console/import_tp_from_folder.go | 8 +- console/load_history.go | 8 +- console/load_ids.go | 8 +- console/load_times.go | 8 +- console/load_tp_from_folder.go | 8 +- console/load_tp_from_stordb.go | 8 +- console/loader_load.go | 8 +- console/loader_remove.go | 8 +- console/maxduration.go | 8 +- console/maxusage.go | 8 +- console/parse.go | 8 +- console/passive_sessions.go | 8 +- console/ping.go | 8 +- console/ratingplan_cost.go | 8 +- console/ratingprofile.go | 8 +- console/ratingprofile_rem.go | 8 +- console/ratingprofile_set.go | 8 +- console/rattingprofile_ids.go | 8 +- console/reload_config.go | 8 +- console/resource.go | 8 +- console/resource_ids.go | 8 +- console/resource_profile.go | 8 +- console/resource_remove.go | 8 +- console/resource_set.go | 8 +- console/resources_allocate.go | 8 +- console/resources_authorize.go | 8 +- console/resources_for_event.go | 8 +- console/resources_release.go | 8 +- console/scheduler_execute.go | 8 +- console/scheduler_queue.go | 8 +- console/scheduler_reload.go | 8 +- console/session_authorize_event.go | 8 +- console/session_initiate.go | 8 +- console/session_process_cdr.go | 8 +- console/session_process_message.go | 8 +- console/session_terminate.go | 8 +- console/session_update.go | 8 +- console/set_datadb_versions.go | 8 +- console/set_stordb_versions.go | 8 +- console/sharedgroup.go | 8 +- console/statqueue.go | 8 +- console/statqueue_ids.go | 8 +- console/statqueue_remove.go | 8 +- console/statqueue_set.go | 8 +- console/stats_for_event.go | 8 +- console/stats_metrics.go | 8 +- console/stats_process_event.go | 8 +- console/status.go | 8 +- console/stordb_versions.go | 8 +- console/supplier_get.go | 8 +- console/supplier_ids.go | 8 +- console/supplier_profiles_for_event.go | 8 +- console/supplier_remove.go | 8 +- console/supplier_set.go | 8 +- console/suppliers.go | 8 +- console/threshold.go | 8 +- console/threshold_ids.go | 8 +- console/threshold_profile.go | 8 +- console/threshold_remove.go | 8 +- console/threshold_set.go | 8 +- console/thresholds_for_event.go | 8 +- console/thresholds_process_event.go | 8 +- console/trigger_remove.go | 8 +- console/trigger_set.go | 8 +- console/triggers.go | 8 +- data/scripts/copyright_header.txt | 8 +- data/scripts/generate_config/generate.go | 8 +- debian/copyright | 14 +- dispatchers/attributes.go | 8 +- dispatchers/attributes_it_test.go | 8 +- dispatchers/caches.go | 8 +- dispatchers/caches_it_test.go | 8 +- dispatchers/cdrs.go | 8 +- dispatchers/cdrs_it_test.go | 8 +- dispatchers/chargers.go | 8 +- dispatchers/chargers_it_test.go | 8 +- dispatchers/config.go | 8 +- dispatchers/config_it_test.go | 8 +- dispatchers/core.go | 8 +- dispatchers/dispatchers.go | 8 +- dispatchers/dispatchers_it_test.go | 8 +- dispatchers/dispatchers_test.go | 8 +- dispatchers/guardian.go | 8 +- dispatchers/guardian_it_test.go | 8 +- dispatchers/lib_test.go | 8 +- dispatchers/libdispatcher.go | 8 +- dispatchers/rals.go | 8 +- dispatchers/rals_it_test.go | 8 +- dispatchers/resources.go | 8 +- dispatchers/resources_it_test.go | 8 +- dispatchers/responder.go | 8 +- dispatchers/responder_it_test.go | 8 +- dispatchers/scheduler.go | 8 +- dispatchers/scheduler_it_test.go | 8 +- dispatchers/servicemanager.go | 8 +- dispatchers/sessions.go | 8 +- dispatchers/sessions_it_test.go | 8 +- dispatchers/stats.go | 8 +- dispatchers/stats_it_test.go | 8 +- dispatchers/suppliers.go | 8 +- dispatchers/suppliers_it_test.go | 8 +- dispatchers/thresholds.go | 8 +- dispatchers/thresholds_it_test.go | 8 +- dispatchers/utils.go | 8 +- docs/overview.rst | 2 +- engine/account.go | 8 +- engine/account_test.go | 8 +- engine/action.go | 8 +- engine/action_plan.go | 8 +- engine/action_plan_test.go | 8 +- engine/action_test.go | 8 +- engine/action_trigger.go | 8 +- engine/action_trigger_test.go | 8 +- engine/actions2_it_test.go | 8 +- engine/actions_it_test.go | 8 +- engine/actions_test.go | 8 +- engine/attributes.go | 8 +- engine/attributes_test.go | 8 +- engine/balance_filter.go | 8 +- engine/balance_filter_test.go | 8 +- engine/balances.go | 8 +- engine/balances_test.go | 8 +- engine/caches.go | 8 +- engine/caches_test.go | 8 +- engine/callcost.go | 8 +- engine/callcost_test.go | 8 +- engine/calldesc.go | 8 +- engine/calldesc_test.go | 8 +- engine/cdr.go | 8 +- engine/cdr_it_test.go | 8 +- engine/cdr_test.go | 8 +- engine/cdre.go | 8 +- engine/cdre_test.go | 8 +- engine/cdrecsv_test.go | 8 +- engine/cdrefwv_test.go | 8 +- engine/cdrs.go | 8 +- engine/cdrs_test.go | 8 +- engine/cgrcdr.go | 8 +- engine/cgrcdr_test.go | 8 +- engine/cgrsafev.go | 8 +- engine/cgrsafev_test.go | 8 +- engine/chargers.go | 8 +- engine/chargers_test.go | 8 +- engine/connmanager.go | 8 +- engine/core.go | 8 +- engine/core_test.go | 8 +- engine/datacost.go | 8 +- engine/datamanager.go | 8 +- engine/datamanager_it_test.go | 8 +- engine/datamanager_test.go | 8 +- engine/destinations.go | 8 +- engine/destinations_test.go | 8 +- engine/dispatcherprfl.go | 8 +- engine/dispatcherprfl_test.go | 8 +- engine/eventcost.go | 8 +- engine/eventcost_test.go | 8 +- engine/filter_indexes.go | 8 +- engine/filterhelpers.go | 8 +- engine/filterhelpers_test.go | 8 +- engine/filterindexer.go | 8 +- engine/filterindexer_it_test.go | 8 +- engine/filters.go | 8 +- engine/filters_test.go | 8 +- engine/fscdr.go | 8 +- engine/fscdr_test.go | 8 +- engine/libattributes.go | 8 +- engine/libattributes_test.go | 8 +- engine/libcdre.go | 8 +- engine/libcdre_test.go | 8 +- engine/libchargers.go | 8 +- engine/libchargers_test.go | 8 +- engine/libengine.go | 8 +- engine/libengine_test.go | 8 +- engine/libeventcost.go | 8 +- engine/libeventcost_test.go | 8 +- engine/libindex.go | 8 +- engine/libindex_health.go | 8 +- engine/libindex_test.go | 8 +- engine/libstats.go | 8 +- engine/libstats_test.go | 8 +- engine/libsuppliers.go | 8 +- engine/libsuppliers_test.go | 8 +- engine/libtest.go | 8 +- engine/libtest_test.go | 8 +- engine/loader_csv_test.go | 8 +- engine/loader_it_test.go | 8 +- engine/mapevent.go | 8 +- engine/mapevent_test.go | 8 +- engine/model_helpers.go | 8 +- engine/model_helpers_test.go | 8 +- engine/models.go | 8 +- engine/models_test.go | 8 +- engine/onstor_it_test.go | 8 +- engine/poster.go | 8 +- engine/poster_it_test.go | 8 +- engine/poster_test.go | 8 +- engine/pstr_amqp.go | 8 +- engine/pstr_amqpv1.go | 8 +- engine/pstr_http.go | 8 +- engine/pstr_kafka.go | 8 +- engine/pstr_s3.go | 8 +- engine/pstr_sqs.go | 8 +- engine/rateinterval.go | 8 +- engine/rateinterval_test.go | 8 +- engine/ratingplan.go | 8 +- engine/ratingplan_test.go | 8 +- engine/ratingprofile.go | 8 +- engine/ratingprofile_test.go | 8 +- engine/rawcdr.go | 8 +- engine/resources.go | 8 +- engine/resources_it_test.go | 8 +- engine/resources_test.go | 8 +- engine/responder.go | 8 +- engine/responder_test.go | 8 +- engine/safevent.go | 8 +- engine/safevent_test.go | 8 +- engine/sharedgroup.go | 8 +- engine/sharedgroup_test.go | 8 +- engine/spls_highestcost.go | 8 +- engine/spls_leastcost.go | 8 +- engine/spls_load_distribution.go | 8 +- engine/spls_qos.go | 8 +- engine/spls_reas.go | 8 +- engine/spls_reds.go | 8 +- engine/spls_test.go | 8 +- engine/spls_weight.go | 8 +- engine/statmetrics.go | 8 +- engine/statmetrics_test.go | 8 +- engine/stats.go | 8 +- engine/stats_test.go | 8 +- engine/storage_cdrs_it_test.go | 8 +- engine/storage_csv.go | 8 +- engine/storage_interface.go | 8 +- engine/storage_interface_test.go | 8 +- engine/storage_internal_datadb.go | 8 +- engine/storage_internal_stordb.go | 8 +- engine/storage_internal_stordb_test.go | 8 +- engine/storage_mongo_datadb.go | 8 +- engine/storage_mongo_stordb.go | 8 +- engine/storage_mysql.go | 8 +- engine/storage_postgres.go | 8 +- engine/storage_redis.go | 8 +- engine/storage_sql.go | 8 +- engine/storage_test.go | 8 +- engine/storage_utils.go | 8 +- engine/stordb_it_test.go | 8 +- engine/suppliers.go | 8 +- engine/suppliers_test.go | 8 +- engine/suretax.go | 8 +- engine/suretax_test.go | 8 +- engine/task.go | 8 +- engine/task_test.go | 8 +- engine/thresholds.go | 8 +- engine/thresholds_test.go | 8 +- engine/timespans.go | 8 +- engine/timespans_test.go | 8 +- engine/tpexporter.go | 8 +- engine/tpexporter_test.go | 8 +- engine/tpimporter_csv.go | 8 +- engine/tploader.go | 8 +- engine/tpreader.go | 8 +- engine/units_counter.go | 8 +- engine/units_counter_test.go | 8 +- engine/version.go | 8 +- engine/version_test.go | 8 +- engine/versions_it_test.go | 8 +- engine/z_libindex_health_test.go | 8 +- ers/ers.go | 8 +- ers/ers_reload_it_test.go | 8 +- ers/ers_test.go | 8 +- ers/filecsv.go | 8 +- ers/filecsv_it_test.go | 8 +- ers/filefwv.go | 8 +- ers/filefwv_it_test.go | 8 +- ers/filexml.go | 8 +- ers/filexml_it_test.go | 8 +- ers/flatstore.go | 8 +- ers/flatstore_it_test.go | 8 +- ers/kafka.go | 8 +- ers/kafka_it_test.go | 8 +- ers/kafka_test.go | 8 +- ers/lib_test.go | 8 +- ers/libers.go | 8 +- ers/partial_csv.go | 8 +- ers/partial_csv_it_test.go | 8 +- ers/reader.go | 8 +- ers/readers_test.go | 8 +- ers/sql.go | 8 +- ers/sql_it_test.go | 8 +- ers/sql_test.go | 8 +- general_tests/a1_it_test.go | 8 +- general_tests/accounts_it_test.go | 8 +- general_tests/acntacts_test.go | 8 +- general_tests/all_sections_cfg_rld_it_test.go | 8 +- general_tests/auth_test.go | 8 +- general_tests/balance_blocker_it_test.go | 8 +- general_tests/balance_it_test.go | 8 +- general_tests/balance_timings_it_test.go | 8 +- general_tests/broadcast_client_it_test.go | 8 +- general_tests/cd_replacefield_it_test.go | 8 +- general_tests/cdre_it_test.go | 8 +- general_tests/cdrs_internal_it_test.go | 8 +- general_tests/cdrs_it_test.go | 8 +- general_tests/cdrs_onlexp_it_test.go | 8 +- general_tests/cdrs_post_failover_it_test.go | 8 +- general_tests/cdrs_processevent_it_test.go | 8 +- general_tests/costs1_test.go | 8 +- general_tests/data_it_test.go | 8 +- general_tests/datachrg1_test.go | 8 +- general_tests/ddazmbl1_test.go | 8 +- general_tests/ddazmbl2_test.go | 8 +- general_tests/ddazmbl3_test.go | 8 +- general_tests/dest_management_it_test.go | 8 +- general_tests/destination_combined_it_test.go | 8 +- general_tests/ers_linenr_it_test.go | 8 +- general_tests/filter_indexes_cases_it_test.go | 8 +- general_tests/filters_it_test.go | 8 +- general_tests/gocs_it_test.go | 8 +- general_tests/lib_test.go | 8 +- general_tests/loader_nocontext_it_test.go | 8 +- general_tests/objectdp_test.go | 8 +- general_tests/oldtutorial_it_test.go | 8 +- general_tests/poster_it_test.go | 8 +- general_tests/rerate_cdrs_it_test.go | 8 +- general_tests/resourcesv1_it_test.go | 8 +- general_tests/rpccaching_it_test.go | 8 +- general_tests/rpcclient_it_test.go | 8 +- general_tests/sentinel_it_test.go | 8 +- general_tests/session2_it_test.go | 8 +- general_tests/session3_it_test.go | 8 +- general_tests/session4_it_test.go | 8 +- general_tests/session_it_test.go | 8 +- .../session_refund_expired_it_test.go | 8 +- ...ion_replications_automaticdebit_it_test.go | 8 +- general_tests/session_rounding2_it_test.go | 8 +- general_tests/session_rounding_it_test.go | 8 +- general_tests/sessionrefund_it_test.go | 8 +- general_tests/sessions_concur_test.go | 8 +- general_tests/sessions_message_it_test.go | 8 +- general_tests/sessions_race_test.go | 8 +- .../sessions_tnt_change_cdr_it_test.go | 8 +- general_tests/sessions_tnt_change_it_test.go | 8 +- general_tests/sessionsuppliers_it_test.go | 8 +- general_tests/shared_client_lock_it_test.go | 8 +- general_tests/smschrg1_test.go | 8 +- general_tests/supplier_it_test.go | 8 +- general_tests/suretax_it_test.go | 8 +- general_tests/tls_it_test.go | 8 +- general_tests/tp_it_test.go | 8 +- general_tests/tut_smgeneric_it_test.go | 8 +- general_tests/tutorial2_it_test.go | 8 +- general_tests/tutorial_calls_test.go | 8 +- general_tests/tutorial_it_test.go | 8 +- general_tests/twoengines_it_test.go | 8 +- guardian/guardian.go | 8 +- guardian/guardian_test.go | 8 +- loaders/libloader.go | 8 +- loaders/libloader_test.go | 8 +- loaders/loader.go | 8 +- loaders/loader_it_test.go | 8 +- loaders/loader_test.go | 8 +- loaders/loaders.go | 8 +- loaders/loaders_test.go | 8 +- migrator/accounts.go | 8 +- migrator/accounts2_it_test.go | 8 +- migrator/accounts_it_test.go | 8 +- migrator/accounts_test.go | 8 +- migrator/action.go | 8 +- migrator/action_it_test.go | 8 +- migrator/action_plan.go | 8 +- migrator/action_plan_it_test.go | 8 +- migrator/action_plan_test.go | 8 +- migrator/action_test.go | 8 +- migrator/action_trigger.go | 8 +- migrator/action_trigger_it_test.go | 8 +- migrator/action_trigger_test.go | 8 +- migrator/alias.go | 8 +- migrator/alias_it_test.go | 8 +- migrator/alias_test.go | 8 +- migrator/attributes.go | 8 +- migrator/attributes_it_test.go | 8 +- migrator/attributes_test.go | 8 +- migrator/cdrs.go | 8 +- migrator/cdrs_it_test.go | 8 +- migrator/chargers.go | 8 +- migrator/chargers_it_test.go | 8 +- migrator/derived_chargers.go | 8 +- migrator/derived_chargers_it_test.go | 8 +- migrator/derived_chargers_test.go | 8 +- migrator/destinations.go | 8 +- migrator/dispatchers.go | 8 +- migrator/dispatchers_it_test.go | 8 +- migrator/filters.go | 8 +- migrator/filters_it_test.go | 8 +- migrator/filters_test.go | 8 +- migrator/load_ids.go | 8 +- migrator/load_ids_it_test.go | 8 +- migrator/migrator.go | 8 +- migrator/migrator_datadb.go | 8 +- migrator/migrator_stordb.go | 8 +- migrator/migrator_utils.go | 8 +- migrator/rating_plan.go | 8 +- migrator/rating_plan_it_test.go | 8 +- migrator/rating_profile.go | 8 +- migrator/rating_profile_it_test.go | 8 +- migrator/resource.go | 8 +- migrator/resource_it_test.go | 8 +- migrator/session_costs.go | 8 +- migrator/session_costs_it_test.go | 8 +- migrator/session_costs_test.go | 8 +- migrator/sharedgroup.go | 8 +- migrator/sharedgroup_it_test.go | 8 +- migrator/sharedgroup_test.go | 8 +- migrator/stats.go | 8 +- migrator/stats_it_test.go | 8 +- migrator/stats_test.go | 8 +- migrator/storage_map_datadb.go | 8 +- migrator/storage_map_stordb.go | 8 +- migrator/storage_mongo_datadb.go | 8 +- migrator/storage_mongo_stordb.go | 8 +- migrator/storage_redis.go | 8 +- migrator/storage_sql.go | 8 +- migrator/subscribers.go | 8 +- migrator/suppliers.go | 8 +- migrator/suppliers_it_test.go | 8 +- migrator/thresholds.go | 8 +- migrator/thresholds_it_test.go | 8 +- migrator/thresholds_test.go | 8 +- migrator/timings.go | 8 +- migrator/tp_account_actions.go | 8 +- migrator/tp_account_actions_it_test.go | 8 +- migrator/tp_action_plans.go | 8 +- migrator/tp_action_plans_it_test.go | 8 +- migrator/tp_action_triggers.go | 8 +- migrator/tp_action_triggers_it_test.go | 8 +- migrator/tp_actions.go | 8 +- migrator/tp_actions_it_test.go | 8 +- migrator/tp_chargers.go | 8 +- migrator/tp_destination_rates.go | 8 +- migrator/tp_destination_rates_it_test.go | 8 +- migrator/tp_destinations.go | 8 +- migrator/tp_destinations_it_test.go | 8 +- migrator/tp_dispatchers.go | 8 +- migrator/tp_dispatchers_it_test.go | 8 +- migrator/tp_filters.go | 8 +- migrator/tp_filters_it_test.go | 8 +- migrator/tp_rates.go | 8 +- migrator/tp_rates_it_test.go | 8 +- migrator/tp_rating_plans.go | 8 +- migrator/tp_rating_plans_it_test.go | 8 +- migrator/tp_rating_profiles.go | 8 +- migrator/tp_rating_profiles_it_test.go | 8 +- migrator/tp_resources.go | 8 +- migrator/tp_resources_it_test.go | 8 +- migrator/tp_shared_groups.go | 8 +- migrator/tp_shared_groups_it_test.go | 8 +- migrator/tp_stats.go | 8 +- migrator/tp_stats_it_test.go | 8 +- migrator/tp_suppliers.go | 8 +- migrator/tp_suppliers_it_test.go | 8 +- migrator/tp_thresholds.go | 8 +- migrator/tp_thresholds_it_test.go | 8 +- migrator/tp_timings.go | 8 +- migrator/tp_timings_it_test.go | 8 +- migrator/user.go | 8 +- migrator/user_it_test.go | 8 +- migrator/user_test.go | 8 +- migrator/versions_it_test.go | 8 +- packages/redhat_fedora/cgrates.spec | 2 +- scheduler/scheduler.go | 8 +- scheduler/scheduler_test.go | 8 +- services/analyzers.go | 8 +- services/apiers_it_test.go | 8 +- services/apierv1.go | 8 +- services/apierv2.go | 8 +- services/asteriskagent.go | 8 +- services/attributes.go | 8 +- services/attributes_it_test.go | 8 +- services/cdrs.go | 8 +- services/cdrs_it_test.go | 8 +- services/chargers.go | 8 +- services/chargers_it_test.go | 8 +- services/datadb.go | 8 +- services/datadb_it_test.go | 8 +- services/diameteragent.go | 8 +- services/dispatchers.go | 8 +- services/dispatchers_it_test.go | 8 +- services/dnsagent.go | 8 +- services/dnsagent_it_test.go | 8 +- services/ers.go | 8 +- services/ers_it_test.go | 8 +- services/freeswitchagent.go | 8 +- services/httpagent.go | 8 +- services/kamailioagent.go | 8 +- services/loaders.go | 8 +- services/radiusagent.go | 8 +- services/rals.go | 8 +- services/rals_it_test.go | 8 +- services/resources.go | 8 +- services/resources_it_test.go | 8 +- services/responders.go | 8 +- services/schedulers.go | 8 +- services/schedulers_it_test.go | 8 +- services/sessions.go | 8 +- services/sessions_it_test.go | 8 +- services/stats.go | 8 +- services/stats_it_test.go | 8 +- services/stordb.go | 8 +- services/suppliers.go | 8 +- services/suppliers_it_test.go | 8 +- services/thresholds.go | 8 +- services/thresholds_it_test.go | 8 +- servmanager/servmanager.go | 8 +- sessions/libsessions.go | 8 +- sessions/libsessions_test.go | 8 +- sessions/session.go | 8 +- sessions/session_test.go | 8 +- sessions/sessions.go | 8 +- sessions/sessions_bench_test.go | 8 +- sessions/sessions_birpc_it_test.go | 8 +- sessions/sessions_data_it_test.go | 8 +- sessions/sessions_it_test.go | 8 +- sessions/sessions_rpl_it_test.go | 8 +- sessions/sessions_test.go | 8 +- sessions/sessions_voice_it_test.go | 8 +- structmatcher/structmatcher.go | 8 +- structmatcher/structmatcher_test.go | 8 +- utils/apitpdata.go | 8 +- utils/apitpdata_test.go | 8 +- utils/basic_auth.go | 8 +- utils/basic_auth_test.go | 8 +- utils/birpcint_client.go | 8 +- utils/birpcint_client_test.go | 8 +- utils/cache_file_info.go | 8 +- utils/cgrevent.go | 8 +- utils/cgrevent_test.go | 8 +- utils/cgrrecordwriter.go | 8 +- utils/cgrrecordwriter_test.go | 8 +- utils/concureqs.go | 8 +- utils/concureqs_gob_codec.go | 8 +- utils/concureqs_json_codec.go | 8 +- utils/concureqs_test.go | 8 +- utils/consts.go | 8 +- utils/coreutils.go | 8 +- utils/coreutils_test.go | 8 +- utils/dataconverter.go | 8 +- utils/dataconverter_test.go | 8 +- utils/dataprovider.go | 8 +- utils/dataprovider_test.go | 8 +- utils/dateseries.go | 8 +- utils/dateseries_test.go | 8 +- utils/errors.go | 8 +- utils/errors_test.go | 8 +- utils/json_codec.go | 8 +- utils/json_codec_test.go | 8 +- utils/logger.go | 8 +- utils/map.go | 8 +- utils/map_test.go | 8 +- utils/mapstorage.go | 8 +- utils/mapstorage_test.go | 8 +- utils/navigablemap.go | 8 +- utils/navigablemap_test.go | 8 +- utils/nmdata.go | 8 +- utils/nmdata_test.go | 8 +- utils/nmslice.go | 8 +- utils/nmslice_test.go | 8 +- utils/orderedmap.go | 8 +- utils/orderedmap_test.go | 8 +- utils/orderednavigablemap.go | 8 +- utils/orderednavigablemap_test.go | 8 +- utils/pathitem.go | 8 +- utils/pathitem_test.go | 8 +- utils/pathitemlist.go | 8 +- utils/pathitemlist_test.go | 8 +- utils/reflect.go | 8 +- utils/reflect_test.go | 8 +- utils/researchreplace.go | 8 +- utils/researchreplace_test.go | 8 +- utils/rpc_params.go | 8 +- utils/rsrfield.go | 8 +- utils/rsrfield_test.go | 8 +- utils/server.go | 8 +- utils/server_test.go | 8 +- utils/set.go | 8 +- utils/set_test.go | 8 +- utils/slice.go | 8 +- utils/slice_test.go | 8 +- utils/struct.go | 8 +- utils/struct_test.go | 8 +- utils/testflag.go | 8 +- utils/value_formula.go | 8 +- utils/value_formula_test.go | 8 +- 932 files changed, 3785 insertions(+), 3798 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 88b457406..37630ebb6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ ## Contributor Agreement (required for pull requests) -While the CGRateS project is open source under the GPLv3 license, contributions +While the CGRateS project is open source under the AGPLv3 license, contributions back to this project which contain code must be made available to ITsysCOM GmbH under the terms of the MIT license. ### What does this mean? diff --git a/LICENSE.txt b/LICENSE.txt index 94a9ed024..be3f7b28e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,23 +1,21 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble - The GNU General Public License is a free, copyleft license for -software and other kinds of works. + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to +our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. +software for all its users. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you @@ -26,44 +24,34 @@ them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. The precise terms and conditions for copying, distribution and modification follow. @@ -72,7 +60,7 @@ modification follow. 0. Definitions. - "This License" refers to version 3 of the GNU General Public License. + "This License" refers to version 3 of the GNU Affero General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. @@ -549,35 +537,45 @@ to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. - 13. Use with the GNU Affero General Public License. + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single +under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General +Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published +GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's +versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. @@ -635,40 +633,29 @@ the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by + it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. + GNU Affero 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 . + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/agents/agentreq.go b/agents/agentreq.go index 35f45f54c..d98da354c 100644 --- a/agents/agentreq.go +++ b/agents/agentreq.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/agentreq_test.go b/agents/agentreq_test.go index dab0a6185..7532f5175 100644 --- a/agents/agentreq_test.go +++ b/agents/agentreq_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/astagent.go b/agents/astagent.go index 4a7762e32..eb88600e9 100644 --- a/agents/astagent.go +++ b/agents/astagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/astagent_test.go b/agents/astagent_test.go index 30017fe9e..61d79b11d 100644 --- a/agents/astagent_test.go +++ b/agents/astagent_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/asterisk_event.go b/agents/asterisk_event.go index cf3336e0d..8b37a8b50 100644 --- a/agents/asterisk_event.go +++ b/agents/asterisk_event.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/asterisk_event_test.go b/agents/asterisk_event_test.go index e033ca975..2fae1ad60 100644 --- a/agents/asterisk_event_test.go +++ b/agents/asterisk_event_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/diam_it_test.go b/agents/diam_it_test.go index 7c4e4cd0f..cc4490edf 100644 --- a/agents/diam_it_test.go +++ b/agents/diam_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/diamagent.go b/agents/diamagent.go index 22204103f..2e378aed3 100644 --- a/agents/diamagent.go +++ b/agents/diamagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/diamagent_test.go b/agents/diamagent_test.go index a8139e670..0ceeeeba0 100644 --- a/agents/diamagent_test.go +++ b/agents/diamagent_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/diamclient.go b/agents/diamclient.go index 5d2f8d4bd..9c05579ac 100644 --- a/agents/diamclient.go +++ b/agents/diamclient.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/dnsagent.go b/agents/dnsagent.go index 61717a083..bcdc5e34c 100644 --- a/agents/dnsagent.go +++ b/agents/dnsagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/dnsagent_it_test.go b/agents/dnsagent_it_test.go index 9133582c6..4f2e100d0 100644 --- a/agents/dnsagent_it_test.go +++ b/agents/dnsagent_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/fsagent.go b/agents/fsagent.go index acfe07fbc..5f8c8bcf2 100644 --- a/agents/fsagent.go +++ b/agents/fsagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/fsagent_test.go b/agents/fsagent_test.go index 8be91c54c..15f087de4 100644 --- a/agents/fsagent_test.go +++ b/agents/fsagent_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/fsevent.go b/agents/fsevent.go index a7383a0ca..f9dd6fad1 100644 --- a/agents/fsevent.go +++ b/agents/fsevent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/fsevent_test.go b/agents/fsevent_test.go index 7159c5e48..f4b9379aa 100644 --- a/agents/fsevent_test.go +++ b/agents/fsevent_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/httpagent.go b/agents/httpagent.go index cdeaee052..9f66e2455 100644 --- a/agents/httpagent.go +++ b/agents/httpagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/httpagent_it_test.go b/agents/httpagent_it_test.go index e972854e8..b379f0653 100644 --- a/agents/httpagent_it_test.go +++ b/agents/httpagent_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/kamagent.go b/agents/kamagent.go index a2fa0559d..eb205bffc 100644 --- a/agents/kamagent.go +++ b/agents/kamagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/kamagent_test.go b/agents/kamagent_test.go index 683e7562e..2360795f4 100644 --- a/agents/kamagent_test.go +++ b/agents/kamagent_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/kamevent.go b/agents/kamevent.go index 08e30f9da..2beff7e52 100644 --- a/agents/kamevent.go +++ b/agents/kamevent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/kamevent_test.go b/agents/kamevent_test.go index 2716d4303..1285db653 100644 --- a/agents/kamevent_test.go +++ b/agents/kamevent_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/libdiam.go b/agents/libdiam.go index 9b3f219eb..fd03a3a32 100644 --- a/agents/libdiam.go +++ b/agents/libdiam.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/libdiam_test.go b/agents/libdiam_test.go index 7cecdbae2..0184c7a97 100644 --- a/agents/libdiam_test.go +++ b/agents/libdiam_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/libdns.go b/agents/libdns.go index f9e3903a3..455d817a2 100644 --- a/agents/libdns.go +++ b/agents/libdns.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/libdns_test.go b/agents/libdns_test.go index 46c06ec1a..28047709d 100644 --- a/agents/libdns_test.go +++ b/agents/libdns_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/libhttpagent.go b/agents/libhttpagent.go index 635b2a0d4..ba77e6538 100644 --- a/agents/libhttpagent.go +++ b/agents/libhttpagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/libhttpagent_test.go b/agents/libhttpagent_test.go index 8c1692e17..a0e1b0cec 100644 --- a/agents/libhttpagent_test.go +++ b/agents/libhttpagent_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/librad.go b/agents/librad.go index d3ec45754..03113a48f 100644 --- a/agents/librad.go +++ b/agents/librad.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/librad_test.go b/agents/librad_test.go index 1d3941a8c..669db6baf 100644 --- a/agents/librad_test.go +++ b/agents/librad_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/radagent.go b/agents/radagent.go index ba72de35c..1585db24e 100644 --- a/agents/radagent.go +++ b/agents/radagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/radagent_handlr_it_test.go b/agents/radagent_handlr_it_test.go index d07a32973..8fd771b32 100644 --- a/agents/radagent_handlr_it_test.go +++ b/agents/radagent_handlr_it_test.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/agents/radagent_it_test.go b/agents/radagent_it_test.go index 9b79d216a..31bfd9739 100644 --- a/agents/radagent_it_test.go +++ b/agents/radagent_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package agents diff --git a/analyzers/analyzers.go b/analyzers/analyzers.go index a608f2a9a..3dbe87643 100644 --- a/analyzers/analyzers.go +++ b/analyzers/analyzers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package analyzers diff --git a/apier/v1/accounts.go b/apier/v1/accounts.go index ce2680654..8c5aa2559 100644 --- a/apier/v1/accounts.go +++ b/apier/v1/accounts.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/accounts_it_test.go b/apier/v1/accounts_it_test.go index 1da6f2360..45b19644d 100644 --- a/apier/v1/accounts_it_test.go +++ b/apier/v1/accounts_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/accounts_test.go b/apier/v1/accounts_test.go index 3c990b10f..1ac4be048 100644 --- a/apier/v1/accounts_test.go +++ b/apier/v1/accounts_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/analyzer.go b/apier/v1/analyzer.go index adaebd0ed..1395bdfb8 100644 --- a/apier/v1/analyzer.go +++ b/apier/v1/analyzer.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/api_interfaces.go b/apier/v1/api_interfaces.go index 28198a801..62880400d 100644 --- a/apier/v1/api_interfaces.go +++ b/apier/v1/api_interfaces.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/api_interfaces_test.go b/apier/v1/api_interfaces_test.go index 94bb61a0a..e8613e0a1 100644 --- a/apier/v1/api_interfaces_test.go +++ b/apier/v1/api_interfaces_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/apier.go b/apier/v1/apier.go index 7656273b0..8080ec467 100644 --- a/apier/v1/apier.go +++ b/apier/v1/apier.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/apier2_it_test.go b/apier/v1/apier2_it_test.go index f33d7ca0a..5ada24c6e 100644 --- a/apier/v1/apier2_it_test.go +++ b/apier/v1/apier2_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/apier_it_test.go b/apier/v1/apier_it_test.go index 41226a1a3..6e7ca81cf 100644 --- a/apier/v1/apier_it_test.go +++ b/apier/v1/apier_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/attributes.go b/apier/v1/attributes.go index 90221111b..c89f48859 100644 --- a/apier/v1/attributes.go +++ b/apier/v1/attributes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/attributes_it_test.go b/apier/v1/attributes_it_test.go index fc2cb6597..6ebd947c4 100644 --- a/apier/v1/attributes_it_test.go +++ b/apier/v1/attributes_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/auth.go b/apier/v1/auth.go index 5c1d32d0b..ad5fe466f 100644 --- a/apier/v1/auth.go +++ b/apier/v1/auth.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/caches.go b/apier/v1/caches.go index 8baba4849..dc24876c8 100644 --- a/apier/v1/caches.go +++ b/apier/v1/caches.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/caches_it_test.go b/apier/v1/caches_it_test.go index 57185488e..2cfbd25ec 100644 --- a/apier/v1/caches_it_test.go +++ b/apier/v1/caches_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/cdre.go b/apier/v1/cdre.go index 7d1329176..3d972b553 100644 --- a/apier/v1/cdre.go +++ b/apier/v1/cdre.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/cdre_amqp_it_test.go b/apier/v1/cdre_amqp_it_test.go index 8c410d006..54fe817ee 100644 --- a/apier/v1/cdre_amqp_it_test.go +++ b/apier/v1/cdre_amqp_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/cdre_amqpv1_it_test.go b/apier/v1/cdre_amqpv1_it_test.go index 9c886498c..3cc40d90b 100644 --- a/apier/v1/cdre_amqpv1_it_test.go +++ b/apier/v1/cdre_amqpv1_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/cdre_it_test.go b/apier/v1/cdre_it_test.go index 59799b644..8b54845f8 100644 --- a/apier/v1/cdre_it_test.go +++ b/apier/v1/cdre_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/cdre_kafka_it_test.go b/apier/v1/cdre_kafka_it_test.go index dc0528569..7ff056f5e 100644 --- a/apier/v1/cdre_kafka_it_test.go +++ b/apier/v1/cdre_kafka_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/cdre_s3_it_test.go b/apier/v1/cdre_s3_it_test.go index 735859f75..12481292d 100644 --- a/apier/v1/cdre_s3_it_test.go +++ b/apier/v1/cdre_s3_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/cdre_sqs_it_test.go b/apier/v1/cdre_sqs_it_test.go index c62d4e44e..2cd678dbb 100644 --- a/apier/v1/cdre_sqs_it_test.go +++ b/apier/v1/cdre_sqs_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/cdrs.go b/apier/v1/cdrs.go index 9c01002f7..f3b1aad45 100644 --- a/apier/v1/cdrs.go +++ b/apier/v1/cdrs.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/cdrs_it_test.go b/apier/v1/cdrs_it_test.go index 28296e729..689166ef9 100644 --- a/apier/v1/cdrs_it_test.go +++ b/apier/v1/cdrs_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/chargers.go b/apier/v1/chargers.go index 5dcc020c2..7a61fac83 100644 --- a/apier/v1/chargers.go +++ b/apier/v1/chargers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/chargers_it_test.go b/apier/v1/chargers_it_test.go index fb404b5ad..6fb34e38c 100644 --- a/apier/v1/chargers_it_test.go +++ b/apier/v1/chargers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/concreqs_it_test.go b/apier/v1/concreqs_it_test.go index 4d043a78d..c5d2ae60e 100644 --- a/apier/v1/concreqs_it_test.go +++ b/apier/v1/concreqs_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/config.go b/apier/v1/config.go index 32d1b5827..c4ade044d 100644 --- a/apier/v1/config.go +++ b/apier/v1/config.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/config_it_test.go b/apier/v1/config_it_test.go index a48a8730b..71bf4b535 100644 --- a/apier/v1/config_it_test.go +++ b/apier/v1/config_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/core.go b/apier/v1/core.go index f52338445..3b93582be 100644 --- a/apier/v1/core.go +++ b/apier/v1/core.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/costs.go b/apier/v1/costs.go index 5cbce94b8..100f7feac 100644 --- a/apier/v1/costs.go +++ b/apier/v1/costs.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/costs_it_test.go b/apier/v1/costs_it_test.go index 61e545eb0..f84b6a93b 100644 --- a/apier/v1/costs_it_test.go +++ b/apier/v1/costs_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/debit.go b/apier/v1/debit.go index 63045e713..ed33703b6 100644 --- a/apier/v1/debit.go +++ b/apier/v1/debit.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/debit_test.go b/apier/v1/debit_test.go index 76a073a7b..b161c29ba 100644 --- a/apier/v1/debit_test.go +++ b/apier/v1/debit_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/dispatcher.go b/apier/v1/dispatcher.go index cc4a014a8..28dcb87d0 100644 --- a/apier/v1/dispatcher.go +++ b/apier/v1/dispatcher.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/dispatcher_it_test.go b/apier/v1/dispatcher_it_test.go index 39fe00907..4ca1ca294 100644 --- a/apier/v1/dispatcher_it_test.go +++ b/apier/v1/dispatcher_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/dispatchersv1_it_test.go b/apier/v1/dispatchersv1_it_test.go index 0fe2c94e3..c7e7cfccc 100644 --- a/apier/v1/dispatchersv1_it_test.go +++ b/apier/v1/dispatchersv1_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/dm_remote_it_test.go b/apier/v1/dm_remote_it_test.go index 32644f126..fec5068d2 100644 --- a/apier/v1/dm_remote_it_test.go +++ b/apier/v1/dm_remote_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/filter_indexes.go b/apier/v1/filter_indexes.go index 374de69f4..9dce26671 100644 --- a/apier/v1/filter_indexes.go +++ b/apier/v1/filter_indexes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/filter_indexes_health_it_test.go b/apier/v1/filter_indexes_health_it_test.go index 15600bcab..6b9dbeffa 100644 --- a/apier/v1/filter_indexes_health_it_test.go +++ b/apier/v1/filter_indexes_health_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/filter_indexes_it_test.go b/apier/v1/filter_indexes_it_test.go index bbc0404e5..b61f9584c 100644 --- a/apier/v1/filter_indexes_it_test.go +++ b/apier/v1/filter_indexes_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/filterindexecache_it_test.go b/apier/v1/filterindexecache_it_test.go index dd2d45c58..b4669331e 100644 --- a/apier/v1/filterindexecache_it_test.go +++ b/apier/v1/filterindexecache_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/filters.go b/apier/v1/filters.go index cf097328e..32df1b392 100644 --- a/apier/v1/filters.go +++ b/apier/v1/filters.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/filters_it_test.go b/apier/v1/filters_it_test.go index 3ac97e491..656bb0b34 100644 --- a/apier/v1/filters_it_test.go +++ b/apier/v1/filters_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/guardian.go b/apier/v1/guardian.go index 4bd551b95..fecf883da 100644 --- a/apier/v1/guardian.go +++ b/apier/v1/guardian.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/guardian_it_test.go b/apier/v1/guardian_it_test.go index a5e5dbc79..7c7728d1c 100644 --- a/apier/v1/guardian_it_test.go +++ b/apier/v1/guardian_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/libapier.go b/apier/v1/libapier.go index a78ecb14b..41176a134 100644 --- a/apier/v1/libapier.go +++ b/apier/v1/libapier.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/loaders.go b/apier/v1/loaders.go index 5e2e90d70..b59d81ee0 100644 --- a/apier/v1/loaders.go +++ b/apier/v1/loaders.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/precache_it_test.go b/apier/v1/precache_it_test.go index ddd0a6208..ae50e1d98 100644 --- a/apier/v1/precache_it_test.go +++ b/apier/v1/precache_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/rals.go b/apier/v1/rals.go index 28bcea582..fd2c24ddf 100644 --- a/apier/v1/rals.go +++ b/apier/v1/rals.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/replicator.go b/apier/v1/replicator.go index 043a0c635..6d57c48e0 100644 --- a/apier/v1/replicator.go +++ b/apier/v1/replicator.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/resourcesv1.go b/apier/v1/resourcesv1.go index 338f78263..39fef6a0b 100644 --- a/apier/v1/resourcesv1.go +++ b/apier/v1/resourcesv1.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/resourcesv1_it_test.go b/apier/v1/resourcesv1_it_test.go index 404c9ed1b..4a6b4136d 100644 --- a/apier/v1/resourcesv1_it_test.go +++ b/apier/v1/resourcesv1_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/scheduler.go b/apier/v1/scheduler.go index b3a384a74..f3f6d2c85 100644 --- a/apier/v1/scheduler.go +++ b/apier/v1/scheduler.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/schedulers.go b/apier/v1/schedulers.go index 2eb1fd858..2baccaf29 100644 --- a/apier/v1/schedulers.go +++ b/apier/v1/schedulers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/schedulers_it_test.go b/apier/v1/schedulers_it_test.go index 1b1b479fb..884b172d2 100644 --- a/apier/v1/schedulers_it_test.go +++ b/apier/v1/schedulers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/servicemanager.go b/apier/v1/servicemanager.go index a3815ffcb..520654c0e 100644 --- a/apier/v1/servicemanager.go +++ b/apier/v1/servicemanager.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/sessions.go b/apier/v1/sessions.go index e80e4a719..0f2fee7ba 100644 --- a/apier/v1/sessions.go +++ b/apier/v1/sessions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/sessions_process_event_it_test.go b/apier/v1/sessions_process_event_it_test.go index 3c8d5fde6..1cb5fba8b 100644 --- a/apier/v1/sessions_process_event_it_test.go +++ b/apier/v1/sessions_process_event_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/sessions_thresholds_it_test.go b/apier/v1/sessions_thresholds_it_test.go index 87609f6d0..48ed1820b 100644 --- a/apier/v1/sessions_thresholds_it_test.go +++ b/apier/v1/sessions_thresholds_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/sessionsbirpc.go b/apier/v1/sessionsbirpc.go index 8cee97745..9b3d6abb2 100644 --- a/apier/v1/sessionsbirpc.go +++ b/apier/v1/sessionsbirpc.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/sessionsv1_it_test.go b/apier/v1/sessionsv1_it_test.go index 2f3dd5604..9ea7f4bfc 100644 --- a/apier/v1/sessionsv1_it_test.go +++ b/apier/v1/sessionsv1_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/smg.go b/apier/v1/smg.go index 4a6b7b3ed..6879abe59 100644 --- a/apier/v1/smg.go +++ b/apier/v1/smg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/smgbirpc.go b/apier/v1/smgbirpc.go index d36ae059a..9af1acafb 100644 --- a/apier/v1/smgbirpc.go +++ b/apier/v1/smgbirpc.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/stats.go b/apier/v1/stats.go index 1456244ee..e56501b64 100644 --- a/apier/v1/stats.go +++ b/apier/v1/stats.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/stats_it_test.go b/apier/v1/stats_it_test.go index 3a59be703..0730ec4f5 100644 --- a/apier/v1/stats_it_test.go +++ b/apier/v1/stats_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/suppliers.go b/apier/v1/suppliers.go index 8d25c1ab2..b6a081cca 100644 --- a/apier/v1/suppliers.go +++ b/apier/v1/suppliers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/suppliers_it_test.go b/apier/v1/suppliers_it_test.go index 15862c47b..e06af66ee 100644 --- a/apier/v1/suppliers_it_test.go +++ b/apier/v1/suppliers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/thresholds.go b/apier/v1/thresholds.go index 913e4625c..dec3fae4f 100644 --- a/apier/v1/thresholds.go +++ b/apier/v1/thresholds.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/thresholds_it_test.go b/apier/v1/thresholds_it_test.go index 1af806fa8..1e9197a6b 100644 --- a/apier/v1/thresholds_it_test.go +++ b/apier/v1/thresholds_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tp.go b/apier/v1/tp.go index 49a4bb13f..7b4f4da49 100644 --- a/apier/v1/tp.go +++ b/apier/v1/tp.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tp_it_test.go b/apier/v1/tp_it_test.go index 38d95f623..98ef59b9a 100644 --- a/apier/v1/tp_it_test.go +++ b/apier/v1/tp_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpaccountactions.go b/apier/v1/tpaccountactions.go index 1a573ef78..1c3406e09 100644 --- a/apier/v1/tpaccountactions.go +++ b/apier/v1/tpaccountactions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpaccountactions_it_test.go b/apier/v1/tpaccountactions_it_test.go index 9d15cd609..53c0560a9 100644 --- a/apier/v1/tpaccountactions_it_test.go +++ b/apier/v1/tpaccountactions_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpactionplans.go b/apier/v1/tpactionplans.go index 57a0b6c5b..20e9ecaa8 100644 --- a/apier/v1/tpactionplans.go +++ b/apier/v1/tpactionplans.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpactionplans_it_test.go b/apier/v1/tpactionplans_it_test.go index d29cca7a6..046821004 100644 --- a/apier/v1/tpactionplans_it_test.go +++ b/apier/v1/tpactionplans_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpactions.go b/apier/v1/tpactions.go index 5603a8b32..dbd5e3aa5 100644 --- a/apier/v1/tpactions.go +++ b/apier/v1/tpactions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpactions_it_test.go b/apier/v1/tpactions_it_test.go index f86325258..a72ff44e5 100644 --- a/apier/v1/tpactions_it_test.go +++ b/apier/v1/tpactions_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpactiontriggers.go b/apier/v1/tpactiontriggers.go index e649ad47c..e067fa55d 100644 --- a/apier/v1/tpactiontriggers.go +++ b/apier/v1/tpactiontriggers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpactiontriggers_it_test.go b/apier/v1/tpactiontriggers_it_test.go index 8e70e9ba2..b84ca3c3b 100644 --- a/apier/v1/tpactiontriggers_it_test.go +++ b/apier/v1/tpactiontriggers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpattributes.go b/apier/v1/tpattributes.go index 69b81f2f3..61ebc912f 100644 --- a/apier/v1/tpattributes.go +++ b/apier/v1/tpattributes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpattributes_it_test.go b/apier/v1/tpattributes_it_test.go index e0200e317..bf189eb6e 100644 --- a/apier/v1/tpattributes_it_test.go +++ b/apier/v1/tpattributes_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpchargers.go b/apier/v1/tpchargers.go index f34419147..0e02beb41 100644 --- a/apier/v1/tpchargers.go +++ b/apier/v1/tpchargers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpchargers_it_test.go b/apier/v1/tpchargers_it_test.go index a99aef673..f2174de0f 100644 --- a/apier/v1/tpchargers_it_test.go +++ b/apier/v1/tpchargers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpdestinationrates.go b/apier/v1/tpdestinationrates.go index 042b1a69c..3c939c063 100644 --- a/apier/v1/tpdestinationrates.go +++ b/apier/v1/tpdestinationrates.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpdestinationrates_it_test.go b/apier/v1/tpdestinationrates_it_test.go index 94baabfb7..df2a14534 100644 --- a/apier/v1/tpdestinationrates_it_test.go +++ b/apier/v1/tpdestinationrates_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpdestinations.go b/apier/v1/tpdestinations.go index 7bcb969e4..22824be10 100644 --- a/apier/v1/tpdestinations.go +++ b/apier/v1/tpdestinations.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpdestinations_it_test.go b/apier/v1/tpdestinations_it_test.go index c7175b2e9..4b7446ce7 100644 --- a/apier/v1/tpdestinations_it_test.go +++ b/apier/v1/tpdestinations_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpdispatchers.go b/apier/v1/tpdispatchers.go index bc846d725..41c838d6d 100644 --- a/apier/v1/tpdispatchers.go +++ b/apier/v1/tpdispatchers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpdispatchers_it_test.go b/apier/v1/tpdispatchers_it_test.go index 0a480000f..f1d5962f2 100644 --- a/apier/v1/tpdispatchers_it_test.go +++ b/apier/v1/tpdispatchers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpfilters.go b/apier/v1/tpfilters.go index 940dc8618..4e99f0b21 100644 --- a/apier/v1/tpfilters.go +++ b/apier/v1/tpfilters.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpfilters_it_test.go b/apier/v1/tpfilters_it_test.go index 7f9b5ad63..50574f9fb 100644 --- a/apier/v1/tpfilters_it_test.go +++ b/apier/v1/tpfilters_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tprates.go b/apier/v1/tprates.go index c992043fa..cf1da931d 100644 --- a/apier/v1/tprates.go +++ b/apier/v1/tprates.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tprates_it_test.go b/apier/v1/tprates_it_test.go index 24021856a..def2781dc 100644 --- a/apier/v1/tprates_it_test.go +++ b/apier/v1/tprates_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpratingplans.go b/apier/v1/tpratingplans.go index 02421efc8..1242f7c28 100644 --- a/apier/v1/tpratingplans.go +++ b/apier/v1/tpratingplans.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpratingplans_it_test.go b/apier/v1/tpratingplans_it_test.go index a5d7ee833..e244153e7 100644 --- a/apier/v1/tpratingplans_it_test.go +++ b/apier/v1/tpratingplans_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpratingprofiles.go b/apier/v1/tpratingprofiles.go index 1d4a0ad7f..e38e63b65 100644 --- a/apier/v1/tpratingprofiles.go +++ b/apier/v1/tpratingprofiles.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpratingprofiles_it_test.go b/apier/v1/tpratingprofiles_it_test.go index 15069bb12..c35550199 100644 --- a/apier/v1/tpratingprofiles_it_test.go +++ b/apier/v1/tpratingprofiles_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpresources.go b/apier/v1/tpresources.go index a8e9693d0..c5ce109d3 100644 --- a/apier/v1/tpresources.go +++ b/apier/v1/tpresources.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpresources_it_test.go b/apier/v1/tpresources_it_test.go index 0e7d127a4..0cf31e941 100644 --- a/apier/v1/tpresources_it_test.go +++ b/apier/v1/tpresources_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpsharedgroups.go b/apier/v1/tpsharedgroups.go index e0e8d59fc..60cad438d 100644 --- a/apier/v1/tpsharedgroups.go +++ b/apier/v1/tpsharedgroups.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpsharedgroups_it_test.go b/apier/v1/tpsharedgroups_it_test.go index 049c0b093..c33d988c3 100644 --- a/apier/v1/tpsharedgroups_it_test.go +++ b/apier/v1/tpsharedgroups_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpstats.go b/apier/v1/tpstats.go index 8f4ceaab3..c41049965 100644 --- a/apier/v1/tpstats.go +++ b/apier/v1/tpstats.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpstats_it_test.go b/apier/v1/tpstats_it_test.go index f30b4b278..29683d9b2 100644 --- a/apier/v1/tpstats_it_test.go +++ b/apier/v1/tpstats_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpsuppliers.go b/apier/v1/tpsuppliers.go index e5555d676..1be62ac8e 100644 --- a/apier/v1/tpsuppliers.go +++ b/apier/v1/tpsuppliers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpsuppliers_it_test.go b/apier/v1/tpsuppliers_it_test.go index c3c2df738..e2ce621b6 100644 --- a/apier/v1/tpsuppliers_it_test.go +++ b/apier/v1/tpsuppliers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpthresholds.go b/apier/v1/tpthresholds.go index 619f5fe6b..295b5d0ef 100644 --- a/apier/v1/tpthresholds.go +++ b/apier/v1/tpthresholds.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tpthresholds_it_test.go b/apier/v1/tpthresholds_it_test.go index 1311151f0..21d41fe7d 100644 --- a/apier/v1/tpthresholds_it_test.go +++ b/apier/v1/tpthresholds_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tptimings.go b/apier/v1/tptimings.go index cf30f375d..7a3e8c421 100644 --- a/apier/v1/tptimings.go +++ b/apier/v1/tptimings.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/tptimings_it_test.go b/apier/v1/tptimings_it_test.go index 1930f30dd..8a92db823 100644 --- a/apier/v1/tptimings_it_test.go +++ b/apier/v1/tptimings_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/triggers.go b/apier/v1/triggers.go index 3a32e3b93..010cda2a1 100644 --- a/apier/v1/triggers.go +++ b/apier/v1/triggers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/triggers_test.go b/apier/v1/triggers_test.go index 2762b11f9..4788e20e6 100644 --- a/apier/v1/triggers_test.go +++ b/apier/v1/triggers_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/versions.go b/apier/v1/versions.go index f168207ac..2562b65b7 100644 --- a/apier/v1/versions.go +++ b/apier/v1/versions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v1/versions_it_test.go b/apier/v1/versions_it_test.go index 135d9a63b..989b9642a 100644 --- a/apier/v1/versions_it_test.go +++ b/apier/v1/versions_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v1 diff --git a/apier/v2/accounts.go b/apier/v2/accounts.go index 6ad3e6e84..5d833c654 100644 --- a/apier/v2/accounts.go +++ b/apier/v2/accounts.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v2 diff --git a/apier/v2/accounts_it_test.go b/apier/v2/accounts_it_test.go index 991835be8..899b010be 100644 --- a/apier/v2/accounts_it_test.go +++ b/apier/v2/accounts_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v2 diff --git a/apier/v2/apier.go b/apier/v2/apier.go index 9355fc3ea..f28da5b77 100644 --- a/apier/v2/apier.go +++ b/apier/v2/apier.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v2 diff --git a/apier/v2/apierv2_it_test.go b/apier/v2/apierv2_it_test.go index 622897044..c8c7d2a49 100644 --- a/apier/v2/apierv2_it_test.go +++ b/apier/v2/apierv2_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v2 diff --git a/apier/v2/attributes.go b/apier/v2/attributes.go index 489b50cf8..795b9f4fe 100644 --- a/apier/v2/attributes.go +++ b/apier/v2/attributes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v2 diff --git a/apier/v2/attributes_it_test.go b/apier/v2/attributes_it_test.go index 28f8b99a7..9da1e1b6d 100644 --- a/apier/v2/attributes_it_test.go +++ b/apier/v2/attributes_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v2 diff --git a/apier/v2/cdre.go b/apier/v2/cdre.go index b564fd18f..ec03731d5 100644 --- a/apier/v2/cdre.go +++ b/apier/v2/cdre.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v2 diff --git a/apier/v2/cdrs.go b/apier/v2/cdrs.go index 810654f57..2c7769704 100644 --- a/apier/v2/cdrs.go +++ b/apier/v2/cdrs.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v2 diff --git a/apier/v2/cdrs_it_test.go b/apier/v2/cdrs_it_test.go index 70b5c6074..2d5a5049e 100644 --- a/apier/v2/cdrs_it_test.go +++ b/apier/v2/cdrs_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v2 diff --git a/apier/v2/cdrs_offline_it_test.go b/apier/v2/cdrs_offline_it_test.go index 51b75ab21..188d108e9 100644 --- a/apier/v2/cdrs_offline_it_test.go +++ b/apier/v2/cdrs_offline_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v2 diff --git a/apier/v2/tp_it_test.go b/apier/v2/tp_it_test.go index 2a7d94f70..87012189b 100644 --- a/apier/v2/tp_it_test.go +++ b/apier/v2/tp_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v2 diff --git a/apier/v2/tpdestinations.go b/apier/v2/tpdestinations.go index bb6c5cc13..c12177cec 100644 --- a/apier/v2/tpdestinations.go +++ b/apier/v2/tpdestinations.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package v2 diff --git a/cmd/cgr-console/cgr-console.go b/cmd/cgr-console/cgr-console.go index 1a379fe77..ed4a27488 100644 --- a/cmd/cgr-console/cgr-console.go +++ b/cmd/cgr-console/cgr-console.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package main diff --git a/cmd/cgr-engine/cgr-engine.go b/cmd/cgr-engine/cgr-engine.go index b08833fd6..d5bd64f86 100644 --- a/cmd/cgr-engine/cgr-engine.go +++ b/cmd/cgr-engine/cgr-engine.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package main diff --git a/cmd/cgr-loader/cgr-loader.go b/cmd/cgr-loader/cgr-loader.go index ebd918f76..c7c726303 100644 --- a/cmd/cgr-loader/cgr-loader.go +++ b/cmd/cgr-loader/cgr-loader.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package main diff --git a/cmd/cgr-loader/cgr-loader_it_test.go b/cmd/cgr-loader/cgr-loader_it_test.go index 38d653421..2b1eaba37 100644 --- a/cmd/cgr-loader/cgr-loader_it_test.go +++ b/cmd/cgr-loader/cgr-loader_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package main diff --git a/cmd/cgr-migrator/cgr-migrator.go b/cmd/cgr-migrator/cgr-migrator.go index 4b082c536..366ee99e4 100644 --- a/cmd/cgr-migrator/cgr-migrator.go +++ b/cmd/cgr-migrator/cgr-migrator.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package main diff --git a/cmd/cgr-tester/cdr_repl/post_server.py b/cmd/cgr-tester/cdr_repl/post_server.py index f36ad51b0..631c38ec0 100644 --- a/cmd/cgr-tester/cdr_repl/post_server.py +++ b/cmd/cgr-tester/cdr_repl/post_server.py @@ -4,17 +4,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ """ from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer diff --git a/cmd/cgr-tester/cdr_repl/process_cdr.go b/cmd/cgr-tester/cdr_repl/process_cdr.go index e8d21ff38..f4faae234 100644 --- a/cmd/cgr-tester/cdr_repl/process_cdr.go +++ b/cmd/cgr-tester/cdr_repl/process_cdr.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package main diff --git a/cmd/cgr-tester/cgr-tester.go b/cmd/cgr-tester/cgr-tester.go index f0b220794..a2f43e685 100644 --- a/cmd/cgr-tester/cgr-tester.go +++ b/cmd/cgr-tester/cgr-tester.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package main diff --git a/cmd/cgr-tester/filereader.go b/cmd/cgr-tester/filereader.go index 36db75718..55d5aaa01 100644 --- a/cmd/cgr-tester/filereader.go +++ b/cmd/cgr-tester/filereader.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package main diff --git a/cmd/cgr-tester/parallel/parallel.go b/cmd/cgr-tester/parallel/parallel.go index 28328b7e0..1c8e2951e 100644 --- a/cmd/cgr-tester/parallel/parallel.go +++ b/cmd/cgr-tester/parallel/parallel.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package main diff --git a/config/analyzerscfg.go b/config/analyzerscfg.go index 53d214a7c..b7f36d054 100644 --- a/config/analyzerscfg.go +++ b/config/analyzerscfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/analyzerscfg_test.go b/config/analyzerscfg_test.go index 48830fedc..8d17ca10b 100644 --- a/config/analyzerscfg_test.go +++ b/config/analyzerscfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/apiercfg.go b/config/apiercfg.go index 881aa01b6..850382723 100644 --- a/config/apiercfg.go +++ b/config/apiercfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/apiercfg_test.go b/config/apiercfg_test.go index 1f80fdcc7..b40b5bfca 100644 --- a/config/apiercfg_test.go +++ b/config/apiercfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/attributescfg.go b/config/attributescfg.go index eb195fe67..90d84988a 100644 --- a/config/attributescfg.go +++ b/config/attributescfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/attributescfg_test.go b/config/attributescfg_test.go index 5b109e174..ec6fbfd2e 100644 --- a/config/attributescfg_test.go +++ b/config/attributescfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/cachecfg.go b/config/cachecfg.go index 90ec09976..702932f17 100644 --- a/config/cachecfg.go +++ b/config/cachecfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/cachecfg_test.go b/config/cachecfg_test.go index b4a72484d..704f8bae2 100644 --- a/config/cachecfg_test.go +++ b/config/cachecfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/cdrecfg.go b/config/cdrecfg.go index 0b72331c0..f3616ef4f 100644 --- a/config/cdrecfg.go +++ b/config/cdrecfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/cdrecfg_test.go b/config/cdrecfg_test.go index 8ac2899f5..e6a76823f 100644 --- a/config/cdrecfg_test.go +++ b/config/cdrecfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/cdrscfg.go b/config/cdrscfg.go index d9c958275..4807576cc 100644 --- a/config/cdrscfg.go +++ b/config/cdrscfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/cdrscfg_test.go b/config/cdrscfg_test.go index e2ba256ab..9c74d3cd3 100644 --- a/config/cdrscfg_test.go +++ b/config/cdrscfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/chargerscfg.go b/config/chargerscfg.go index bcf238907..23bc755a1 100644 --- a/config/chargerscfg.go +++ b/config/chargerscfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/chargerscfg_test.go b/config/chargerscfg_test.go index debe99cb6..984062eac 100644 --- a/config/chargerscfg_test.go +++ b/config/chargerscfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/config.go b/config/config.go index fda5e659c..b63d6aa47 100644 --- a/config/config.go +++ b/config/config.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/config_defaults.go b/config/config_defaults.go index be92860bb..703c47530 100644 --- a/config/config_defaults.go +++ b/config/config_defaults.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/config_it_test.go b/config/config_it_test.go index ab745ca21..7a4c0d84f 100644 --- a/config/config_it_test.go +++ b/config/config_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/config_json.go b/config/config_json.go index 1116b1583..5287a9acf 100644 --- a/config/config_json.go +++ b/config/config_json.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/config_json_test.go b/config/config_json_test.go index 264f2ecdb..f899d64bc 100644 --- a/config/config_json_test.go +++ b/config/config_json_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/config_test.go b/config/config_test.go index b7c7c0c1f..d59298355 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/configsanity.go b/config/configsanity.go index 656f7b87a..f49022508 100644 --- a/config/configsanity.go +++ b/config/configsanity.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/configsanity_test.go b/config/configsanity_test.go index ce3ad3520..215ebf554 100644 --- a/config/configsanity_test.go +++ b/config/configsanity_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/datadbcfg.go b/config/datadbcfg.go index ee26cb220..6186760a4 100644 --- a/config/datadbcfg.go +++ b/config/datadbcfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/datadbcfg_test.go b/config/datadbcfg_test.go index e24de6b8d..48c14bc77 100644 --- a/config/datadbcfg_test.go +++ b/config/datadbcfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/diametercfg.go b/config/diametercfg.go index 00031a2c8..6701699c5 100644 --- a/config/diametercfg.go +++ b/config/diametercfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/diametercfg_test.go b/config/diametercfg_test.go index 46bb40bb5..160ddbfc1 100644 --- a/config/diametercfg_test.go +++ b/config/diametercfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/dispatchercfg.go b/config/dispatchercfg.go index 1e4ba5e75..53e038764 100644 --- a/config/dispatchercfg.go +++ b/config/dispatchercfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/dispatchercfg_test.go b/config/dispatchercfg_test.go index feeb2c7f5..2579451fe 100644 --- a/config/dispatchercfg_test.go +++ b/config/dispatchercfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/dnsagentcfg_test.go b/config/dnsagentcfg_test.go index 4accc9efd..e2e449314 100644 --- a/config/dnsagentcfg_test.go +++ b/config/dnsagentcfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/dnsagntcfg.go b/config/dnsagntcfg.go index 11e90ce90..775b6da96 100644 --- a/config/dnsagntcfg.go +++ b/config/dnsagntcfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/erscfg.go b/config/erscfg.go index 6cfbb2b2b..cc5de4402 100644 --- a/config/erscfg.go +++ b/config/erscfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/erscfg_test.go b/config/erscfg_test.go index 9169d6113..283b17cdf 100644 --- a/config/erscfg_test.go +++ b/config/erscfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/fctemplate.go b/config/fctemplate.go index 7d2f9b44b..de6e77009 100644 --- a/config/fctemplate.go +++ b/config/fctemplate.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/fctemplate_test.go b/config/fctemplate_test.go index 1de4d6d0a..ec2051144 100644 --- a/config/fctemplate_test.go +++ b/config/fctemplate_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/filterscfg.go b/config/filterscfg.go index 052349114..e6c184254 100644 --- a/config/filterscfg.go +++ b/config/filterscfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/filterscfg_test.go b/config/filterscfg_test.go index 1c9c3dfc2..a3756591f 100644 --- a/config/filterscfg_test.go +++ b/config/filterscfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/fwvdp.go b/config/fwvdp.go index 1427725e9..7c25353e8 100644 --- a/config/fwvdp.go +++ b/config/fwvdp.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/fwvdp_test.go b/config/fwvdp_test.go index 458eb9184..bfab2be10 100644 --- a/config/fwvdp_test.go +++ b/config/fwvdp_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/generalcfg.go b/config/generalcfg.go index 8b95950b1..3da85b82f 100644 --- a/config/generalcfg.go +++ b/config/generalcfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/generalcfg_test.go b/config/generalcfg_test.go index 65aec217c..faa663d13 100644 --- a/config/generalcfg_test.go +++ b/config/generalcfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/httpagntcfg.go b/config/httpagntcfg.go index b3d346a1c..3c0149b76 100644 --- a/config/httpagntcfg.go +++ b/config/httpagntcfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/httpagntcfg_test.go b/config/httpagntcfg_test.go index 46994ef30..dd66236fa 100644 --- a/config/httpagntcfg_test.go +++ b/config/httpagntcfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/httpcfg.go b/config/httpcfg.go index 253cb4f6f..7ae7e9f02 100644 --- a/config/httpcfg.go +++ b/config/httpcfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/httpcfg_test.go b/config/httpcfg_test.go index 6a9f5db98..c241bcb47 100644 --- a/config/httpcfg_test.go +++ b/config/httpcfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/kamagentcfg.go b/config/kamagentcfg.go index 5ceede1e1..75926b9d6 100644 --- a/config/kamagentcfg.go +++ b/config/kamagentcfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/kamagentcfg_test.go b/config/kamagentcfg_test.go index 6df0a4d95..add9be85f 100644 --- a/config/kamagentcfg_test.go +++ b/config/kamagentcfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/libconfig.go b/config/libconfig.go index 1a61675c0..cda1365b3 100644 --- a/config/libconfig.go +++ b/config/libconfig.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/libconfig_json.go b/config/libconfig_json.go index 1b8e1dedf..309d23706 100644 --- a/config/libconfig_json.go +++ b/config/libconfig_json.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/libconfig_test.go b/config/libconfig_test.go index 1d41a437b..240fe5c64 100644 --- a/config/libconfig_test.go +++ b/config/libconfig_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/listencfg.go b/config/listencfg.go index 1c6b672ed..d6a16011f 100644 --- a/config/listencfg.go +++ b/config/listencfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/listencfg_test.go b/config/listencfg_test.go index 26b4a3926..a2a234c28 100644 --- a/config/listencfg_test.go +++ b/config/listencfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/loadercgrcfg.go b/config/loadercgrcfg.go index c22b4d19f..9b0b355dd 100644 --- a/config/loadercgrcfg.go +++ b/config/loadercgrcfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/loadercgrcfg_test.go b/config/loadercgrcfg_test.go index 6324669ff..975c305e8 100644 --- a/config/loadercgrcfg_test.go +++ b/config/loadercgrcfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/loaderscfg.go b/config/loaderscfg.go index 689d93f85..a932d2cc2 100644 --- a/config/loaderscfg.go +++ b/config/loaderscfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/loaderscfg_test.go b/config/loaderscfg_test.go index 236b798ea..7b0088c43 100644 --- a/config/loaderscfg_test.go +++ b/config/loaderscfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/mailercfg.go b/config/mailercfg.go index 7aa0fa6e1..6174a71b3 100644 --- a/config/mailercfg.go +++ b/config/mailercfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/mailercfg_test.go b/config/mailercfg_test.go index 5f6360dde..d1de147a3 100644 --- a/config/mailercfg_test.go +++ b/config/mailercfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/migratorcfg.go b/config/migratorcfg.go index 553c9ba89..8f9f369fe 100644 --- a/config/migratorcfg.go +++ b/config/migratorcfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/migratorcfg_test.go b/config/migratorcfg_test.go index bdbd1c7e4..db601d972 100644 --- a/config/migratorcfg_test.go +++ b/config/migratorcfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/multifiles_it_test.go b/config/multifiles_it_test.go index 23a85604e..2b0c86328 100644 --- a/config/multifiles_it_test.go +++ b/config/multifiles_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/navigablemap.go b/config/navigablemap.go index 9d0d9b573..2743c6fb0 100644 --- a/config/navigablemap.go +++ b/config/navigablemap.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/navigablemap_test.go b/config/navigablemap_test.go index 18d0e4842..84d65c74f 100644 --- a/config/navigablemap_test.go +++ b/config/navigablemap_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/objdp.go b/config/objdp.go index 643ac6f0b..7aea8d75c 100644 --- a/config/objdp.go +++ b/config/objdp.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/objdp_test.go b/config/objdp_test.go index 978fe5e8d..3d4d4eb20 100644 --- a/config/objdp_test.go +++ b/config/objdp_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/radiuscfg.go b/config/radiuscfg.go index 98265e1c9..fee4a996d 100644 --- a/config/radiuscfg.go +++ b/config/radiuscfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/radiuscfg_test.go b/config/radiuscfg_test.go index 50c2094af..1a1f3e027 100644 --- a/config/radiuscfg_test.go +++ b/config/radiuscfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/ralscfg.go b/config/ralscfg.go index 944f47a66..107223c4b 100644 --- a/config/ralscfg.go +++ b/config/ralscfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/ralscfg_test.go b/config/ralscfg_test.go index a9f023719..ab5c9ef28 100644 --- a/config/ralscfg_test.go +++ b/config/ralscfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/resourcescfg.go b/config/resourcescfg.go index 32f24ff75..0cd1cf4c2 100644 --- a/config/resourcescfg.go +++ b/config/resourcescfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/resourcescfg_test.go b/config/resourcescfg_test.go index 00201c36b..12a0b2193 100644 --- a/config/resourcescfg_test.go +++ b/config/resourcescfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/rjreader.go b/config/rjreader.go index dd5b0e800..c71f3d3fe 100644 --- a/config/rjreader.go +++ b/config/rjreader.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/rjreader_test.go b/config/rjreader_test.go index 729de2004..f23b4ad11 100644 --- a/config/rjreader_test.go +++ b/config/rjreader_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/rpcconn.go b/config/rpcconn.go index 8e38e6893..58fed63f0 100644 --- a/config/rpcconn.go +++ b/config/rpcconn.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/rpcconn_test.go b/config/rpcconn_test.go index 8e0f9ed65..232075e4b 100644 --- a/config/rpcconn_test.go +++ b/config/rpcconn_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/rsrparser.go b/config/rsrparser.go index 732389330..b9926eae0 100644 --- a/config/rsrparser.go +++ b/config/rsrparser.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/rsrparser_test.go b/config/rsrparser_test.go index dbc235eba..0d48508b1 100644 --- a/config/rsrparser_test.go +++ b/config/rsrparser_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/schedulercfg.go b/config/schedulercfg.go index 68908ad38..fc4842b89 100644 --- a/config/schedulercfg.go +++ b/config/schedulercfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/schedulercfg_test.go b/config/schedulercfg_test.go index 4f8509789..0419f8940 100644 --- a/config/schedulercfg_test.go +++ b/config/schedulercfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/slicedp.go b/config/slicedp.go index db8b42139..73f006f6e 100644 --- a/config/slicedp.go +++ b/config/slicedp.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/slicedp_test.go b/config/slicedp_test.go index 0f9ca5e6e..36405ae87 100644 --- a/config/slicedp_test.go +++ b/config/slicedp_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/smconfig.go b/config/smconfig.go index 5de32c7b5..984fb24fd 100644 --- a/config/smconfig.go +++ b/config/smconfig.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/smconfig_test.go b/config/smconfig_test.go index 1b635a176..78d9b0353 100644 --- a/config/smconfig_test.go +++ b/config/smconfig_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/statscfg.go b/config/statscfg.go index c93b57db3..23f3bdf73 100644 --- a/config/statscfg.go +++ b/config/statscfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/statscfg_test.go b/config/statscfg_test.go index 4364590b6..994cf9f5a 100644 --- a/config/statscfg_test.go +++ b/config/statscfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/stordbcfg.go b/config/stordbcfg.go index bafd3e205..7a8070faa 100644 --- a/config/stordbcfg.go +++ b/config/stordbcfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/stordbcfg_test.go b/config/stordbcfg_test.go index aa20ed3e5..83bf8bea9 100644 --- a/config/stordbcfg_test.go +++ b/config/stordbcfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/supplierscfg.go b/config/supplierscfg.go index 6631e6325..9a3d8ce73 100644 --- a/config/supplierscfg.go +++ b/config/supplierscfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/supplierscfg_test.go b/config/supplierscfg_test.go index 33e61bd15..f3f06a45c 100644 --- a/config/supplierscfg_test.go +++ b/config/supplierscfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/suretaxcfg.go b/config/suretaxcfg.go index 2de2f149e..2e3c2acdc 100644 --- a/config/suretaxcfg.go +++ b/config/suretaxcfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/suretaxcfg_test.go b/config/suretaxcfg_test.go index bfea41ee7..8d8d83573 100644 --- a/config/suretaxcfg_test.go +++ b/config/suretaxcfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/thresholdscfg.go b/config/thresholdscfg.go index 4d2dba55b..e783f7b7e 100644 --- a/config/thresholdscfg.go +++ b/config/thresholdscfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/thresholdscfg_test.go b/config/thresholdscfg_test.go index b136556a9..28e8d0a95 100644 --- a/config/thresholdscfg_test.go +++ b/config/thresholdscfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/tlscfg.go b/config/tlscfg.go index bacd7e247..0485e68e7 100644 --- a/config/tlscfg.go +++ b/config/tlscfg.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/tlscfg_test.go b/config/tlscfg_test.go index 8f225c523..be18af37b 100644 --- a/config/tlscfg_test.go +++ b/config/tlscfg_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/xmldp.go b/config/xmldp.go index ec60a0042..0da4d51f3 100644 --- a/config/xmldp.go +++ b/config/xmldp.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/config/xmldp_test.go b/config/xmldp_test.go index 40811caa8..4915a8231 100644 --- a/config/xmldp_test.go +++ b/config/xmldp_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package config diff --git a/console/account_actionplan_get.go b/console/account_actionplan_get.go index 344a9d5cc..1313d85db 100644 --- a/console/account_actionplan_get.go +++ b/console/account_actionplan_get.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/account_remove.go b/console/account_remove.go index 1791e4de5..ebac8371e 100644 --- a/console/account_remove.go +++ b/console/account_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/account_set.go b/console/account_set.go index b5ddfe44f..b312be9e1 100644 --- a/console/account_set.go +++ b/console/account_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/account_trigger_add.go b/console/account_trigger_add.go index 7284f8557..51b2ae4e2 100644 --- a/console/account_trigger_add.go +++ b/console/account_trigger_add.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/account_trigger_remove.go b/console/account_trigger_remove.go index 881f438a6..1a2f5bb32 100644 --- a/console/account_trigger_remove.go +++ b/console/account_trigger_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/account_trigger_reset.go b/console/account_trigger_reset.go index 96a41b36e..a9a0a1c5c 100644 --- a/console/account_trigger_reset.go +++ b/console/account_trigger_reset.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/account_trigger_set.go b/console/account_trigger_set.go index 1f810d518..1d451d08a 100644 --- a/console/account_trigger_set.go +++ b/console/account_trigger_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/accounts.go b/console/accounts.go index b78d7c44b..983875646 100644 --- a/console/accounts.go +++ b/console/accounts.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/action_execute.go b/console/action_execute.go index 72db14c8f..bde38bc83 100644 --- a/console/action_execute.go +++ b/console/action_execute.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/actionplan_get.go b/console/actionplan_get.go index 1d4aa6b75..1bf283c10 100644 --- a/console/actionplan_get.go +++ b/console/actionplan_get.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/actionplan_remove.go b/console/actionplan_remove.go index e4f9cde11..83fc7ec9e 100644 --- a/console/actionplan_remove.go +++ b/console/actionplan_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/actionplan_set.go b/console/actionplan_set.go index e837ec2fd..17bf70dbf 100644 --- a/console/actionplan_set.go +++ b/console/actionplan_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/actions.go b/console/actions.go index 361e2f8fd..f70d86b12 100644 --- a/console/actions.go +++ b/console/actions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/actions_remove.go b/console/actions_remove.go index f67bfadcf..5c0e63b85 100644 --- a/console/actions_remove.go +++ b/console/actions_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/active_sessions.go b/console/active_sessions.go index 9d0b805d9..8aae4d0e0 100644 --- a/console/active_sessions.go +++ b/console/active_sessions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/attributes.go b/console/attributes.go index 159dfb6fb..f77f8ffdc 100644 --- a/console/attributes.go +++ b/console/attributes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/attributes_for_event.go b/console/attributes_for_event.go index 0db574b30..7f8c97f66 100644 --- a/console/attributes_for_event.go +++ b/console/attributes_for_event.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/attributes_ids.go b/console/attributes_ids.go index 7dd1054f4..d98726e98 100644 --- a/console/attributes_ids.go +++ b/console/attributes_ids.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/attributes_process_event.go b/console/attributes_process_event.go index a3b6f1415..91fca4f54 100644 --- a/console/attributes_process_event.go +++ b/console/attributes_process_event.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/attributes_remove.go b/console/attributes_remove.go index f5484573a..5af174a16 100644 --- a/console/attributes_remove.go +++ b/console/attributes_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/attributes_set.go b/console/attributes_set.go index ce310caf9..cd094e449 100644 --- a/console/attributes_set.go +++ b/console/attributes_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/balance_add.go b/console/balance_add.go index c4e1e8c93..cae53ee4a 100644 --- a/console/balance_add.go +++ b/console/balance_add.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/balance_debit.go b/console/balance_debit.go index 900696617..ce6dd1ecf 100644 --- a/console/balance_debit.go +++ b/console/balance_debit.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/balance_remove.go b/console/balance_remove.go index 3bc8408e6..a492fc4e0 100644 --- a/console/balance_remove.go +++ b/console/balance_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/balance_set.go b/console/balance_set.go index 379614635..9d5c9d3a5 100644 --- a/console/balance_set.go +++ b/console/balance_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cache_clear.go b/console/cache_clear.go index 3860c56a3..2b5750a0f 100644 --- a/console/cache_clear.go +++ b/console/cache_clear.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cache_group_item_id.go b/console/cache_group_item_id.go index 0087e59ae..8bfcec5f2 100644 --- a/console/cache_group_item_id.go +++ b/console/cache_group_item_id.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cache_has_group.go b/console/cache_has_group.go index 761acff7d..2831e9cb6 100644 --- a/console/cache_has_group.go +++ b/console/cache_has_group.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cache_has_item.go b/console/cache_has_item.go index 54d5591f5..42d6a3e18 100644 --- a/console/cache_has_item.go +++ b/console/cache_has_item.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cache_item_expiry_time.go b/console/cache_item_expiry_time.go index 5e44fd431..c7182751b 100644 --- a/console/cache_item_expiry_time.go +++ b/console/cache_item_expiry_time.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cache_item_ids.go b/console/cache_item_ids.go index 3b6e47ec6..0643e807c 100644 --- a/console/cache_item_ids.go +++ b/console/cache_item_ids.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cache_precache_status.go b/console/cache_precache_status.go index 301d40c6c..d6fa1d593 100644 --- a/console/cache_precache_status.go +++ b/console/cache_precache_status.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cache_reload.go b/console/cache_reload.go index 29ffee01d..1e97920bb 100644 --- a/console/cache_reload.go +++ b/console/cache_reload.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cache_remove_group.go b/console/cache_remove_group.go index 7cff226e5..d7d898cc6 100644 --- a/console/cache_remove_group.go +++ b/console/cache_remove_group.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cache_remove_item.go b/console/cache_remove_item.go index 62e9c05db..0a3edfd8f 100644 --- a/console/cache_remove_item.go +++ b/console/cache_remove_item.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cache_stats.go b/console/cache_stats.go index c9d4a84a9..063f9f96d 100644 --- a/console/cache_stats.go +++ b/console/cache_stats.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cdre_config_reload.go b/console/cdre_config_reload.go index fa4cdfb3c..c7d825f8f 100644 --- a/console/cdre_config_reload.go +++ b/console/cdre_config_reload.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cdrs_export.go b/console/cdrs_export.go index 8d5cc1d33..3e47c46f5 100644 --- a/console/cdrs_export.go +++ b/console/cdrs_export.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/charger_ids.go b/console/charger_ids.go index 85dcadbfa..a3ad67eaf 100644 --- a/console/charger_ids.go +++ b/console/charger_ids.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/chargers.go b/console/chargers.go index 169ef7696..5a1a8dc5c 100644 --- a/console/chargers.go +++ b/console/chargers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/chargers_for_event.go b/console/chargers_for_event.go index 6e419e41b..860d7d915 100644 --- a/console/chargers_for_event.go +++ b/console/chargers_for_event.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/chargers_process_event.go b/console/chargers_process_event.go index 176edf77d..0f5a1345e 100644 --- a/console/chargers_process_event.go +++ b/console/chargers_process_event.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/chargers_remove.go b/console/chargers_remove.go index c8ad2e467..2b6f8e125 100644 --- a/console/chargers_remove.go +++ b/console/chargers_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/chargers_set.go b/console/chargers_set.go index 7779cccd0..b7c403764 100644 --- a/console/chargers_set.go +++ b/console/chargers_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/command.go b/console/command.go index 9b0f37c40..aef6c7fec 100644 --- a/console/command.go +++ b/console/command.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/command_executer.go b/console/command_executer.go index 084647e53..91cc5b927 100644 --- a/console/command_executer.go +++ b/console/command_executer.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/command_executer_test.go b/console/command_executer_test.go index a2ac5f92f..32e66a78f 100644 --- a/console/command_executer_test.go +++ b/console/command_executer_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/compute_actionplan_indexes.go b/console/compute_actionplan_indexes.go index 26df86b46..5de6028df 100644 --- a/console/compute_actionplan_indexes.go +++ b/console/compute_actionplan_indexes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/compute_filter_indexes.go b/console/compute_filter_indexes.go index 639e6678f..bd0f29e55 100644 --- a/console/compute_filter_indexes.go +++ b/console/compute_filter_indexes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cost.go b/console/cost.go index 4f3eb0d00..74f37e4e8 100644 --- a/console/cost.go +++ b/console/cost.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/cost_details.go b/console/cost_details.go index 25c972ac2..0a34a57de 100644 --- a/console/cost_details.go +++ b/console/cost_details.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/datacost.go b/console/datacost.go index 6cd600622..4b8bc93da 100644 --- a/console/datacost.go +++ b/console/datacost.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/datadb_versions.go b/console/datadb_versions.go index 8dbbbb225..2f913f753 100644 --- a/console/datadb_versions.go +++ b/console/datadb_versions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/debit.go b/console/debit.go index e7090045b..f4e255100 100644 --- a/console/debit.go +++ b/console/debit.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/debit_max.go b/console/debit_max.go index 3146dd729..ca5e8a682 100644 --- a/console/debit_max.go +++ b/console/debit_max.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/destination_set.go b/console/destination_set.go index ec5580022..92ba0065a 100644 --- a/console/destination_set.go +++ b/console/destination_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/destinations.go b/console/destinations.go index 36c25fa45..0e25838a4 100644 --- a/console/destinations.go +++ b/console/destinations.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/dispatcher_host.go b/console/dispatcher_host.go index 14daa0fc8..167263e0b 100644 --- a/console/dispatcher_host.go +++ b/console/dispatcher_host.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/dispatcher_host_ids.go b/console/dispatcher_host_ids.go index be854f219..fd041cba9 100644 --- a/console/dispatcher_host_ids.go +++ b/console/dispatcher_host_ids.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/dispatcher_host_remove.go b/console/dispatcher_host_remove.go index 3658b44d4..c30e315c3 100644 --- a/console/dispatcher_host_remove.go +++ b/console/dispatcher_host_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/dispatcher_host_set.go b/console/dispatcher_host_set.go index 088192e8d..bdb401575 100644 --- a/console/dispatcher_host_set.go +++ b/console/dispatcher_host_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/dispatcherprofile.go b/console/dispatcherprofile.go index b79ef5dc5..c3a851094 100644 --- a/console/dispatcherprofile.go +++ b/console/dispatcherprofile.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/dispatcherprofile_get.go b/console/dispatcherprofile_get.go index df9234953..900cf39be 100644 --- a/console/dispatcherprofile_get.go +++ b/console/dispatcherprofile_get.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/dispatcherprofile_ids.go b/console/dispatcherprofile_ids.go index e15fd1f53..d237813bf 100644 --- a/console/dispatcherprofile_ids.go +++ b/console/dispatcherprofile_ids.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/dispatcherprofile_remove.go b/console/dispatcherprofile_remove.go index cb0656af7..e19f629ff 100644 --- a/console/dispatcherprofile_remove.go +++ b/console/dispatcherprofile_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/dispatcherprofile_set.go b/console/dispatcherprofile_set.go index 829fae284..dc9f7f640 100644 --- a/console/dispatcherprofile_set.go +++ b/console/dispatcherprofile_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/filter.go b/console/filter.go index 164b5760a..e4f705005 100644 --- a/console/filter.go +++ b/console/filter.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/filter_ids.go b/console/filter_ids.go index bbc734602..f6f99ebdf 100644 --- a/console/filter_ids.go +++ b/console/filter_ids.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/filter_indexes.go b/console/filter_indexes.go index 709428a89..deec73ef8 100644 --- a/console/filter_indexes.go +++ b/console/filter_indexes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/filter_indexes_remove.go b/console/filter_indexes_remove.go index e4909de15..0937814ff 100644 --- a/console/filter_indexes_remove.go +++ b/console/filter_indexes_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/filter_remove.go b/console/filter_remove.go index 9bf78a4c6..e714afc75 100644 --- a/console/filter_remove.go +++ b/console/filter_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/filter_set.go b/console/filter_set.go index cc9c29edc..5a19aec04 100644 --- a/console/filter_set.go +++ b/console/filter_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/get_json_section.go b/console/get_json_section.go index e37ee5661..914f94fd7 100644 --- a/console/get_json_section.go +++ b/console/get_json_section.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/import_tp_from_folder.go b/console/import_tp_from_folder.go index fc67aa396..e820147cd 100644 --- a/console/import_tp_from_folder.go +++ b/console/import_tp_from_folder.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/load_history.go b/console/load_history.go index e4fe880e1..35f209dac 100644 --- a/console/load_history.go +++ b/console/load_history.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/load_ids.go b/console/load_ids.go index f5083276d..b89fc8ea6 100644 --- a/console/load_ids.go +++ b/console/load_ids.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/load_times.go b/console/load_times.go index 062d69f60..8ec855f01 100644 --- a/console/load_times.go +++ b/console/load_times.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/load_tp_from_folder.go b/console/load_tp_from_folder.go index 3c763555c..bd87a3547 100644 --- a/console/load_tp_from_folder.go +++ b/console/load_tp_from_folder.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/load_tp_from_stordb.go b/console/load_tp_from_stordb.go index b85922774..e5f89695b 100644 --- a/console/load_tp_from_stordb.go +++ b/console/load_tp_from_stordb.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/loader_load.go b/console/loader_load.go index ca728ab1f..7457da178 100644 --- a/console/loader_load.go +++ b/console/loader_load.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/loader_remove.go b/console/loader_remove.go index 40f5fe105..0c20da872 100644 --- a/console/loader_remove.go +++ b/console/loader_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/maxduration.go b/console/maxduration.go index 8b3f364b4..727956d1b 100644 --- a/console/maxduration.go +++ b/console/maxduration.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/maxusage.go b/console/maxusage.go index 93ffce639..fe071a5cc 100644 --- a/console/maxusage.go +++ b/console/maxusage.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/parse.go b/console/parse.go index 37e8a7bbf..baf41897f 100644 --- a/console/parse.go +++ b/console/parse.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/passive_sessions.go b/console/passive_sessions.go index b7314f930..8631d4834 100644 --- a/console/passive_sessions.go +++ b/console/passive_sessions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/ping.go b/console/ping.go index d4c2cd1af..5515c0571 100644 --- a/console/ping.go +++ b/console/ping.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/ratingplan_cost.go b/console/ratingplan_cost.go index d05bd016c..f7248a2ba 100644 --- a/console/ratingplan_cost.go +++ b/console/ratingplan_cost.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/ratingprofile.go b/console/ratingprofile.go index 7e7501c61..24aa6ef4e 100644 --- a/console/ratingprofile.go +++ b/console/ratingprofile.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/ratingprofile_rem.go b/console/ratingprofile_rem.go index d0d1d7f03..60d7dec82 100644 --- a/console/ratingprofile_rem.go +++ b/console/ratingprofile_rem.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/ratingprofile_set.go b/console/ratingprofile_set.go index 0d2849a25..6624fb8a9 100644 --- a/console/ratingprofile_set.go +++ b/console/ratingprofile_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/rattingprofile_ids.go b/console/rattingprofile_ids.go index 42e259d2b..b13c55615 100644 --- a/console/rattingprofile_ids.go +++ b/console/rattingprofile_ids.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/reload_config.go b/console/reload_config.go index 13cd0e0d3..91a569726 100644 --- a/console/reload_config.go +++ b/console/reload_config.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/resource.go b/console/resource.go index cc45e5595..62c05d3dc 100644 --- a/console/resource.go +++ b/console/resource.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/resource_ids.go b/console/resource_ids.go index e4569333d..ec17cab99 100644 --- a/console/resource_ids.go +++ b/console/resource_ids.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/resource_profile.go b/console/resource_profile.go index 2d6c00970..3640054cf 100644 --- a/console/resource_profile.go +++ b/console/resource_profile.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/resource_remove.go b/console/resource_remove.go index 16402385f..d7c35e5ae 100644 --- a/console/resource_remove.go +++ b/console/resource_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/resource_set.go b/console/resource_set.go index 7e4a8d93c..32505a264 100644 --- a/console/resource_set.go +++ b/console/resource_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/resources_allocate.go b/console/resources_allocate.go index 657a1258b..71282cb30 100644 --- a/console/resources_allocate.go +++ b/console/resources_allocate.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/resources_authorize.go b/console/resources_authorize.go index 4061fa26f..b8e88575c 100644 --- a/console/resources_authorize.go +++ b/console/resources_authorize.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/resources_for_event.go b/console/resources_for_event.go index 84f900765..d10a52b4f 100644 --- a/console/resources_for_event.go +++ b/console/resources_for_event.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/resources_release.go b/console/resources_release.go index e10eb4693..f0bb9469e 100644 --- a/console/resources_release.go +++ b/console/resources_release.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/scheduler_execute.go b/console/scheduler_execute.go index 9a430d602..8b3e6eb86 100644 --- a/console/scheduler_execute.go +++ b/console/scheduler_execute.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/scheduler_queue.go b/console/scheduler_queue.go index 86c9f8eac..e3f5b177d 100644 --- a/console/scheduler_queue.go +++ b/console/scheduler_queue.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/scheduler_reload.go b/console/scheduler_reload.go index ae260af37..788c880eb 100644 --- a/console/scheduler_reload.go +++ b/console/scheduler_reload.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/session_authorize_event.go b/console/session_authorize_event.go index 943925ab7..f73c4b366 100644 --- a/console/session_authorize_event.go +++ b/console/session_authorize_event.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/session_initiate.go b/console/session_initiate.go index 6f5dc6a92..0149818a9 100644 --- a/console/session_initiate.go +++ b/console/session_initiate.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/session_process_cdr.go b/console/session_process_cdr.go index b09658112..c08426ea6 100644 --- a/console/session_process_cdr.go +++ b/console/session_process_cdr.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/session_process_message.go b/console/session_process_message.go index 68bce0220..ede1b1547 100644 --- a/console/session_process_message.go +++ b/console/session_process_message.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/session_terminate.go b/console/session_terminate.go index 73b2c289f..3213326b3 100644 --- a/console/session_terminate.go +++ b/console/session_terminate.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/session_update.go b/console/session_update.go index 2c9f759bd..5b7b5fa41 100644 --- a/console/session_update.go +++ b/console/session_update.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/set_datadb_versions.go b/console/set_datadb_versions.go index 75f341224..34c2286af 100644 --- a/console/set_datadb_versions.go +++ b/console/set_datadb_versions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/set_stordb_versions.go b/console/set_stordb_versions.go index d08fe7260..536a9a42b 100644 --- a/console/set_stordb_versions.go +++ b/console/set_stordb_versions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/sharedgroup.go b/console/sharedgroup.go index 5c6aae3f1..d8b93cf69 100644 --- a/console/sharedgroup.go +++ b/console/sharedgroup.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/statqueue.go b/console/statqueue.go index 2b4ab33a9..411bf409e 100644 --- a/console/statqueue.go +++ b/console/statqueue.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/statqueue_ids.go b/console/statqueue_ids.go index 3bd7cf242..bc9828e1c 100644 --- a/console/statqueue_ids.go +++ b/console/statqueue_ids.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/statqueue_remove.go b/console/statqueue_remove.go index 2046faa15..8cf882a12 100644 --- a/console/statqueue_remove.go +++ b/console/statqueue_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/statqueue_set.go b/console/statqueue_set.go index bc326b859..703421d36 100644 --- a/console/statqueue_set.go +++ b/console/statqueue_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/stats_for_event.go b/console/stats_for_event.go index a28ab9548..ad621d3ec 100644 --- a/console/stats_for_event.go +++ b/console/stats_for_event.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/stats_metrics.go b/console/stats_metrics.go index e37897667..b9ed55bc0 100644 --- a/console/stats_metrics.go +++ b/console/stats_metrics.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/stats_process_event.go b/console/stats_process_event.go index e2e59dab4..8c41bf3c7 100644 --- a/console/stats_process_event.go +++ b/console/stats_process_event.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/status.go b/console/status.go index ee5ded938..4e0cea49a 100644 --- a/console/status.go +++ b/console/status.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/stordb_versions.go b/console/stordb_versions.go index 3b2eca4f1..cbce63a48 100644 --- a/console/stordb_versions.go +++ b/console/stordb_versions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/supplier_get.go b/console/supplier_get.go index 7527de1ff..581e39065 100644 --- a/console/supplier_get.go +++ b/console/supplier_get.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/supplier_ids.go b/console/supplier_ids.go index 849190998..117557a7e 100644 --- a/console/supplier_ids.go +++ b/console/supplier_ids.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/supplier_profiles_for_event.go b/console/supplier_profiles_for_event.go index d8a8acfc9..0355705ae 100644 --- a/console/supplier_profiles_for_event.go +++ b/console/supplier_profiles_for_event.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/supplier_remove.go b/console/supplier_remove.go index 2c5a4cf37..49c267901 100644 --- a/console/supplier_remove.go +++ b/console/supplier_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/supplier_set.go b/console/supplier_set.go index 87a7a7e6d..6e356ae86 100644 --- a/console/supplier_set.go +++ b/console/supplier_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/suppliers.go b/console/suppliers.go index 844de0fae..3ef129fb8 100644 --- a/console/suppliers.go +++ b/console/suppliers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/threshold.go b/console/threshold.go index 5c1c9465f..e969e929c 100644 --- a/console/threshold.go +++ b/console/threshold.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/threshold_ids.go b/console/threshold_ids.go index fcf3b6cb9..e6585dbfc 100644 --- a/console/threshold_ids.go +++ b/console/threshold_ids.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/threshold_profile.go b/console/threshold_profile.go index e0a81280f..7bc38172f 100644 --- a/console/threshold_profile.go +++ b/console/threshold_profile.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/threshold_remove.go b/console/threshold_remove.go index f7830f028..d7c034a58 100644 --- a/console/threshold_remove.go +++ b/console/threshold_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/threshold_set.go b/console/threshold_set.go index a7f797774..9bcad31da 100644 --- a/console/threshold_set.go +++ b/console/threshold_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/thresholds_for_event.go b/console/thresholds_for_event.go index 57e828300..a52b7f849 100644 --- a/console/thresholds_for_event.go +++ b/console/thresholds_for_event.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/thresholds_process_event.go b/console/thresholds_process_event.go index e93cedf97..09564fea1 100644 --- a/console/thresholds_process_event.go +++ b/console/thresholds_process_event.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/trigger_remove.go b/console/trigger_remove.go index 76906c0cb..95ba67caf 100644 --- a/console/trigger_remove.go +++ b/console/trigger_remove.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/trigger_set.go b/console/trigger_set.go index d99e7f5c0..54299c966 100644 --- a/console/trigger_set.go +++ b/console/trigger_set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/console/triggers.go b/console/triggers.go index 8473cbadf..0bf7138c0 100644 --- a/console/triggers.go +++ b/console/triggers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package console diff --git a/data/scripts/copyright_header.txt b/data/scripts/copyright_header.txt index 252226e30..6ed8a61f1 100644 --- a/data/scripts/copyright_header.txt +++ b/data/scripts/copyright_header.txt @@ -3,16 +3,16 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ diff --git a/data/scripts/generate_config/generate.go b/data/scripts/generate_config/generate.go index 84a27269e..9b2d85d17 100644 --- a/data/scripts/generate_config/generate.go +++ b/data/scripts/generate_config/generate.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package main diff --git a/debian/copyright b/debian/copyright index 1d49fdc18..f29392bf7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,23 +4,23 @@ Source: https://github.com/cgrates/cgrates Files: * Copyright: 2019, DanB -License: GPL-3+ +License: AGPL-3+ Files: debian/* Copyright: Bas Couwenberg -License: GPL-3+ +License: AGPL-3+ -License: GPL-3+ +License: AGPL-3+ This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by + it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program 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. + GNU Affero General Public License for more details. . - On Debian systems, the full text of the GNU General Public License + On Debian systems, the full text of the GNU Affero General Public License version 3 can be found in the file - `/usr/share/common-licenses/GPL-3'. + `/usr/share/common-licenses/AGPL-3'. diff --git a/dispatchers/attributes.go b/dispatchers/attributes.go index 89e15b0f9..e6f2fb40e 100644 --- a/dispatchers/attributes.go +++ b/dispatchers/attributes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/attributes_it_test.go b/dispatchers/attributes_it_test.go index c6fd8c8e7..c0bda89fb 100644 --- a/dispatchers/attributes_it_test.go +++ b/dispatchers/attributes_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/caches.go b/dispatchers/caches.go index 04d528586..9b8df848e 100644 --- a/dispatchers/caches.go +++ b/dispatchers/caches.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/caches_it_test.go b/dispatchers/caches_it_test.go index 85def849a..b8c3479a6 100644 --- a/dispatchers/caches_it_test.go +++ b/dispatchers/caches_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/cdrs.go b/dispatchers/cdrs.go index d4e418842..39eaf761c 100644 --- a/dispatchers/cdrs.go +++ b/dispatchers/cdrs.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/cdrs_it_test.go b/dispatchers/cdrs_it_test.go index d7a678aff..cd2901785 100644 --- a/dispatchers/cdrs_it_test.go +++ b/dispatchers/cdrs_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/chargers.go b/dispatchers/chargers.go index b6bfbf7af..06fd70959 100644 --- a/dispatchers/chargers.go +++ b/dispatchers/chargers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/chargers_it_test.go b/dispatchers/chargers_it_test.go index 8787b69ab..15bffe215 100644 --- a/dispatchers/chargers_it_test.go +++ b/dispatchers/chargers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/config.go b/dispatchers/config.go index a63db7681..83b5796e7 100644 --- a/dispatchers/config.go +++ b/dispatchers/config.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/config_it_test.go b/dispatchers/config_it_test.go index 40516c0d8..cf81a18c3 100644 --- a/dispatchers/config_it_test.go +++ b/dispatchers/config_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/core.go b/dispatchers/core.go index 9a3d9b6d6..51f39484e 100644 --- a/dispatchers/core.go +++ b/dispatchers/core.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/dispatchers.go b/dispatchers/dispatchers.go index bfa51749c..214df3d4b 100644 --- a/dispatchers/dispatchers.go +++ b/dispatchers/dispatchers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/dispatchers_it_test.go b/dispatchers/dispatchers_it_test.go index 4dcb5c09b..5433117db 100644 --- a/dispatchers/dispatchers_it_test.go +++ b/dispatchers/dispatchers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/dispatchers_test.go b/dispatchers/dispatchers_test.go index e3839072d..dda1db001 100644 --- a/dispatchers/dispatchers_test.go +++ b/dispatchers/dispatchers_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/guardian.go b/dispatchers/guardian.go index 0a124ce5b..54fca7459 100644 --- a/dispatchers/guardian.go +++ b/dispatchers/guardian.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/guardian_it_test.go b/dispatchers/guardian_it_test.go index a3d76c412..ae5a94152 100644 --- a/dispatchers/guardian_it_test.go +++ b/dispatchers/guardian_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/lib_test.go b/dispatchers/lib_test.go index a473a6b30..6be0975f1 100644 --- a/dispatchers/lib_test.go +++ b/dispatchers/lib_test.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/libdispatcher.go b/dispatchers/libdispatcher.go index 4ba0b43f8..466681ec7 100644 --- a/dispatchers/libdispatcher.go +++ b/dispatchers/libdispatcher.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/rals.go b/dispatchers/rals.go index f4de4eb38..eefa1d89f 100644 --- a/dispatchers/rals.go +++ b/dispatchers/rals.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/rals_it_test.go b/dispatchers/rals_it_test.go index a41ed3a60..22a623225 100644 --- a/dispatchers/rals_it_test.go +++ b/dispatchers/rals_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/resources.go b/dispatchers/resources.go index 34aa33fc6..e68d59ead 100644 --- a/dispatchers/resources.go +++ b/dispatchers/resources.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/resources_it_test.go b/dispatchers/resources_it_test.go index f03a18b29..1de9f4079 100644 --- a/dispatchers/resources_it_test.go +++ b/dispatchers/resources_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/responder.go b/dispatchers/responder.go index 4bf447019..cf1c5b9aa 100644 --- a/dispatchers/responder.go +++ b/dispatchers/responder.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/responder_it_test.go b/dispatchers/responder_it_test.go index 382cc644a..4b5823165 100644 --- a/dispatchers/responder_it_test.go +++ b/dispatchers/responder_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/scheduler.go b/dispatchers/scheduler.go index 88314fa0f..c98342f9d 100644 --- a/dispatchers/scheduler.go +++ b/dispatchers/scheduler.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/scheduler_it_test.go b/dispatchers/scheduler_it_test.go index 0d6100f89..8fca3089e 100644 --- a/dispatchers/scheduler_it_test.go +++ b/dispatchers/scheduler_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/servicemanager.go b/dispatchers/servicemanager.go index d48189b3f..36ddcc96d 100644 --- a/dispatchers/servicemanager.go +++ b/dispatchers/servicemanager.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/sessions.go b/dispatchers/sessions.go index 5c6005e50..07801f81d 100644 --- a/dispatchers/sessions.go +++ b/dispatchers/sessions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/sessions_it_test.go b/dispatchers/sessions_it_test.go index 68981150c..6eec1cb23 100644 --- a/dispatchers/sessions_it_test.go +++ b/dispatchers/sessions_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/stats.go b/dispatchers/stats.go index 7df65f2e8..91f5d4f12 100644 --- a/dispatchers/stats.go +++ b/dispatchers/stats.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/stats_it_test.go b/dispatchers/stats_it_test.go index 1256cfa85..317007725 100644 --- a/dispatchers/stats_it_test.go +++ b/dispatchers/stats_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/suppliers.go b/dispatchers/suppliers.go index 3b1d1e46d..220095bcc 100644 --- a/dispatchers/suppliers.go +++ b/dispatchers/suppliers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/suppliers_it_test.go b/dispatchers/suppliers_it_test.go index 76c68ba50..805812b03 100644 --- a/dispatchers/suppliers_it_test.go +++ b/dispatchers/suppliers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/thresholds.go b/dispatchers/thresholds.go index d3c41169a..9151008ea 100644 --- a/dispatchers/thresholds.go +++ b/dispatchers/thresholds.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/thresholds_it_test.go b/dispatchers/thresholds_it_test.go index f6901e7b5..096a478b6 100644 --- a/dispatchers/thresholds_it_test.go +++ b/dispatchers/thresholds_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/dispatchers/utils.go b/dispatchers/utils.go index e2c4ec0c2..5edee990c 100644 --- a/dispatchers/utils.go +++ b/dispatchers/utils.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package dispatchers diff --git a/docs/overview.rst b/docs/overview.rst index 4ee1e2f26..ed673d983 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -196,4 +196,4 @@ Links License ------- -`CGRateS`_ is released under the terms of the `[GNU GENERAL PUBLIC LICENSE Version 3] `_. +`CGRateS`_ is released under the terms of the `[GNU AFFERO GENERAL PUBLIC LICENSE Version 3] `_. diff --git a/engine/account.go b/engine/account.go index 6033723f0..e6020e567 100644 --- a/engine/account.go +++ b/engine/account.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/account_test.go b/engine/account_test.go index 90c208354..cd54836f8 100644 --- a/engine/account_test.go +++ b/engine/account_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/action.go b/engine/action.go index 87aa20880..0efee5a1d 100644 --- a/engine/action.go +++ b/engine/action.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/action_plan.go b/engine/action_plan.go index 424f9bba2..d7b8d9e35 100644 --- a/engine/action_plan.go +++ b/engine/action_plan.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/action_plan_test.go b/engine/action_plan_test.go index 5bba6ee04..efb198e9e 100644 --- a/engine/action_plan_test.go +++ b/engine/action_plan_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/action_test.go b/engine/action_test.go index 7a9cde413..127b9cc04 100644 --- a/engine/action_test.go +++ b/engine/action_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/action_trigger.go b/engine/action_trigger.go index be182f102..c7abd1854 100644 --- a/engine/action_trigger.go +++ b/engine/action_trigger.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/action_trigger_test.go b/engine/action_trigger_test.go index 7b3fc0f3b..918376ac3 100644 --- a/engine/action_trigger_test.go +++ b/engine/action_trigger_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/actions2_it_test.go b/engine/actions2_it_test.go index 8072329f2..dc8f151c8 100644 --- a/engine/actions2_it_test.go +++ b/engine/actions2_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/actions_it_test.go b/engine/actions_it_test.go index 9abfbd055..b52155b68 100644 --- a/engine/actions_it_test.go +++ b/engine/actions_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/actions_test.go b/engine/actions_test.go index 71b881f4f..2c4cda330 100644 --- a/engine/actions_test.go +++ b/engine/actions_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/attributes.go b/engine/attributes.go index a676c6623..c51fd172b 100644 --- a/engine/attributes.go +++ b/engine/attributes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/attributes_test.go b/engine/attributes_test.go index 7a53ba365..32813fe0f 100644 --- a/engine/attributes_test.go +++ b/engine/attributes_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/balance_filter.go b/engine/balance_filter.go index b86d49027..965a73ae0 100644 --- a/engine/balance_filter.go +++ b/engine/balance_filter.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/balance_filter_test.go b/engine/balance_filter_test.go index 00bcbe8dc..c1662116e 100644 --- a/engine/balance_filter_test.go +++ b/engine/balance_filter_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/balances.go b/engine/balances.go index 08382070a..eefe5749f 100644 --- a/engine/balances.go +++ b/engine/balances.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/balances_test.go b/engine/balances_test.go index c27492873..784b18af1 100644 --- a/engine/balances_test.go +++ b/engine/balances_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/caches.go b/engine/caches.go index cbc1f224f..8e97e7f5f 100644 --- a/engine/caches.go +++ b/engine/caches.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/caches_test.go b/engine/caches_test.go index d665e0d2d..d97d912f3 100644 --- a/engine/caches_test.go +++ b/engine/caches_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/callcost.go b/engine/callcost.go index 6a6cb0c76..6da1c5625 100644 --- a/engine/callcost.go +++ b/engine/callcost.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/callcost_test.go b/engine/callcost_test.go index 2c3eb7288..b81851f20 100644 --- a/engine/callcost_test.go +++ b/engine/callcost_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/calldesc.go b/engine/calldesc.go index 3dd8c9be7..520ac83cf 100644 --- a/engine/calldesc.go +++ b/engine/calldesc.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/calldesc_test.go b/engine/calldesc_test.go index ed9a44aed..f41d4de71 100644 --- a/engine/calldesc_test.go +++ b/engine/calldesc_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/cdr.go b/engine/cdr.go index f269db541..eff86c15a 100644 --- a/engine/cdr.go +++ b/engine/cdr.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/cdr_it_test.go b/engine/cdr_it_test.go index e058b78b1..20ca669a8 100644 --- a/engine/cdr_it_test.go +++ b/engine/cdr_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/cdr_test.go b/engine/cdr_test.go index cfed96832..c22f80f62 100644 --- a/engine/cdr_test.go +++ b/engine/cdr_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/cdre.go b/engine/cdre.go index 29aa52ccd..1ec5c96e1 100644 --- a/engine/cdre.go +++ b/engine/cdre.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/cdre_test.go b/engine/cdre_test.go index 5e74585ca..8f27b94aa 100644 --- a/engine/cdre_test.go +++ b/engine/cdre_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/cdrecsv_test.go b/engine/cdrecsv_test.go index aeefd2e4d..9bb6e43d9 100644 --- a/engine/cdrecsv_test.go +++ b/engine/cdrecsv_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/cdrefwv_test.go b/engine/cdrefwv_test.go index bb2ddf7c0..476d5e424 100644 --- a/engine/cdrefwv_test.go +++ b/engine/cdrefwv_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/cdrs.go b/engine/cdrs.go index bb7c2e229..50baacefa 100644 --- a/engine/cdrs.go +++ b/engine/cdrs.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/cdrs_test.go b/engine/cdrs_test.go index 6c59a2f47..2c6e4fab7 100644 --- a/engine/cdrs_test.go +++ b/engine/cdrs_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/cgrcdr.go b/engine/cgrcdr.go index 84d89943f..cf2d6081d 100644 --- a/engine/cgrcdr.go +++ b/engine/cgrcdr.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/cgrcdr_test.go b/engine/cgrcdr_test.go index 0b909560a..20d9ad29c 100644 --- a/engine/cgrcdr_test.go +++ b/engine/cgrcdr_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/cgrsafev.go b/engine/cgrsafev.go index fd6456a42..add0c5c45 100644 --- a/engine/cgrsafev.go +++ b/engine/cgrsafev.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/cgrsafev_test.go b/engine/cgrsafev_test.go index de288bd89..2248ec698 100644 --- a/engine/cgrsafev_test.go +++ b/engine/cgrsafev_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/chargers.go b/engine/chargers.go index 9d2e32a86..dd107ec5c 100644 --- a/engine/chargers.go +++ b/engine/chargers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/chargers_test.go b/engine/chargers_test.go index a1836980f..e3d225998 100644 --- a/engine/chargers_test.go +++ b/engine/chargers_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/connmanager.go b/engine/connmanager.go index 40a8e0da0..eb68c7737 100644 --- a/engine/connmanager.go +++ b/engine/connmanager.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/core.go b/engine/core.go index f76ce0ddb..77bb9aab7 100644 --- a/engine/core.go +++ b/engine/core.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/core_test.go b/engine/core_test.go index 07d9fed73..dfd355a05 100644 --- a/engine/core_test.go +++ b/engine/core_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/datacost.go b/engine/datacost.go index a88d92308..da7864963 100644 --- a/engine/datacost.go +++ b/engine/datacost.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/datamanager.go b/engine/datamanager.go index 0e299e9ba..d42a96def 100644 --- a/engine/datamanager.go +++ b/engine/datamanager.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/datamanager_it_test.go b/engine/datamanager_it_test.go index f17d94110..f949404eb 100644 --- a/engine/datamanager_it_test.go +++ b/engine/datamanager_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/datamanager_test.go b/engine/datamanager_test.go index b329dd43c..e16ab5f44 100644 --- a/engine/datamanager_test.go +++ b/engine/datamanager_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/destinations.go b/engine/destinations.go index be0054738..ed5c0c09b 100644 --- a/engine/destinations.go +++ b/engine/destinations.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/destinations_test.go b/engine/destinations_test.go index 18f715709..96dd81303 100644 --- a/engine/destinations_test.go +++ b/engine/destinations_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/dispatcherprfl.go b/engine/dispatcherprfl.go index b45cab817..7cbf0a3ff 100644 --- a/engine/dispatcherprfl.go +++ b/engine/dispatcherprfl.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/dispatcherprfl_test.go b/engine/dispatcherprfl_test.go index 93ff1008d..08532a131 100644 --- a/engine/dispatcherprfl_test.go +++ b/engine/dispatcherprfl_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/eventcost.go b/engine/eventcost.go index 2c4f6220a..58bb8c047 100644 --- a/engine/eventcost.go +++ b/engine/eventcost.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/eventcost_test.go b/engine/eventcost_test.go index 5d739c813..f61c26c0c 100644 --- a/engine/eventcost_test.go +++ b/engine/eventcost_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/filter_indexes.go b/engine/filter_indexes.go index 5284e5e2f..786dc4a7b 100644 --- a/engine/filter_indexes.go +++ b/engine/filter_indexes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/filterhelpers.go b/engine/filterhelpers.go index 323817409..dfcd8a116 100644 --- a/engine/filterhelpers.go +++ b/engine/filterhelpers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/filterhelpers_test.go b/engine/filterhelpers_test.go index 093ff647a..770df804f 100644 --- a/engine/filterhelpers_test.go +++ b/engine/filterhelpers_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/filterindexer.go b/engine/filterindexer.go index 44c5aa1f6..c79d8b6ce 100644 --- a/engine/filterindexer.go +++ b/engine/filterindexer.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/filterindexer_it_test.go b/engine/filterindexer_it_test.go index ad4e57637..4ba7625a6 100644 --- a/engine/filterindexer_it_test.go +++ b/engine/filterindexer_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/filters.go b/engine/filters.go index 0ebca19ff..bc3c06e86 100644 --- a/engine/filters.go +++ b/engine/filters.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/filters_test.go b/engine/filters_test.go index e86ce8bd4..a145c251e 100644 --- a/engine/filters_test.go +++ b/engine/filters_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/fscdr.go b/engine/fscdr.go index 35a412e8f..b3223bd11 100644 --- a/engine/fscdr.go +++ b/engine/fscdr.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/fscdr_test.go b/engine/fscdr_test.go index 0ce1656b5..df60a2586 100644 --- a/engine/fscdr_test.go +++ b/engine/fscdr_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libattributes.go b/engine/libattributes.go index 069a30c1f..f7751bc5a 100644 --- a/engine/libattributes.go +++ b/engine/libattributes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libattributes_test.go b/engine/libattributes_test.go index c55e76c01..960b4d743 100644 --- a/engine/libattributes_test.go +++ b/engine/libattributes_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libcdre.go b/engine/libcdre.go index b1e88a06a..fdb865eee 100644 --- a/engine/libcdre.go +++ b/engine/libcdre.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libcdre_test.go b/engine/libcdre_test.go index 75fee5069..b1f61a80a 100644 --- a/engine/libcdre_test.go +++ b/engine/libcdre_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libchargers.go b/engine/libchargers.go index d3609e4d2..371aba90f 100644 --- a/engine/libchargers.go +++ b/engine/libchargers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libchargers_test.go b/engine/libchargers_test.go index f58436aae..6ac49eb34 100644 --- a/engine/libchargers_test.go +++ b/engine/libchargers_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libengine.go b/engine/libengine.go index 26ba5b3c8..3f94e2a7c 100644 --- a/engine/libengine.go +++ b/engine/libengine.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libengine_test.go b/engine/libengine_test.go index acc24a37c..bcf3cf34a 100644 --- a/engine/libengine_test.go +++ b/engine/libengine_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libeventcost.go b/engine/libeventcost.go index b10b7a8fe..cb7269f2d 100644 --- a/engine/libeventcost.go +++ b/engine/libeventcost.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libeventcost_test.go b/engine/libeventcost_test.go index 9dbf0139c..79a18dc0f 100644 --- a/engine/libeventcost_test.go +++ b/engine/libeventcost_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libindex.go b/engine/libindex.go index d888803c4..c0460708c 100644 --- a/engine/libindex.go +++ b/engine/libindex.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libindex_health.go b/engine/libindex_health.go index d6c57810f..4640046b2 100644 --- a/engine/libindex_health.go +++ b/engine/libindex_health.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libindex_test.go b/engine/libindex_test.go index 193e9e908..b0e0c923f 100644 --- a/engine/libindex_test.go +++ b/engine/libindex_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libstats.go b/engine/libstats.go index 8544b9fa5..7f80bcf5f 100644 --- a/engine/libstats.go +++ b/engine/libstats.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libstats_test.go b/engine/libstats_test.go index 7e4add923..b0516fcab 100644 --- a/engine/libstats_test.go +++ b/engine/libstats_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libsuppliers.go b/engine/libsuppliers.go index a580e549e..f061271a4 100644 --- a/engine/libsuppliers.go +++ b/engine/libsuppliers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libsuppliers_test.go b/engine/libsuppliers_test.go index a186a7e62..2ce52f0b0 100644 --- a/engine/libsuppliers_test.go +++ b/engine/libsuppliers_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libtest.go b/engine/libtest.go index ecbab66a5..5ccb58dd9 100644 --- a/engine/libtest.go +++ b/engine/libtest.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/libtest_test.go b/engine/libtest_test.go index 90c76625c..999e4d19f 100644 --- a/engine/libtest_test.go +++ b/engine/libtest_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/loader_csv_test.go b/engine/loader_csv_test.go index 7f466c058..f2c5604b2 100644 --- a/engine/loader_csv_test.go +++ b/engine/loader_csv_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/loader_it_test.go b/engine/loader_it_test.go index ee464bfd8..aa5ef2441 100644 --- a/engine/loader_it_test.go +++ b/engine/loader_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/mapevent.go b/engine/mapevent.go index c0a94914a..ba935c751 100644 --- a/engine/mapevent.go +++ b/engine/mapevent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/mapevent_test.go b/engine/mapevent_test.go index 759e44791..e710ad63b 100644 --- a/engine/mapevent_test.go +++ b/engine/mapevent_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or56 (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/model_helpers.go b/engine/model_helpers.go index 2cdf3c287..b879e3d07 100644 --- a/engine/model_helpers.go +++ b/engine/model_helpers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/model_helpers_test.go b/engine/model_helpers_test.go index 270dc5df6..1b6f4990d 100644 --- a/engine/model_helpers_test.go +++ b/engine/model_helpers_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or56 (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/models.go b/engine/models.go index 749462d6b..7c012823f 100644 --- a/engine/models.go +++ b/engine/models.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/models_test.go b/engine/models_test.go index df33d862d..fa288c01a 100644 --- a/engine/models_test.go +++ b/engine/models_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/onstor_it_test.go b/engine/onstor_it_test.go index 4b8ea598d..fad5d0442 100644 --- a/engine/onstor_it_test.go +++ b/engine/onstor_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/poster.go b/engine/poster.go index 887bd1a77..1b4a3f34c 100644 --- a/engine/poster.go +++ b/engine/poster.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/poster_it_test.go b/engine/poster_it_test.go index 038182742..1105fa3cd 100644 --- a/engine/poster_it_test.go +++ b/engine/poster_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/poster_test.go b/engine/poster_test.go index 0074fd47a..e31642a68 100644 --- a/engine/poster_test.go +++ b/engine/poster_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/pstr_amqp.go b/engine/pstr_amqp.go index b2b012111..1875077d9 100644 --- a/engine/pstr_amqp.go +++ b/engine/pstr_amqp.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/pstr_amqpv1.go b/engine/pstr_amqpv1.go index ebed59c51..c272b2118 100644 --- a/engine/pstr_amqpv1.go +++ b/engine/pstr_amqpv1.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/pstr_http.go b/engine/pstr_http.go index 75b977044..21628ad3c 100644 --- a/engine/pstr_http.go +++ b/engine/pstr_http.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/pstr_kafka.go b/engine/pstr_kafka.go index acadad38a..33c5fda79 100644 --- a/engine/pstr_kafka.go +++ b/engine/pstr_kafka.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/pstr_s3.go b/engine/pstr_s3.go index 80694545c..224f07441 100644 --- a/engine/pstr_s3.go +++ b/engine/pstr_s3.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/pstr_sqs.go b/engine/pstr_sqs.go index b6f95cd4e..d2e7b9e12 100644 --- a/engine/pstr_sqs.go +++ b/engine/pstr_sqs.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/rateinterval.go b/engine/rateinterval.go index af1b71797..972d18c6e 100644 --- a/engine/rateinterval.go +++ b/engine/rateinterval.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/rateinterval_test.go b/engine/rateinterval_test.go index 96b6d53ca..b76f5f133 100644 --- a/engine/rateinterval_test.go +++ b/engine/rateinterval_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/ratingplan.go b/engine/ratingplan.go index 2fed14fe5..aea06a5d4 100644 --- a/engine/ratingplan.go +++ b/engine/ratingplan.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/ratingplan_test.go b/engine/ratingplan_test.go index c9ef5e8b2..5e8996ed7 100644 --- a/engine/ratingplan_test.go +++ b/engine/ratingplan_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/ratingprofile.go b/engine/ratingprofile.go index 4a115f5ff..e7cfede39 100644 --- a/engine/ratingprofile.go +++ b/engine/ratingprofile.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/ratingprofile_test.go b/engine/ratingprofile_test.go index 7f5423234..9ac78332a 100644 --- a/engine/ratingprofile_test.go +++ b/engine/ratingprofile_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/rawcdr.go b/engine/rawcdr.go index e72d4e676..4fa09cf78 100644 --- a/engine/rawcdr.go +++ b/engine/rawcdr.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/resources.go b/engine/resources.go index e315dcbad..f1f1997fc 100644 --- a/engine/resources.go +++ b/engine/resources.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/resources_it_test.go b/engine/resources_it_test.go index 71d462be5..57aac3f21 100644 --- a/engine/resources_it_test.go +++ b/engine/resources_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/resources_test.go b/engine/resources_test.go index 8cc8b05e0..0699391ca 100644 --- a/engine/resources_test.go +++ b/engine/resources_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/responder.go b/engine/responder.go index 166b195b8..f0660603c 100644 --- a/engine/responder.go +++ b/engine/responder.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/responder_test.go b/engine/responder_test.go index 87f775286..ed7b9a3da 100644 --- a/engine/responder_test.go +++ b/engine/responder_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/safevent.go b/engine/safevent.go index 130eee23e..0b81173ae 100644 --- a/engine/safevent.go +++ b/engine/safevent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/safevent_test.go b/engine/safevent_test.go index cc5f6c463..0bd24d92c 100644 --- a/engine/safevent_test.go +++ b/engine/safevent_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/sharedgroup.go b/engine/sharedgroup.go index d029b3831..c9fac29db 100644 --- a/engine/sharedgroup.go +++ b/engine/sharedgroup.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/sharedgroup_test.go b/engine/sharedgroup_test.go index 3b01c10dd..6fbf90a8a 100644 --- a/engine/sharedgroup_test.go +++ b/engine/sharedgroup_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/spls_highestcost.go b/engine/spls_highestcost.go index ce16a03f3..88cfead5c 100644 --- a/engine/spls_highestcost.go +++ b/engine/spls_highestcost.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/spls_leastcost.go b/engine/spls_leastcost.go index 9d1ce1f25..16d2d2fc0 100644 --- a/engine/spls_leastcost.go +++ b/engine/spls_leastcost.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/spls_load_distribution.go b/engine/spls_load_distribution.go index a00a15a19..27bdae24e 100644 --- a/engine/spls_load_distribution.go +++ b/engine/spls_load_distribution.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/spls_qos.go b/engine/spls_qos.go index 31970f9cf..9bb5854cb 100644 --- a/engine/spls_qos.go +++ b/engine/spls_qos.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/spls_reas.go b/engine/spls_reas.go index 0034b20b4..9e4a1ed04 100644 --- a/engine/spls_reas.go +++ b/engine/spls_reas.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/spls_reds.go b/engine/spls_reds.go index 491387bf1..e54a78be5 100644 --- a/engine/spls_reds.go +++ b/engine/spls_reds.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/spls_test.go b/engine/spls_test.go index 98fadc126..e60843670 100644 --- a/engine/spls_test.go +++ b/engine/spls_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/spls_weight.go b/engine/spls_weight.go index 2ea7075df..2d54199bb 100644 --- a/engine/spls_weight.go +++ b/engine/spls_weight.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/statmetrics.go b/engine/statmetrics.go index 66d7dc263..280846ccf 100644 --- a/engine/statmetrics.go +++ b/engine/statmetrics.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/statmetrics_test.go b/engine/statmetrics_test.go index 4487068cd..68ed3d11f 100644 --- a/engine/statmetrics_test.go +++ b/engine/statmetrics_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/stats.go b/engine/stats.go index 8293c6564..87212e5ee 100644 --- a/engine/stats.go +++ b/engine/stats.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/stats_test.go b/engine/stats_test.go index 590f61944..1d51b41a6 100644 --- a/engine/stats_test.go +++ b/engine/stats_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_cdrs_it_test.go b/engine/storage_cdrs_it_test.go index 5aaf74620..70ec3c5ab 100644 --- a/engine/storage_cdrs_it_test.go +++ b/engine/storage_cdrs_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_csv.go b/engine/storage_csv.go index 14fa58838..8ffcf28c6 100644 --- a/engine/storage_csv.go +++ b/engine/storage_csv.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_interface.go b/engine/storage_interface.go index 04ae7a305..de3d09bad 100644 --- a/engine/storage_interface.go +++ b/engine/storage_interface.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_interface_test.go b/engine/storage_interface_test.go index c360f6132..cfd0ce8c2 100644 --- a/engine/storage_interface_test.go +++ b/engine/storage_interface_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_internal_datadb.go b/engine/storage_internal_datadb.go index a65730882..84d8c6e6f 100644 --- a/engine/storage_internal_datadb.go +++ b/engine/storage_internal_datadb.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_internal_stordb.go b/engine/storage_internal_stordb.go index e3a0b2a53..49e3b8c84 100644 --- a/engine/storage_internal_stordb.go +++ b/engine/storage_internal_stordb.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_internal_stordb_test.go b/engine/storage_internal_stordb_test.go index c58b8fdb6..65af7dbdd 100644 --- a/engine/storage_internal_stordb_test.go +++ b/engine/storage_internal_stordb_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_mongo_datadb.go b/engine/storage_mongo_datadb.go index 67079ee82..426969e9f 100644 --- a/engine/storage_mongo_datadb.go +++ b/engine/storage_mongo_datadb.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_mongo_stordb.go b/engine/storage_mongo_stordb.go index db4b825e1..8edf5b6f2 100644 --- a/engine/storage_mongo_stordb.go +++ b/engine/storage_mongo_stordb.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_mysql.go b/engine/storage_mysql.go index 7bad69051..bca26bfd8 100644 --- a/engine/storage_mysql.go +++ b/engine/storage_mysql.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_postgres.go b/engine/storage_postgres.go index db3553443..a7882ff9b 100644 --- a/engine/storage_postgres.go +++ b/engine/storage_postgres.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_redis.go b/engine/storage_redis.go index 5e03faa86..41d82ec94 100644 --- a/engine/storage_redis.go +++ b/engine/storage_redis.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_sql.go b/engine/storage_sql.go index 9088c43f3..6a71b33ff 100644 --- a/engine/storage_sql.go +++ b/engine/storage_sql.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_test.go b/engine/storage_test.go index e364de083..cd461945a 100644 --- a/engine/storage_test.go +++ b/engine/storage_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/storage_utils.go b/engine/storage_utils.go index 2b63ef76d..44748637c 100644 --- a/engine/storage_utils.go +++ b/engine/storage_utils.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/stordb_it_test.go b/engine/stordb_it_test.go index 74df1337d..b311ff480 100644 --- a/engine/stordb_it_test.go +++ b/engine/stordb_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/suppliers.go b/engine/suppliers.go index f93a54444..15b886dea 100644 --- a/engine/suppliers.go +++ b/engine/suppliers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/suppliers_test.go b/engine/suppliers_test.go index 7b136db91..60d6966a2 100644 --- a/engine/suppliers_test.go +++ b/engine/suppliers_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/suretax.go b/engine/suretax.go index c04b4a07d..2b0dfe70c 100644 --- a/engine/suretax.go +++ b/engine/suretax.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/suretax_test.go b/engine/suretax_test.go index 2c1e850e2..e6e18fb96 100644 --- a/engine/suretax_test.go +++ b/engine/suretax_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/task.go b/engine/task.go index cb03f2165..0621dad50 100644 --- a/engine/task.go +++ b/engine/task.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/task_test.go b/engine/task_test.go index 8ced35dfa..57e399bd0 100644 --- a/engine/task_test.go +++ b/engine/task_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/thresholds.go b/engine/thresholds.go index e19fec22b..c54e3f269 100644 --- a/engine/thresholds.go +++ b/engine/thresholds.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/thresholds_test.go b/engine/thresholds_test.go index 498d895b7..04cbadda3 100644 --- a/engine/thresholds_test.go +++ b/engine/thresholds_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/timespans.go b/engine/timespans.go index b1bb1bc79..c37ebec4c 100644 --- a/engine/timespans.go +++ b/engine/timespans.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/timespans_test.go b/engine/timespans_test.go index 5af08f779..55ba90242 100644 --- a/engine/timespans_test.go +++ b/engine/timespans_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/tpexporter.go b/engine/tpexporter.go index 1d008a2d8..2049cf3fd 100644 --- a/engine/tpexporter.go +++ b/engine/tpexporter.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/tpexporter_test.go b/engine/tpexporter_test.go index 2037b26b3..18123a067 100644 --- a/engine/tpexporter_test.go +++ b/engine/tpexporter_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/tpimporter_csv.go b/engine/tpimporter_csv.go index d472a3a53..f21a7d27f 100644 --- a/engine/tpimporter_csv.go +++ b/engine/tpimporter_csv.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/tploader.go b/engine/tploader.go index dbf5dddec..c34204745 100644 --- a/engine/tploader.go +++ b/engine/tploader.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/tpreader.go b/engine/tpreader.go index 1acd1d4ca..5f2c4e469 100644 --- a/engine/tpreader.go +++ b/engine/tpreader.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/units_counter.go b/engine/units_counter.go index 4f7ee15a1..0792de15c 100644 --- a/engine/units_counter.go +++ b/engine/units_counter.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/units_counter_test.go b/engine/units_counter_test.go index 5cdfc76dc..f16d3a8f9 100644 --- a/engine/units_counter_test.go +++ b/engine/units_counter_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/version.go b/engine/version.go index d0d12a86d..84a11473e 100644 --- a/engine/version.go +++ b/engine/version.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/version_test.go b/engine/version_test.go index 003cff72b..6964d525e 100644 --- a/engine/version_test.go +++ b/engine/version_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/versions_it_test.go b/engine/versions_it_test.go index 5c8f6b1ed..ffec9921c 100644 --- a/engine/versions_it_test.go +++ b/engine/versions_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/engine/z_libindex_health_test.go b/engine/z_libindex_health_test.go index 557b8dd05..1da9b5daf 100644 --- a/engine/z_libindex_health_test.go +++ b/engine/z_libindex_health_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package engine diff --git a/ers/ers.go b/ers/ers.go index dcce65b38..db91630cf 100644 --- a/ers/ers.go +++ b/ers/ers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/ers_reload_it_test.go b/ers/ers_reload_it_test.go index 839254718..a65333748 100644 --- a/ers/ers_reload_it_test.go +++ b/ers/ers_reload_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/ers_test.go b/ers/ers_test.go index a683ad07a..cd0f864d0 100644 --- a/ers/ers_test.go +++ b/ers/ers_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/filecsv.go b/ers/filecsv.go index 9d60e6ec1..00ea4aff4 100644 --- a/ers/filecsv.go +++ b/ers/filecsv.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/filecsv_it_test.go b/ers/filecsv_it_test.go index 2805f15c9..861823c68 100644 --- a/ers/filecsv_it_test.go +++ b/ers/filecsv_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/filefwv.go b/ers/filefwv.go index 695074ead..dac78abbf 100644 --- a/ers/filefwv.go +++ b/ers/filefwv.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/filefwv_it_test.go b/ers/filefwv_it_test.go index 6b5c15eda..3a6d01d7c 100644 --- a/ers/filefwv_it_test.go +++ b/ers/filefwv_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/filexml.go b/ers/filexml.go index d175100bb..79f01fe24 100644 --- a/ers/filexml.go +++ b/ers/filexml.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/filexml_it_test.go b/ers/filexml_it_test.go index 379b05010..82685091a 100644 --- a/ers/filexml_it_test.go +++ b/ers/filexml_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/flatstore.go b/ers/flatstore.go index a05b7e54a..389a1121d 100644 --- a/ers/flatstore.go +++ b/ers/flatstore.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/flatstore_it_test.go b/ers/flatstore_it_test.go index 15cba102b..2418154df 100644 --- a/ers/flatstore_it_test.go +++ b/ers/flatstore_it_test.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/kafka.go b/ers/kafka.go index 1f41e61e8..0cc335ca1 100644 --- a/ers/kafka.go +++ b/ers/kafka.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/kafka_it_test.go b/ers/kafka_it_test.go index d66ae4a6b..7c8ee7082 100644 --- a/ers/kafka_it_test.go +++ b/ers/kafka_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/kafka_test.go b/ers/kafka_test.go index 40de4f6f8..88a1ed192 100644 --- a/ers/kafka_test.go +++ b/ers/kafka_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/lib_test.go b/ers/lib_test.go index 3eda1f90a..e2ebb9527 100644 --- a/ers/lib_test.go +++ b/ers/lib_test.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/libers.go b/ers/libers.go index f75850b1d..8495837cc 100644 --- a/ers/libers.go +++ b/ers/libers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/partial_csv.go b/ers/partial_csv.go index 8aa460455..5119be0ef 100644 --- a/ers/partial_csv.go +++ b/ers/partial_csv.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/partial_csv_it_test.go b/ers/partial_csv_it_test.go index 0b0fc837c..471e0b451 100644 --- a/ers/partial_csv_it_test.go +++ b/ers/partial_csv_it_test.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/reader.go b/ers/reader.go index 586b53afd..8a1a1378b 100644 --- a/ers/reader.go +++ b/ers/reader.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/readers_test.go b/ers/readers_test.go index 5e7416d6a..d6786ee48 100644 --- a/ers/readers_test.go +++ b/ers/readers_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/sql.go b/ers/sql.go index c24c733fd..71fbfd6f3 100644 --- a/ers/sql.go +++ b/ers/sql.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/sql_it_test.go b/ers/sql_it_test.go index 9579cf97d..922bdb47f 100644 --- a/ers/sql_it_test.go +++ b/ers/sql_it_test.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/ers/sql_test.go b/ers/sql_test.go index ec9f41513..c72329aee 100644 --- a/ers/sql_test.go +++ b/ers/sql_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package ers diff --git a/general_tests/a1_it_test.go b/general_tests/a1_it_test.go index a9660cdb3..db29ac364 100644 --- a/general_tests/a1_it_test.go +++ b/general_tests/a1_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/accounts_it_test.go b/general_tests/accounts_it_test.go index 03a4931a8..54ff3adfb 100644 --- a/general_tests/accounts_it_test.go +++ b/general_tests/accounts_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/acntacts_test.go b/general_tests/acntacts_test.go index 5c431cff2..c41ca8116 100644 --- a/general_tests/acntacts_test.go +++ b/general_tests/acntacts_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/all_sections_cfg_rld_it_test.go b/general_tests/all_sections_cfg_rld_it_test.go index 9054cd8b2..13492d5dd 100644 --- a/general_tests/all_sections_cfg_rld_it_test.go +++ b/general_tests/all_sections_cfg_rld_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/auth_test.go b/general_tests/auth_test.go index 1c13aad64..0255944f1 100644 --- a/general_tests/auth_test.go +++ b/general_tests/auth_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/balance_blocker_it_test.go b/general_tests/balance_blocker_it_test.go index 84ba4ee81..a5944a101 100644 --- a/general_tests/balance_blocker_it_test.go +++ b/general_tests/balance_blocker_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/balance_it_test.go b/general_tests/balance_it_test.go index 53a77ea56..35e3310be 100644 --- a/general_tests/balance_it_test.go +++ b/general_tests/balance_it_test.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/balance_timings_it_test.go b/general_tests/balance_timings_it_test.go index f63b15894..9995965ca 100644 --- a/general_tests/balance_timings_it_test.go +++ b/general_tests/balance_timings_it_test.go @@ -5,15 +5,15 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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 +GNU Affero General Public License for more details. +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/broadcast_client_it_test.go b/general_tests/broadcast_client_it_test.go index e33fa0588..8248e426f 100644 --- a/general_tests/broadcast_client_it_test.go +++ b/general_tests/broadcast_client_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/cd_replacefield_it_test.go b/general_tests/cd_replacefield_it_test.go index f3cc33d56..2ad533e41 100644 --- a/general_tests/cd_replacefield_it_test.go +++ b/general_tests/cd_replacefield_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/cdre_it_test.go b/general_tests/cdre_it_test.go index d0538826a..f91701057 100644 --- a/general_tests/cdre_it_test.go +++ b/general_tests/cdre_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/cdrs_internal_it_test.go b/general_tests/cdrs_internal_it_test.go index 66138b648..f9213b77b 100644 --- a/general_tests/cdrs_internal_it_test.go +++ b/general_tests/cdrs_internal_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/cdrs_it_test.go b/general_tests/cdrs_it_test.go index 323eaa1dd..052d92af0 100644 --- a/general_tests/cdrs_it_test.go +++ b/general_tests/cdrs_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/cdrs_onlexp_it_test.go b/general_tests/cdrs_onlexp_it_test.go index 3f08de81e..b78d9d9ef 100644 --- a/general_tests/cdrs_onlexp_it_test.go +++ b/general_tests/cdrs_onlexp_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/cdrs_post_failover_it_test.go b/general_tests/cdrs_post_failover_it_test.go index f77919a68..ad166aabd 100644 --- a/general_tests/cdrs_post_failover_it_test.go +++ b/general_tests/cdrs_post_failover_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/cdrs_processevent_it_test.go b/general_tests/cdrs_processevent_it_test.go index 683e07221..0f3a29491 100644 --- a/general_tests/cdrs_processevent_it_test.go +++ b/general_tests/cdrs_processevent_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/costs1_test.go b/general_tests/costs1_test.go index 102cbd910..29e9222fd 100644 --- a/general_tests/costs1_test.go +++ b/general_tests/costs1_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/data_it_test.go b/general_tests/data_it_test.go index 9590b8472..3c2c23aaa 100644 --- a/general_tests/data_it_test.go +++ b/general_tests/data_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/datachrg1_test.go b/general_tests/datachrg1_test.go index 99fc915d1..d0ed2a986 100644 --- a/general_tests/datachrg1_test.go +++ b/general_tests/datachrg1_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/ddazmbl1_test.go b/general_tests/ddazmbl1_test.go index 703b8c8a8..129c5e6b9 100644 --- a/general_tests/ddazmbl1_test.go +++ b/general_tests/ddazmbl1_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/ddazmbl2_test.go b/general_tests/ddazmbl2_test.go index 159e0d335..5e13c7bfd 100644 --- a/general_tests/ddazmbl2_test.go +++ b/general_tests/ddazmbl2_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/ddazmbl3_test.go b/general_tests/ddazmbl3_test.go index b278b6ba1..b72e8167c 100644 --- a/general_tests/ddazmbl3_test.go +++ b/general_tests/ddazmbl3_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/dest_management_it_test.go b/general_tests/dest_management_it_test.go index cae784a59..fa255b0dc 100644 --- a/general_tests/dest_management_it_test.go +++ b/general_tests/dest_management_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/destination_combined_it_test.go b/general_tests/destination_combined_it_test.go index 04761be32..dffb51d47 100644 --- a/general_tests/destination_combined_it_test.go +++ b/general_tests/destination_combined_it_test.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/ers_linenr_it_test.go b/general_tests/ers_linenr_it_test.go index ca05edddb..f57254cad 100644 --- a/general_tests/ers_linenr_it_test.go +++ b/general_tests/ers_linenr_it_test.go @@ -4,15 +4,15 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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 +GNU Affero General Public License for more details. +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/filter_indexes_cases_it_test.go b/general_tests/filter_indexes_cases_it_test.go index f3186a9fd..c0be08281 100644 --- a/general_tests/filter_indexes_cases_it_test.go +++ b/general_tests/filter_indexes_cases_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/filters_it_test.go b/general_tests/filters_it_test.go index aa25fd398..72e84de59 100644 --- a/general_tests/filters_it_test.go +++ b/general_tests/filters_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/gocs_it_test.go b/general_tests/gocs_it_test.go index ac96a1601..354fa5ef5 100644 --- a/general_tests/gocs_it_test.go +++ b/general_tests/gocs_it_test.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/lib_test.go b/general_tests/lib_test.go index 536250807..f70e9bcc2 100644 --- a/general_tests/lib_test.go +++ b/general_tests/lib_test.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/loader_nocontext_it_test.go b/general_tests/loader_nocontext_it_test.go index 5ef0ee270..7cacd204a 100644 --- a/general_tests/loader_nocontext_it_test.go +++ b/general_tests/loader_nocontext_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/objectdp_test.go b/general_tests/objectdp_test.go index e9e3543ee..b3d9754ca 100644 --- a/general_tests/objectdp_test.go +++ b/general_tests/objectdp_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/oldtutorial_it_test.go b/general_tests/oldtutorial_it_test.go index b8fe53664..a3e630000 100644 --- a/general_tests/oldtutorial_it_test.go +++ b/general_tests/oldtutorial_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/poster_it_test.go b/general_tests/poster_it_test.go index 233323f67..b6d656723 100644 --- a/general_tests/poster_it_test.go +++ b/general_tests/poster_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/rerate_cdrs_it_test.go b/general_tests/rerate_cdrs_it_test.go index b0ce4f4bc..581c80e7e 100644 --- a/general_tests/rerate_cdrs_it_test.go +++ b/general_tests/rerate_cdrs_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/resourcesv1_it_test.go b/general_tests/resourcesv1_it_test.go index e579dab1a..4d1dc6246 100644 --- a/general_tests/resourcesv1_it_test.go +++ b/general_tests/resourcesv1_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/rpccaching_it_test.go b/general_tests/rpccaching_it_test.go index 091100cb2..7203f36bb 100644 --- a/general_tests/rpccaching_it_test.go +++ b/general_tests/rpccaching_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/rpcclient_it_test.go b/general_tests/rpcclient_it_test.go index ffeaa04d4..7653f158e 100644 --- a/general_tests/rpcclient_it_test.go +++ b/general_tests/rpcclient_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/sentinel_it_test.go b/general_tests/sentinel_it_test.go index bd659a715..0a06d0787 100644 --- a/general_tests/sentinel_it_test.go +++ b/general_tests/sentinel_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/session2_it_test.go b/general_tests/session2_it_test.go index f350e32bc..77074d546 100644 --- a/general_tests/session2_it_test.go +++ b/general_tests/session2_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/session3_it_test.go b/general_tests/session3_it_test.go index 19a5cc9ad..3693806d1 100644 --- a/general_tests/session3_it_test.go +++ b/general_tests/session3_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/session4_it_test.go b/general_tests/session4_it_test.go index 812edc61a..dcca99fab 100644 --- a/general_tests/session4_it_test.go +++ b/general_tests/session4_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/session_it_test.go b/general_tests/session_it_test.go index b71c2dc79..3a526246d 100644 --- a/general_tests/session_it_test.go +++ b/general_tests/session_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/session_refund_expired_it_test.go b/general_tests/session_refund_expired_it_test.go index 9a72f1017..9a49ad745 100644 --- a/general_tests/session_refund_expired_it_test.go +++ b/general_tests/session_refund_expired_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/session_replications_automaticdebit_it_test.go b/general_tests/session_replications_automaticdebit_it_test.go index 8010832c3..ae062d9db 100644 --- a/general_tests/session_replications_automaticdebit_it_test.go +++ b/general_tests/session_replications_automaticdebit_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/session_rounding2_it_test.go b/general_tests/session_rounding2_it_test.go index 4b75e8376..4f05bf074 100644 --- a/general_tests/session_rounding2_it_test.go +++ b/general_tests/session_rounding2_it_test.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/session_rounding_it_test.go b/general_tests/session_rounding_it_test.go index c94153203..e4f6dadcd 100644 --- a/general_tests/session_rounding_it_test.go +++ b/general_tests/session_rounding_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/sessionrefund_it_test.go b/general_tests/sessionrefund_it_test.go index 2a0329c0c..d249d4497 100644 --- a/general_tests/sessionrefund_it_test.go +++ b/general_tests/sessionrefund_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/sessions_concur_test.go b/general_tests/sessions_concur_test.go index 1ba639c62..0f6cf8842 100644 --- a/general_tests/sessions_concur_test.go +++ b/general_tests/sessions_concur_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/sessions_message_it_test.go b/general_tests/sessions_message_it_test.go index 45e980786..f47d63b1a 100644 --- a/general_tests/sessions_message_it_test.go +++ b/general_tests/sessions_message_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/sessions_race_test.go b/general_tests/sessions_race_test.go index 0b1e7eacf..c4a649db3 100644 --- a/general_tests/sessions_race_test.go +++ b/general_tests/sessions_race_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/sessions_tnt_change_cdr_it_test.go b/general_tests/sessions_tnt_change_cdr_it_test.go index fd2571f5d..09409b89a 100644 --- a/general_tests/sessions_tnt_change_cdr_it_test.go +++ b/general_tests/sessions_tnt_change_cdr_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/sessions_tnt_change_it_test.go b/general_tests/sessions_tnt_change_it_test.go index 526c3584b..87789ed6c 100644 --- a/general_tests/sessions_tnt_change_it_test.go +++ b/general_tests/sessions_tnt_change_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/sessionsuppliers_it_test.go b/general_tests/sessionsuppliers_it_test.go index 2e44bdfb7..30c688f6f 100644 --- a/general_tests/sessionsuppliers_it_test.go +++ b/general_tests/sessionsuppliers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/shared_client_lock_it_test.go b/general_tests/shared_client_lock_it_test.go index 5bb11a8fb..a53616108 100644 --- a/general_tests/shared_client_lock_it_test.go +++ b/general_tests/shared_client_lock_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/smschrg1_test.go b/general_tests/smschrg1_test.go index 15e549bb6..8c5959b75 100644 --- a/general_tests/smschrg1_test.go +++ b/general_tests/smschrg1_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/supplier_it_test.go b/general_tests/supplier_it_test.go index 08d41c998..55ad5b6af 100644 --- a/general_tests/supplier_it_test.go +++ b/general_tests/supplier_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/suretax_it_test.go b/general_tests/suretax_it_test.go index c6c978a0c..a26fbb0b6 100644 --- a/general_tests/suretax_it_test.go +++ b/general_tests/suretax_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/tls_it_test.go b/general_tests/tls_it_test.go index e69f97ca7..90f270752 100644 --- a/general_tests/tls_it_test.go +++ b/general_tests/tls_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/tp_it_test.go b/general_tests/tp_it_test.go index 7d4ccf2e7..fce768956 100644 --- a/general_tests/tp_it_test.go +++ b/general_tests/tp_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/tut_smgeneric_it_test.go b/general_tests/tut_smgeneric_it_test.go index 405529307..fe55c7484 100644 --- a/general_tests/tut_smgeneric_it_test.go +++ b/general_tests/tut_smgeneric_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/tutorial2_it_test.go b/general_tests/tutorial2_it_test.go index 78db99c48..5eda81ece 100644 --- a/general_tests/tutorial2_it_test.go +++ b/general_tests/tutorial2_it_test.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/tutorial_calls_test.go b/general_tests/tutorial_calls_test.go index 9285e6df7..efcbfbef5 100644 --- a/general_tests/tutorial_calls_test.go +++ b/general_tests/tutorial_calls_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/tutorial_it_test.go b/general_tests/tutorial_it_test.go index 5dfd01677..6e0a50e7b 100644 --- a/general_tests/tutorial_it_test.go +++ b/general_tests/tutorial_it_test.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/general_tests/twoengines_it_test.go b/general_tests/twoengines_it_test.go index 61a84ac2e..029ccc115 100644 --- a/general_tests/twoengines_it_test.go +++ b/general_tests/twoengines_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package general_tests diff --git a/guardian/guardian.go b/guardian/guardian.go index 6cff990b2..f92f76898 100644 --- a/guardian/guardian.go +++ b/guardian/guardian.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package guardian diff --git a/guardian/guardian_test.go b/guardian/guardian_test.go index 75d29c825..03a01247f 100644 --- a/guardian/guardian_test.go +++ b/guardian/guardian_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package guardian diff --git a/loaders/libloader.go b/loaders/libloader.go index 627f6fe54..9c29a2cd6 100644 --- a/loaders/libloader.go +++ b/loaders/libloader.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package loaders diff --git a/loaders/libloader_test.go b/loaders/libloader_test.go index 6290c2d36..2c2166ee3 100644 --- a/loaders/libloader_test.go +++ b/loaders/libloader_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package loaders diff --git a/loaders/loader.go b/loaders/loader.go index 82abbd4ab..4f916fec4 100644 --- a/loaders/loader.go +++ b/loaders/loader.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package loaders diff --git a/loaders/loader_it_test.go b/loaders/loader_it_test.go index d0ff00e7e..75dbaafed 100644 --- a/loaders/loader_it_test.go +++ b/loaders/loader_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package loaders diff --git a/loaders/loader_test.go b/loaders/loader_test.go index a705d2d81..e957f968f 100644 --- a/loaders/loader_test.go +++ b/loaders/loader_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package loaders diff --git a/loaders/loaders.go b/loaders/loaders.go index bca96e795..7f1cf15ee 100644 --- a/loaders/loaders.go +++ b/loaders/loaders.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package loaders diff --git a/loaders/loaders_test.go b/loaders/loaders_test.go index a3a0deff3..652a49d96 100644 --- a/loaders/loaders_test.go +++ b/loaders/loaders_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package loaders diff --git a/migrator/accounts.go b/migrator/accounts.go index d1fc16dcd..5d912c39b 100644 --- a/migrator/accounts.go +++ b/migrator/accounts.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/accounts2_it_test.go b/migrator/accounts2_it_test.go index 62780b4e4..9c327e342 100644 --- a/migrator/accounts2_it_test.go +++ b/migrator/accounts2_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/accounts_it_test.go b/migrator/accounts_it_test.go index 21b5b31b3..2bc848616 100644 --- a/migrator/accounts_it_test.go +++ b/migrator/accounts_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/accounts_test.go b/migrator/accounts_test.go index b62de3bca..b40fa6318 100644 --- a/migrator/accounts_test.go +++ b/migrator/accounts_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/action.go b/migrator/action.go index b217fe551..d046fb252 100644 --- a/migrator/action.go +++ b/migrator/action.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/action_it_test.go b/migrator/action_it_test.go index 3377a4115..3e4307bdb 100644 --- a/migrator/action_it_test.go +++ b/migrator/action_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/action_plan.go b/migrator/action_plan.go index 83a602721..f538474f0 100644 --- a/migrator/action_plan.go +++ b/migrator/action_plan.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/action_plan_it_test.go b/migrator/action_plan_it_test.go index 00c3b1b76..1bc340448 100644 --- a/migrator/action_plan_it_test.go +++ b/migrator/action_plan_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/action_plan_test.go b/migrator/action_plan_test.go index ae8dae9b1..ef477684b 100644 --- a/migrator/action_plan_test.go +++ b/migrator/action_plan_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/action_test.go b/migrator/action_test.go index 4cbd3f791..2572632e7 100644 --- a/migrator/action_test.go +++ b/migrator/action_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/action_trigger.go b/migrator/action_trigger.go index 683e0f36b..18101b649 100644 --- a/migrator/action_trigger.go +++ b/migrator/action_trigger.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/action_trigger_it_test.go b/migrator/action_trigger_it_test.go index 8e2a35fa5..d669bf12d 100644 --- a/migrator/action_trigger_it_test.go +++ b/migrator/action_trigger_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/action_trigger_test.go b/migrator/action_trigger_test.go index 7bee7918a..6672df065 100644 --- a/migrator/action_trigger_test.go +++ b/migrator/action_trigger_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/alias.go b/migrator/alias.go index f6a358692..ac446f359 100644 --- a/migrator/alias.go +++ b/migrator/alias.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/alias_it_test.go b/migrator/alias_it_test.go index 9e82cd5e2..c9ba72254 100644 --- a/migrator/alias_it_test.go +++ b/migrator/alias_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/alias_test.go b/migrator/alias_test.go index 0c61a1f03..d9489b4aa 100644 --- a/migrator/alias_test.go +++ b/migrator/alias_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/attributes.go b/migrator/attributes.go index efe8e1b8a..c5d80aa03 100644 --- a/migrator/attributes.go +++ b/migrator/attributes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/attributes_it_test.go b/migrator/attributes_it_test.go index 112509ac1..8336a423a 100644 --- a/migrator/attributes_it_test.go +++ b/migrator/attributes_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/attributes_test.go b/migrator/attributes_test.go index b0cd9ca81..38ebcef07 100644 --- a/migrator/attributes_test.go +++ b/migrator/attributes_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/cdrs.go b/migrator/cdrs.go index 71b1f6a62..023f88ef3 100644 --- a/migrator/cdrs.go +++ b/migrator/cdrs.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/cdrs_it_test.go b/migrator/cdrs_it_test.go index 9c83ed57b..70fa7bd0e 100644 --- a/migrator/cdrs_it_test.go +++ b/migrator/cdrs_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/chargers.go b/migrator/chargers.go index 450d3b7d4..04dd24d85 100644 --- a/migrator/chargers.go +++ b/migrator/chargers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/chargers_it_test.go b/migrator/chargers_it_test.go index 356a4748b..a98fb7032 100644 --- a/migrator/chargers_it_test.go +++ b/migrator/chargers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/derived_chargers.go b/migrator/derived_chargers.go index 9883be03c..c6df34bce 100644 --- a/migrator/derived_chargers.go +++ b/migrator/derived_chargers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/derived_chargers_it_test.go b/migrator/derived_chargers_it_test.go index 55a65c331..19f75161d 100644 --- a/migrator/derived_chargers_it_test.go +++ b/migrator/derived_chargers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/derived_chargers_test.go b/migrator/derived_chargers_test.go index 5d7cffea9..fd0fc8366 100644 --- a/migrator/derived_chargers_test.go +++ b/migrator/derived_chargers_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/destinations.go b/migrator/destinations.go index 6d7ae457e..44a0c551d 100644 --- a/migrator/destinations.go +++ b/migrator/destinations.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/dispatchers.go b/migrator/dispatchers.go index f3bbcfd85..350d6981b 100644 --- a/migrator/dispatchers.go +++ b/migrator/dispatchers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/dispatchers_it_test.go b/migrator/dispatchers_it_test.go index 8211a345f..b54ae7472 100644 --- a/migrator/dispatchers_it_test.go +++ b/migrator/dispatchers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/filters.go b/migrator/filters.go index 35ffb1eef..c5a400cf4 100644 --- a/migrator/filters.go +++ b/migrator/filters.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/filters_it_test.go b/migrator/filters_it_test.go index 78faeea7a..65fd47588 100644 --- a/migrator/filters_it_test.go +++ b/migrator/filters_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/filters_test.go b/migrator/filters_test.go index a4bee9ec3..4dbf0020c 100644 --- a/migrator/filters_test.go +++ b/migrator/filters_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/load_ids.go b/migrator/load_ids.go index 3bc896f7c..45b9013cf 100644 --- a/migrator/load_ids.go +++ b/migrator/load_ids.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/load_ids_it_test.go b/migrator/load_ids_it_test.go index c4f2b010a..abf81dfbf 100644 --- a/migrator/load_ids_it_test.go +++ b/migrator/load_ids_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/migrator.go b/migrator/migrator.go index 2d4d2505e..3a2b4c5b5 100644 --- a/migrator/migrator.go +++ b/migrator/migrator.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/migrator_datadb.go b/migrator/migrator_datadb.go index 82fad78ff..dd91d872c 100644 --- a/migrator/migrator_datadb.go +++ b/migrator/migrator_datadb.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/migrator_stordb.go b/migrator/migrator_stordb.go index 9912d2f90..f4976abde 100644 --- a/migrator/migrator_stordb.go +++ b/migrator/migrator_stordb.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/migrator_utils.go b/migrator/migrator_utils.go index 2c643c0ef..b5af3ddca 100644 --- a/migrator/migrator_utils.go +++ b/migrator/migrator_utils.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/rating_plan.go b/migrator/rating_plan.go index bf3f03e2d..8db337e5f 100644 --- a/migrator/rating_plan.go +++ b/migrator/rating_plan.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/rating_plan_it_test.go b/migrator/rating_plan_it_test.go index 46f671662..488b83ac7 100644 --- a/migrator/rating_plan_it_test.go +++ b/migrator/rating_plan_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/rating_profile.go b/migrator/rating_profile.go index 871bdc910..b8d2396b6 100644 --- a/migrator/rating_profile.go +++ b/migrator/rating_profile.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/rating_profile_it_test.go b/migrator/rating_profile_it_test.go index 96a33ebcd..f8154f92f 100644 --- a/migrator/rating_profile_it_test.go +++ b/migrator/rating_profile_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/resource.go b/migrator/resource.go index 8bdf99d55..d047189d9 100644 --- a/migrator/resource.go +++ b/migrator/resource.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/resource_it_test.go b/migrator/resource_it_test.go index 888e0635c..7708063f1 100644 --- a/migrator/resource_it_test.go +++ b/migrator/resource_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/session_costs.go b/migrator/session_costs.go index 13c3d849f..ee017af01 100644 --- a/migrator/session_costs.go +++ b/migrator/session_costs.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/session_costs_it_test.go b/migrator/session_costs_it_test.go index 7d2ad5965..81b34be83 100644 --- a/migrator/session_costs_it_test.go +++ b/migrator/session_costs_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/session_costs_test.go b/migrator/session_costs_test.go index 1fe014c7e..6a53ecdcc 100644 --- a/migrator/session_costs_test.go +++ b/migrator/session_costs_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/sharedgroup.go b/migrator/sharedgroup.go index a41b54ac0..9a4ec22db 100644 --- a/migrator/sharedgroup.go +++ b/migrator/sharedgroup.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/sharedgroup_it_test.go b/migrator/sharedgroup_it_test.go index db280de30..3623bc310 100644 --- a/migrator/sharedgroup_it_test.go +++ b/migrator/sharedgroup_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/sharedgroup_test.go b/migrator/sharedgroup_test.go index 8e400d71d..c086309ec 100644 --- a/migrator/sharedgroup_test.go +++ b/migrator/sharedgroup_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/stats.go b/migrator/stats.go index 4b8918d73..33e821a10 100644 --- a/migrator/stats.go +++ b/migrator/stats.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/stats_it_test.go b/migrator/stats_it_test.go index de3849c44..b8e5002ec 100644 --- a/migrator/stats_it_test.go +++ b/migrator/stats_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/stats_test.go b/migrator/stats_test.go index b305c20c0..e2c02271f 100644 --- a/migrator/stats_test.go +++ b/migrator/stats_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/storage_map_datadb.go b/migrator/storage_map_datadb.go index dc8bcbd90..bb87b5f80 100644 --- a/migrator/storage_map_datadb.go +++ b/migrator/storage_map_datadb.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/storage_map_stordb.go b/migrator/storage_map_stordb.go index cbb9711aa..0176ca4fb 100644 --- a/migrator/storage_map_stordb.go +++ b/migrator/storage_map_stordb.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/storage_mongo_datadb.go b/migrator/storage_mongo_datadb.go index f740f5c58..a0dff14f8 100644 --- a/migrator/storage_mongo_datadb.go +++ b/migrator/storage_mongo_datadb.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/storage_mongo_stordb.go b/migrator/storage_mongo_stordb.go index b79e334a1..8df83bb2a 100644 --- a/migrator/storage_mongo_stordb.go +++ b/migrator/storage_mongo_stordb.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/storage_redis.go b/migrator/storage_redis.go index 69fa3c4b4..bc3107ad5 100644 --- a/migrator/storage_redis.go +++ b/migrator/storage_redis.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/storage_sql.go b/migrator/storage_sql.go index 6ad7ae63b..b2832c6d1 100644 --- a/migrator/storage_sql.go +++ b/migrator/storage_sql.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/subscribers.go b/migrator/subscribers.go index cae1ee3ec..d44302214 100644 --- a/migrator/subscribers.go +++ b/migrator/subscribers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/suppliers.go b/migrator/suppliers.go index b1cb3004f..179ad09d4 100644 --- a/migrator/suppliers.go +++ b/migrator/suppliers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/suppliers_it_test.go b/migrator/suppliers_it_test.go index 3dd39effc..f26bd2c17 100644 --- a/migrator/suppliers_it_test.go +++ b/migrator/suppliers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/thresholds.go b/migrator/thresholds.go index d50226a3a..21160c8e9 100644 --- a/migrator/thresholds.go +++ b/migrator/thresholds.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/thresholds_it_test.go b/migrator/thresholds_it_test.go index 231197a7e..608fa2427 100644 --- a/migrator/thresholds_it_test.go +++ b/migrator/thresholds_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/thresholds_test.go b/migrator/thresholds_test.go index 882d2470a..80324f8be 100644 --- a/migrator/thresholds_test.go +++ b/migrator/thresholds_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/timings.go b/migrator/timings.go index 04fd4a4a9..14a825bb1 100644 --- a/migrator/timings.go +++ b/migrator/timings.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_account_actions.go b/migrator/tp_account_actions.go index 62a5efd1d..06671dbf0 100644 --- a/migrator/tp_account_actions.go +++ b/migrator/tp_account_actions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_account_actions_it_test.go b/migrator/tp_account_actions_it_test.go index aee79668d..3ab513c50 100644 --- a/migrator/tp_account_actions_it_test.go +++ b/migrator/tp_account_actions_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_action_plans.go b/migrator/tp_action_plans.go index 9754169d2..2f01ede86 100644 --- a/migrator/tp_action_plans.go +++ b/migrator/tp_action_plans.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_action_plans_it_test.go b/migrator/tp_action_plans_it_test.go index fe9f0723e..b625e1a9d 100644 --- a/migrator/tp_action_plans_it_test.go +++ b/migrator/tp_action_plans_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_action_triggers.go b/migrator/tp_action_triggers.go index 6a88c8c56..2f9c6638f 100644 --- a/migrator/tp_action_triggers.go +++ b/migrator/tp_action_triggers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_action_triggers_it_test.go b/migrator/tp_action_triggers_it_test.go index 2e901ea87..b90c0a16b 100644 --- a/migrator/tp_action_triggers_it_test.go +++ b/migrator/tp_action_triggers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_actions.go b/migrator/tp_actions.go index 19497f32c..a0eca59dd 100644 --- a/migrator/tp_actions.go +++ b/migrator/tp_actions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_actions_it_test.go b/migrator/tp_actions_it_test.go index 0b0b133b5..c390fa8e8 100644 --- a/migrator/tp_actions_it_test.go +++ b/migrator/tp_actions_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_chargers.go b/migrator/tp_chargers.go index 1b073b23d..4b6d0db08 100644 --- a/migrator/tp_chargers.go +++ b/migrator/tp_chargers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_destination_rates.go b/migrator/tp_destination_rates.go index c76dde04c..a40741aa3 100644 --- a/migrator/tp_destination_rates.go +++ b/migrator/tp_destination_rates.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_destination_rates_it_test.go b/migrator/tp_destination_rates_it_test.go index 6058e7cbe..a51116002 100644 --- a/migrator/tp_destination_rates_it_test.go +++ b/migrator/tp_destination_rates_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_destinations.go b/migrator/tp_destinations.go index fa01d271a..4c551930f 100644 --- a/migrator/tp_destinations.go +++ b/migrator/tp_destinations.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_destinations_it_test.go b/migrator/tp_destinations_it_test.go index 0d80e50bb..ae3dd34f8 100644 --- a/migrator/tp_destinations_it_test.go +++ b/migrator/tp_destinations_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_dispatchers.go b/migrator/tp_dispatchers.go index 2beb6da90..530044e1d 100644 --- a/migrator/tp_dispatchers.go +++ b/migrator/tp_dispatchers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_dispatchers_it_test.go b/migrator/tp_dispatchers_it_test.go index 8abf80a06..37292c952 100644 --- a/migrator/tp_dispatchers_it_test.go +++ b/migrator/tp_dispatchers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_filters.go b/migrator/tp_filters.go index 437ffcc03..62c714013 100644 --- a/migrator/tp_filters.go +++ b/migrator/tp_filters.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_filters_it_test.go b/migrator/tp_filters_it_test.go index c2b07d086..e016f7c2f 100644 --- a/migrator/tp_filters_it_test.go +++ b/migrator/tp_filters_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_rates.go b/migrator/tp_rates.go index f1d569e20..3a22d2b24 100644 --- a/migrator/tp_rates.go +++ b/migrator/tp_rates.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_rates_it_test.go b/migrator/tp_rates_it_test.go index 9a1b295bf..0d2f52ed3 100644 --- a/migrator/tp_rates_it_test.go +++ b/migrator/tp_rates_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_rating_plans.go b/migrator/tp_rating_plans.go index 7ab58bfe2..a3cb54c93 100644 --- a/migrator/tp_rating_plans.go +++ b/migrator/tp_rating_plans.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_rating_plans_it_test.go b/migrator/tp_rating_plans_it_test.go index 9fa77e8bf..301b59109 100644 --- a/migrator/tp_rating_plans_it_test.go +++ b/migrator/tp_rating_plans_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_rating_profiles.go b/migrator/tp_rating_profiles.go index 9961c981f..b07869919 100644 --- a/migrator/tp_rating_profiles.go +++ b/migrator/tp_rating_profiles.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_rating_profiles_it_test.go b/migrator/tp_rating_profiles_it_test.go index a14a43556..ce985f27e 100644 --- a/migrator/tp_rating_profiles_it_test.go +++ b/migrator/tp_rating_profiles_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_resources.go b/migrator/tp_resources.go index 8c80b9d92..6677f2e18 100644 --- a/migrator/tp_resources.go +++ b/migrator/tp_resources.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_resources_it_test.go b/migrator/tp_resources_it_test.go index dff359274..2e2847432 100644 --- a/migrator/tp_resources_it_test.go +++ b/migrator/tp_resources_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_shared_groups.go b/migrator/tp_shared_groups.go index 7dfbadc27..cb7e2dcb8 100644 --- a/migrator/tp_shared_groups.go +++ b/migrator/tp_shared_groups.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_shared_groups_it_test.go b/migrator/tp_shared_groups_it_test.go index ee4f33d19..735c17604 100644 --- a/migrator/tp_shared_groups_it_test.go +++ b/migrator/tp_shared_groups_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_stats.go b/migrator/tp_stats.go index db0f561f4..7a175b652 100644 --- a/migrator/tp_stats.go +++ b/migrator/tp_stats.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_stats_it_test.go b/migrator/tp_stats_it_test.go index e93f19e54..c51c4526f 100644 --- a/migrator/tp_stats_it_test.go +++ b/migrator/tp_stats_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_suppliers.go b/migrator/tp_suppliers.go index daddc24b7..78bb9c002 100644 --- a/migrator/tp_suppliers.go +++ b/migrator/tp_suppliers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_suppliers_it_test.go b/migrator/tp_suppliers_it_test.go index 7d24edaff..55c1a313b 100644 --- a/migrator/tp_suppliers_it_test.go +++ b/migrator/tp_suppliers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_thresholds.go b/migrator/tp_thresholds.go index b6c9d7330..bfc2fdcdc 100644 --- a/migrator/tp_thresholds.go +++ b/migrator/tp_thresholds.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_thresholds_it_test.go b/migrator/tp_thresholds_it_test.go index 6c831088e..31693f1e7 100644 --- a/migrator/tp_thresholds_it_test.go +++ b/migrator/tp_thresholds_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_timings.go b/migrator/tp_timings.go index fafa0f43a..4b544e7b9 100644 --- a/migrator/tp_timings.go +++ b/migrator/tp_timings.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/tp_timings_it_test.go b/migrator/tp_timings_it_test.go index f14fedaef..d97b4611e 100644 --- a/migrator/tp_timings_it_test.go +++ b/migrator/tp_timings_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/user.go b/migrator/user.go index 27b22116d..b27993110 100644 --- a/migrator/user.go +++ b/migrator/user.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/user_it_test.go b/migrator/user_it_test.go index 5ef2f7cd0..72c7b6aad 100644 --- a/migrator/user_it_test.go +++ b/migrator/user_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/user_test.go b/migrator/user_test.go index dc699c347..e826567a1 100644 --- a/migrator/user_test.go +++ b/migrator/user_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/migrator/versions_it_test.go b/migrator/versions_it_test.go index db9868436..4658a33e7 100644 --- a/migrator/versions_it_test.go +++ b/migrator/versions_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package migrator diff --git a/packages/redhat_fedora/cgrates.spec b/packages/redhat_fedora/cgrates.spec index 4cced189f..da73f8867 100644 --- a/packages/redhat_fedora/cgrates.spec +++ b/packages/redhat_fedora/cgrates.spec @@ -16,7 +16,7 @@ Name: cgrates Version: %{version} Release: %{releaseTag} Summary: Carrier Grade Real-time Charging System -License: GPLv3 +License: AGPLv3 URL: https://github.com/cgrates/cgrates Source0: %{git_commit}.tar.gz BuildRequires: git curl tar diff --git a/scheduler/scheduler.go b/scheduler/scheduler.go index 6a96d2784..3a432a623 100644 --- a/scheduler/scheduler.go +++ b/scheduler/scheduler.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package scheduler diff --git a/scheduler/scheduler_test.go b/scheduler/scheduler_test.go index b2486b89b..1f4579c1e 100644 --- a/scheduler/scheduler_test.go +++ b/scheduler/scheduler_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package scheduler diff --git a/services/analyzers.go b/services/analyzers.go index 4a58918b4..9973272ce 100644 --- a/services/analyzers.go +++ b/services/analyzers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/apiers_it_test.go b/services/apiers_it_test.go index cc1a405fd..094a47775 100644 --- a/services/apiers_it_test.go +++ b/services/apiers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/apierv1.go b/services/apierv1.go index 500557819..602421100 100644 --- a/services/apierv1.go +++ b/services/apierv1.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/apierv2.go b/services/apierv2.go index 76701f13d..fe9cb42aa 100644 --- a/services/apierv2.go +++ b/services/apierv2.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/asteriskagent.go b/services/asteriskagent.go index 391510c9f..eb70bf884 100644 --- a/services/asteriskagent.go +++ b/services/asteriskagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/attributes.go b/services/attributes.go index e51a576d0..8af40aec6 100644 --- a/services/attributes.go +++ b/services/attributes.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/attributes_it_test.go b/services/attributes_it_test.go index 4c29040ba..fbda0884e 100644 --- a/services/attributes_it_test.go +++ b/services/attributes_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/cdrs.go b/services/cdrs.go index 297835237..cf86f04aa 100644 --- a/services/cdrs.go +++ b/services/cdrs.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/cdrs_it_test.go b/services/cdrs_it_test.go index a9eb5bc04..dcb9e1281 100644 --- a/services/cdrs_it_test.go +++ b/services/cdrs_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/chargers.go b/services/chargers.go index 3c37e2ba0..1f15d1ef3 100644 --- a/services/chargers.go +++ b/services/chargers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/chargers_it_test.go b/services/chargers_it_test.go index 8bf56ae0c..fe463b87c 100644 --- a/services/chargers_it_test.go +++ b/services/chargers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/datadb.go b/services/datadb.go index 5a073c513..644cbd8c6 100644 --- a/services/datadb.go +++ b/services/datadb.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/datadb_it_test.go b/services/datadb_it_test.go index c1a105e2b..46f38752a 100644 --- a/services/datadb_it_test.go +++ b/services/datadb_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/diameteragent.go b/services/diameteragent.go index 15c516156..ea41488f1 100644 --- a/services/diameteragent.go +++ b/services/diameteragent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/dispatchers.go b/services/dispatchers.go index 94e9a07ad..0bb843b5c 100644 --- a/services/dispatchers.go +++ b/services/dispatchers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/dispatchers_it_test.go b/services/dispatchers_it_test.go index 8c80f50a8..ddddf718e 100644 --- a/services/dispatchers_it_test.go +++ b/services/dispatchers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/dnsagent.go b/services/dnsagent.go index f2c70366d..69003765b 100644 --- a/services/dnsagent.go +++ b/services/dnsagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/dnsagent_it_test.go b/services/dnsagent_it_test.go index 2d7bda7bf..b4c8515b7 100644 --- a/services/dnsagent_it_test.go +++ b/services/dnsagent_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/ers.go b/services/ers.go index bb2ea947b..3dfce3931 100644 --- a/services/ers.go +++ b/services/ers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/ers_it_test.go b/services/ers_it_test.go index 37831db9d..5ca14514d 100644 --- a/services/ers_it_test.go +++ b/services/ers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/freeswitchagent.go b/services/freeswitchagent.go index 8e23235b0..82157fcf8 100644 --- a/services/freeswitchagent.go +++ b/services/freeswitchagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/httpagent.go b/services/httpagent.go index 8ba5f2743..0534b4fd3 100644 --- a/services/httpagent.go +++ b/services/httpagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/kamailioagent.go b/services/kamailioagent.go index d5c38b589..99829d5b5 100644 --- a/services/kamailioagent.go +++ b/services/kamailioagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/loaders.go b/services/loaders.go index a55b15679..305ab669d 100644 --- a/services/loaders.go +++ b/services/loaders.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/radiusagent.go b/services/radiusagent.go index b68387e6f..e16f72628 100644 --- a/services/radiusagent.go +++ b/services/radiusagent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/rals.go b/services/rals.go index 5e9f6faf2..45d63b78a 100644 --- a/services/rals.go +++ b/services/rals.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/rals_it_test.go b/services/rals_it_test.go index 772fa9784..d3ec69ec4 100644 --- a/services/rals_it_test.go +++ b/services/rals_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/resources.go b/services/resources.go index 0aeb86354..5977cef49 100644 --- a/services/resources.go +++ b/services/resources.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/resources_it_test.go b/services/resources_it_test.go index d903d92af..12f2115bb 100644 --- a/services/resources_it_test.go +++ b/services/resources_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/responders.go b/services/responders.go index 916b2541e..6a71ff832 100644 --- a/services/responders.go +++ b/services/responders.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/schedulers.go b/services/schedulers.go index 70fcd6745..113b7d4c4 100644 --- a/services/schedulers.go +++ b/services/schedulers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/schedulers_it_test.go b/services/schedulers_it_test.go index 59189682d..1744a9652 100644 --- a/services/schedulers_it_test.go +++ b/services/schedulers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/sessions.go b/services/sessions.go index 1001730b7..de8c8b64d 100644 --- a/services/sessions.go +++ b/services/sessions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/sessions_it_test.go b/services/sessions_it_test.go index 4136825c3..fae9f5224 100644 --- a/services/sessions_it_test.go +++ b/services/sessions_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/stats.go b/services/stats.go index 2ad212b2d..fe28281dc 100644 --- a/services/stats.go +++ b/services/stats.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/stats_it_test.go b/services/stats_it_test.go index eb798b47b..cfda82422 100644 --- a/services/stats_it_test.go +++ b/services/stats_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/stordb.go b/services/stordb.go index 9b69f6402..63c45ea0e 100644 --- a/services/stordb.go +++ b/services/stordb.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/suppliers.go b/services/suppliers.go index 83381f8b2..5ca2beece 100644 --- a/services/suppliers.go +++ b/services/suppliers.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/suppliers_it_test.go b/services/suppliers_it_test.go index cfb1bc91e..708d476c1 100644 --- a/services/suppliers_it_test.go +++ b/services/suppliers_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/thresholds.go b/services/thresholds.go index 45a76848a..2322f40a9 100644 --- a/services/thresholds.go +++ b/services/thresholds.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/services/thresholds_it_test.go b/services/thresholds_it_test.go index 8d627711a..dd2654f28 100644 --- a/services/thresholds_it_test.go +++ b/services/thresholds_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package services diff --git a/servmanager/servmanager.go b/servmanager/servmanager.go index cf5f18d7d..c01f85b9b 100644 --- a/servmanager/servmanager.go +++ b/servmanager/servmanager.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package servmanager diff --git a/sessions/libsessions.go b/sessions/libsessions.go index 97406a186..012c17eed 100644 --- a/sessions/libsessions.go +++ b/sessions/libsessions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package sessions diff --git a/sessions/libsessions_test.go b/sessions/libsessions_test.go index f5068352e..f03f99b72 100644 --- a/sessions/libsessions_test.go +++ b/sessions/libsessions_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package sessions diff --git a/sessions/session.go b/sessions/session.go index 6da3be3de..0cbb046a9 100644 --- a/sessions/session.go +++ b/sessions/session.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package sessions diff --git a/sessions/session_test.go b/sessions/session_test.go index 6917dacac..3312e4211 100644 --- a/sessions/session_test.go +++ b/sessions/session_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package sessions diff --git a/sessions/sessions.go b/sessions/sessions.go index 5c2c8987d..223da6aae 100644 --- a/sessions/sessions.go +++ b/sessions/sessions.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package sessions diff --git a/sessions/sessions_bench_test.go b/sessions/sessions_bench_test.go index 93be562d4..9000cf10b 100644 --- a/sessions/sessions_bench_test.go +++ b/sessions/sessions_bench_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package sessions diff --git a/sessions/sessions_birpc_it_test.go b/sessions/sessions_birpc_it_test.go index 3b816d77c..0faeb10ac 100644 --- a/sessions/sessions_birpc_it_test.go +++ b/sessions/sessions_birpc_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package sessions diff --git a/sessions/sessions_data_it_test.go b/sessions/sessions_data_it_test.go index 73ca40476..18e146a60 100644 --- a/sessions/sessions_data_it_test.go +++ b/sessions/sessions_data_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package sessions diff --git a/sessions/sessions_it_test.go b/sessions/sessions_it_test.go index fffb8b610..7b8cf522e 100644 --- a/sessions/sessions_it_test.go +++ b/sessions/sessions_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package sessions diff --git a/sessions/sessions_rpl_it_test.go b/sessions/sessions_rpl_it_test.go index 42243faef..fcb0850a8 100644 --- a/sessions/sessions_rpl_it_test.go +++ b/sessions/sessions_rpl_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package sessions diff --git a/sessions/sessions_test.go b/sessions/sessions_test.go index 2a93ebb14..181bfa703 100644 --- a/sessions/sessions_test.go +++ b/sessions/sessions_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package sessions diff --git a/sessions/sessions_voice_it_test.go b/sessions/sessions_voice_it_test.go index b2485d407..5c0f594aa 100644 --- a/sessions/sessions_voice_it_test.go +++ b/sessions/sessions_voice_it_test.go @@ -6,17 +6,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package sessions diff --git a/structmatcher/structmatcher.go b/structmatcher/structmatcher.go index 2e53a9999..cf2813933 100644 --- a/structmatcher/structmatcher.go +++ b/structmatcher/structmatcher.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package structmatcher diff --git a/structmatcher/structmatcher_test.go b/structmatcher/structmatcher_test.go index f1642925b..4691d07ad 100644 --- a/structmatcher/structmatcher_test.go +++ b/structmatcher/structmatcher_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package structmatcher diff --git a/utils/apitpdata.go b/utils/apitpdata.go index 173f38527..703901074 100644 --- a/utils/apitpdata.go +++ b/utils/apitpdata.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/apitpdata_test.go b/utils/apitpdata_test.go index 4b9bf0c35..cb44e5d3b 100644 --- a/utils/apitpdata_test.go +++ b/utils/apitpdata_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/basic_auth.go b/utils/basic_auth.go index d1bb08471..5293d6266 100644 --- a/utils/basic_auth.go +++ b/utils/basic_auth.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/basic_auth_test.go b/utils/basic_auth_test.go index b2caa9c66..96b4e5351 100644 --- a/utils/basic_auth_test.go +++ b/utils/basic_auth_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/birpcint_client.go b/utils/birpcint_client.go index 53abd1164..49a42f22b 100644 --- a/utils/birpcint_client.go +++ b/utils/birpcint_client.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/birpcint_client_test.go b/utils/birpcint_client_test.go index dc55cd550..41d0d581f 100644 --- a/utils/birpcint_client_test.go +++ b/utils/birpcint_client_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/cache_file_info.go b/utils/cache_file_info.go index eb1655966..8ca0ac763 100644 --- a/utils/cache_file_info.go +++ b/utils/cache_file_info.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/cgrevent.go b/utils/cgrevent.go index 96b3fc9bd..c195647c7 100644 --- a/utils/cgrevent.go +++ b/utils/cgrevent.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/cgrevent_test.go b/utils/cgrevent_test.go index f3e8c1a83..2f82dbe32 100644 --- a/utils/cgrevent_test.go +++ b/utils/cgrevent_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/cgrrecordwriter.go b/utils/cgrrecordwriter.go index 3bb083a8c..cbb882f07 100644 --- a/utils/cgrrecordwriter.go +++ b/utils/cgrrecordwriter.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/cgrrecordwriter_test.go b/utils/cgrrecordwriter_test.go index cffeae96f..ae057000a 100644 --- a/utils/cgrrecordwriter_test.go +++ b/utils/cgrrecordwriter_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/concureqs.go b/utils/concureqs.go index 2ab59ad54..75483327c 100644 --- a/utils/concureqs.go +++ b/utils/concureqs.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/concureqs_gob_codec.go b/utils/concureqs_gob_codec.go index 5d0b75e39..097350fa5 100644 --- a/utils/concureqs_gob_codec.go +++ b/utils/concureqs_gob_codec.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ // Most of the logic follows standard library implementation in this file diff --git a/utils/concureqs_json_codec.go b/utils/concureqs_json_codec.go index 579afda8f..06a8fb385 100644 --- a/utils/concureqs_json_codec.go +++ b/utils/concureqs_json_codec.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ // Most of the logic follows standard library implementation in this file diff --git a/utils/concureqs_test.go b/utils/concureqs_test.go index a00c988b0..0121c1559 100644 --- a/utils/concureqs_test.go +++ b/utils/concureqs_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/consts.go b/utils/consts.go index c11303f5e..8953144fc 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/coreutils.go b/utils/coreutils.go index 4d8dfa008..568322e78 100644 --- a/utils/coreutils.go +++ b/utils/coreutils.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/coreutils_test.go b/utils/coreutils_test.go index 9d911b9dd..4a53e4748 100644 --- a/utils/coreutils_test.go +++ b/utils/coreutils_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/dataconverter.go b/utils/dataconverter.go index 4df0c3d70..b602f7f0d 100644 --- a/utils/dataconverter.go +++ b/utils/dataconverter.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/dataconverter_test.go b/utils/dataconverter_test.go index 39e269087..43030e4b9 100644 --- a/utils/dataconverter_test.go +++ b/utils/dataconverter_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/dataprovider.go b/utils/dataprovider.go index b4e8170b8..1324e9c0a 100644 --- a/utils/dataprovider.go +++ b/utils/dataprovider.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/dataprovider_test.go b/utils/dataprovider_test.go index b2a0609e6..34911d651 100644 --- a/utils/dataprovider_test.go +++ b/utils/dataprovider_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/dateseries.go b/utils/dateseries.go index ad1aa1657..17a1d6ac2 100644 --- a/utils/dateseries.go +++ b/utils/dateseries.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/dateseries_test.go b/utils/dateseries_test.go index 63eb49462..ec038900f 100644 --- a/utils/dateseries_test.go +++ b/utils/dateseries_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/errors.go b/utils/errors.go index e6fad317b..c310210ba 100644 --- a/utils/errors.go +++ b/utils/errors.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/errors_test.go b/utils/errors_test.go index dc4cfe87c..8496fc5f2 100644 --- a/utils/errors_test.go +++ b/utils/errors_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/json_codec.go b/utils/json_codec.go index c59c0f7f7..5d23d7c4c 100644 --- a/utils/json_codec.go +++ b/utils/json_codec.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/json_codec_test.go b/utils/json_codec_test.go index 67311a1e9..1efa4b2e3 100644 --- a/utils/json_codec_test.go +++ b/utils/json_codec_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/logger.go b/utils/logger.go index 33348d880..3955d2a24 100644 --- a/utils/logger.go +++ b/utils/logger.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/map.go b/utils/map.go index b53760a8f..94df7b10f 100644 --- a/utils/map.go +++ b/utils/map.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/map_test.go b/utils/map_test.go index ce74a9c6e..8b0b1d245 100644 --- a/utils/map_test.go +++ b/utils/map_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/mapstorage.go b/utils/mapstorage.go index 07eb1c62a..92796aac4 100644 --- a/utils/mapstorage.go +++ b/utils/mapstorage.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/mapstorage_test.go b/utils/mapstorage_test.go index 39e14b884..b267ce666 100644 --- a/utils/mapstorage_test.go +++ b/utils/mapstorage_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/navigablemap.go b/utils/navigablemap.go index eff887b9d..b686cf08f 100644 --- a/utils/navigablemap.go +++ b/utils/navigablemap.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/navigablemap_test.go b/utils/navigablemap_test.go index 4619a1193..faaa4e531 100644 --- a/utils/navigablemap_test.go +++ b/utils/navigablemap_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/nmdata.go b/utils/nmdata.go index fa9c80351..87394c381 100644 --- a/utils/nmdata.go +++ b/utils/nmdata.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/nmdata_test.go b/utils/nmdata_test.go index be54cc92e..07751d1ee 100644 --- a/utils/nmdata_test.go +++ b/utils/nmdata_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/nmslice.go b/utils/nmslice.go index d673a977d..766ce5178 100644 --- a/utils/nmslice.go +++ b/utils/nmslice.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/nmslice_test.go b/utils/nmslice_test.go index 65564d07e..e1608a59c 100644 --- a/utils/nmslice_test.go +++ b/utils/nmslice_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/orderedmap.go b/utils/orderedmap.go index a6155af91..8312c4700 100644 --- a/utils/orderedmap.go +++ b/utils/orderedmap.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/orderedmap_test.go b/utils/orderedmap_test.go index 2edc0f10f..25b4b43c2 100644 --- a/utils/orderedmap_test.go +++ b/utils/orderedmap_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/orderednavigablemap.go b/utils/orderednavigablemap.go index 38bfae1aa..fe30065d5 100644 --- a/utils/orderednavigablemap.go +++ b/utils/orderednavigablemap.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/orderednavigablemap_test.go b/utils/orderednavigablemap_test.go index ed4270acf..c67f3d6ff 100644 --- a/utils/orderednavigablemap_test.go +++ b/utils/orderednavigablemap_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/pathitem.go b/utils/pathitem.go index 66ca0d7b7..4a9491a02 100644 --- a/utils/pathitem.go +++ b/utils/pathitem.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/pathitem_test.go b/utils/pathitem_test.go index d18703cde..e0429d3c7 100644 --- a/utils/pathitem_test.go +++ b/utils/pathitem_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/pathitemlist.go b/utils/pathitemlist.go index 21e4c8bcc..3292a15cf 100644 --- a/utils/pathitemlist.go +++ b/utils/pathitemlist.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/pathitemlist_test.go b/utils/pathitemlist_test.go index fa5ff5e6d..6dcd9a5ba 100644 --- a/utils/pathitemlist_test.go +++ b/utils/pathitemlist_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/reflect.go b/utils/reflect.go index ed0d238b6..24165dbf1 100644 --- a/utils/reflect.go +++ b/utils/reflect.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/reflect_test.go b/utils/reflect_test.go index 5d8038417..c62bc7b25 100644 --- a/utils/reflect_test.go +++ b/utils/reflect_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/researchreplace.go b/utils/researchreplace.go index ff1532195..afd6ce2f9 100644 --- a/utils/researchreplace.go +++ b/utils/researchreplace.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/researchreplace_test.go b/utils/researchreplace_test.go index 830033076..220a87e55 100644 --- a/utils/researchreplace_test.go +++ b/utils/researchreplace_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/rpc_params.go b/utils/rpc_params.go index 4bd14422f..3f60eafda 100644 --- a/utils/rpc_params.go +++ b/utils/rpc_params.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/rsrfield.go b/utils/rsrfield.go index 0647a91b0..e37d3f4ad 100644 --- a/utils/rsrfield.go +++ b/utils/rsrfield.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/rsrfield_test.go b/utils/rsrfield_test.go index 9d0f49916..f4b4d5c37 100644 --- a/utils/rsrfield_test.go +++ b/utils/rsrfield_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/server.go b/utils/server.go index 048e7956a..edc2143b2 100644 --- a/utils/server.go +++ b/utils/server.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/server_test.go b/utils/server_test.go index a022b2cb0..ed04d1688 100644 --- a/utils/server_test.go +++ b/utils/server_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/set.go b/utils/set.go index 46ba39ffa..d327e9459 100644 --- a/utils/set.go +++ b/utils/set.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/set_test.go b/utils/set_test.go index 26314ab7f..db7003794 100644 --- a/utils/set_test.go +++ b/utils/set_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/slice.go b/utils/slice.go index e49fa843e..bea690b30 100644 --- a/utils/slice.go +++ b/utils/slice.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/slice_test.go b/utils/slice_test.go index b846b0ea4..bbd872aad 100644 --- a/utils/slice_test.go +++ b/utils/slice_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/struct.go b/utils/struct.go index 5ef401e80..1b48c3cd3 100644 --- a/utils/struct.go +++ b/utils/struct.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/struct_test.go b/utils/struct_test.go index 8e902b5b4..cfe733b22 100644 --- a/utils/struct_test.go +++ b/utils/struct_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/testflag.go b/utils/testflag.go index 225f38f17..bad4af789 100644 --- a/utils/testflag.go +++ b/utils/testflag.go @@ -5,17 +5,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/value_formula.go b/utils/value_formula.go index 98306c69e..5a55eeb04 100644 --- a/utils/value_formula.go +++ b/utils/value_formula.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils diff --git a/utils/value_formula_test.go b/utils/value_formula_test.go index 246bfe065..658ad31e4 100644 --- a/utils/value_formula_test.go +++ b/utils/value_formula_test.go @@ -3,17 +3,17 @@ Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments Copyright (C) ITsysCOM GmbH This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by +it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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. +GNU Affero 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 +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see */ package utils