Skip to content

Commit

Permalink
Add copyright header.
Browse files Browse the repository at this point in the history
  • Loading branch information
kqarryzada committed May 20, 2024
1 parent 62ce5bd commit 21e26b9
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright 2024 Ping Identity Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License (GPLv2 only)
* or the terms of the GNU Lesser General Public License (LGPLv2.1 only)
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses>.
*/

package com.unboundid.scim2.common;

import org.testng.annotations.Test;
Expand All @@ -8,6 +25,9 @@

public class StaticUtilsTest
{
/**
* Unit test for the {@code splitCommaSeparatedString()} method.
*/
@Test
public void testSplitCommaSeparatedString()
{
Expand Down

0 comments on commit 21e26b9

Please sign in to comment.