File tree Expand file tree Collapse file tree 5 files changed +60
-1
lines changed
src/main/java/com/ericsson/eiffel/remrem/protocol Expand file tree Collapse file tree 5 files changed +60
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.2
2
+ - Added copyright headers to the source code.
3
+
1
4
## 0.0.1
2
5
- Added
Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright 2017 Ericsson AB.
3
+ For a full list of individual contributors, please see the commit history.
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
14
+ */
1
15
buildscript {
2
16
repositories {
3
17
jcenter()
@@ -20,7 +34,7 @@ apply plugin: 'eclipse'
20
34
21
35
jar {
22
36
baseName = ' remrem-protocol'
23
- version = ' 0.0.1 '
37
+ version = ' 0.0.2 '
24
38
}
25
39
26
40
group ' com.ericsson.eiffel.remrem'
Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright 2017 Ericsson AB.
3
+ For a full list of individual contributors, please see the commit history.
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
14
+ */
1
15
rootProject. name = ' remrem-protocol'
Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright 2017 Ericsson AB.
3
+ For a full list of individual contributors, please see the commit history.
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
14
+ */
1
15
package com .ericsson .eiffel .remrem .protocol ;
2
16
3
17
import com .google .gson .JsonObject ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright 2017 Ericsson AB.
3
+ For a full list of individual contributors, please see the commit history.
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
14
+ */
1
15
package com .ericsson .eiffel .remrem .protocol ;
2
16
3
17
public class ValidationResult {
You can’t perform that action at this time.
0 commit comments