Skip to content

Commit 8ff1486

Browse files
Copilotvharseko
andauthored
Add missing 3A Systems LLC copyright to ServerConstants.java, index.html, and ConstantsTest.js
Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenIDM/sessions/10e899b2-073e-4968-af0f-5ca9d8f62f90 Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 parent ee9dc32 commit 8ff1486

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

openidm-system/src/main/java/org/forgerock/openidm/core/ServerConstants.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
*
2525
* Copyright 2006-2010 Sun Microsystems, Inc.
2626
* Portions Copyright 2010-2016 ForgeRock AS
27+
* Portions copyright 2026 3A Systems LLC.
2728
*/
2829
package org.forgerock.openidm.core;
2930

openidm-ui/openidm-ui-api/src/main/resources/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
information: "Portions Copyrighted [year] [name of copyright owner]".
1414
1515
Copyright 2016 ForgeRock AS
16+
Portions Copyrighted 2026 3A Systems LLC.
1617
-->
1718
<html>
1819
<head>

openidm-ui/openidm-ui-common/src/test/qunit/tests/org/forgerock/openidm/ui/common/util/ConstantsTest.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/**
2+
* The contents of this file are subject to the terms of the Common Development and
3+
* Distribution License (the License). You may not use this file except in compliance with the
4+
* License.
5+
*
6+
* You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
7+
* specific language governing permission and limitations under the License.
8+
*
9+
* When distributing Covered Software, include this CDDL Header Notice in each file and include
10+
* the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
11+
* Header, with the fields enclosed by brackets [] replaced by your own identifying
12+
* information: "Portions copyright [year] [name of copyright owner]".
13+
*
14+
* Portions copyright 2026 3A Systems LLC.
15+
*/
16+
117
define([
218
"org/forgerock/openidm/ui/common/util/Constants"
319
], function (Constants) {

0 commit comments

Comments
 (0)