Skip to content

Commit

Permalink
Fix character encoding in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-appear committed May 2, 2011
1 parent 50ce7ea commit f63ce41
Show file tree
Hide file tree
Showing 138 changed files with 158 additions and 158 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, Mikael Ståldal
* Copyright (c) 2005, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/FullMap.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, Mikael Ståldal
* Copyright (c) 2005, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/LSPException.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/LSPExtLib.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2005, Mikael Ståldal
* Copyright (c) 2001-2005, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions src/nu/staldal/lsp/LSPForEachStatus.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2004, Mikael Ståldal
* Copyright (c) 2003-2004, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -48,7 +48,7 @@
* This class is not part of the public API, it should only be used by compiled
* LSP pages. It is declared public since compiled LSP pages needs to access it.
*
* @author Mikael Ståldal
* @author Mikael Ståldal
*/
public class LSPForEachStatus implements Map<String,Object>
{
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/LSPHelper.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004-2006, Mikael Ståldal
* Copyright (c) 2004-2006, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/LSPPage.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2005, Mikael Ståldal
* Copyright (c) 2001-2005, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions src/nu/staldal/lsp/LSPPageBase.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2005, Mikael Ståldal
* Copyright (c) 2003-2005, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -58,7 +58,7 @@
* This class is not part of the public API, it should only be used by compiled
* LSP pages. It is declared public since compiled LSP pages needs to access it.
*
* @author Mikael Ståldal
* @author Mikael Ståldal
*/
public abstract class LSPPageBase implements LSPPage
{
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/LSPRunner.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004, Mikael Ståldal
* Copyright (c) 2004, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/SimpleExtLib.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, Mikael Ståldal
* Copyright (c) 2005, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/StringHandler.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/URLResolver.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/Utils.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004, Mikael Ståldal
* Copyright (c) 2004, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compile/LSPChoose.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2006, Mikael Ståldal
* Copyright (c) 2001-2006, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compile/LSPContainer.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2004, Mikael Ståldal
* Copyright (c) 2001-2004, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compile/LSPElement.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2003, Mikael Ståldal
* Copyright (c) 2001-2003, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compile/LSPExtElement.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2003, Mikael Ståldal
* Copyright (c) 2001-2003, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compile/LSPForEach.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2003, Mikael Ståldal
* Copyright (c) 2001-2003, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compile/LSPIf.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2003, Mikael Ståldal
* Copyright (c) 2001-2003, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compile/LSPLet.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2002-2003, Mikael Ståldal
* Copyright (c) 2002-2003, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compile/LSPNode.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2003, Mikael Ståldal
* Copyright (c) 2001-2003, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compile/LSPProcessingInstruction.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2003, Mikael Ståldal
* Copyright (c) 2001-2003, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compile/LSPSimpleContainer.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004, Mikael Ståldal
* Copyright (c) 2004, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compile/LSPTemplate.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2003, Mikael Ståldal
* Copyright (c) 2001-2003, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compile/LSPText.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2003, Mikael Ståldal
* Copyright (c) 2001-2003, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compiledexpr/BuiltInFunctionCall.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compiledexpr/ExtensionFunctionCall.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compiler/LSPCompiler.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2006, Mikael Ståldal
* Copyright (c) 2001-2006, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compiler/LSPCompilerAntTask.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006, Mikael Ståldal
* Copyright (c) 2003-2006, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compiler/LSPCompilerCLI.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006, Mikael Ståldal
* Copyright (c) 2003-2006, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compiler/LSPCompilerHelper.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2006, Mikael Ståldal
* Copyright (c) 2003-2006, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions src/nu/staldal/lsp/compiler/LSPExpr.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -46,7 +46,7 @@
/**
* LSP expression.
*
* @author Mikael Ståldal
* @author Mikael Ståldal
*/
public abstract class LSPExpr implements java.io.Serializable
{
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/compiler/LSPJVMCompiler.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2003-2008, Mikael Ståldal
* Copyright (c) 2003-2008, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/expr/BinaryExpr.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/expr/ConditionalExpr.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, Mikael Ståldal
* Copyright (c) 2003, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/expr/DelimiterToken.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-2003, Mikael Ståldal
* Copyright (c) 2001-2003, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/expr/FunctionCall.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions src/nu/staldal/lsp/expr/LSPExprParser.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001-200`5, Mikael Ståldal
* Copyright (c) 2001-200`5, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -49,7 +49,7 @@
/**
* Parser for LSP expressions.
*
* @author Mikael Ståldal
* @author Mikael Ståldal
*/
public class LSPExprParser extends Parser
{
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/expr/NameToken.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/expr/NumberLiteral.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/expr/NumberToken.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/expr/StringLiteral.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/expr/StringToken.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/expr/TupleExpr.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/expr/UnaryExpr.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/expr/VariableReference.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2001, Mikael Ståldal
* Copyright (c) 2001, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/framework/DBConnection.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2005-2006, Mikael Ståldal
* Copyright (c) 2005-2006, Mikael Ståldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/framework/DispatcherServlet.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2005-2006, Mikael St�ldal
* Copyright (c) 2005-2006, Mikael St�ldal
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/framework/EasyService.java
Expand Up @@ -21,7 +21,7 @@
* Use the {@link PageParameter} annotation on instance fields to automatically
* use them as page parameters to templates.
*
* @author Mikael Ståldal
* @author Mikael Ståldal
*/
public abstract class EasyService extends ThrowawayService {

Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/framework/Mandatory.java
Expand Up @@ -12,7 +12,7 @@
*
* @see Parameter
*
* @author Mikael Ståldal
* @author Mikael Ståldal
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
Expand Down
2 changes: 1 addition & 1 deletion src/nu/staldal/lsp/framework/PageParameter.java
Expand Up @@ -13,7 +13,7 @@
* the field name if the <code>value</code> argument is not set.
* The field must be <code>public</code>.
*
* @author Mikael St�ldal
* @author Mikael Ståldal
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
Expand Down

0 comments on commit f63ce41

Please sign in to comment.