Skip to content

Commit

Permalink
updated copyright statements for 2024 and Broadcom
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlippert committed Jan 2, 2024
1 parent e9a1655 commit cb09d96
Show file tree
Hide file tree
Showing 43 changed files with 45 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
id="org.springframework.boot.ide.branding.feature"
label="Spring Tool Suite 4 Branding Feature"
version="4.21.1.qualifier"
provider-name="VMware, Inc.">
provider-name="Broadcom">

<plugin
id="org.springframework.boot.ide.branding"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Version: @QUALIFIER@\n\
Build Id: @BUILD_ID@\n\
Revision: @REVISION@\n\
\n\
Copyright (c) 2007 - 2023 VMware, Inc.\n\
Copyright (c) 2007 - 2024 Broadcom\n\
All rights reserved. Visit https://spring.io/tools\n\
\n\
This product includes software developed by the\n\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginName=Spring Tool Suite 4
providerName=VMware, Inc.
providerName=Broadcom

productName=Spring Tool Suite 4
productBlurb=Spring Tool Suite 4 \n\
Expand All @@ -8,7 +8,7 @@ Version: @QUALIFIER@\n\
Build Id: @BUILD_ID@\n\
Revision: @REVISION@\n\
\n\
Copyright (c) 2007 - 2023 VMware, Inc.\n\
Copyright (c) 2007 - 2024 Broadcom\n\
All rights reserved. Visit https://spring.io/tools\n\
\n\
This product includes software developed by the\n\
Expand Down
2 changes: 1 addition & 1 deletion eclipse-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>pom</packaging>

<organization>
<name>VMware, Inc.</name>
<name>Broadcom</name>
<url>https://spring.io</url>
</organization>
<url>https://spring.io/tools</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This feature contains the Eclipse-UI-specific STS 4 components

# "copyright" property - text of the Copyright
copyright=\
Copyright (c) 2023 VMware, Inc.
Copyright (c) 2024 Broadcom

################ end of copyright property ####################################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
id="org.springframework.boot.ide.main.feature"
label="Spring Tool Suite 4 Main Feature"
version="4.21.1.qualifier"
provider-name="VMware, Inc.">
provider-name="Broadcom">

<description>
%description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Require-Bundle: org.eclipse.ui,
org.springframework.ide.eclipse.buildship30
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Bundle-Vendor: GoVMware, Inc.
Bundle-Vendor: Broadcom
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pluginName=Spring Boot Refactoring
providerName=VMware, Inc.
providerName=Broadcom
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.m2e.core
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Export-Package: org.springframework.ide.eclipse.boot.test,
org.springframework.ide.eclipse.boot.test.util
Import-Package: org.eclipse.core.runtime,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Export-Package: org.springframework.ide.eclipse.boot.wizard,
org.springframework.ide.eclipse.boot.wizard.importing,
org.springframework.ide.eclipse.boot.wizard.starters,
org.springframework.ide.eclipse.boot.wizard.util
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Import-Package: org.eclipse.core.runtime,
org.eclipse.core.runtime.jobs,
org.apache.commons.compress.archivers.zip,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Require-Bundle: org.junit,
org.springframework.ide.eclipse.maven.pom,
org.springsource.ide.eclipse.commons.livexp,
org.eclipse.compare
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Require-Bundle: org.eclipse.compare,
Bundle-Activator: org.springframework.ide.eclipse.maven.pom.PomPlugin
Bundle-ActivationPolicy: lazy
Export-Package: org.springframework.ide.eclipse.maven.pom
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
featureName=Spring XML Namespace Support

# "providerName" property - name of the company that provides the feature
providerName=VMware, Inc.
providerName=Broadcom

# "updateSiteName" property - label for the update site
updateSiteName=Spring IDE Update Site
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
providerName = VMware, Inc.
providerName = Broadcom
pluginName = Editor Support Components
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Spring Boot Language Server

# "copyright" property - text of the Copyright
copyright=\
Copyright (c) 2023 VMware, Inc.
Copyright (c) 2024 Broadcom

################ end of copyright property ####################################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
id="org.springframework.tooling.boot.ls.feature"
label="Spring Boot Language Server Feature"
version="4.21.1.qualifier"
provider-name="VMware, Inc.">
provider-name="Broadcom">

<description>
%description
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Spring Boot Language Server
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Bundle-SymbolicName: org.springframework.tooling.boot.ls;singleton:=true
Bundle-Version: 1.52.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BOSH Manifest Language Server

# "copyright" property - text of the Copyright
copyright=\
Copyright (c) 2023 VMware, Inc.
Copyright (c) 2024 Broadcom

################ end of copyright property ####################################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
id="org.springframework.tooling.bosh.ls.feature"
label="BOSH Language Server Feature"
version="4.21.1.qualifier"
provider-name="VMware, Inc.">
provider-name="Broadcom">

<description>
%description
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: BOSH Manifest Language Server
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Bundle-SymbolicName: org.springframework.tooling.bosh.ls;singleton:=true
Bundle-Version: 1.52.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
featureName=Cloud Foundry Manifest Language Server Feature
providerName=VMware, Inc.
providerName=Broadcom
updateSiteName=Spring Tooling Language Servers for Eclipse
description=\
This feature provides the language server to support editing cloud foundry manifest files

copyright=\
Copyright (c) 2023 VMware, Inc.
Copyright (c) 2024 Broadcom

################ end of copyright property ####################################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Integeation of the Cloud Foundry Manifest Language Server Extension into the Gen

# "copyright" property - text of the Copyright
copyright=\
Copyright (c) 2023 VMware, Inc.
Copyright (c) 2024 Broadcom

################ end of copyright property ####################################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
id="org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature"
label="Cloud Foundry Manifest Language Server Generic Editor Integration Feature"
version="4.21.1.qualifier"
provider-name="VMware, Inc.">
provider-name="Broadcom">

<description>
%description
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Cloud Foundry Manifest Language Server Generic Editor Integration
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Bundle-SymbolicName: org.springframework.tooling.cloudfoundry.manifest.ls.integration;singleton:=true
Bundle-Version: 4.21.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Cloud Foundry Manifest Language Server
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Bundle-SymbolicName: org.springframework.tooling.cloudfoundry.manifest.ls;singleton:=true
Bundle-Version: 1.52.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Concourse Pipeline and Task Language Server

# "copyright" property - text of the Copyright
copyright=\
Copyright (c) 2023 VMware, Inc.
Copyright (c) 2024 Broadcom

################ end of copyright property ####################################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
id="org.springframework.tooling.concourse.ls.feature"
label="Concourse Pipeline Language Server Feature"
version="4.21.1.qualifier"
provider-name="VMware, Inc.">
provider-name="Broadcom">

<description>
%description
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Concourse Pipeline Language Server
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Bundle-SymbolicName: org.springframework.tooling.concourse.ls;singleton:=true
Bundle-Version: 1.52.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Language Server Commons
Bundle-SymbolicName: org.springframework.tooling.ls.eclipse.commons;singleton:=true
Bundle-Version: 4.21.1.qualifier
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Activator: org.springframework.tooling.ls.eclipse.gotosymbol.GotoSymbolPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Spring Tool Suite Common UI Components
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.boot.ls;singleton:=true
Bundle-Version: 4.21.1.qualifier
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Require-Bundle: org.eclipse.core.resources,
org.springsource.ide.eclipse.commons.livexp
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: SpringSource Tool Suite (Core)
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.core;singleton:=true
Bundle-Version: 4.21.1.qualifier
Bundle-Activator: org.springsource.ide.eclipse.commons.internal.core.CorePlugin
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Require-Bundle: org.eclipse.core.resources,
org.eclipse.equinox.p2.core;resolution:=optional,
org.eclipse.equinox.p2.repository;resolution:=optional,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pluginName=SpringSource Tool Suite Framework Support Core
providerName=VMware, Inc.
providerName=Broadcom
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Name: com.springsource.sts.frameworks.test.util
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.frameworks.test.util;singleton:=true
Bundle-Version: 4.21.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.springsource.ide.eclipse.commons.tests.util,
org.eclipse.debug.core,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pluginName=SpringSource Tool Suite Framework Support (UI)
providerName=VMware, Inc.
providerName=Broadcom
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Bundle-Version: 4.21.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ClassPath: external:$java.home$/../lib/tools.jar
Export-Package: com.sun.tools.attach
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.jface,
org.eclipse.text
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Export-Package: org.springsource.ide.eclipse.commons.livexp.core;uses:="com.google.common.base",
org.springsource.ide.eclipse.commons.livexp.core.validators,
org.springsource.ide.eclipse.commons.livexp.ui,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: SpringSource Tool Suite Test Utilities
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.tests.util;singleton:=true
Bundle-Version: 4.21.1.qualifier
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.jdt.core,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Spring Tool Suite Common UI Components
Bundle-SymbolicName: org.springsource.ide.eclipse.commons.ui;singleton:=true
Bundle-Version: 4.21.1.qualifier
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Require-Bundle: org.eclipse.core.resources,
org.eclipse.ui,
org.eclipse.ui.browser,
Expand Down
2 changes: 1 addition & 1 deletion eclipse-language-servers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>pom</packaging>

<organization>
<name>VMware, Inc.</name>
<name>Broadcom</name>
<url>https://spring.io</url>
</organization>
<url>https://spring.io/tools</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Client-side JDT extension for language servers
Bundle-SymbolicName: org.springframework.tooling.jdt.ls.commons
Bundle-Version: 4.21.1.qualifier
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Automatic-Module-Name: org.springframework.tooling.jdt.ls.commons
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.core.runtime,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-Activator: org.springframework.tooling.jdt.ls.extension.JdtLsExtensionPlu
Bundle-Name: org.springframework.tooling.jdt.ls.extension
Bundle-SymbolicName: org.springframework.tooling.jdt.ls.extension;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: VMware, Inc.
Bundle-Vendor: Broadcom
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.jdt.ls.core,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion headless-services/jdt-ls-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>jdt-ls-extension-parent</name>

<organization>
<name>VMware, Inc.</name>
<name>Broadcom</name>
<url>https://spring.io</url>
</organization>
<url>https://spring.io/tools</url>
Expand Down

0 comments on commit cb09d96

Please sign in to comment.