Licence change: EPL1 to EPL2 (#135) · eclipse-sisu/sisu-project@8332fce (original) (raw)

Some content is hidden

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

Lines changed: 243 additions & 36 deletions

Large diffs are not rendered by default.

Lines changed: 12 additions & 9 deletions

Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
1 1
2 -
3 2 <!--
4 - ~ Copyright (c) 2010-present Sonatype, Inc.
5 - ~ All rights reserved. This program and the accompanying materials
6 - ~ are made available under the terms of the Eclipse Public License v1.0
7 - ~ which accompanies this distribution, and is available at
8 - ~ http://www.eclipse.org/legal/epl-v10.html
9 - ~
10 - ~ Contributors:
11 - ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
3 +
4 + Copyright (c) 2010-2024 Sonatype, Inc.
5 + All rights reserved. This program and the accompanying materials
6 + are made available under the terms of the Eclipse Public License 2.0
7 + which accompanies this distribution, and is available at
8 + https://www.eclipse.org/legal/epl-2.0/
9 +
10 + SPDX-License-Identifier: EPL-2.0
11 +
12 + Contributors:
13 + Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
14 +
12 15 -->
13 16
14 17 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 " title="undefined" rel="noopener noreferrer">http://maven.apache.org/xsd/maven-4.0.0.xsd"\>

Lines changed: 12 additions & 9 deletions

Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
1 1
2 -
3 2 <!--
4 - ~ Copyright (c) 2010-present Sonatype, Inc.
5 - ~ All rights reserved. This program and the accompanying materials
6 - ~ are made available under the terms of the Eclipse Public License v1.0
7 - ~ which accompanies this distribution, and is available at
8 - ~ http://www.eclipse.org/legal/epl-v10.html
9 - ~
10 - ~ Contributors:
11 - ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
3 +
4 + Copyright (c) 2010-2024 Sonatype, Inc.
5 + All rights reserved. This program and the accompanying materials
6 + are made available under the terms of the Eclipse Public License 2.0
7 + which accompanies this distribution, and is available at
8 + https://www.eclipse.org/legal/epl-2.0/
9 +
10 + SPDX-License-Identifier: EPL-2.0
11 +
12 + Contributors:
13 + Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
14 +
12 15 -->
13 16
14 17 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 " title="undefined" rel="noopener noreferrer">http://maven.apache.org/xsd/maven-4.0.0.xsd"\>

Lines changed: 7 additions & 5 deletions

Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
1 -/*******************************************************************************
2 - * Copyright (c) 2010-present Sonatype, Inc.
1 +/*
2 + * Copyright (c) 2010-2024 Sonatype, Inc.
3 3 * All rights reserved. This program and the accompanying materials
4 - * are made available under the terms of the Eclipse Public License v1.0
4 + * are made available under the terms of the Eclipse Public License 2.0
5 5 * which accompanies this distribution, and is available at
6 - * http://www.eclipse.org/legal/epl-v10.html
6 + * https://www.eclipse.org/legal/epl-2.0/
7 + *
8 + * SPDX-License-Identifier: EPL-2.0
7 9 *
8 10 * Contributors:
9 11 * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
10 - *******************************************************************************/
12 + */
11 13 package org.eclipse.sisu;
12 14
13 15 import java.lang.annotation.Annotation;

Lines changed: 7 additions & 5 deletions

Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
1 -/*******************************************************************************
2 - * Copyright (c) 2010-present Sonatype, Inc.
1 +/*
2 + * Copyright (c) 2010-2024 Sonatype, Inc.
3 3 * All rights reserved. This program and the accompanying materials
4 - * are made available under the terms of the Eclipse Public License v1.0
4 + * are made available under the terms of the Eclipse Public License 2.0
5 5 * which accompanies this distribution, and is available at
6 - * http://www.eclipse.org/legal/epl-v10.html
6 + * https://www.eclipse.org/legal/epl-2.0/
7 + *
8 + * SPDX-License-Identifier: EPL-2.0
7 9 *
8 10 * Contributors:
9 11 * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
10 - *******************************************************************************/
12 + */
11 13 package org.eclipse.sisu;
12 14
13 15 import java.lang.annotation.Documented;

Lines changed: 7 additions & 5 deletions

Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
1 -/*******************************************************************************
2 - * Copyright (c) 2010-present Sonatype, Inc.
1 +/*
2 + * Copyright (c) 2010-2024 Sonatype, Inc.
3 3 * All rights reserved. This program and the accompanying materials
4 - * are made available under the terms of the Eclipse Public License v1.0
4 + * are made available under the terms of the Eclipse Public License 2.0
5 5 * which accompanies this distribution, and is available at
6 - * http://www.eclipse.org/legal/epl-v10.html
6 + * https://www.eclipse.org/legal/epl-2.0/
7 + *
8 + * SPDX-License-Identifier: EPL-2.0
7 9 *
8 10 * Contributors:
9 11 * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
10 - *******************************************************************************/
12 + */
11 13 package org.eclipse.sisu;
12 14
13 15 import java.lang.annotation.Documented;

Lines changed: 7 additions & 5 deletions

Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
1 -/*******************************************************************************
2 - * Copyright (c) 2010-present Sonatype, Inc.
1 +/*
2 + * Copyright (c) 2010-2024 Sonatype, Inc.
3 3 * All rights reserved. This program and the accompanying materials
4 - * are made available under the terms of the Eclipse Public License v1.0
4 + * are made available under the terms of the Eclipse Public License 2.0
5 5 * which accompanies this distribution, and is available at
6 - * http://www.eclipse.org/legal/epl-v10.html
6 + * https://www.eclipse.org/legal/epl-2.0/
7 + *
8 + * SPDX-License-Identifier: EPL-2.0
7 9 *
8 10 * Contributors:
9 11 * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
10 - *******************************************************************************/
12 + */
11 13 package org.eclipse.sisu;
12 14
13 15 import java.lang.annotation.Documented;

Lines changed: 7 additions & 5 deletions

Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
1 -/*******************************************************************************
2 - * Copyright (c) 2010-present Sonatype, Inc.
1 +/*
2 + * Copyright (c) 2010-2024 Sonatype, Inc.
3 3 * All rights reserved. This program and the accompanying materials
4 - * are made available under the terms of the Eclipse Public License v1.0
4 + * are made available under the terms of the Eclipse Public License 2.0
5 5 * which accompanies this distribution, and is available at
6 - * http://www.eclipse.org/legal/epl-v10.html
6 + * https://www.eclipse.org/legal/epl-2.0/
7 + *
8 + * SPDX-License-Identifier: EPL-2.0
7 9 *
8 10 * Contributors:
9 11 * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
10 - *******************************************************************************/
12 + */
11 13 package org.eclipse.sisu;
12 14
13 15 import java.lang.annotation.Documented;

Lines changed: 7 additions & 5 deletions

Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
1 -/*******************************************************************************
2 - * Copyright (c) 2010-present Sonatype, Inc.
1 +/*
2 + * Copyright (c) 2010-2024 Sonatype, Inc.
3 3 * All rights reserved. This program and the accompanying materials
4 - * are made available under the terms of the Eclipse Public License v1.0
4 + * are made available under the terms of the Eclipse Public License 2.0
5 5 * which accompanies this distribution, and is available at
6 - * http://www.eclipse.org/legal/epl-v10.html
6 + * https://www.eclipse.org/legal/epl-2.0/
7 + *
8 + * SPDX-License-Identifier: EPL-2.0
7 9 *
8 10 * Contributors:
9 11 * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
10 - *******************************************************************************/
12 + */
11 13 package org.eclipse.sisu;
12 14
13 15 import java.lang.annotation.Annotation;

Lines changed: 7 additions & 5 deletions

Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
1 -/*******************************************************************************
2 - * Copyright (c) 2010-present Sonatype, Inc.
1 +/*
2 + * Copyright (c) 2010-2024 Sonatype, Inc.
3 3 * All rights reserved. This program and the accompanying materials
4 - * are made available under the terms of the Eclipse Public License v1.0
4 + * are made available under the terms of the Eclipse Public License 2.0
5 5 * which accompanies this distribution, and is available at
6 - * http://www.eclipse.org/legal/epl-v10.html
6 + * https://www.eclipse.org/legal/epl-2.0/
7 + *
8 + * SPDX-License-Identifier: EPL-2.0
7 9 *
8 10 * Contributors:
9 11 * Stuart McCulloch (Sonatype, Inc.) - initial API and implementation
10 - *******************************************************************************/
12 + */
11 13 package org.eclipse.sisu;
12 14
13 15 import java.lang.annotation.Documented;