Skip to content

Commit

Permalink
issue #110: adding the license info to many Rascal and Java files
Browse files Browse the repository at this point in the history
  • Loading branch information
grammarware committed Jan 16, 2013
1 parent a19589f commit f57d7c6
Show file tree
Hide file tree
Showing 155 changed files with 1,237 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/org/rascalmpl/interpreter/env/KeywordParameter.java
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (c) 2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* * Paul Klint - Paul.Klint@cwi.nl - CWI
*
*******************************************************************************/
package org.rascalmpl.interpreter.env;

import org.eclipse.imp.pdb.facts.IValue;
Expand Down
13 changes: 13 additions & 0 deletions src/org/rascalmpl/interpreter/load/StandardLibraryContributor.java
@@ -1,3 +1,16 @@
/*******************************************************************************
* Copyright (c) 2011-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* * Jurgen J. Vinju - Jurgen.Vinju@cwi.nl - CWI
* * Atze van der Ploeg - A.J.van.der.Ploeg@cwi.nl - CWI
* * Davy Landman - Davy.Landman@cwi.nl
*******************************************************************************/
package org.rascalmpl.interpreter.load;

import java.io.File;
Expand Down
12 changes: 12 additions & 0 deletions src/org/rascalmpl/interpreter/load/URIContributor.java
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (c) 2011-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* * Jurgen J. Vinju - Jurgen.Vinju@cwi.nl - CWI
* * Atze van der Ploeg - A.J.van.der.Ploeg@cwi.nl - CWI
*******************************************************************************/
package org.rascalmpl.interpreter.load;

import java.net.URI;
Expand Down
12 changes: 12 additions & 0 deletions src/org/rascalmpl/interpreter/matching/RegExpVar.java
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (c) 2011-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* * Paul Klint - Paul.Klint@cwi.nl - CWI
*
*******************************************************************************/
package org.rascalmpl.interpreter.matching;

import org.eclipse.imp.pdb.facts.type.Type;
Expand Down
12 changes: 12 additions & 0 deletions src/org/rascalmpl/interpreter/result/LessThanOrEqualResult.java
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (c) 2012-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* * Jurgen Vinju - Jurgen.Vinju@cwi.nl - CWI
*
*******************************************************************************/
package org.rascalmpl.interpreter.result;

import org.eclipse.imp.pdb.facts.IBool;
Expand Down
11 changes: 11 additions & 0 deletions src/org/rascalmpl/interpreter/result/ResourceResult.java
@@ -1,3 +1,14 @@
/*******************************************************************************
* Copyright (c) 2011-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* * Mark Hills - Mark.Hills@cwi.nl (CWI)
*******************************************************************************/
package org.rascalmpl.interpreter.result;

import org.eclipse.imp.pdb.facts.IExternalValue;
Expand Down
@@ -1,3 +1,14 @@
/*******************************************************************************
* Copyright (c) 2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* * Paul Klint - Paul.Klint@cwi.nl - CWI
*******************************************************************************/
package org.rascalmpl.interpreter.staticErrors;

import org.rascalmpl.ast.AbstractAST;
Expand Down
12 changes: 12 additions & 0 deletions src/org/rascalmpl/interpreter/staticErrors/NotEnumerable.java
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (c) 2011-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* * Jurgen J. Vinju - Jurgen.Vinju@cwi.nl - CWI
* * Paul Klint - Paul.Klint@cwi.nl - CWI
*******************************************************************************/
package org.rascalmpl.interpreter.staticErrors;

import org.rascalmpl.ast.AbstractAST;
Expand Down
@@ -1,3 +1,14 @@
/*******************************************************************************
* Copyright (c) 2012-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* * Jurgen J. Vinju - Jurgen.Vinju@cwi.nl - CWI
*******************************************************************************/
package org.rascalmpl.interpreter.staticErrors;

import org.rascalmpl.ast.AbstractAST;
Expand Down
12 changes: 12 additions & 0 deletions src/org/rascalmpl/interpreter/utils/Cases.java
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (c) 2011-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* * Jurgen J. Vinju - Jurgen.Vinju@cwi.nl - CWI
* * Michael Steindorfer - michael.steindorfer@cwi.nl - CWI
*******************************************************************************/
package org.rascalmpl.interpreter.utils;

import java.util.ArrayList;
Expand Down
@@ -1,3 +1,15 @@
/*******************************************************************************
* Copyright (c) 2012-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* * Jurgen J. Vinju - Jurgen.Vinju@cwi.nl - CWI
* * Davy Landman - Davy.Landman@cwi.nl - CWI
*******************************************************************************/
package org.rascalmpl.interpreter.utils;

import java.io.IOException;
Expand Down
7 changes: 7 additions & 0 deletions src/org/rascalmpl/library/analysis/formalconcepts/CXTIO.rsc
@@ -1,3 +1,10 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
module analysis::formalconcepts::CXTIO
import IO;
import String;
Expand Down
7 changes: 7 additions & 0 deletions src/org/rascalmpl/library/analysis/statistics/Correlation.rsc
@@ -1,3 +1,10 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
module analysis::statistics::Correlation

@doc{
Expand Down
@@ -1,3 +1,10 @@
/*******************************************************************************
* Copyright (c) 2009-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*******************************************************************************/
package org.rascalmpl.library.analysis.statistics;

import org.apache.commons.math.MathException;
Expand Down
@@ -1,3 +1,10 @@
/*******************************************************************************
* Copyright (c) 2009-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*******************************************************************************/
package org.rascalmpl.library.analysis.statistics;

import org.apache.commons.math.stat.descriptive.DescriptiveStatistics;
Expand Down
7 changes: 7 additions & 0 deletions src/org/rascalmpl/library/analysis/statistics/Descriptive.rsc
@@ -1,3 +1,10 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
module analysis::statistics::Descriptive

@doc{
Expand Down
@@ -1,3 +1,10 @@
/*******************************************************************************
* Copyright (c) 2009-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*******************************************************************************/
package org.rascalmpl.library.analysis.statistics;

import org.apache.commons.math.stat.Frequency;
Expand Down
7 changes: 7 additions & 0 deletions src/org/rascalmpl/library/analysis/statistics/Frequency.rsc
@@ -1,3 +1,10 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
@doc{
Name: Frequency
Synopsis: Frequency distributions.
Expand Down
7 changes: 7 additions & 0 deletions src/org/rascalmpl/library/analysis/statistics/Inference.rsc
@@ -1,3 +1,10 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
module analysis::statistics::Inference

@doc{
Expand Down
7 changes: 7 additions & 0 deletions src/org/rascalmpl/library/analysis/statistics/Inferences.java
@@ -1,3 +1,10 @@
/*******************************************************************************
* Copyright (c) 2009-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*******************************************************************************/
package org.rascalmpl.library.analysis.statistics;

import java.util.ArrayList;
Expand Down
@@ -1,3 +1,10 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
module analysis::statistics::SimpleRegression


Expand Down
@@ -1,3 +1,10 @@
/*******************************************************************************
* Copyright (c) 2009-2013 CWI
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*******************************************************************************/
package org.rascalmpl.library.analysis.statistics;

import org.apache.commons.math.MathException;
Expand Down
8 changes: 8 additions & 0 deletions src/org/rascalmpl/library/cobra/arbitrary.rsc
@@ -1,3 +1,11 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
@contributor{Wietse Venema - wietsevenema@gmail.com - CWI}
module cobra::arbitrary

@javaClass{org.rascalmpl.library.cobra.Arbitrary}
Expand Down
8 changes: 8 additions & 0 deletions src/org/rascalmpl/library/cobra/monadicgenerators.rsc
@@ -1,3 +1,11 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
@contributor{Wietse Venema - wietsevenema@gmail.com - CWI}
module cobra::monadicgenerators

import Prelude;
Expand Down
8 changes: 8 additions & 0 deletions src/org/rascalmpl/library/cobra/quickcheck.rsc
@@ -1,3 +1,11 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
@contributor{Wietse Venema - wietsevenema@gmail.com - CWI}
module cobra::quickcheck

public bool quickcheck( value func ){
Expand Down
@@ -1,3 +1,11 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
@contributor{Wietse Venema - wietsevenema@gmail.com - CWI}
module cobra::tests::quickcheck::annotations
import cobra::util::outputlogger;
import cobra::tests::quickcheck::imported;
Expand Down
@@ -1,3 +1,11 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
@contributor{Wietse Venema - wietsevenema@gmail.com - CWI}
module cobra::tests::quickcheck::arbitrary

import Type;
Expand Down
@@ -1,3 +1,11 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
@contributor{Wietse Venema - wietsevenema@gmail.com - CWI}
module cobra::tests::quickcheck::defaultgenerator
import cobra::quickcheck;
import Prelude;
Expand Down
@@ -1,3 +1,11 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
@contributor{Wietse Venema - wietsevenema@gmail.com - CWI}
module cobra::tests::quickcheck::generators

import cobra::quickcheck;
Expand Down
8 changes: 8 additions & 0 deletions src/org/rascalmpl/library/cobra/tests/quickcheck/imported.rsc
@@ -1,3 +1,11 @@
@license{
Copyright (c) 2009-2013 CWI
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
}
@contributor{Wietse Venema - wietsevenema@gmail.com - CWI}
module cobra::tests::quickcheck::imported

data Imported = con(int n);
Expand Down

0 comments on commit f57d7c6

Please sign in to comment.