diff --git a/apier/v1/accounts.go b/apier/v1/accounts.go
index 37ab332a0..62cddae7a 100644
--- a/apier/v1/accounts.go
+++ b/apier/v1/accounts.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/aliases.go b/apier/v1/aliases.go
index 3fd474bd0..f38b4b165 100644
--- a/apier/v1/aliases.go
+++ b/apier/v1/aliases.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -21,6 +21,7 @@ package v1
import (
"errors"
"fmt"
+
"github.com/cgrates/cgrates/engine"
"github.com/cgrates/cgrates/utils"
)
diff --git a/apier/v1/cdre.go b/apier/v1/cdre.go
index 6999cd62c..cb0bef28f 100644
--- a/apier/v1/cdre.go
+++ b/apier/v1/cdre.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/cdrs.go b/apier/v1/cdrs.go
index 0a0f0ecae..5a1d1b58c 100644
--- a/apier/v1/cdrs.go
+++ b/apier/v1/cdrs.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/costs.go b/apier/v1/costs.go
index c2a252477..1f61a0282 100644
--- a/apier/v1/costs.go
+++ b/apier/v1/costs.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -20,9 +20,10 @@ package v1
import (
"fmt"
+ "time"
+
"github.com/cgrates/cgrates/engine"
"github.com/cgrates/cgrates/utils"
- "time"
)
type AttrGetDataCost struct {
diff --git a/apier/v1/derivedcharging.go b/apier/v1/derivedcharging.go
index 637004590..7486a2264 100644
--- a/apier/v1/derivedcharging.go
+++ b/apier/v1/derivedcharging.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -20,6 +20,7 @@ package v1
import (
"fmt"
+
"github.com/cgrates/cgrates/engine"
"github.com/cgrates/cgrates/utils"
)
diff --git a/apier/v1/mediator.go b/apier/v1/mediator.go
index 66cc45b35..ba6523766 100644
--- a/apier/v1/mediator.go
+++ b/apier/v1/mediator.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/scheduler.go b/apier/v1/scheduler.go
index 7918a7f23..216feb41a 100644
--- a/apier/v1/scheduler.go
+++ b/apier/v1/scheduler.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tp.go b/apier/v1/tp.go
index 9339d66cb..b53992c2e 100644
--- a/apier/v1/tp.go
+++ b/apier/v1/tp.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tpaccountactions.go b/apier/v1/tpaccountactions.go
index 88ec36255..e77aa0721 100644
--- a/apier/v1/tpaccountactions.go
+++ b/apier/v1/tpaccountactions.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tpactions.go b/apier/v1/tpactions.go
index 466c7fa56..3dd3c01a2 100644
--- a/apier/v1/tpactions.go
+++ b/apier/v1/tpactions.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tpactiontimings.go b/apier/v1/tpactiontimings.go
index aeff26e5d..377063fbb 100644
--- a/apier/v1/tpactiontimings.go
+++ b/apier/v1/tpactiontimings.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tpactiontriggers.go b/apier/v1/tpactiontriggers.go
index 9fb328518..f9c23afaa 100644
--- a/apier/v1/tpactiontriggers.go
+++ b/apier/v1/tpactiontriggers.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tpcdrstats.go b/apier/v1/tpcdrstats.go
index 29cba20eb..0f3ece766 100644
--- a/apier/v1/tpcdrstats.go
+++ b/apier/v1/tpcdrstats.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tpderivedcharges.go b/apier/v1/tpderivedcharges.go
index 8597fe9b4..8313e0861 100644
--- a/apier/v1/tpderivedcharges.go
+++ b/apier/v1/tpderivedcharges.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tpdestinationrates.go b/apier/v1/tpdestinationrates.go
index 00f2106b8..154fa065f 100644
--- a/apier/v1/tpdestinationrates.go
+++ b/apier/v1/tpdestinationrates.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tpdestinations.go b/apier/v1/tpdestinations.go
index 3d958f1da..e9c8f88f7 100644
--- a/apier/v1/tpdestinations.go
+++ b/apier/v1/tpdestinations.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tplcrrules.go b/apier/v1/tplcrrules.go
index 17cd8c70c..3e9ca6a59 100644
--- a/apier/v1/tplcrrules.go
+++ b/apier/v1/tplcrrules.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tprates.go b/apier/v1/tprates.go
index 1b79c149a..b863506f0 100644
--- a/apier/v1/tprates.go
+++ b/apier/v1/tprates.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tpratingplans.go b/apier/v1/tpratingplans.go
index b64fb15a0..691d935d2 100644
--- a/apier/v1/tpratingplans.go
+++ b/apier/v1/tpratingplans.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tpratingprofiles.go b/apier/v1/tpratingprofiles.go
index 7207cbfc5..857a9f705 100644
--- a/apier/v1/tpratingprofiles.go
+++ b/apier/v1/tpratingprofiles.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tpsharedgroups.go b/apier/v1/tpsharedgroups.go
index 6f9dbb7f3..ddad443cc 100644
--- a/apier/v1/tpsharedgroups.go
+++ b/apier/v1/tpsharedgroups.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tptimings.go b/apier/v1/tptimings.go
index 30f006770..e1a314e9f 100644
--- a/apier/v1/tptimings.go
+++ b/apier/v1/tptimings.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/apier/v1/tutfsjson_local_test b/apier/v1/tutfsjson_local_test
index eff64c851..8c60b8f04 100644
--- a/apier/v1/tutfsjson_local_test
+++ b/apier/v1/tutfsjson_local_test
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cdrc/cdrc_local_test.go b/cdrc/cdrc_local_test.go
index 867147a9b..9f887548b 100644
--- a/cdrc/cdrc_local_test.go
+++ b/cdrc/cdrc_local_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cdrc/cdrc_test.go b/cdrc/cdrc_test.go
index ca7972726..859847f53 100644
--- a/cdrc/cdrc_test.go
+++ b/cdrc/cdrc_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cdre/cdrexporter.go b/cdre/cdrexporter.go
index de7222af5..de3017c81 100644
--- a/cdre/cdrexporter.go
+++ b/cdre/cdrexporter.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cdre/cdrexporter_test.go b/cdre/cdrexporter_test.go
index 41e02ff99..8c2ee91e2 100644
--- a/cdre/cdrexporter_test.go
+++ b/cdre/cdrexporter_test.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -19,11 +19,12 @@ along with this program. If not, see
package cdre
import (
+ "testing"
+ "time"
+
"github.com/cgrates/cgrates/config"
"github.com/cgrates/cgrates/engine"
"github.com/cgrates/cgrates/utils"
- "testing"
- "time"
)
func TestCdreGetCombimedCdrFieldVal(t *testing.T) {
diff --git a/cdre/csv_test.go b/cdre/csv_test.go
index f2ae56c8e..0896f8a82 100644
--- a/cdre/csv_test.go
+++ b/cdre/csv_test.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -21,12 +21,13 @@ package cdre
import (
"bytes"
"encoding/csv"
- "github.com/cgrates/cgrates/config"
- "github.com/cgrates/cgrates/engine"
- "github.com/cgrates/cgrates/utils"
"strings"
"testing"
"time"
+
+ "github.com/cgrates/cgrates/config"
+ "github.com/cgrates/cgrates/engine"
+ "github.com/cgrates/cgrates/utils"
)
func TestCsvCdrWriter(t *testing.T) {
diff --git a/cdre/fixedwidth_test.go b/cdre/fixedwidth_test.go
index 3221a3c96..28247a207 100644
--- a/cdre/fixedwidth_test.go
+++ b/cdre/fixedwidth_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cdre/libcdre.go b/cdre/libcdre.go
index 0fc889717..f2ce17372 100644
--- a/cdre/libcdre.go
+++ b/cdre/libcdre.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cdre/libcdre_test.go b/cdre/libcdre_test.go
index 527b68e6f..a7eb1bc85 100644
--- a/cdre/libcdre_test.go
+++ b/cdre/libcdre_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cmd/cgr-console/cgr-console.go b/cmd/cgr-console/cgr-console.go
index 7092d3c6f..2968988f0 100644
--- a/cmd/cgr-console/cgr-console.go
+++ b/cmd/cgr-console/cgr-console.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cmd/cgr-engine/cgr-engine.go b/cmd/cgr-engine/cgr-engine.go
index ed81689cd..94290a2b9 100644
--- a/cmd/cgr-engine/cgr-engine.go
+++ b/cmd/cgr-engine/cgr-engine.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cmd/cgr-engine/engine_test.go b/cmd/cgr-engine/engine_test.go
index 72fd53f42..264855d16 100644
--- a/cmd/cgr-engine/engine_test.go
+++ b/cmd/cgr-engine/engine_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cmd/cgr-engine/registration.go b/cmd/cgr-engine/registration.go
index 349e85453..598c020fd 100644
--- a/cmd/cgr-engine/registration.go
+++ b/cmd/cgr-engine/registration.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cmd/cgr-loader/cgr-loader.go b/cmd/cgr-loader/cgr-loader.go
index ccb5e3f0f..726f17af4 100644
--- a/cmd/cgr-loader/cgr-loader.go
+++ b/cmd/cgr-loader/cgr-loader.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/cmd/cgr-tester/cgr-tester.go b/cmd/cgr-tester/cgr-tester.go
index 2fddfefd0..870b4a126 100644
--- a/cmd/cgr-tester/cgr-tester.go
+++ b/cmd/cgr-tester/cgr-tester.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/config/cdrcconfig.go b/config/cdrcconfig.go
index 54a885208..4ee3502fd 100644
--- a/config/cdrcconfig.go
+++ b/config/cdrcconfig.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -19,8 +19,9 @@ along with this program. If not, see
package config
import (
- "github.com/cgrates/cgrates/utils"
"time"
+
+ "github.com/cgrates/cgrates/utils"
)
type CdrcConfig struct {
diff --git a/config/config_test.go b/config/config_test.go
index 369fd90e2..025c47849 100644
--- a/config/config_test.go
+++ b/config/config_test.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/account.go b/console/account.go
index 51631677b..2ffee401a 100644
--- a/console/account.go
+++ b/console/account.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/account_add.go b/console/account_add.go
index 05ff0da77..ed19ba54c 100644
--- a/console/account_add.go
+++ b/console/account_add.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/accountactions_set.go b/console/accountactions_set.go
index a41ad683c..2522460b3 100644
--- a/console/accountactions_set.go
+++ b/console/accountactions_set.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/action_execute.go b/console/action_execute.go
index d4ca581a7..14e96fd47 100644
--- a/console/action_execute.go
+++ b/console/action_execute.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/balance_debit.go b/console/balance_debit.go
index 7b8407651..a8934935a 100644
--- a/console/balance_debit.go
+++ b/console/balance_debit.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/balance_set.go b/console/balance_set.go
index a3ec42746..465684b91 100644
--- a/console/balance_set.go
+++ b/console/balance_set.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/cache_age.go b/console/cache_age.go
index 05ef93198..611c88d21 100644
--- a/console/cache_age.go
+++ b/console/cache_age.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/cache_reload.go b/console/cache_reload.go
index 0c0e8a7d8..35709caad 100644
--- a/console/cache_reload.go
+++ b/console/cache_reload.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/cache_stats.go b/console/cache_stats.go
index edb77be06..e810b9870 100644
--- a/console/cache_stats.go
+++ b/console/cache_stats.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/callcost.go b/console/callcost.go
index 56e0776f5..9a779919e 100644
--- a/console/callcost.go
+++ b/console/callcost.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/cdrs_export.go b/console/cdrs_export.go
index b1bfb5159..35a82539a 100644
--- a/console/cdrs_export.go
+++ b/console/cdrs_export.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/cdrs_rem.go b/console/cdrs_rem.go
index e3e0eca72..d5c661ff5 100644
--- a/console/cdrs_rem.go
+++ b/console/cdrs_rem.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/cdrstats_metrics.go b/console/cdrstats_metrics.go
index 73db9f861..b33bdc561 100644
--- a/console/cdrstats_metrics.go
+++ b/console/cdrstats_metrics.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/cdrstats_queueids.go b/console/cdrstats_queueids.go
index 1bdefc007..4c26f681c 100644
--- a/console/cdrstats_queueids.go
+++ b/console/cdrstats_queueids.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/cdrstats_reload.go b/console/cdrstats_reload.go
index d51d80a89..581ce4c6d 100644
--- a/console/cdrstats_reload.go
+++ b/console/cdrstats_reload.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/cdrstats_reset.go b/console/cdrstats_reset.go
index 3c6656cc2..2538fd85e 100644
--- a/console/cdrstats_reset.go
+++ b/console/cdrstats_reset.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/command.go b/console/command.go
index 993ff551d..2f22c59ed 100644
--- a/console/command.go
+++ b/console/command.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/command_executer.go b/console/command_executer.go
index af51a83eb..e551cc711 100644
--- a/console/command_executer.go
+++ b/console/command_executer.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/command_executer_test.go b/console/command_executer_test.go
index 7a3f51c9a..ccd18d7fd 100644
--- a/console/command_executer_test.go
+++ b/console/command_executer_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/cost.go b/console/cost.go
index aa21edecc..5293908e5 100644
--- a/console/cost.go
+++ b/console/cost.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/datacost.go b/console/datacost.go
index 0176c5170..c7717f9df 100644
--- a/console/datacost.go
+++ b/console/datacost.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/destination.go b/console/destination.go
index d0d594a19..6d47379a9 100644
--- a/console/destination.go
+++ b/console/destination.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/maxduration.go b/console/maxduration.go
index 84a7a1a66..3d31ca2ad 100644
--- a/console/maxduration.go
+++ b/console/maxduration.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/parse.go b/console/parse.go
index f9e59d481..60df2c9e3 100644
--- a/console/parse.go
+++ b/console/parse.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/ratingprofile_set.go b/console/ratingprofile_set.go
index b05d6858c..3d13b9c4b 100644
--- a/console/ratingprofile_set.go
+++ b/console/ratingprofile_set.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/scheduler_reload.go b/console/scheduler_reload.go
index 60e84e36f..464b60d86 100644
--- a/console/scheduler_reload.go
+++ b/console/scheduler_reload.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/status.go b/console/status.go
index 8d1865227..525dcdf0b 100644
--- a/console/status.go
+++ b/console/status.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/console/triggeredaction_add.go b/console/triggeredaction_add.go
index ea262b8db..4c5d52f0b 100644
--- a/console/triggeredaction_add.go
+++ b/console/triggeredaction_add.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/docs/conf.py b/docs/conf.py
index 14f16f045..4ba2ebf99 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'CGRateS'
-copyright = u'2012-2014, ITsysCOM'
+copyright = u'2012-2015, ITsysCOM'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/engine/account.go b/engine/account.go
index 5d2e6dac9..2b52cfead 100644
--- a/engine/account.go
+++ b/engine/account.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/account_test.go b/engine/account_test.go
index c5f392239..6be434a88 100644
--- a/engine/account_test.go
+++ b/engine/account_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/accountlock.go b/engine/accountlock.go
index 0dcf3927e..9f77e078f 100644
--- a/engine/accountlock.go
+++ b/engine/accountlock.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/accountlock_test.go b/engine/accountlock_test.go
index 59f010e73..f9f085956 100644
--- a/engine/accountlock_test.go
+++ b/engine/accountlock_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/action.go b/engine/action.go
index 799483dd2..6510bfb52 100644
--- a/engine/action.go
+++ b/engine/action.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/action_timing.go b/engine/action_timing.go
index 08768fa42..e22a5f923 100644
--- a/engine/action_timing.go
+++ b/engine/action_timing.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/action_trigger.go b/engine/action_trigger.go
index 60c48116a..4a1802e3a 100644
--- a/engine/action_trigger.go
+++ b/engine/action_trigger.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/actions_test.go b/engine/actions_test.go
index fd5de81b2..270d83263 100644
--- a/engine/actions_test.go
+++ b/engine/actions_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/balances.go b/engine/balances.go
index 8ed980edc..4753b94b7 100644
--- a/engine/balances.go
+++ b/engine/balances.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/balances_test.go b/engine/balances_test.go
index 5cff27d56..47550b586 100644
--- a/engine/balances_test.go
+++ b/engine/balances_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/callcost.go b/engine/callcost.go
index a4de48e95..4041c75ce 100644
--- a/engine/callcost.go
+++ b/engine/callcost.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/callcost_test.go b/engine/callcost_test.go
index a6eaf4c51..0b2dc44f6 100644
--- a/engine/callcost_test.go
+++ b/engine/callcost_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/calldesc.go b/engine/calldesc.go
index 2c2e8fd2c..f0c46e772 100644
--- a/engine/calldesc.go
+++ b/engine/calldesc.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/calldesc_test.go b/engine/calldesc_test.go
index ffcf050ab..aa63fcf4c 100644
--- a/engine/calldesc_test.go
+++ b/engine/calldesc_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/cdrs.go b/engine/cdrs.go
index 17d218876..d4daa7b6e 100644
--- a/engine/cdrs.go
+++ b/engine/cdrs.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/datacost.go b/engine/datacost.go
index 0c486bebf..0207b06b5 100644
--- a/engine/datacost.go
+++ b/engine/datacost.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/destinations.go b/engine/destinations.go
index 56e228e3e..ae3a712b7 100644
--- a/engine/destinations.go
+++ b/engine/destinations.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/destinations_test.go b/engine/destinations_test.go
index 6adcd1a7b..ca7a43d97 100644
--- a/engine/destinations_test.go
+++ b/engine/destinations_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/fscdr.go b/engine/fscdr.go
index 417d96b58..9fb118569 100644
--- a/engine/fscdr.go
+++ b/engine/fscdr.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/fscdr_test.go b/engine/fscdr_test.go
index f69cd5aff..3ae1aeb29 100644
--- a/engine/fscdr_test.go
+++ b/engine/fscdr_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/groups.go b/engine/groups.go
index 15aa3609c..5c3e0d209 100644
--- a/engine/groups.go
+++ b/engine/groups.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/handler_derivedcharging.go b/engine/handler_derivedcharging.go
index 44fc5d98c..865b3ae81 100644
--- a/engine/handler_derivedcharging.go
+++ b/engine/handler_derivedcharging.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/handler_derivedcharging_test.go b/engine/handler_derivedcharging_test.go
index 43f65c92a..99061f5d3 100644
--- a/engine/handler_derivedcharging_test.go
+++ b/engine/handler_derivedcharging_test.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/history_test.go b/engine/history_test.go
index 3e8838ae1..0d810b7f7 100644
--- a/engine/history_test.go
+++ b/engine/history_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/lcr.go b/engine/lcr.go
index a74fea3ae..dee13b30e 100644
--- a/engine/lcr.go
+++ b/engine/lcr.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/lcr_test.go b/engine/lcr_test.go
index ad958f037..c17b24b37 100644
--- a/engine/lcr_test.go
+++ b/engine/lcr_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/loader_csv_test.go b/engine/loader_csv_test.go
index 0821a3c5b..07a55620b 100644
--- a/engine/loader_csv_test.go
+++ b/engine/loader_csv_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/loader_db.go b/engine/loader_db.go
index 523544f7a..59fdc7b73 100644
--- a/engine/loader_db.go
+++ b/engine/loader_db.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/loader_helpers.go b/engine/loader_helpers.go
index 131b9c0fe..98a419953 100644
--- a/engine/loader_helpers.go
+++ b/engine/loader_helpers.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/loader_helpers_test.go b/engine/loader_helpers_test.go
index e711d9653..e75d7729a 100644
--- a/engine/loader_helpers_test.go
+++ b/engine/loader_helpers_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/loader_local_test.go b/engine/loader_local_test.go
index 4b5b74b9f..1308d7622 100644
--- a/engine/loader_local_test.go
+++ b/engine/loader_local_test.go
@@ -1,6 +1,6 @@
/*
Real-Time Charging System for Telecom Environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/mediator.go b/engine/mediator.go
index 3d51f5d81..45622280c 100644
--- a/engine/mediator.go
+++ b/engine/mediator.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -123,7 +123,7 @@ func (self *Mediator) rateCDR(storedCdr *utils.StoredCdr) error {
func (self *Mediator) RateCdr(storedCdr *utils.StoredCdr, sendToStats bool) error {
storedCdr.MediationRunId = utils.DEFAULT_RUNID
- cdrRuns := []*utils.StoredCdr{storedCdr} // Start with initial storCdr, will add here all to be mediated
+ cdrRuns := []*utils.StoredCdr{storedCdr} // Start with initial storCdr, will add here all to be mediated
attrsDC := utils.AttrDerivedChargers{Tenant: storedCdr.Tenant, Category: storedCdr.Category, Direction: storedCdr.Direction,
Account: storedCdr.Account, Subject: storedCdr.Subject}
var dcs utils.DerivedChargers
diff --git a/engine/models.go b/engine/models.go
index ea0a68bbf..dc420cd80 100644
--- a/engine/models.go
+++ b/engine/models.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/rateinterval.go b/engine/rateinterval.go
index d04def8b6..11cbdd977 100644
--- a/engine/rateinterval.go
+++ b/engine/rateinterval.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
Thresult program result free software: you can redresulttribute it and/or modify
it under the terms of the GNU General Public License as publresulthed by
diff --git a/engine/rateinterval_test.go b/engine/rateinterval_test.go
index d3135f694..702123323 100644
--- a/engine/rateinterval_test.go
+++ b/engine/rateinterval_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/ratingplan.go b/engine/ratingplan.go
index 28252cfa3..8c4b3e839 100644
--- a/engine/ratingplan.go
+++ b/engine/ratingplan.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/ratingplan_test.go b/engine/ratingplan_test.go
index 2f6a21394..e5489c410 100644
--- a/engine/ratingplan_test.go
+++ b/engine/ratingplan_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/ratingprofile.go b/engine/ratingprofile.go
index b9959bcad..4506e3908 100644
--- a/engine/ratingprofile.go
+++ b/engine/ratingprofile.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/ratingprofile_test.go b/engine/ratingprofile_test.go
index 715a6cef5..d2444adcf 100644
--- a/engine/ratingprofile_test.go
+++ b/engine/ratingprofile_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/server.go b/engine/server.go
index 95c163ad1..2e8700ed4 100644
--- a/engine/server.go
+++ b/engine/server.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/sharedgroup.go b/engine/sharedgroup.go
index f9f0ad115..abbdd2000 100644
--- a/engine/sharedgroup.go
+++ b/engine/sharedgroup.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/sharedgroup_test.go b/engine/sharedgroup_test.go
index 86146806d..d5565f0ed 100644
--- a/engine/sharedgroup_test.go
+++ b/engine/sharedgroup_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/stats.go b/engine/stats.go
index 8965e63fc..6ebac272b 100644
--- a/engine/stats.go
+++ b/engine/stats.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/stats_metrics.go b/engine/stats_metrics.go
index 723344246..0c78574b0 100644
--- a/engine/stats_metrics.go
+++ b/engine/stats_metrics.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/stats_queue.go b/engine/stats_queue.go
index 9ad2110f7..c2776c719 100644
--- a/engine/stats_queue.go
+++ b/engine/stats_queue.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/stats_test.go b/engine/stats_test.go
index 4868d4823..797e857f3 100644
--- a/engine/stats_test.go
+++ b/engine/stats_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/storage_interface.go b/engine/storage_interface.go
index cbd278154..002df2adf 100644
--- a/engine/storage_interface.go
+++ b/engine/storage_interface.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/storage_map.go b/engine/storage_map.go
index 2e9967b83..232ec06d1 100644
--- a/engine/storage_map.go
+++ b/engine/storage_map.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/storage_mongo.go b/engine/storage_mongo.go
index eb0636c88..c9cf01f57 100644
--- a/engine/storage_mongo.go
+++ b/engine/storage_mongo.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/storage_mysql.go b/engine/storage_mysql.go
index d677a20ea..98c3db90a 100644
--- a/engine/storage_mysql.go
+++ b/engine/storage_mysql.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/storage_postgres.go b/engine/storage_postgres.go
index c2e82e700..f035e98af 100644
--- a/engine/storage_postgres.go
+++ b/engine/storage_postgres.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/storage_redis.go b/engine/storage_redis.go
index 8c70aece7..16fbf2152 100644
--- a/engine/storage_redis.go
+++ b/engine/storage_redis.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/storage_redis_local_test.go b/engine/storage_redis_local_test.go
index e89855b9d..7f4793992 100644
--- a/engine/storage_redis_local_test.go
+++ b/engine/storage_redis_local_test.go
@@ -1,6 +1,6 @@
/*
Real-Time Charging System for Telecom Environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/storage_sql.go b/engine/storage_sql.go
index e04271b27..fbb45703c 100644
--- a/engine/storage_sql.go
+++ b/engine/storage_sql.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/storage_test.go b/engine/storage_test.go
index 50c084ce5..10bacf447 100644
--- a/engine/storage_test.go
+++ b/engine/storage_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/storage_utils.go b/engine/storage_utils.go
index aa68b38dd..7e6bd4d11 100644
--- a/engine/storage_utils.go
+++ b/engine/storage_utils.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/timespans.go b/engine/timespans.go
index 1e7b812e2..fe9bb18c0 100644
--- a/engine/timespans.go
+++ b/engine/timespans.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/timespans_test.go b/engine/timespans_test.go
index 1ac00b042..06ad2d5a0 100644
--- a/engine/timespans_test.go
+++ b/engine/timespans_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/units_counter.go b/engine/units_counter.go
index 07467905c..f4eb8a7bd 100644
--- a/engine/units_counter.go
+++ b/engine/units_counter.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/engine/units_counter_test.go b/engine/units_counter_test.go
index f5c255128..b46fad4af 100644
--- a/engine/units_counter_test.go
+++ b/engine/units_counter_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/general_tests/acntacts_test.go b/general_tests/acntacts_test.go
index b1c235e4d..234cfcc4a 100644
--- a/general_tests/acntacts_test.go
+++ b/general_tests/acntacts_test.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/general_tests/costs1_test.go b/general_tests/costs1_test.go
index c282db7c8..585ec60af 100644
--- a/general_tests/costs1_test.go
+++ b/general_tests/costs1_test.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/general_tests/datachrg1_test.go b/general_tests/datachrg1_test.go
index a058c8766..6a6354c23 100644
--- a/general_tests/datachrg1_test.go
+++ b/general_tests/datachrg1_test.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/general_tests/ddazmbl1_test.go b/general_tests/ddazmbl1_test.go
index 1cea02a77..508dd6038 100644
--- a/general_tests/ddazmbl1_test.go
+++ b/general_tests/ddazmbl1_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/general_tests/ddazmbl2_test.go b/general_tests/ddazmbl2_test.go
index 571cfa8cf..823461b29 100644
--- a/general_tests/ddazmbl2_test.go
+++ b/general_tests/ddazmbl2_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/general_tests/ddazmbl3_test.go b/general_tests/ddazmbl3_test.go
index 75580a395..c47555597 100644
--- a/general_tests/ddazmbl3_test.go
+++ b/general_tests/ddazmbl3_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/general_tests/fsevcorelate_test.go b/general_tests/fsevcorelate_test.go
index ab8832208..6630ffadb 100644
--- a/general_tests/fsevcorelate_test.go
+++ b/general_tests/fsevcorelate_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/general_tests/multiplecdrc_local_test.go b/general_tests/multiplecdrc_local_test.go
index a6a6dc90d..769e49131 100644
--- a/general_tests/multiplecdrc_local_test.go
+++ b/general_tests/multiplecdrc_local_test.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -22,9 +22,6 @@ import (
"errors"
"flag"
"fmt"
- "github.com/cgrates/cgrates/config"
- "github.com/cgrates/cgrates/engine"
- "github.com/cgrates/cgrates/utils"
"io/ioutil"
"net/rpc"
"net/rpc/jsonrpc"
@@ -33,6 +30,10 @@ import (
"path"
"testing"
"time"
+
+ "github.com/cgrates/cgrates/config"
+ "github.com/cgrates/cgrates/engine"
+ "github.com/cgrates/cgrates/utils"
)
var cfgPath string
diff --git a/general_tests/smschrg1_test.go b/general_tests/smschrg1_test.go
index c078214a1..02a401100 100644
--- a/general_tests/smschrg1_test.go
+++ b/general_tests/smschrg1_test.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/history/file_scribe.go b/history/file_scribe.go
index 41e03fd89..be0c4f37f 100644
--- a/history/file_scribe.go
+++ b/history/file_scribe.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/history/mock_scribe.go b/history/mock_scribe.go
index 6cd28f923..25e292ff2 100644
--- a/history/mock_scribe.go
+++ b/history/mock_scribe.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/history/proxy_scribe.go b/history/proxy_scribe.go
index d77205514..2bdf57f73 100644
--- a/history/proxy_scribe.go
+++ b/history/proxy_scribe.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/history/scribe.go b/history/scribe.go
index 4130b55f7..a96195772 100644
--- a/history/scribe.go
+++ b/history/scribe.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/history/scribe_test.go b/history/scribe_test.go
index bc2b0cb8c..47e17985e 100644
--- a/history/scribe_test.go
+++ b/history/scribe_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/importer.go b/importer.go
index 83695b92f..e3fe73f26 100644
--- a/importer.go
+++ b/importer.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/scheduler/scheduler.go b/scheduler/scheduler.go
index 1703d718e..1a93ac91a 100644
--- a/scheduler/scheduler.go
+++ b/scheduler/scheduler.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/sessionmanager/fsevent.go b/sessionmanager/fsevent.go
index b2016cbd3..8803831f8 100644
--- a/sessionmanager/fsevent.go
+++ b/sessionmanager/fsevent.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/sessionmanager/fsevent_test.go b/sessionmanager/fsevent_test.go
index 5caa5bcca..770957490 100644
--- a/sessionmanager/fsevent_test.go
+++ b/sessionmanager/fsevent_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/sessionmanager/fssessionmanager_test.go b/sessionmanager/fssessionmanager_test.go
index 8b66ecbf7..b4492c1c5 100644
--- a/sessionmanager/fssessionmanager_test.go
+++ b/sessionmanager/fssessionmanager_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/sessionmanager/session.go b/sessionmanager/session.go
index 5a4fcb111..b9201e82e 100644
--- a/sessionmanager/session.go
+++ b/sessionmanager/session.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/sessionmanager/session_test.go b/sessionmanager/session_test.go
index 276abd4b1..b88e65bc0 100644
--- a/sessionmanager/session_test.go
+++ b/sessionmanager/session_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/apitpdata.go b/utils/apitpdata.go
index 24788df69..4bc3d82e2 100644
--- a/utils/apitpdata.go
+++ b/utils/apitpdata.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/cgrcdr.go b/utils/cgrcdr.go
index ca73c968d..4126ab328 100644
--- a/utils/cgrcdr.go
+++ b/utils/cgrcdr.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/cgrcdr_test.go b/utils/cgrcdr_test.go
index 2d6448b80..83fca9c4d 100644
--- a/utils/cgrcdr_test.go
+++ b/utils/cgrcdr_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/cgrrecordwriter.go b/utils/cgrrecordwriter.go
index 86f4fb5aa..f3cf269e4 100644
--- a/utils/cgrrecordwriter.go
+++ b/utils/cgrrecordwriter.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/coreutils.go b/utils/coreutils.go
index 300ee6349..b72776b3a 100644
--- a/utils/coreutils.go
+++ b/utils/coreutils.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/dateseries.go b/utils/dateseries.go
index 0ad77fd9e..104101d5e 100644
--- a/utils/dateseries.go
+++ b/utils/dateseries.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/dateseries_test.go b/utils/dateseries_test.go
index 01e219cee..85d1a8e9a 100644
--- a/utils/dateseries_test.go
+++ b/utils/dateseries_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/derivedchargers.go b/utils/derivedchargers.go
index 38b8d736b..1be1ea9b6 100644
--- a/utils/derivedchargers.go
+++ b/utils/derivedchargers.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/derivedchargers_test.go b/utils/derivedchargers_test.go
index e8a76647f..6ee573eae 100644
--- a/utils/derivedchargers_test.go
+++ b/utils/derivedchargers_test.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/event.go b/utils/event.go
index 0aded6d0b..db39888c9 100644
--- a/utils/event.go
+++ b/utils/event.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/logger.go b/utils/logger.go
index a98444708..75d7feffb 100644
--- a/utils/logger.go
+++ b/utils/logger.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/map.go b/utils/map.go
index 4dc8efcaa..474225656 100644
--- a/utils/map.go
+++ b/utils/map.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/rawcdr.go b/utils/rawcdr.go
index d24f53b95..1380207d0 100644
--- a/utils/rawcdr.go
+++ b/utils/rawcdr.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/researchreplace.go b/utils/researchreplace.go
index 822a3badd..b73699a7e 100644
--- a/utils/researchreplace.go
+++ b/utils/researchreplace.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/researchreplace_test.go b/utils/researchreplace_test.go
index 0e456fb6b..d055f9e12 100644
--- a/utils/researchreplace_test.go
+++ b/utils/researchreplace_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/rsrfield_test.go b/utils/rsrfield_test.go
index d17593efc..02adf10bb 100644
--- a/utils/rsrfield_test.go
+++ b/utils/rsrfield_test.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/slice.go b/utils/slice.go
index 1641fe7ae..dc5432331 100644
--- a/utils/slice.go
+++ b/utils/slice.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/storedcdr.go b/utils/storedcdr.go
index 2c0e2ed37..f11cb024f 100644
--- a/utils/storedcdr.go
+++ b/utils/storedcdr.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/storedcdr_test.go b/utils/storedcdr_test.go
index 196d0463f..da1be973e 100644
--- a/utils/storedcdr_test.go
+++ b/utils/storedcdr_test.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/struct.go b/utils/struct.go
index aac7c03ea..46edb4e93 100644
--- a/utils/struct.go
+++ b/utils/struct.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/utils_local_test.go b/utils/utils_local_test.go
index 3a10ac364..e4dd9e59e 100644
--- a/utils/utils_local_test.go
+++ b/utils/utils_local_test.go
@@ -1,6 +1,6 @@
/*
Real-time Charging System for Telecom & ISP environments
-Copyright (C) 2012-2014 ITsysCOM GmbH
+Copyright (C) 2012-2015 ITsysCOM GmbH
This program is free software: you can Storagetribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/utils/utils_test.go b/utils/utils_test.go
index ebd357ea9..e18fd3e5d 100644
--- a/utils/utils_test.go
+++ b/utils/utils_test.go
@@ -1,6 +1,6 @@
/*
Rating system designed to be used in VoIP Carriers World
-Copyright (C) 2012-2014 ITsysCOM
+Copyright (C) 2012-2015 ITsysCOM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by