Skip to content

Commit a2e98b2

Browse files
committed
release 1.2.1
updating copyrights dates
1 parent a945161 commit a2e98b2

File tree

91 files changed

+372
-164
lines changed

Some content is hidden

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

91 files changed

+372
-164
lines changed

cli/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Copyright (c) 2024 Amartus. All rights reserved.
4+
~ This program and the accompanying materials are made available under the
5+
~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
6+
~ and is available at http://www.eclipse.org/legal/epl-v10.html
7+
~
8+
~ Contributors:
9+
~ Bartosz Michalik <[email protected]>
10+
-->
11+
212
<project xmlns="http://maven.apache.org/POM/4.0.0"
313
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
414
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
515
<parent>
616
<artifactId>yangtools</artifactId>
717
<groupId>com.mrv.yangtools</groupId>
8-
<version>2.1.0-SNAPSHOT</version>
18+
<version>2.1.0</version>
919
</parent>
1020
<modelVersion>4.0.0</modelVersion>
1121

cli/src/main/java/com/mrv/yangtools/codegen/main/Main.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright (c) 2024 Amartus. All rights reserved.
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
5+
* and is available at http://www.eclipse.org/legal/epl-v10.html
6+
* Contributors:
7+
* Bartosz Michalik <[email protected]>
8+
*/
9+
110
package com.mrv.yangtools.codegen.main;
211

312
import com.mrv.yangtools.codegen.SwaggerGenerator;

cli/src/main/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
2+
~ Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
33
~ This program and the accompanying materials are made available under the
44
~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
55
~ and is available at http://www.eclipse.org/legal/epl-v10.html

cli/src/test/java/com/mrv/yangtools/codegen/main/Issue57.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright (c) 2024 Amartus. All rights reserved.
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
5+
* and is available at http://www.eclipse.org/legal/epl-v10.html
6+
* Contributors:
7+
* Bartosz Michalik <[email protected]>
8+
*/
9+
110
package com.mrv.yangtools.codegen.main;
211

312
import io.swagger.models.Swagger;

cli/src/test/java/com/mrv/yangtools/codegen/main/Utils.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*
2+
* Copyright (c) 2024 Amartus. All rights reserved.
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
5+
* and is available at http://www.eclipse.org/legal/epl-v10.html
6+
7+
* Contributors:
8+
* Bartosz Michalik <[email protected]>
9+
*/
10+
111
package com.mrv.yangtools.codegen.main;
212

313
import io.swagger.models.Swagger;

common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
3+
~ Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
44
~ This program and the accompanying materials are made available under the
55
~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
66
~ and is available at http://www.eclipse.org/legal/epl-v10.html
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>yangtools</artifactId>
1818
<groupId>com.mrv.yangtools</groupId>
19-
<version>2.1.0-SNAPSHOT</version>
19+
<version>2.1.0</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222

common/src/main/java/com/mrv/yangtools/common/BindingMapping.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/*
2+
* Copyright (c) 2024 Amartus. All rights reserved.
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
5+
* and is available at http://www.eclipse.org/legal/epl-v10.html
6+
* Contributors:
7+
* Bartosz Michalik <[email protected]>
8+
*/
9+
110
package com.mrv.yangtools.common;
211

312
// Source code recreated from a .class file by IntelliJ IDEA

common/src/main/java/com/mrv/yangtools/common/ContextHelper.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/*
2-
* Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
2+
* Copyright (c) 2016-2024 Amartus. All rights reserved.
33
* This program and the accompanying materials are made available under the
44
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
55
* and is available at http://www.eclipse.org/legal/epl-v10.html
6-
*
7-
* Contributors:
8-
* Christopher Murch <[email protected]>
9-
* Bartosz Michalik <[email protected]>
6+
* Contributors:
7+
* Christopher Murch <[email protected]>
8+
* Bartosz Michalik <[email protected]>
109
*/
1110

1211
package com.mrv.yangtools.common;

common/src/main/java/com/mrv/yangtools/common/SchemaBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
2+
* Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
33
* This program and the accompanying materials are made available under the
44
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
55
* and is available at http://www.eclipse.org/legal/epl-v10.html

common/src/main/java/com/mrv/yangtools/common/SwaggerUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018 Amartus. All rights reserved.
2+
* Copyright (c) 2018-2024 Amartus. All rights reserved.
33
* This program and the accompanying materials are made available under the
44
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
55
* and is available at http://www.eclipse.org/legal/epl-v10.html

0 commit comments

Comments
 (0)