Skip to content

Commit

Permalink
release 1.2.1
Browse files Browse the repository at this point in the history
updating copyrights dates
  • Loading branch information
bartoszm committed Jan 3, 2024
1 parent a945161 commit a2e98b2
Show file tree
Hide file tree
Showing 91 changed files with 372 additions and 164 deletions.
12 changes: 11 additions & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2024 Amartus. All rights reserved.
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
~ and is available at http://www.eclipse.org/legal/epl-v10.html
~
~ Contributors:
~ Bartosz Michalik <bartosz.michalik@amartus.com>
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>yangtools</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
9 changes: 9 additions & 0 deletions cli/src/main/java/com/mrv/yangtools/codegen/main/Main.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright (c) 2024 Amartus. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* Bartosz Michalik <bartosz.michalik@amartus.com>
*/

package com.mrv.yangtools.codegen.main;

import com.mrv.yangtools.codegen.SwaggerGenerator;
Expand Down
2 changes: 1 addition & 1 deletion cli/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
~ Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
~ and is available at http://www.eclipse.org/legal/epl-v10.html
Expand Down
9 changes: 9 additions & 0 deletions cli/src/test/java/com/mrv/yangtools/codegen/main/Issue57.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright (c) 2024 Amartus. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* Bartosz Michalik <bartosz.michalik@amartus.com>
*/

package com.mrv.yangtools.codegen.main;

import io.swagger.models.Swagger;
Expand Down
10 changes: 10 additions & 0 deletions cli/src/test/java/com/mrv/yangtools/codegen/main/Utils.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright (c) 2024 Amartus. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* Bartosz Michalik <bartosz.michalik@amartus.com>
*/

package com.mrv.yangtools.codegen.main;

import io.swagger.models.Swagger;
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
~ Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
~ and is available at http://www.eclipse.org/legal/epl-v10.html
Expand All @@ -16,7 +16,7 @@
<parent>
<artifactId>yangtools</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright (c) 2024 Amartus. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* Bartosz Michalik <bartosz.michalik@amartus.com>
*/

package com.mrv.yangtools.common;

// Source code recreated from a .class file by IntelliJ IDEA
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/*
* Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
* Copyright (c) 2016-2024 Amartus. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christopher Murch <cmurch@mrv.com>
* Bartosz Michalik <bartosz.michalik@amartus.com>
* Contributors:
* Christopher Murch <cmurch@mrv.com>
* Bartosz Michalik <bartosz.michalik@amartus.com>
*/

package com.mrv.yangtools.common;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
* Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018 Amartus. All rights reserved.
* Copyright (c) 2018-2024 Amartus. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
Expand Down
2 changes: 1 addition & 1 deletion common/src/main/java/com/mrv/yangtools/common/Tuple.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
* Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
Expand Down
11 changes: 5 additions & 6 deletions examples/build-standalone/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
~ Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
~ and is available at http://www.eclipse.org/legal/epl-v10.html
~
~ Contributors:
~ Christopher Murch <cmurch@mrv.com>
~ Bartosz Michalik <bartosz.michalik@amartus.com>
~ Contributors:
~ Christopher Murch <cmurch@mrv.com>
~ Bartosz Michalik <bartosz.michalik@amartus.com>
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
Expand All @@ -16,7 +15,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/*
* Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
* Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christopher Murch <cmurch@mrv.com>
* Bartosz Michalik <bartosz.michalik@amartus.com>
* Contributors:
* Christopher Murch <cmurch@mrv.com>
* Bartosz Michalik <bartosz.michalik@amartus.com>
*/

package com.mrv.yangtools.example;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/*
* Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
* Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christopher Murch <cmurch@mrv.com>
* Bartosz Michalik <bartosz.michalik@amartus.com>
* Contributors:
* Christopher Murch <cmurch@mrv.com>
* Bartosz Michalik <bartosz.michalik@amartus.com>
*/

package com.mrv.yangtools.example;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
* Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* Copyright (c) 2018 Amartus. All rights reserved.
* Copyright (c) 2018-2024 Amartus. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Damian Mrozowicz <damian.mrozowicz@amartus.com>
* Contributors:
* Damian Mrozowicz <damian.mrozowicz@amartus.com>
*/
package com.mrv.yangtools.example.ioc;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018 Amartus. All rights reserved.
* Copyright (c) 2018-2024 Amartus. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
Expand Down
2 changes: 1 addition & 1 deletion examples/build-standalone/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
~ Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
~ and is available at http://www.eclipse.org/legal/epl-v10.html
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
~ Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
~ and is available at http://www.eclipse.org/legal/epl-v10.html
Expand All @@ -16,7 +16,7 @@
<parent>
<artifactId>yangtools</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
~ Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
~ and is available at http://www.eclipse.org/legal/epl-v10.html
~
~ Contributors:
~ Christopher Murch <cmurch@mrv.com>
~ Bartosz Michalik <bartosz.michalik@amartus.com>
~ Contributors:
~ Christopher Murch <cmurch@mrv.com>
~ Bartosz Michalik <bartosz.michalik@amartus.com>
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
Expand All @@ -17,7 +16,7 @@

<groupId>com.mrv.yangtools</groupId>
<artifactId>yangtools</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<modules>
<module>swagger-generator</module>
<module>common</module>
Expand Down
11 changes: 5 additions & 6 deletions swagger-codegen-jaxrs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
~ Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
~ and is available at http://www.eclipse.org/legal/epl-v10.html
~
~ Contributors:
~ Christopher Murch <cmurch@mrv.com>
~ Bartosz Michalik <bartosz.michalik@amartus.com>
~ Contributors:
~ Christopher Murch <cmurch@mrv.com>
~ Bartosz Michalik <bartosz.michalik@amartus.com>
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
Expand All @@ -16,7 +15,7 @@
<parent>
<artifactId>yangtools</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
* Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<version>2.1.0</version>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
Expand Down
17 changes: 5 additions & 12 deletions swagger-generator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
~ Copyright (c) 2016-2024. MRV Communications, Inc. All rights reserved.
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
~ and is available at http://www.eclipse.org/legal/epl-v10.html
~
~ Contributors:
~ Christopher Murch <cmurch@mrv.com>
~ Bartosz Michalik <bartosz.michalik@amartus.com>
~ Contributors:
~ Christopher Murch <cmurch@mrv.com>
~ Bartosz Michalik <bartosz.michalik@amartus.com>
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
Expand All @@ -16,7 +15,7 @@
<parent>
<artifactId>yangtools</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -72,12 +71,6 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.7.2</version>
<scope>compile</scope>
</dependency>

</dependencies>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/*
* Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
* Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christopher Murch <cmurch@mrv.com>
* Bartosz Michalik <bartosz.michalik@amartus.com>
* Contributors:
* Christopher Murch <cmurch@mrv.com>
* Bartosz Michalik <bartosz.michalik@amartus.com>
*/

package com.mrv.yangtools.codegen;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/*
* Copyright (c) 2016 MRV Communications, Inc. All rights reserved.
* Copyright (c) 2016-2024 MRV Communications, Inc. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christopher Murch <cmurch@mrv.com>
* Bartosz Michalik <bartosz.michalik@amartus.com>
* Contributors:
* Christopher Murch <cmurch@mrv.com>
* Bartosz Michalik <bartosz.michalik@amartus.com>
*/

package com.mrv.yangtools.codegen;
Expand Down
Loading

0 comments on commit a2e98b2

Please sign in to comment.