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+
14## 0.0.1
25- 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+ */
115buildscript {
216 repositories {
317 jcenter()
@@ -20,7 +34,7 @@ apply plugin: 'eclipse'
2034
2135jar {
2236 baseName = ' remrem-protocol'
23- version = ' 0.0.1 '
37+ version = ' 0.0.2 '
2438}
2539
2640group ' 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+ */
115rootProject. 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+ */
115package com .ericsson .eiffel .remrem .protocol ;
216
317import 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+ */
115package com .ericsson .eiffel .remrem .protocol ;
216
317public class ValidationResult {
You can’t perform that action at this time.
0 commit comments