Skip to content

Commit

Permalink
update copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Aug 2, 2023
1 parent 6100ca3 commit 3c9111b
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 33 deletions.
2 changes: 1 addition & 1 deletion feature/feature.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name=Haxe Studio
description=Eclipse based IDE for the Haxe programming language

copyright=\
Copyright 2021-2022 by the Haxe4E authors.\n\
Copyright 2021-2023 by the Haxe4E authors.\n\
\n\
All rights reserved. This program and the accompanying materials \
are made available under the terms of the Eclipse Public License v2.0 \
Expand Down
6 changes: 3 additions & 3 deletions feature/feature.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2021-2022 by the Haxe4E authors.
SPDX-FileCopyrightText: © Haxe4E authors
SPDX-FileContributor: Sebastian Thomschke
SPDX-License-Identifier: EPL-2.0
@author Sebastian Thomschke
SPDX-ArtifactOfProjectHomePage: https://github.com/haxe4e/haxe4e-studio
-->
<feature
id="org.haxe4e.studio.feature"
Expand Down
6 changes: 3 additions & 3 deletions feature/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<!--
Copyright 2021-2022 by the Haxe4E authors.
SPDX-FileCopyrightText: © Haxe4E authors
SPDX-FileContributor: Sebastian Thomschke
SPDX-License-Identifier: EPL-2.0
@author Sebastian Thomschke
SPDX-ArtifactOfProjectHomePage: https://github.com/haxe4e/haxe4e-studio
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Expand Down
2 changes: 1 addition & 1 deletion plugin/about.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Haxe Studio\n\
\n\
Eclipse based IDE for the Haxe programming language.\n\
\n\
Copyright 2021-2022 by the Haxe4E authors.\n\
Copyright 2021-2023 by the Haxe4E authors.\n\
\n\
All rights reserved. This program and the accompanying materials \
are made available under the terms of the Eclipse Public License v2.0 \
Expand Down
2 changes: 1 addition & 1 deletion plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<property name="appName" value="Haxe Studio"/>
<property
name="aboutText"
value="Haxe Studio - Eclipse based Haxe IDE&#x0A;https://github.com/haxe4e/haxe-studio&#x0A;&#x0A;Copyright 2021-2022 by the Haxe4E authors. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.&#x0A;&#x0A;This product includes software developed by other open source projects including the Eclipse Foundation, Inc., https://www.eclipse.org/ and Apache Software Foundation, https://www.apache.org/.">
value="Haxe Studio - Eclipse based Haxe IDE&#x0A;https://github.com/haxe4e/haxe-studio&#x0A;&#x0A;Copyright 2021-2023 by the Haxe4E authors. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.&#x0A;&#x0A;This product includes software developed by other open source projects including the Eclipse Foundation, Inc., https://www.eclipse.org/ and Apache Software Foundation, https://www.apache.org/.">
</property>
<property
name="windowImages"
Expand Down
6 changes: 3 additions & 3 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<!--
Copyright 2021-2022 by the Haxe4E authors.
SPDX-FileCopyrightText: © Haxe4E authors
SPDX-FileContributor: Sebastian Thomschke
SPDX-License-Identifier: EPL-2.0
@author Sebastian Thomschke
SPDX-ArtifactOfProjectHomePage: https://github.com/haxe4e/haxe4e-studio
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/*
* Copyright 2021-2022 by the Haxe4E authors.
* SPDX-FileCopyrightText: © The Haxe4E authors
* SPDX-FileContributor: Sebastian Thomschke
* SPDX-License-Identifier: EPL-2.0
* SPDX-ArtifactOfProjectHomePage: https://github.com/haxe4e/haxe4e-studio
*/
package org.haxe4e.studio;

import static net.sf.jstuff.core.validation.NullAnalysisHelper.*;
import static net.sf.jstuff.core.validation.NullAnalysisHelper.asNonNull;

import java.net.URL;

Expand Down
6 changes: 4 additions & 2 deletions plugin/src/main/java/org/haxe4e/studio/HaxeStudioPlugin.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/*
* Copyright 2021-2022 by the Haxe4E authors.
* SPDX-FileCopyrightText: © The Haxe4E authors
* SPDX-FileContributor: Sebastian Thomschke
* SPDX-License-Identifier: EPL-2.0
* SPDX-ArtifactOfProjectHomePage: https://github.com/haxe4e/haxe4e-studio
*/
package org.haxe4e.studio;

import static net.sf.jstuff.core.validation.NullAnalysisHelper.*;
import static net.sf.jstuff.core.validation.NullAnalysisHelper.asNonNullUnsafe;

import org.eclipse.jdt.annotation.Nullable;
import org.osgi.framework.BundleContext;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright 2021-2022 by the Haxe4E authors.
* SPDX-FileCopyrightText: © The Haxe4E authors
* SPDX-FileContributor: Sebastian Thomschke
* SPDX-License-Identifier: EPL-2.0
* SPDX-ArtifactOfProjectHomePage: https://github.com/haxe4e/haxe4e-studio
*/
package org.haxe4e.studio;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/*
* Copyright 2021-2022 by the Haxe4E authors.
* SPDX-FileCopyrightText: © The Haxe4E authors
* SPDX-FileContributor: Sebastian Thomschke
* SPDX-License-Identifier: EPL-2.0
* SPDX-ArtifactOfProjectHomePage: https://github.com/haxe4e/haxe4e-studio
*/
package org.haxe4e.studio.launch;

import static net.sf.jstuff.core.validation.NullAnalysisHelper.*;
import static net.sf.jstuff.core.validation.NullAnalysisHelper.asNonNull;

import org.eclipse.core.externaltools.internal.IExternalToolConstants;
import org.eclipse.core.resources.IFile;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright 2021-2022 by the Haxe4E authors.
* SPDX-FileCopyrightText: © The Haxe4E authors
* SPDX-FileContributor: Sebastian Thomschke
* SPDX-License-Identifier: EPL-2.0
* SPDX-ArtifactOfProjectHomePage: https://github.com/haxe4e/haxe4e-studio
*
* @author Sebastian Thomschke
*/
Expand Down
4 changes: 3 additions & 1 deletion plugin/src/main/java/org/haxe4e/studio/package-info.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright 2021-2022 by the Haxe4E authors.
* SPDX-FileCopyrightText: © The Haxe4E authors
* SPDX-FileContributor: Sebastian Thomschke
* SPDX-License-Identifier: EPL-2.0
* SPDX-ArtifactOfProjectHomePage: https://github.com/haxe4e/haxe4e-studio
*
* @author Sebastian Thomschke
*/
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<!--
Copyright 2021-2022 by the Haxe4E authors.
SPDX-FileCopyrightText: © Haxe4E authors
SPDX-FileContributor: Sebastian Thomschke
SPDX-License-Identifier: EPL-2.0
@author Sebastian Thomschke
SPDX-ArtifactOfProjectHomePage: https://github.com/haxe4e/haxe4e-studio
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Expand Down
6 changes: 3 additions & 3 deletions product/build-paf.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
# Copyright 2021-2022 by the Haxe4E authors
# SPDX-FileCopyrightText: © Haxe4E authors
# SPDX-FileContributor: Sebastian Thomschke
# SPDX-License-Identifier: EPL-2.0
#
# Author: Sebastian Thomschke
# SPDX-ArtifactOfProjectHomePage: https://github.com/haxe4e/haxe4e-studio
#

set -eu
Expand Down
6 changes: 3 additions & 3 deletions product/fix_exec_flag_in_archives.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2022 by the Haxe4E authors.
# SPDX-FileCopyrightText: © Haxe4E authors
# SPDX-FileContributor: Sebastian Thomschke
# SPDX-License-Identifier: EPL-2.0
#
# Author: Sebastian Thomschke
# SPDX-ArtifactOfProjectHomePage: https://github.com/haxe4e/haxe4e-studio
#
# Sets the missing executable flag in tar.gz files produced for Linux/MacOS when building on Windows
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=442607
Expand Down
6 changes: 3 additions & 3 deletions product/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<!--
Copyright 2021-2022 by the Haxe4E authors.
SPDX-FileCopyrightText: © Haxe4E authors
SPDX-FileContributor: Sebastian Thomschke
SPDX-License-Identifier: EPL-2.0
@author Sebastian Thomschke
SPDX-ArtifactOfProjectHomePage: https://github.com/haxe4e/haxe4e-studio
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Expand Down

0 comments on commit 3c9111b

Please sign in to comment.