Skip to content

Commit 6547c0e

Browse files
committed
Updating Copyright line to Open Networking Foundation
Change-Id: I51d68cf1b4afad48dc2ad587437dc085168a17d3
1 parent dea8dad commit 6547c0e

File tree

351 files changed

+355
-353
lines changed

Some content is hidden

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

351 files changed

+355
-353
lines changed

calendar/features.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<!--
3-
~ Copyright 2015 Open Networking Laboratory
3+
~ Copyright 2015 Open Networking Foundation
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.

calendar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2014-2016 Open Networking Laboratory
3+
~ Copyright 2014-2016 Open Networking Foundation
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.

calendar/src/main/java/org/onosproject/calendar/BandwidthCalendarResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014 Open Networking Laboratory
2+
* Copyright 2014 Open Networking Foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

calendar/src/main/java/org/onosproject/calendar/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014 Open Networking Laboratory
2+
* Copyright 2014 Open Networking Foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

calendar/src/main/webapp/WEB-INF/web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2014 Open Networking Laboratory
3+
~ Copyright 2014 Open Networking Foundation
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.

carrierethernet/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2016 Open Networking Laboratory
3+
~ Copyright 2016 Open Networking Foundation
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.onosproject</groupId>
2121
<artifactId>onos-dependencies</artifactId>
22-
<version>1.10.2</version>
22+
<version>1.10.3</version>
2323
<relativePath/><!-- parent is remote -->
2424
</parent>
2525

@@ -32,7 +32,9 @@
3232

3333
<properties>
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35-
<onos.version>1.10.2</onos.version>
35+
<onos.version>1.10.3</onos.version>
36+
<!-- TODO onos-build-conf.version can be dropped when onos.version > 1.10.3 -->
37+
<onos-build-conf.version>1.10.3-onf</onos-build-conf.version>
3638
<api.version>1.0.0</api.version>
3739
<onos.app.name>org.onosproject.ecord.carrierethernet</onos.app.name>
3840
<onos.app.origin>ON.Lab</onos.app.origin>

carrierethernet/src/main/java/org/onosproject/ecord/carrierethernet/api/CarrierEthernetPacketNodeService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-present Open Networking Laboratory
2+
* Copyright 2017-present Open Networking Foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

carrierethernet/src/main/java/org/onosproject/ecord/carrierethernet/api/CarrierEthernetProvisionerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-present Open Networking Laboratory
2+
* Copyright 2017-present Open Networking Foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

carrierethernet/src/main/java/org/onosproject/ecord/carrierethernet/api/CarrierEthernetService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-present Open Networking Laboratory
2+
* Copyright 2017-present Open Networking Foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

carrierethernet/src/main/java/org/onosproject/ecord/carrierethernet/api/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-present Open Networking Laboratory
2+
* Copyright 2017-present Open Networking Foundation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)