Skip to content

Commit

Permalink
issue #110: updating copyrights 2009–2011 to 2009–2013
Browse files Browse the repository at this point in the history
  • Loading branch information
grammarware committed Jan 16, 2013
1 parent 3162cc1 commit 15ecb03
Show file tree
Hide file tree
Showing 650 changed files with 650 additions and 650 deletions.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/ast/ASTStatistics.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/ast/IVisitable.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/checker/StaticChecker.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
Expand Up @@ -76,7 +76,7 @@

</pre> This is fixed by using the proper scheme name:
<pre class="screen"><span class="prompt">rascal></span>readFileLines(|std:///demo/basic/Hello.rsc|);
list[str]: ["@license{"," Copyright (c) 2009-2011 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{Jurgen J. Vinju - Jurgen.Vinju@cwi.nl - CWI}","@contributor{Paul Klint - Paul.Klint@cwi.nl - CWI}","//START","module demo::basic::Hello","","import IO;","","public void hello() {"," println(\"Hello world, this is my first Rascal program\");","}"]
list[str]: ["@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{Jurgen J. Vinju - Jurgen.Vinju@cwi.nl - CWI}","@contributor{Paul Klint - Paul.Klint@cwi.nl - CWI}","//START","module demo::basic::Hello","","import IO;","","public void hello() {"," println(\"Hello world, this is my first Rascal program\");","}"]
</pre>
</div>

Expand Down
Expand Up @@ -78,7 +78,7 @@
<br/>

<pre class="listing">@license{
Copyright (c) 2009-2011 CWI
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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/Accumulator.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/AssignableEvaluator.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/BasicTypeEvaluator.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/BoxADT.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/Configuration.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/IEvaluatorContext.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/IRascalMonitor.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/ITestResultListener.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/JavaToRascal.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/NullRascalMonitor.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/StringTemplateConverter.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/TestEvaluator.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/TraversalEvaluator.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/TraverseResult.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/TypeReifier.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/asserts/Ambiguous.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/env/Environment.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/env/GlobalEnvironment.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/env/ModuleEnvironment.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/load/RascalURIResolver.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/matching/AndResult.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/matching/AntiPattern.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/org/rascalmpl/interpreter/matching/CFListIterator.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009-2011 CWI
* 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
Expand Down

0 comments on commit 15ecb03

Please sign in to comment.