Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IBM copyright notice #82

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Conversation

cljohnso
Copy link
Contributor

A few files had some spacing changes -- all are normalized now. Most just add the IBM line.

The following IntelliJ IDEA template was used for the update:

$originalComment.match("(Copyright .* a Software AG company\.)")
Copyright Super iPaaS Integration LLC, an IBM Company $originalComment.match("Copyright .* an IBM Company (\d+)", 1, ",")$today.year

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

     http://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.

In this template, the first line retains the original copyright line. The second line adds/updates the IBM copyright line.

Copy link
Member

@chrisdennis chrisdennis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have some double 2024s... otherwise this looks good.

@@ -1,17 +1,18 @@
/*
* Copyright 2023 Terracotta, Inc., a Software AG company.
* Copyright 2023 Terracotta, Inc., a Software AG company.
* Copyright Super iPaaS Integration LLC, an IBM Company 2024,2024
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2024,2024?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't notice -- I'll fix those up.

Copy link

github-actions bot commented Jul 22, 2024

Tests Results

     880 files  ±0       880 suites  ±0   10m 15s ⏱️ + 1m 4s
     647 tests ±0       630 ✔️ ±0    17 💤 ±0  0 ±0 
13 320 runs  ±0  12 620 ✔️ ±0  700 💤 ±0  0 ±0 

Results for commit 253ec0a. ± Comparison against base commit 273eab0.

♻️ This comment has been updated with latest results.

@chrisdennis chrisdennis merged commit bbe4205 into Terracotta-OSS:master Jul 22, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants