Skip to content

Commit 4ca9269

Browse files
committed
update copyright info
1 parent 73a8499 commit 4ca9269

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+64
-62
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions

src/hx/strings/AnyAsString.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2020 Vegard IT GmbH (https://vegardit.com) and contributors.
2+
* Copyright (c) 2016-2021 Vegard IT GmbH (https://vegardit.com) and contributors.
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55
package hx.strings;

src/hx/strings/Char.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2020 Vegard IT GmbH (https://vegardit.com) and contributors.
2+
* Copyright (c) 2016-2021 Vegard IT GmbH (https://vegardit.com) and contributors.
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55
package hx.strings;

src/hx/strings/CharIterator.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2020 Vegard IT GmbH (https://vegardit.com) and contributors.
2+
* Copyright (c) 2016-2021 Vegard IT GmbH (https://vegardit.com) and contributors.
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55
package hx.strings;

src/hx/strings/Pattern.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2019 Vegard IT GmbH, https://vegardit.com
2+
* Copyright (c) 2016-2021 Vegard IT GmbH, https://vegardit.com
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55
package hx.strings;

src/hx/strings/RandomStrings.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2020 Vegard IT GmbH (https://vegardit.com) and contributors.
2+
* Copyright (c) 2016-2021 Vegard IT GmbH (https://vegardit.com) and contributors.
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55
package hx.strings;

src/hx/strings/String8.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2020 Vegard IT GmbH (https://vegardit.com) and contributors.
2+
* Copyright (c) 2016-2021 Vegard IT GmbH (https://vegardit.com) and contributors.
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55
package hx.strings;

src/hx/strings/StringBuilder.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2020 Vegard IT GmbH (https://vegardit.com) and contributors.
2+
* Copyright (c) 2016-2021 Vegard IT GmbH (https://vegardit.com) and contributors.
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55
package hx.strings;

src/hx/strings/StringMacros.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2020 Vegard IT GmbH (https://vegardit.com) and contributors.
2+
* Copyright (c) 2016-2021 Vegard IT GmbH (https://vegardit.com) and contributors.
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55
package hx.strings;

src/hx/strings/Strings.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016-2020 Vegard IT GmbH (https://vegardit.com) and contributors.
2+
* Copyright (c) 2016-2021 Vegard IT GmbH (https://vegardit.com) and contributors.
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55
package hx.strings;

0 commit comments

Comments
 (0)