Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit bcb5642

Browse files
andronachedanbogos
authored andcommitted
Corrected header in multiple files
1 parent 63bac17 commit bcb5642

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+106
-61
lines changed

agents/diam_it_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
/*
55
Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments
66
Copyright (C) ITsysCOM GmbH
7+
78
This program is free software: you can redistribute it and/or modify
89
it under the terms of the GNU General Public License as published by
910
the Free Software Foundation, either version 3 of the License, or
1011
(at your option) any later version.
12+
1113
This program is distributed in the hope that it will be useful,
1214
but WITHOUT ANY WARRANTY; without even the implied warranty of
1315
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1416
GNU General Public License for more details.
17+
1518
You should have received a copy of the GNU General Public License
1619
along with this program. If not, see <http://www.gnu.org/licenses/>
1720
*/

apier/v1/analyzer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the Free Software Foundation, either version 3 of the License, or
99
1010
This program is distributed in the hope that it will be useful,
1111
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNEtS FOR A PARTICULAR PURPOSE. See the
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
GNU General Public License for more details.
1414
1515
You should have received a copy of the GNU General Public License

apier/v1/ees_it_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
/*
55
Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments
66
Copyright (C) ITsysCOM GmbH
7+
78
This program is free software: you can redistribute it and/or modify
89
it under the terms of the GNU General Public License as published by
910
the Free Software Foundation, either version 3 of the License, or
1011
(at your option) any later version.
12+
1113
This program is distributed in the hope that it will be useful,
1214
but WITHOUT ANY WARRANTY; without even the implied warranty of
1315
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1416
GNU General Public License for more details.
17+
1518
You should have received a copy of the GNU General Public License
1619
along with this program. If not, see <http://www.gnu.org/licenses/>
1720
*/

apier/v1/filter_indexes_health_it_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the Free Software Foundation, either version 3 of the License, or
1212
1313
This program is distributed in the hope that it will be useful,
1414
but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
MERCHANTABILITY or FIdxTNESS FOR A PARTICULAR PURPOSE. See the
15+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
GNU General Public License for more details.
1717
1818
You should have received a copy of the GNU General Public License

apier/v1/filter_indexes_it_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the Free Software Foundation, either version 3 of the License, or
1212
1313
This program is distributed in the hope that it will be useful,
1414
but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
MERCHANTABILITY or FIdxTNESS FOR A PARTICULAR PURPOSE. See the
15+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
GNU General Public License for more details.
1717
1818
You should have received a copy of the GNU General Public License

apier/v1/filterindexecache_it_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the Free Software Foundation, either version 3 of the License, or
1212
1313
This program is distributed in the hope that it will be useful,
1414
but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
MERCHANTABILITY or FIdxCaTNESS FOR A PARTICULAR PURPOSE. See the
15+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
GNU General Public License for more details.
1717
1818
You should have received a copy of the GNU General Public License

apier/v1/schedulers.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
/*
22
Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments
33
Copyright (C) ITsysCOM GmbH
4+
45
This program is free software: you can redistribute it and/or modify
56
it under the terms of the GNU General Public License as published by
67
the Free Software Foundation, either version 3 of the License, or
78
(at your option) any later version.
9+
810
This program is distributed in the hope that it will be useful,
911
but WITHOUT ANY WARRANTY; without even the implied warranty of
1012
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1113
GNU General Public License for more details.
14+
1215
You should have received a copy of the GNU General Public License
1316
along with this program. If not, see <http://www.gnu.org/licenses/>
1417
*/
15-
1618
package v1
1719

1820
import (

apier/v1/thresholds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the Free Software Foundation, either version 3 of the License, or
99
1010
This program is distributed in the hope that it will be useful,
1111
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNEtS FOR A PARTICULAR PURPOSE. See the
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
GNU General Public License for more details.
1414
1515
You should have received a copy of the GNU General Public License

apier/v1/timing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the Free Software Foundation, either version 3 of the License, or
99
1010
This program is distributed in the hope that it will be useful,
1111
but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
MERCHANTABILITY or FITNEtS FOR A PARTICULAR PURPOSE. See the
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
GNU General Public License for more details.
1414
1515
You should have received a copy of the GNU General Public License

cmd/cgr-console/cgr-console_flags_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Real-time Online/Offline Charging System (OerS) for Telecom & ISP environments
2+
Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments
33
Copyright (C) ITsysCOM GmbH
44
55
This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)