Skip to content

Commit

Permalink
Merge pull request eclipse-omr#2135 from 0xdaryl/copyright
Browse files Browse the repository at this point in the history
Update copyright headers for EPLv2
  • Loading branch information
charliegracie authored Dec 12, 2017
2 parents ae50b6e + 43443fa commit 398fbac
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 35 deletions.
29 changes: 16 additions & 13 deletions example/glue/CompactDelegate.hpp
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
/*******************************************************************************
* Copyright (c) 2017, 2017 IBM Corp. and others
*
* (c) Copyright IBM Corp. 2017
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
* distribution and is available at http://eclipse.org/legal/epl-2.0
* or the Apache License, Version 2.0 which accompanies this distribution
* and is available at https://www.apache.org/licenses/LICENSE-2.0.
*
* This program and the accompanying materials are made available
* under the terms of the Eclipse Public License v1.0 and
* Apache License v2.0 which accompanies this distribution.
* This Source Code may also be made available under the following Secondary
* Licenses when the conditions for such availability set forth in the
* Eclipse Public License, v. 2.0 are satisfied: GNU General Public License,
* version 2 with the GNU Classpath Exception [1] and GNU General Public
* License, version 2 with the OpenJDK Assembly Exception [2].
*
* The Eclipse Public License is available at
* http://www.eclipse.org/legal/epl-v10.html
* [1] https://www.gnu.org/software/classpath/license.html
* [2] http://openjdk.java.net/legal/assembly-exception.html
*
* The Apache License v2.0 is available at
* http://www.opensource.org/licenses/apache2.0.php
*
* Contributors:
* Multiple authors (IBM Corp.) - initial implementation and documentation
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
*******************************************************************************/

#ifndef COMPACTDELEGATE_HPP_
#define COMPACTDELEGATE_HPP_

#include "omrcfg.h"
#include "omrcfg.h"
#include "omrgcconsts.h"

class MM_CompactScheme;
class MM_EnvironmentBase;
class MM_EnvironmentBase;
class MM_MarkMap;

#if defined(OMR_GC_MODRON_COMPACTION)
Expand Down
25 changes: 14 additions & 11 deletions example/glue/ConcurrentMarkingDelegate.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
/*******************************************************************************
* Copyright (c) 2017, 2017 IBM Corp. and others
*
* (c) Copyright IBM Corp. 2017
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
* distribution and is available at http://eclipse.org/legal/epl-2.0
* or the Apache License, Version 2.0 which accompanies this distribution
* and is available at https://www.apache.org/licenses/LICENSE-2.0.
*
* This program and the accompanying materials are made available
* under the terms of the Eclipse Public License v1.0 and
* Apache License v2.0 which accompanies this distribution.
* This Source Code may also be made available under the following Secondary
* Licenses when the conditions for such availability set forth in the
* Eclipse Public License, v. 2.0 are satisfied: GNU General Public License,
* version 2 with the GNU Classpath Exception [1] and GNU General Public
* License, version 2 with the OpenJDK Assembly Exception [2].
*
* The Eclipse Public License is available at
* http://www.eclipse.org/legal/epl-v10.html
* [1] https://www.gnu.org/software/classpath/license.html
* [2] http://openjdk.java.net/legal/assembly-exception.html
*
* The Apache License v2.0 is available at
* http://www.opensource.org/licenses/apache2.0.php
*
* Contributors:
* Multiple authors (IBM Corp.) - initial implementation and documentation
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
*******************************************************************************/

#include "ConcurrentMarkingDelegate.hpp"
Expand Down
25 changes: 14 additions & 11 deletions example/glue/ConcurrentMarkingDelegate.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
/*******************************************************************************
* Copyright (c) 2017, 2017 IBM Corp. and others
*
* (c) Copyright IBM Corp. 2017
* This program and the accompanying materials are made available under
* the terms of the Eclipse Public License 2.0 which accompanies this
* distribution and is available at http://eclipse.org/legal/epl-2.0
* or the Apache License, Version 2.0 which accompanies this distribution
* and is available at https://www.apache.org/licenses/LICENSE-2.0.
*
* This program and the accompanying materials are made available
* under the terms of the Eclipse Public License v1.0 and
* Apache License v2.0 which accompanies this distribution.
* This Source Code may also be made available under the following Secondary
* Licenses when the conditions for such availability set forth in the
* Eclipse Public License, v. 2.0 are satisfied: GNU General Public License,
* version 2 with the GNU Classpath Exception [1] and GNU General Public
* License, version 2 with the OpenJDK Assembly Exception [2].
*
* The Eclipse Public License is available at
* http://www.eclipse.org/legal/epl-v10.html
* [1] https://www.gnu.org/software/classpath/license.html
* [2] http://openjdk.java.net/legal/assembly-exception.html
*
* The Apache License v2.0 is available at
* http://www.opensource.org/licenses/apache2.0.php
*
* Contributors:
* Multiple authors (IBM Corp.) - initial implementation and documentation
* SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
*******************************************************************************/

#if !defined(CONCURRENTMARKINGDELEGATE_HPP_)
Expand Down

0 comments on commit 398fbac

Please sign in to comment.