-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating copyrights dates
- Loading branch information
Showing
91 changed files
with
372 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
--> | ||
|
||
<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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
*/ | ||
|
||
package com.mrv.yangtools.codegen.main; | ||
|
||
import com.mrv.yangtools.codegen.SwaggerGenerator; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
cli/src/test/java/com/mrv/yangtools/codegen/main/Issue57.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
*/ | ||
|
||
package com.mrv.yangtools.codegen.main; | ||
|
||
import io.swagger.models.Swagger; | ||
|
10 changes: 10 additions & 0 deletions
10
cli/src/test/java/com/mrv/yangtools/codegen/main/Utils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
*/ | ||
|
||
package com.mrv.yangtools.codegen.main; | ||
|
||
import io.swagger.models.Swagger; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
common/src/main/java/com/mrv/yangtools/common/BindingMapping.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
*/ | ||
|
||
package com.mrv.yangtools.common; | ||
|
||
// Source code recreated from a .class file by IntelliJ IDEA | ||
|
9 changes: 4 additions & 5 deletions
9
common/src/main/java/com/mrv/yangtools/common/ContextHelper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
* Bartosz Michalik <[email protected]> | ||
* Contributors: | ||
* Christopher Murch <[email protected]> | ||
* Bartosz Michalik <[email protected]> | ||
*/ | ||
|
||
package com.mrv.yangtools.common; | ||
|
2 changes: 1 addition & 1 deletion
2
common/src/main/java/com/mrv/yangtools/common/SchemaBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
common/src/main/java/com/mrv/yangtools/common/SwaggerUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
~ Bartosz Michalik <[email protected]> | ||
~ Contributors: | ||
~ Christopher Murch <[email protected]> | ||
~ Bartosz Michalik <[email protected]> | ||
--> | ||
|
||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
|
@@ -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> | ||
|
||
|
9 changes: 4 additions & 5 deletions
9
examples/build-standalone/src/main/java/com/mrv/yangtools/example/CodeGenerator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
* Bartosz Michalik <[email protected]> | ||
* Contributors: | ||
* Christopher Murch <[email protected]> | ||
* Bartosz Michalik <[email protected]> | ||
*/ | ||
|
||
package com.mrv.yangtools.example; | ||
|
9 changes: 4 additions & 5 deletions
9
examples/build-standalone/src/main/java/com/mrv/yangtools/example/GeneratorHelper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
* Bartosz Michalik <[email protected]> | ||
* Contributors: | ||
* Christopher Murch <[email protected]> | ||
* Bartosz Michalik <[email protected]> | ||
*/ | ||
|
||
package com.mrv.yangtools.example; | ||
|
2 changes: 1 addition & 1 deletion
2
examples/build-standalone/src/main/java/com/mrv/yangtools/example/YamlGenerator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
examples/build-standalone/src/main/java/com/mrv/yangtools/example/ioc/GeneratorInjector.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
* Contributors: | ||
* Damian Mrozowicz <[email protected]> | ||
*/ | ||
package com.mrv.yangtools.example.ioc; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...build-standalone/src/main/java/com/mrv/yangtools/example/ioc/SwaggerGeneratorFactory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
~ Bartosz Michalik <[email protected]> | ||
~ Contributors: | ||
~ Christopher Murch <[email protected]> | ||
~ Bartosz Michalik <[email protected]> | ||
--> | ||
|
||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
~ Bartosz Michalik <[email protected]> | ||
~ Contributors: | ||
~ Christopher Murch <[email protected]> | ||
~ Bartosz Michalik <[email protected]> | ||
--> | ||
|
||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
|
@@ -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> | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
swagger-codegen-jaxrs/src/main/java/com/mrv/yangutils/codegen/JerseyServerCodegen.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
~ Bartosz Michalik <[email protected]> | ||
~ Contributors: | ||
~ Christopher Murch <[email protected]> | ||
~ Bartosz Michalik <[email protected]> | ||
--> | ||
|
||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
|
@@ -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> | ||
|
||
|
@@ -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> | ||
|
||
|
9 changes: 4 additions & 5 deletions
9
swagger-generator/src/main/java/com/mrv/yangtools/codegen/DataObjectBuilder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
* Bartosz Michalik <[email protected]> | ||
* Contributors: | ||
* Christopher Murch <[email protected]> | ||
* Bartosz Michalik <[email protected]> | ||
*/ | ||
|
||
package com.mrv.yangtools.codegen; | ||
|
9 changes: 4 additions & 5 deletions
9
swagger-generator/src/main/java/com/mrv/yangtools/codegen/DataObjectRepo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | ||
* Bartosz Michalik <[email protected]> | ||
* Contributors: | ||
* Christopher Murch <[email protected]> | ||
* Bartosz Michalik <[email protected]> | ||
*/ | ||
|
||
package com.mrv.yangtools.codegen; | ||
|
Oops, something went wrong.