Skip to content

Commit

Permalink
Up VMware LLC references
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiahub committed Oct 20, 2023
1 parent 7ba9478 commit 0453a89
Show file tree
Hide file tree
Showing 29 changed files with 86 additions and 51 deletions.
36 changes: 36 additions & 0 deletions bin/main/logback.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!--
~ Copyright (c) 2011-2021 VMware LLC or its affiliates, All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<configuration>

<appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>
%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
</pattern>
</encoder>
</appender>

<logger name="reactor" level="info"/>
<!--<logger name="reactor.netty.channel.FluxReceive" level="TRACE"/>-->
<!--<logger name="reactor.netty.channel.ChannelOperations" level="DEBUG"/>-->
<!--<logger name="reactor.netty.http.client.HttpClientFinalizer" level="TRACE"/>-->

<root level="info">
<appender-ref ref="stdout"/>
</root>

</configuration>
Binary file added bin/test/io/projectreactor/ModuleTest.class
Binary file not shown.
Binary file added bin/test/io/projectreactor/ModuleUtilsTest.class
Binary file not shown.
Binary file added bin/test/io/projectreactor/VersionTest.class
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2022 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2011-2022 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion codequality/spotless/licenseSlashstarStyle.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) $YEAR VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) $YEAR VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/projectreactor/Application.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-2023 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2015-2023 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/projectreactor/ApplicationUtils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2020-2021 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/projectreactor/Bom.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2021 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2018-2021 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/projectreactor/DocUtils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017-2023 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2017-2023 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/projectreactor/Module.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2021 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2016-2021 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/projectreactor/ModuleUtils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019-2023 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2019-2023 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/projectreactor/Version.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2020-2021 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved.
~ Copyright (c) 2011-2021 VMware LLC or its affiliates, All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
51 changes: 25 additions & 26 deletions src/main/resources/static/assets/js/sidebar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2015-2021 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2015-2021 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,31 +14,30 @@
* limitations under the License.
*/

$(function(){
// Main JS
var navVisible = false;
var toggle_el = $("[data-toggle]").data('toggle');
$(function () {
// Main JS
var navVisible = false;
var toggle_el = $('[data-toggle]').data('toggle');

$("[data-toggle]").on("click", function() {
$(toggle_el).toggleClass("open-sidebar");
navVisible = !navVisible;
return false;
});
$('[data-toggle]').on('click', function () {
$(toggle_el).toggleClass('open-sidebar');
navVisible = !navVisible;
return false;
});

$("#content").on("click", function(){
if (navVisible) {
navVisible = false;
$(toggle_el).removeClass("open-sidebar");
}
});
$(window).on("resize", function(){
if ($(this).width() > 800 && navVisible) {
navVisible = false;
$(toggle_el).removeClass("open-sidebar");
}
});
$('#content').on('click', function () {
if (navVisible) {
navVisible = false;
$(toggle_el).removeClass('open-sidebar');
}
});
$(window).on('resize', function () {
if ($(this).width() > 800 && navVisible) {
navVisible = false;
$(toggle_el).removeClass('open-sidebar');
}
});

var uls = $("#nav").html();
$("#sidebar").html(uls);

});
var uls = $('#nav').html();
$('#sidebar').html(uls);
});
2 changes: 1 addition & 1 deletion src/main/resources/static/templates/docs.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2018-2021 VMware Inc. or its affiliates, All Rights Reserved.
~ Copyright (c) 2018-2021 VMware LLC or its affiliates, All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/templates/home.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2018-2021 VMware Inc. or its affiliates, All Rights Reserved.
~ Copyright (c) 2018-2021 VMware LLC or its affiliates, All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/static/templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2017-2022 VMware Inc. or its affiliates, All Rights Reserved.
~ Copyright (c) 2017-2022 VMware LLC or its affiliates, All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -159,7 +159,7 @@ <h1 id="logo"><a href="/"><strong>Project Reactor</strong></a></h1>

<span class="licence">Project Reactor regroups multiple open source
projects licensed under the Apache Software License 2.</span>
© 2021 <a href="https://www.vmware.com/" class="pivotal">VMware, Inc.</a> or its affiliates. All rights reserved | <a
© 2021 <a href="https://www.vmware.com/" class="pivotal">VMware LLC</a> or its affiliates. All rights reserved | <a
href="https://www.vmware.com/help/legal.html">Terms
of Use</a> |
<a href="https://www.vmware.com/help/privacy.html">Privacy</a> |
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/templates/learn.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2018-2022 VMware Inc. or its affiliates, All Rights Reserved.
~ Copyright (c) 2018-2022 VMware LLC or its affiliates, All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/templates/listVersions.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright (c) 2019-2021 VMware Inc. or its affiliates, All Rights Reserved.
~ Copyright (c) 2019-2021 VMware LLC or its affiliates, All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/sass/_learn.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2011-2021 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/sass/_main.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2011-2021 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/sass/_responsive.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2011-2021 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/sass/reactor.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2021 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2011-2021 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/projectreactor/ApplicationUtilsTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2020-2021 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/projectreactor/DocUtilsTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017-2023 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2017-2023 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/projectreactor/ModuleTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019-2021 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2019-2021 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/projectreactor/ModuleUtilsTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019-2021 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2019-2021 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/projectreactor/VersionTest.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020-2021 VMware Inc. or its affiliates, All Rights Reserved.
* Copyright (c) 2020-2021 VMware LLC or its affiliates, All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 0453a89

Please sign in to comment.