Skip to content

Commit 9290779

Browse files
committed
Update license to oVirt Developers
Align all licenses to oVirt Developers. Signed-off-by: Jean-Louis Dupond <[email protected]>
1 parent 5c86b49 commit 9290779

File tree

133 files changed

+430
-141
lines changed

Some content is hidden

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

133 files changed

+430
-141
lines changed

generator/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<!--
4-
Copyright (c) 2017 Joey <[email protected]>.
4+
The oVirt Project - oVirt Engine Go SDK
5+
6+
Copyright (c) oVirt Authors
57
68
Licensed under the Apache License, Version 2.0 (the "License");
79
you may not use this file except in compliance with the License.

generator/src/main/java/org/ovirt/sdk/go/GoBuffer.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
Copyright (c) 2017 Joey <[email protected]>.
2+
The oVirt Project - oVirt Engine Go SDK
3+
4+
Copyright (c) oVirt Authors
35
46
Licensed under the Apache License, Version 2.0 (the "License");
57
you may not use this file except in compliance with the License.
@@ -147,7 +149,9 @@ public String toString() {
147149

148150
// License:
149151
buffer.append("//\n");
150-
buffer.append("// Copyright (c) 2017 Joey <[email protected]>.\n");
152+
buffer.append("// The oVirt Project - oVirt Engine Go SDK");
153+
buffer.append("//\n");
154+
buffer.append("//Copyright (c) oVirt Authors\n");
151155
buffer.append("//\n");
152156
buffer.append("// Licensed under the Apache License, Version 2.0 (the \"License\");\n");
153157
buffer.append("// you may not use this file except in compliance with the License.\n");

generator/src/main/java/org/ovirt/sdk/go/GoClassName.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
Copyright (c) 2017 Joey <[email protected]>.
2+
The oVirt Project - oVirt Engine Go SDK
3+
4+
Copyright (c) oVirt Authors
35
46
Licensed under the Apache License, Version 2.0 (the "License");
57
you may not use this file except in compliance with the License.

generator/src/main/java/org/ovirt/sdk/go/GoFuncName.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
Copyright (c) 2018 Joey <[email protected]>.
2+
The oVirt Project - oVirt Engine Go SDK
3+
4+
Copyright (c) oVirt Authors
35
46
Licensed under the Apache License, Version 2.0 (the "License");
57
you may not use this file except in compliance with the License.

generator/src/main/java/org/ovirt/sdk/go/GoGenerator.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
Copyright (c) 2017 Joey <[email protected]>.
2+
The oVirt Project - oVirt Engine Go SDK
3+
4+
Copyright (c) oVirt Authors
35
46
Licensed under the Apache License, Version 2.0 (the "License");
57
you may not use this file except in compliance with the License.

generator/src/main/java/org/ovirt/sdk/go/GoNames.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
Copyright (c) 2017 Joey <[email protected]>.
2+
The oVirt Project - oVirt Engine Go SDK
3+
4+
Copyright (c) oVirt Authors
35
46
Licensed under the Apache License, Version 2.0 (the "License");
57
you may not use this file except in compliance with the License.

generator/src/main/java/org/ovirt/sdk/go/GoPackages.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
Copyright (c) 2018 Joey <[email protected]>.
2+
The oVirt Project - oVirt Engine Go SDK
3+
4+
Copyright (c) oVirt Authors
35
46
Licensed under the Apache License, Version 2.0 (the "License");
57
you may not use this file except in compliance with the License.

generator/src/main/java/org/ovirt/sdk/go/GoReservedWords.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
Copyright (c) 2017 Joey <[email protected]>.
2+
The oVirt Project - oVirt Engine Go SDK
3+
4+
Copyright (c) oVirt Authors
35
46
Licensed under the Apache License, Version 2.0 (the "License");
57
you may not use this file except in compliance with the License.

generator/src/main/java/org/ovirt/sdk/go/GoTypeReference.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
Copyright (c) 2017 Joey <[email protected]>.
2+
The oVirt Project - oVirt Engine Go SDK
3+
4+
Copyright (c) oVirt Authors
35
46
Licensed under the Apache License, Version 2.0 (the "License");
57
you may not use this file except in compliance with the License.

generator/src/main/java/org/ovirt/sdk/go/GoTypes.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
2-
Copyright (c) 2017 Joey <[email protected]>.
2+
The oVirt Project - oVirt Engine Go SDK
3+
4+
Copyright (c) oVirt Authors
35
46
Licensed under the Apache License, Version 2.0 (the "License");
57
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)