diff --git a/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/MemoizationOfMismatchesBenchmark.java b/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/MemoizationOfMismatchesBenchmark.java index 6a75a5e8..9ef61e6d 100644 --- a/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/MemoizationOfMismatchesBenchmark.java +++ b/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/MemoizationOfMismatchesBenchmark.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/OneOrMoreExpressionBenchmark.java b/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/OneOrMoreExpressionBenchmark.java index 8a988d79..35b5cfa2 100644 --- a/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/OneOrMoreExpressionBenchmark.java +++ b/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/OneOrMoreExpressionBenchmark.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/RecursiveRuleBenchmark.java b/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/RecursiveRuleBenchmark.java index 9e58b527..a42f0bf0 100644 --- a/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/RecursiveRuleBenchmark.java +++ b/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/RecursiveRuleBenchmark.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/Strings.java b/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/Strings.java index 72e7955f..0d1964ac 100644 --- a/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/Strings.java +++ b/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/Strings.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/ZeroOrMoreExpressionBenchmark.java b/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/ZeroOrMoreExpressionBenchmark.java index 4ba13019..b253343a 100644 --- a/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/ZeroOrMoreExpressionBenchmark.java +++ b/sslr-benchmarks/src/main/java/org/sonar/sslr/benchmarks/ZeroOrMoreExpressionBenchmark.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/MemoizationOfMismatchesBenchmarkTest.java b/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/MemoizationOfMismatchesBenchmarkTest.java index 41c5a303..553e8c34 100644 --- a/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/MemoizationOfMismatchesBenchmarkTest.java +++ b/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/MemoizationOfMismatchesBenchmarkTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/OneOrMoreExpressionBenchmarkTest.java b/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/OneOrMoreExpressionBenchmarkTest.java index 94d6a013..03b0bb2f 100644 --- a/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/OneOrMoreExpressionBenchmarkTest.java +++ b/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/OneOrMoreExpressionBenchmarkTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/RecursiveRuleBenchmarkTest.java b/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/RecursiveRuleBenchmarkTest.java index 5b6aae97..31528be4 100644 --- a/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/RecursiveRuleBenchmarkTest.java +++ b/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/RecursiveRuleBenchmarkTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/ZeroOrMoreExpressionBenchmarkTest.java b/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/ZeroOrMoreExpressionBenchmarkTest.java index dc2a6c86..28089070 100644 --- a/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/ZeroOrMoreExpressionBenchmarkTest.java +++ b/sslr-benchmarks/src/test/java/org/sonar/sslr/benchmarks/ZeroOrMoreExpressionBenchmarkTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/AstAndTokenVisitor.java b/sslr-core/src/main/java/com/sonar/sslr/api/AstAndTokenVisitor.java index 1394498a..96814c35 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/AstAndTokenVisitor.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/AstAndTokenVisitor.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/AstNode.java b/sslr-core/src/main/java/com/sonar/sslr/api/AstNode.java index 3b382d05..41891e07 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/AstNode.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/AstNode.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/AstNodeSkippingPolicy.java b/sslr-core/src/main/java/com/sonar/sslr/api/AstNodeSkippingPolicy.java index e0c539f9..7271ce0f 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/AstNodeSkippingPolicy.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/AstNodeSkippingPolicy.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/AstNodeType.java b/sslr-core/src/main/java/com/sonar/sslr/api/AstNodeType.java index 0826f1a1..fd966a1f 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/AstNodeType.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/AstNodeType.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/AstVisitor.java b/sslr-core/src/main/java/com/sonar/sslr/api/AstVisitor.java index c26da9dc..a89847ce 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/AstVisitor.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/AstVisitor.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/GenericTokenType.java b/sslr-core/src/main/java/com/sonar/sslr/api/GenericTokenType.java index ec2165af..deac9a1a 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/GenericTokenType.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/GenericTokenType.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/Grammar.java b/sslr-core/src/main/java/com/sonar/sslr/api/Grammar.java index e292e79a..09a90a89 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/Grammar.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/Grammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/PreprocessingDirective.java b/sslr-core/src/main/java/com/sonar/sslr/api/PreprocessingDirective.java index 8bba4a04..6c5d41e4 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/PreprocessingDirective.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/PreprocessingDirective.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/Preprocessor.java b/sslr-core/src/main/java/com/sonar/sslr/api/Preprocessor.java index f2a8e749..2acd9ac7 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/Preprocessor.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/Preprocessor.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/PreprocessorAction.java b/sslr-core/src/main/java/com/sonar/sslr/api/PreprocessorAction.java index f42dcfe8..a372a01c 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/PreprocessorAction.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/PreprocessorAction.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/RecognitionException.java b/sslr-core/src/main/java/com/sonar/sslr/api/RecognitionException.java index 2e8094e4..9c989c2d 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/RecognitionException.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/RecognitionException.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/Rule.java b/sslr-core/src/main/java/com/sonar/sslr/api/Rule.java index 849332ad..382960e2 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/Rule.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/Rule.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/Token.java b/sslr-core/src/main/java/com/sonar/sslr/api/Token.java index 09a3e8e1..2b473d1a 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/Token.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/Token.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/TokenType.java b/sslr-core/src/main/java/com/sonar/sslr/api/TokenType.java index e89606c0..bbbeabbb 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/TokenType.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/TokenType.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/Trivia.java b/sslr-core/src/main/java/com/sonar/sslr/api/Trivia.java index 596faad0..7895bff6 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/Trivia.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/Trivia.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/package-info.java b/sslr-core/src/main/java/com/sonar/sslr/api/package-info.java index 439b4c1b..2865b526 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/package-info.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/typed/ActionParser.java b/sslr-core/src/main/java/com/sonar/sslr/api/typed/ActionParser.java index 2d33e4fd..8fd5951e 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/typed/ActionParser.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/typed/ActionParser.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/typed/AstNodeBuilder.java b/sslr-core/src/main/java/com/sonar/sslr/api/typed/AstNodeBuilder.java index 0a8d9aff..03bf0d05 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/typed/AstNodeBuilder.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/typed/AstNodeBuilder.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/typed/GrammarBuilder.java b/sslr-core/src/main/java/com/sonar/sslr/api/typed/GrammarBuilder.java index f96b3ad5..9f4e7e3e 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/typed/GrammarBuilder.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/typed/GrammarBuilder.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/typed/Input.java b/sslr-core/src/main/java/com/sonar/sslr/api/typed/Input.java index f2d08671..a85a7438 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/typed/Input.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/typed/Input.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/typed/NodeBuilder.java b/sslr-core/src/main/java/com/sonar/sslr/api/typed/NodeBuilder.java index 832d7bf5..09cd8b7c 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/typed/NodeBuilder.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/typed/NodeBuilder.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/typed/NonterminalBuilder.java b/sslr-core/src/main/java/com/sonar/sslr/api/typed/NonterminalBuilder.java index e974d633..a7f6ceec 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/typed/NonterminalBuilder.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/typed/NonterminalBuilder.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/typed/Optional.java b/sslr-core/src/main/java/com/sonar/sslr/api/typed/Optional.java index 0a0b91f6..0eb2a5d9 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/typed/Optional.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/typed/Optional.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/api/typed/package-info.java b/sslr-core/src/main/java/com/sonar/sslr/api/typed/package-info.java index 2460cee4..c81f9652 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/api/typed/package-info.java +++ b/sslr-core/src/main/java/com/sonar/sslr/api/typed/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/Lexer.java b/sslr-core/src/main/java/com/sonar/sslr/impl/Lexer.java index d298b1f0..aae85d4e 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/Lexer.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/Lexer.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/LexerException.java b/sslr-core/src/main/java/com/sonar/sslr/impl/LexerException.java index 6cc8eb39..8b3f675f 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/LexerException.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/LexerException.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/Parser.java b/sslr-core/src/main/java/com/sonar/sslr/impl/Parser.java index 3575cc0c..1c77f41c 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/Parser.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/Parser.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/ast/AlwaysSkipFromAst.java b/sslr-core/src/main/java/com/sonar/sslr/impl/ast/AlwaysSkipFromAst.java index 0bd53d55..a98babe8 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/ast/AlwaysSkipFromAst.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/ast/AlwaysSkipFromAst.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/ast/AstWalker.java b/sslr-core/src/main/java/com/sonar/sslr/impl/ast/AstWalker.java index 8bde74fd..68722596 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/ast/AstWalker.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/ast/AstWalker.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/ast/AstXmlPrinter.java b/sslr-core/src/main/java/com/sonar/sslr/impl/ast/AstXmlPrinter.java index b157aceb..1df98d47 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/ast/AstXmlPrinter.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/ast/AstXmlPrinter.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/ast/NeverSkipFromAst.java b/sslr-core/src/main/java/com/sonar/sslr/impl/ast/NeverSkipFromAst.java index 0f65452d..7f6d7d3a 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/ast/NeverSkipFromAst.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/ast/NeverSkipFromAst.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/ast/SkipFromAstIfOnlyOneChild.java b/sslr-core/src/main/java/com/sonar/sslr/impl/ast/SkipFromAstIfOnlyOneChild.java index 2f8a3f86..9b0e5225 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/ast/SkipFromAstIfOnlyOneChild.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/ast/SkipFromAstIfOnlyOneChild.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/ast/package-info.java b/sslr-core/src/main/java/com/sonar/sslr/impl/ast/package-info.java index a62838a8..a25dcffe 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/ast/package-info.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/ast/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/BlackHoleChannel.java b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/BlackHoleChannel.java index 4cd60e4e..459e3bf2 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/BlackHoleChannel.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/BlackHoleChannel.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/BomCharacterChannel.java b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/BomCharacterChannel.java index 2e5723e5..11ec34bd 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/BomCharacterChannel.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/BomCharacterChannel.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/CommentRegexpChannel.java b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/CommentRegexpChannel.java index d2a9ffad..87d7a392 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/CommentRegexpChannel.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/CommentRegexpChannel.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/IdentifierAndKeywordChannel.java b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/IdentifierAndKeywordChannel.java index 71444db7..23077a0e 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/IdentifierAndKeywordChannel.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/IdentifierAndKeywordChannel.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/PunctuatorChannel.java b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/PunctuatorChannel.java index 6077b233..4ce9d1c8 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/PunctuatorChannel.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/PunctuatorChannel.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/RegexpChannel.java b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/RegexpChannel.java index 983f3679..dbc965ea 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/RegexpChannel.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/RegexpChannel.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/RegexpChannelBuilder.java b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/RegexpChannelBuilder.java index e7bb57f7..7481d809 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/RegexpChannelBuilder.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/RegexpChannelBuilder.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/UnknownCharacterChannel.java b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/UnknownCharacterChannel.java index c5713430..1c337426 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/UnknownCharacterChannel.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/UnknownCharacterChannel.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/package-info.java b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/package-info.java index 3d7b5ae5..667dbd77 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/channel/package-info.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/channel/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/GrammarFunctions.java b/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/GrammarFunctions.java index 07afc3e4..bdae49f7 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/GrammarFunctions.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/GrammarFunctions.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/Matcher.java b/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/Matcher.java index 348b02fa..e8407b23 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/Matcher.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/Matcher.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/RuleDefinition.java b/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/RuleDefinition.java index 666bf134..c48c0ae6 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/RuleDefinition.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/RuleDefinition.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/package-info.java b/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/package-info.java index 63c22065..6c1ba935 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/package-info.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/matcher/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/package-info.java b/sslr-core/src/main/java/com/sonar/sslr/impl/package-info.java index 857f5663..0e934510 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/package-info.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/AstNodeReflector.java b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/AstNodeReflector.java index 50a856a2..358a11e9 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/AstNodeReflector.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/AstNodeReflector.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/DelayedRuleInvocationExpression.java b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/DelayedRuleInvocationExpression.java index 07455503..820658bb 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/DelayedRuleInvocationExpression.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/DelayedRuleInvocationExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/GrammarBuilderInterceptor.java b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/GrammarBuilderInterceptor.java index dbf34846..82bead93 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/GrammarBuilderInterceptor.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/GrammarBuilderInterceptor.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/Interceptor.java b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/Interceptor.java index 1125dd03..daddfca5 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/Interceptor.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/Interceptor.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/MethodInterceptor.java b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/MethodInterceptor.java index a24b6ba8..9ccf00dc 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/MethodInterceptor.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/MethodInterceptor.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/ReflectionUtils.java b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/ReflectionUtils.java index 757ee236..8ab3f24e 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/ReflectionUtils.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/ReflectionUtils.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/SyntaxTreeCreator.java b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/SyntaxTreeCreator.java index 3432f59e..f5030897 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/SyntaxTreeCreator.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/SyntaxTreeCreator.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/package-info.java b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/package-info.java index d2146354..913387f1 100644 --- a/sslr-core/src/main/java/com/sonar/sslr/impl/typed/package-info.java +++ b/sslr-core/src/main/java/com/sonar/sslr/impl/typed/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/ast/AstSelect.java b/sslr-core/src/main/java/org/sonar/sslr/ast/AstSelect.java index e9dd2b9e..138773c5 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/ast/AstSelect.java +++ b/sslr-core/src/main/java/org/sonar/sslr/ast/AstSelect.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/ast/package-info.java b/sslr-core/src/main/java/org/sonar/sslr/ast/package-info.java index bd727bb6..67130601 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/ast/package-info.java +++ b/sslr-core/src/main/java/org/sonar/sslr/ast/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/channel/Channel.java b/sslr-core/src/main/java/org/sonar/sslr/channel/Channel.java index 586f29ba..6fca7c4c 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/channel/Channel.java +++ b/sslr-core/src/main/java/org/sonar/sslr/channel/Channel.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/channel/ChannelCodeReaderFilter.java b/sslr-core/src/main/java/org/sonar/sslr/channel/ChannelCodeReaderFilter.java index 929b615d..8a62e4f8 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/channel/ChannelCodeReaderFilter.java +++ b/sslr-core/src/main/java/org/sonar/sslr/channel/ChannelCodeReaderFilter.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/channel/ChannelDispatcher.java b/sslr-core/src/main/java/org/sonar/sslr/channel/ChannelDispatcher.java index 36ed6701..15d9597c 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/channel/ChannelDispatcher.java +++ b/sslr-core/src/main/java/org/sonar/sslr/channel/ChannelDispatcher.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/channel/ChannelException.java b/sslr-core/src/main/java/org/sonar/sslr/channel/ChannelException.java index 8875b277..dfb1db64 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/channel/ChannelException.java +++ b/sslr-core/src/main/java/org/sonar/sslr/channel/ChannelException.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/channel/CodeBuffer.java b/sslr-core/src/main/java/org/sonar/sslr/channel/CodeBuffer.java index 2a8f412b..ca6e763e 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/channel/CodeBuffer.java +++ b/sslr-core/src/main/java/org/sonar/sslr/channel/CodeBuffer.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/channel/CodeReader.java b/sslr-core/src/main/java/org/sonar/sslr/channel/CodeReader.java index 6fc41740..4a561340 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/channel/CodeReader.java +++ b/sslr-core/src/main/java/org/sonar/sslr/channel/CodeReader.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/channel/CodeReaderConfiguration.java b/sslr-core/src/main/java/org/sonar/sslr/channel/CodeReaderConfiguration.java index 0d73bc4a..64540011 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/channel/CodeReaderConfiguration.java +++ b/sslr-core/src/main/java/org/sonar/sslr/channel/CodeReaderConfiguration.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/channel/CodeReaderFilter.java b/sslr-core/src/main/java/org/sonar/sslr/channel/CodeReaderFilter.java index def610a9..31a26a7c 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/channel/CodeReaderFilter.java +++ b/sslr-core/src/main/java/org/sonar/sslr/channel/CodeReaderFilter.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/channel/EndMatcher.java b/sslr-core/src/main/java/org/sonar/sslr/channel/EndMatcher.java index 78ca2fad..c365b861 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/channel/EndMatcher.java +++ b/sslr-core/src/main/java/org/sonar/sslr/channel/EndMatcher.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/channel/RegexChannel.java b/sslr-core/src/main/java/org/sonar/sslr/channel/RegexChannel.java index 0b15cd67..353a7c1e 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/channel/RegexChannel.java +++ b/sslr-core/src/main/java/org/sonar/sslr/channel/RegexChannel.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/channel/package-info.java b/sslr-core/src/main/java/org/sonar/sslr/channel/package-info.java index 819c2fbc..49d41dde 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/channel/package-info.java +++ b/sslr-core/src/main/java/org/sonar/sslr/channel/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarBuilder.java b/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarBuilder.java index cdc28d4f..02f0b00b 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarBuilder.java +++ b/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarBuilder.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarException.java b/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarException.java index ba985250..fe19fa0b 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarException.java +++ b/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarException.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarRuleBuilder.java b/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarRuleBuilder.java index b41a8955..bf9bff4a 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarRuleBuilder.java +++ b/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarRuleBuilder.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarRuleKey.java b/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarRuleKey.java index a3da5af1..60d584b9 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarRuleKey.java +++ b/sslr-core/src/main/java/org/sonar/sslr/grammar/GrammarRuleKey.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/grammar/LexerfulGrammarBuilder.java b/sslr-core/src/main/java/org/sonar/sslr/grammar/LexerfulGrammarBuilder.java index a5b1657b..d7d856b9 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/grammar/LexerfulGrammarBuilder.java +++ b/sslr-core/src/main/java/org/sonar/sslr/grammar/LexerfulGrammarBuilder.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/grammar/LexerlessGrammarBuilder.java b/sslr-core/src/main/java/org/sonar/sslr/grammar/LexerlessGrammarBuilder.java index 7e8aa0b8..4b08685b 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/grammar/LexerlessGrammarBuilder.java +++ b/sslr-core/src/main/java/org/sonar/sslr/grammar/LexerlessGrammarBuilder.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/grammar/package-info.java b/sslr-core/src/main/java/org/sonar/sslr/grammar/package-info.java index 8a48f617..3b79cd8a 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/grammar/package-info.java +++ b/sslr-core/src/main/java/org/sonar/sslr/grammar/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/AstSelectFactory.java b/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/AstSelectFactory.java index d7b9385d..1ab21a76 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/AstSelectFactory.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/AstSelectFactory.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/EmptyAstSelect.java b/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/EmptyAstSelect.java index 9750f80d..3d6561df 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/EmptyAstSelect.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/EmptyAstSelect.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/ListAstSelect.java b/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/ListAstSelect.java index 59cd2fdb..fd76b635 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/ListAstSelect.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/ListAstSelect.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/SingleAstSelect.java b/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/SingleAstSelect.java index 2e1240b8..44797fc8 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/SingleAstSelect.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/SingleAstSelect.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/package-info.java b/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/package-info.java index 7864ad02..05aa835f 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/package-info.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/ast/select/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/grammar/MutableGrammar.java b/sslr-core/src/main/java/org/sonar/sslr/internal/grammar/MutableGrammar.java index c4705f1c..3f74b360 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/grammar/MutableGrammar.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/grammar/MutableGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/grammar/MutableParsingRule.java b/sslr-core/src/main/java/org/sonar/sslr/internal/grammar/MutableParsingRule.java index 8805e74c..c8b47669 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/grammar/MutableParsingRule.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/grammar/MutableParsingRule.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/grammar/package-info.java b/sslr-core/src/main/java/org/sonar/sslr/internal/grammar/package-info.java index f0e38873..4e65b6b1 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/grammar/package-info.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/grammar/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/AstCreator.java b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/AstCreator.java index 79f4417c..f1b41689 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/AstCreator.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/AstCreator.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/ImmutableInputBuffer.java b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/ImmutableInputBuffer.java index 20d5501f..8603540e 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/ImmutableInputBuffer.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/ImmutableInputBuffer.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/InputBuffer.java b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/InputBuffer.java index bdc5a92f..28dbb20f 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/InputBuffer.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/InputBuffer.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/LexerfulAstCreator.java b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/LexerfulAstCreator.java index 00c6b437..9581d5a1 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/LexerfulAstCreator.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/LexerfulAstCreator.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/LocatedText.java b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/LocatedText.java index e9289f93..c707d1e1 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/LocatedText.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/LocatedText.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/Matcher.java b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/Matcher.java index 9b5e5dd4..ba2790fd 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/Matcher.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/Matcher.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/MatcherPathElement.java b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/MatcherPathElement.java index 7088687e..f0b4900e 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/MatcherPathElement.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/MatcherPathElement.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/ParseNode.java b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/ParseNode.java index 04133463..c51d96db 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/ParseNode.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/ParseNode.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/TextLocation.java b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/TextLocation.java index 604ff8b8..60e7ba4b 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/TextLocation.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/TextLocation.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/TextUtils.java b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/TextUtils.java index 965f31ed..9399c107 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/TextUtils.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/TextUtils.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/package-info.java b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/package-info.java index 4af1cf3f..641b4241 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/package-info.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/matchers/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/CompilableGrammarRule.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/CompilableGrammarRule.java index 0f7e4bd9..553ce9ff 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/CompilableGrammarRule.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/CompilableGrammarRule.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/CompilationHandler.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/CompilationHandler.java index 31ae3bc4..f1c490e4 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/CompilationHandler.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/CompilationHandler.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/CompiledGrammar.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/CompiledGrammar.java index 819b453f..665cad75 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/CompiledGrammar.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/CompiledGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/EndOfInputExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/EndOfInputExpression.java index 4818cf83..c42127a1 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/EndOfInputExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/EndOfInputExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ErrorLocatingHandler.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ErrorLocatingHandler.java index 88aae52c..1f440161 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ErrorLocatingHandler.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ErrorLocatingHandler.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ErrorTreeNode.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ErrorTreeNode.java index be4d3362..acb659b9 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ErrorTreeNode.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ErrorTreeNode.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/FirstOfExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/FirstOfExpression.java index 0e8ee1a6..fd201ecc 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/FirstOfExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/FirstOfExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/Instruction.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/Instruction.java index f3ac8712..fca3ca89 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/Instruction.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/Instruction.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/Machine.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/Machine.java index e22e6280..28344b27 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/Machine.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/Machine.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MachineHandler.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MachineHandler.java index bc82bec3..cddd86d8 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MachineHandler.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MachineHandler.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MachineStack.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MachineStack.java index 855c8110..9465768d 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MachineStack.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MachineStack.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MemoParsingExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MemoParsingExpression.java index fccd918f..18a0e026 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MemoParsingExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MemoParsingExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MutableGrammarCompiler.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MutableGrammarCompiler.java index 3e2a0dc9..efc73a86 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MutableGrammarCompiler.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/MutableGrammarCompiler.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NativeExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NativeExpression.java index c5bed096..06914f87 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NativeExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NativeExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NextExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NextExpression.java index e389fd76..28933a73 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NextExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NextExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NextNotExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NextNotExpression.java index 6a46ffd8..bd5a3899 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NextNotExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NextNotExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NothingExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NothingExpression.java index c931ac5f..d47f2cf2 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NothingExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/NothingExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/OneOrMoreExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/OneOrMoreExpression.java index 8201931f..ba4827db 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/OneOrMoreExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/OneOrMoreExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/OptionalExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/OptionalExpression.java index bc46757d..9928e5ed 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/OptionalExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/OptionalExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ParsingExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ParsingExpression.java index 6fc3b627..edb33143 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ParsingExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ParsingExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/PatternExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/PatternExpression.java index f0562ab3..2648024b 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/PatternExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/PatternExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/RuleRefExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/RuleRefExpression.java index 1476f09b..563a6045 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/RuleRefExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/RuleRefExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/SequenceExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/SequenceExpression.java index 7d0f8572..a5143f02 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/SequenceExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/SequenceExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/StringExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/StringExpression.java index 4b1ac8eb..28865fec 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/StringExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/StringExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/TokenExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/TokenExpression.java index ed6d71ef..eb2e7fec 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/TokenExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/TokenExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/TriviaExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/TriviaExpression.java index 60d4658a..78636c9d 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/TriviaExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/TriviaExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ZeroOrMoreExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ZeroOrMoreExpression.java index d8b63725..9d0f34ea 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ZeroOrMoreExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/ZeroOrMoreExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/AdjacentExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/AdjacentExpression.java index f507f423..ca093c61 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/AdjacentExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/AdjacentExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/AnyTokenExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/AnyTokenExpression.java index 0b2b98e5..fded12ad 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/AnyTokenExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/AnyTokenExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/LexerfulParseErrorFormatter.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/LexerfulParseErrorFormatter.java index 79cefc58..53633558 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/LexerfulParseErrorFormatter.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/LexerfulParseErrorFormatter.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TillNewLineExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TillNewLineExpression.java index 4494fe7d..406eed46 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TillNewLineExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TillNewLineExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeClassExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeClassExpression.java index 0cfc0cd6..33d3dd2d 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeClassExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeClassExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeExpression.java index c4933548..c10c4471 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenTypesExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenTypesExpression.java index ace01338..088d01dc 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenTypesExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenTypesExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenValueExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenValueExpression.java index fdf81d5b..44226cb4 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenValueExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokenValueExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokensBridgeExpression.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokensBridgeExpression.java index fa48da58..7d9eb0c3 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokensBridgeExpression.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/TokensBridgeExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/package-info.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/package-info.java index df6b9fbe..6a524350 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/package-info.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/lexerful/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/package-info.java b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/package-info.java index 22da70a1..26e286cc 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/internal/vm/package-info.java +++ b/sslr-core/src/main/java/org/sonar/sslr/internal/vm/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/parser/GrammarOperators.java b/sslr-core/src/main/java/org/sonar/sslr/parser/GrammarOperators.java index 63b0f596..b582e0df 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/parser/GrammarOperators.java +++ b/sslr-core/src/main/java/org/sonar/sslr/parser/GrammarOperators.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/parser/LexerlessGrammar.java b/sslr-core/src/main/java/org/sonar/sslr/parser/LexerlessGrammar.java index 057cd311..2da75a5b 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/parser/LexerlessGrammar.java +++ b/sslr-core/src/main/java/org/sonar/sslr/parser/LexerlessGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/parser/ParseError.java b/sslr-core/src/main/java/org/sonar/sslr/parser/ParseError.java index 95822ab4..578a49e6 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/parser/ParseError.java +++ b/sslr-core/src/main/java/org/sonar/sslr/parser/ParseError.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/parser/ParseErrorFormatter.java b/sslr-core/src/main/java/org/sonar/sslr/parser/ParseErrorFormatter.java index 36e35096..f952b51c 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/parser/ParseErrorFormatter.java +++ b/sslr-core/src/main/java/org/sonar/sslr/parser/ParseErrorFormatter.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/parser/ParseRunner.java b/sslr-core/src/main/java/org/sonar/sslr/parser/ParseRunner.java index 6beebb62..fd641dfa 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/parser/ParseRunner.java +++ b/sslr-core/src/main/java/org/sonar/sslr/parser/ParseRunner.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/parser/ParserAdapter.java b/sslr-core/src/main/java/org/sonar/sslr/parser/ParserAdapter.java index 2bcc43fe..f07120f7 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/parser/ParserAdapter.java +++ b/sslr-core/src/main/java/org/sonar/sslr/parser/ParserAdapter.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/parser/ParsingResult.java b/sslr-core/src/main/java/org/sonar/sslr/parser/ParsingResult.java index b3ca4971..fda4e9d9 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/parser/ParsingResult.java +++ b/sslr-core/src/main/java/org/sonar/sslr/parser/ParsingResult.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/main/java/org/sonar/sslr/parser/package-info.java b/sslr-core/src/main/java/org/sonar/sslr/parser/package-info.java index 0be0933f..669c1034 100644 --- a/sslr-core/src/main/java/org/sonar/sslr/parser/package-info.java +++ b/sslr-core/src/main/java/org/sonar/sslr/parser/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/com/sonar/sslr/api/AstNodeTest.java b/sslr-core/src/test/java/com/sonar/sslr/api/AstNodeTest.java index 3e915ce0..f531364f 100644 --- a/sslr-core/src/test/java/com/sonar/sslr/api/AstNodeTest.java +++ b/sslr-core/src/test/java/com/sonar/sslr/api/AstNodeTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/com/sonar/sslr/api/GrammarTest.java b/sslr-core/src/test/java/com/sonar/sslr/api/GrammarTest.java index 7a78edd4..c49ad4ed 100644 --- a/sslr-core/src/test/java/com/sonar/sslr/api/GrammarTest.java +++ b/sslr-core/src/test/java/com/sonar/sslr/api/GrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/com/sonar/sslr/api/typed/ActionParserTest.java b/sslr-core/src/test/java/com/sonar/sslr/api/typed/ActionParserTest.java index 0dd2744f..5d862b47 100644 --- a/sslr-core/src/test/java/com/sonar/sslr/api/typed/ActionParserTest.java +++ b/sslr-core/src/test/java/com/sonar/sslr/api/typed/ActionParserTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/com/sonar/sslr/api/typed/InputTest.java b/sslr-core/src/test/java/com/sonar/sslr/api/typed/InputTest.java index cc0d8e13..2b5637bd 100644 --- a/sslr-core/src/test/java/com/sonar/sslr/api/typed/InputTest.java +++ b/sslr-core/src/test/java/com/sonar/sslr/api/typed/InputTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/com/sonar/sslr/api/typed/OptionalTest.java b/sslr-core/src/test/java/com/sonar/sslr/api/typed/OptionalTest.java index c1f96ea6..86200cbf 100644 --- a/sslr-core/src/test/java/com/sonar/sslr/api/typed/OptionalTest.java +++ b/sslr-core/src/test/java/com/sonar/sslr/api/typed/OptionalTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/com/sonar/sslr/impl/ast/AlwaysSkipFromAstTest.java b/sslr-core/src/test/java/com/sonar/sslr/impl/ast/AlwaysSkipFromAstTest.java index 840a4456..936c5862 100644 --- a/sslr-core/src/test/java/com/sonar/sslr/impl/ast/AlwaysSkipFromAstTest.java +++ b/sslr-core/src/test/java/com/sonar/sslr/impl/ast/AlwaysSkipFromAstTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/com/sonar/sslr/impl/ast/NeverSkipFromAstTest.java b/sslr-core/src/test/java/com/sonar/sslr/impl/ast/NeverSkipFromAstTest.java index b228685a..cd62d943 100644 --- a/sslr-core/src/test/java/com/sonar/sslr/impl/ast/NeverSkipFromAstTest.java +++ b/sslr-core/src/test/java/com/sonar/sslr/impl/ast/NeverSkipFromAstTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/com/sonar/sslr/impl/ast/SkipFromAstIfOnlyOneChildTest.java b/sslr-core/src/test/java/com/sonar/sslr/impl/ast/SkipFromAstIfOnlyOneChildTest.java index 47d713ab..cbab1c0c 100644 --- a/sslr-core/src/test/java/com/sonar/sslr/impl/ast/SkipFromAstIfOnlyOneChildTest.java +++ b/sslr-core/src/test/java/com/sonar/sslr/impl/ast/SkipFromAstIfOnlyOneChildTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/com/sonar/sslr/impl/matcher/GrammarFunctionsTest.java b/sslr-core/src/test/java/com/sonar/sslr/impl/matcher/GrammarFunctionsTest.java index 59cc7679..12f54726 100644 --- a/sslr-core/src/test/java/com/sonar/sslr/impl/matcher/GrammarFunctionsTest.java +++ b/sslr-core/src/test/java/com/sonar/sslr/impl/matcher/GrammarFunctionsTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/com/sonar/sslr/impl/typed/DelayedRuleInvocationExpressionTest.java b/sslr-core/src/test/java/com/sonar/sslr/impl/typed/DelayedRuleInvocationExpressionTest.java index f50dde48..fce390f0 100644 --- a/sslr-core/src/test/java/com/sonar/sslr/impl/typed/DelayedRuleInvocationExpressionTest.java +++ b/sslr-core/src/test/java/com/sonar/sslr/impl/typed/DelayedRuleInvocationExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/com/sonar/sslr/impl/typed/InterceptorTest.java b/sslr-core/src/test/java/com/sonar/sslr/impl/typed/InterceptorTest.java index 7ddd0d02..6781a75c 100644 --- a/sslr-core/src/test/java/com/sonar/sslr/impl/typed/InterceptorTest.java +++ b/sslr-core/src/test/java/com/sonar/sslr/impl/typed/InterceptorTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/channel/ChannelDispatcherTest.java b/sslr-core/src/test/java/org/sonar/sslr/channel/ChannelDispatcherTest.java index 88c4ecee..ba527bdb 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/channel/ChannelDispatcherTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/channel/ChannelDispatcherTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/channel/CodeBufferTest.java b/sslr-core/src/test/java/org/sonar/sslr/channel/CodeBufferTest.java index 6a90f9bb..f4acbb52 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/channel/CodeBufferTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/channel/CodeBufferTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/channel/CodeReaderTest.java b/sslr-core/src/test/java/org/sonar/sslr/channel/CodeReaderTest.java index 964d871c..61b438ab 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/channel/CodeReaderTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/channel/CodeReaderTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/channel/RegexChannelTest.java b/sslr-core/src/test/java/org/sonar/sslr/channel/RegexChannelTest.java index fcff512c..2257cba1 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/channel/RegexChannelTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/channel/RegexChannelTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/grammar/LexerfulGrammarBuilderTest.java b/sslr-core/src/test/java/org/sonar/sslr/grammar/LexerfulGrammarBuilderTest.java index 3ee2d3d0..c6b11960 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/grammar/LexerfulGrammarBuilderTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/grammar/LexerfulGrammarBuilderTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/grammar/LexerlessGrammarBuilderTest.java b/sslr-core/src/test/java/org/sonar/sslr/grammar/LexerlessGrammarBuilderTest.java index df2eeb3f..6ab207d0 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/grammar/LexerlessGrammarBuilderTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/grammar/LexerlessGrammarBuilderTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/grammar/RuleBuilderTest.java b/sslr-core/src/test/java/org/sonar/sslr/grammar/RuleBuilderTest.java index ba5c3abe..4ac7f259 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/grammar/RuleBuilderTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/grammar/RuleBuilderTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/ast/AstSelectFactoryTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/ast/AstSelectFactoryTest.java index d2833ede..f1fbceb8 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/ast/AstSelectFactoryTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/ast/AstSelectFactoryTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/ast/EmptyAstSelectTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/ast/EmptyAstSelectTest.java index dde987cf..ba94a44a 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/ast/EmptyAstSelectTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/ast/EmptyAstSelectTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/ast/ListAstSelectTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/ast/ListAstSelectTest.java index d4ad9e70..39584087 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/ast/ListAstSelectTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/ast/ListAstSelectTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/ast/SingleAstSelectTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/ast/SingleAstSelectTest.java index 5bd5f999..abffa2be 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/ast/SingleAstSelectTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/ast/SingleAstSelectTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/grammar/MutableGrammarTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/grammar/MutableGrammarTest.java index 4f89cc86..5ab61630 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/grammar/MutableGrammarTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/grammar/MutableGrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/grammar/MutableParsingRuleTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/grammar/MutableParsingRuleTest.java index e99d1758..b4837549 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/grammar/MutableParsingRuleTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/grammar/MutableParsingRuleTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/AstCreatorTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/AstCreatorTest.java index 90295478..1d091156 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/AstCreatorTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/AstCreatorTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ExpressionGrammar.java b/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ExpressionGrammar.java index fabe0773..3d7ead1c 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ExpressionGrammar.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ExpressionGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ExpressionGrammarTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ExpressionGrammarTest.java index 849e2b47..185013c4 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ExpressionGrammarTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ExpressionGrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ImmutableInputBufferTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ImmutableInputBufferTest.java index 491242b6..b418730e 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ImmutableInputBufferTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ImmutableInputBufferTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ParseTreePrinter.java b/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ParseTreePrinter.java index b520de0b..8234ad5c 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ParseTreePrinter.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/ParseTreePrinter.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/TextUtilsTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/TextUtilsTest.java index 63692e98..64b8cd90 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/TextUtilsTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/matchers/TextUtilsTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/EndOfInputExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/EndOfInputExpressionTest.java index 1c594d79..c1ed2d51 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/EndOfInputExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/EndOfInputExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/ErrorLocatingHandlerTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/ErrorLocatingHandlerTest.java index 178c088c..b820e1ea 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/ErrorLocatingHandlerTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/ErrorLocatingHandlerTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/FirstOfExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/FirstOfExpressionTest.java index 25b2bdf1..40697f98 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/FirstOfExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/FirstOfExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/InstructionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/InstructionTest.java index e29c06c5..93b9e1d3 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/InstructionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/InstructionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/MachineIntegrationTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/MachineIntegrationTest.java index 596769a6..071a17df 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/MachineIntegrationTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/MachineIntegrationTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/MachineTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/MachineTest.java index 19b557b8..2e13ab59 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/MachineTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/MachineTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/NextExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/NextExpressionTest.java index 76f2b38b..bbbfabff 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/NextExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/NextExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/NextNotExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/NextNotExpressionTest.java index b82ea649..5a5da938 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/NextNotExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/NextNotExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/NothingExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/NothingExpressionTest.java index 1ba44850..fa1e11ac 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/NothingExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/NothingExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/OneOrMoreExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/OneOrMoreExpressionTest.java index c57dd57d..4fa37165 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/OneOrMoreExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/OneOrMoreExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/OptionalExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/OptionalExpressionTest.java index c171a982..dbe4e604 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/OptionalExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/OptionalExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/PatternExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/PatternExpressionTest.java index b819f6ed..a308cf84 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/PatternExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/PatternExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/RuleRefExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/RuleRefExpressionTest.java index 143dc11b..a5dc249b 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/RuleRefExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/RuleRefExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/SequenceExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/SequenceExpressionTest.java index b8ce2828..b1903c36 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/SequenceExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/SequenceExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/StringExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/StringExpressionTest.java index 10686ffa..9136e78a 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/StringExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/StringExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/SubExpression.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/SubExpression.java index 234cbd87..561c6a13 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/SubExpression.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/SubExpression.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/TokenExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/TokenExpressionTest.java index 800146c6..fa785e24 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/TokenExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/TokenExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/TriviaExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/TriviaExpressionTest.java index af13ee72..a8901e06 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/TriviaExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/TriviaExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/ZeroOrMoreExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/ZeroOrMoreExpressionTest.java index 1b9cee6e..d83c261d 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/ZeroOrMoreExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/ZeroOrMoreExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/AdjacentExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/AdjacentExpressionTest.java index b1818185..f99253a0 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/AdjacentExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/AdjacentExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/AnyTokenExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/AnyTokenExpressionTest.java index 8b5253c7..b7beb1f7 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/AnyTokenExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/AnyTokenExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/LexerfulMachineIntegrationTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/LexerfulMachineIntegrationTest.java index 4c7b21b8..d658554c 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/LexerfulMachineIntegrationTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/LexerfulMachineIntegrationTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/LexerfulParseErrorFormatterTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/LexerfulParseErrorFormatterTest.java index 0b3ef6e2..03341fe7 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/LexerfulParseErrorFormatterTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/LexerfulParseErrorFormatterTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TillNewLineExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TillNewLineExpressionTest.java index 636fd11e..a7ad7529 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TillNewLineExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TillNewLineExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeClassTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeClassTest.java index 880c1f75..ed682e8f 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeClassTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeClassTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeExpressionTest.java index 8bf712a5..fc3866aa 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenTypeExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenTypesExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenTypesExpressionTest.java index f1465ec5..b7e0f81f 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenTypesExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenTypesExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenValueExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenValueExpressionTest.java index 7cadbd30..a52e5820 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenValueExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokenValueExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokensBridgeExpressionTest.java b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokensBridgeExpressionTest.java index af6e1a49..87a76c5e 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokensBridgeExpressionTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/internal/vm/lexerful/TokensBridgeExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/parser/GrammarOperatorsTest.java b/sslr-core/src/test/java/org/sonar/sslr/parser/GrammarOperatorsTest.java index 4e4a9d02..1b347fcd 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/parser/GrammarOperatorsTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/parser/GrammarOperatorsTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/parser/LexerlessGrammarTest.java b/sslr-core/src/test/java/org/sonar/sslr/parser/LexerlessGrammarTest.java index 8bc7f728..13a92163 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/parser/LexerlessGrammarTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/parser/LexerlessGrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/parser/ParseErrorFormatterTest.java b/sslr-core/src/test/java/org/sonar/sslr/parser/ParseErrorFormatterTest.java index 0729dee2..0fdc46fd 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/parser/ParseErrorFormatterTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/parser/ParseErrorFormatterTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/parser/ParseRunnerTest.java b/sslr-core/src/test/java/org/sonar/sslr/parser/ParseRunnerTest.java index b36d6be9..6f9f80fa 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/parser/ParseRunnerTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/parser/ParseRunnerTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-core/src/test/java/org/sonar/sslr/parser/ParserAdapterTest.java b/sslr-core/src/test/java/org/sonar/sslr/parser/ParserAdapterTest.java index ccc2a534..f43d1610 100644 --- a/sslr-core/src/test/java/org/sonar/sslr/parser/ParserAdapterTest.java +++ b/sslr-core/src/test/java/org/sonar/sslr/parser/ParserAdapterTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/AbcGrammar.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/AbcGrammar.java index 957fba11..f9abf88a 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/AbcGrammar.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/AbcGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/ExpressionGrammar.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/ExpressionGrammar.java index 124c6e79..38cf3c6e 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/ExpressionGrammar.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/ExpressionGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/IncorrectGrammar.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/IncorrectGrammar.java index 183ec4ed..463774d9 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/IncorrectGrammar.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/IncorrectGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/JsonGrammar.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/JsonGrammar.java index 965be6c6..d242f273 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/JsonGrammar.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/JsonGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/LeftRecursiveGrammar.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/LeftRecursiveGrammar.java index 73b9eca4..2e8dcd3f 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/LeftRecursiveGrammar.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/LeftRecursiveGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/MemoizationGrammar.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/MemoizationGrammar.java index 2a1db697..7bb02840 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/MemoizationGrammar.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/MemoizationGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/PegGrammar.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/PegGrammar.java index 006072a6..2b465652 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/PegGrammar.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/PegGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/RecursiveGrammar.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/RecursiveGrammar.java index 3153d788..fb88c75f 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/RecursiveGrammar.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/RecursiveGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/RegularExpressionGrammar.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/RegularExpressionGrammar.java index 8ae2a0ad..e0e2aeca 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/RegularExpressionGrammar.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/RegularExpressionGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/package-info.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/package-info.java index aec3a40c..10c17e18 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/package-info.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/JsonGrammar.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/JsonGrammar.java index 4d6f96cc..5c794761 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/JsonGrammar.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/JsonGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/JsonLexer.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/JsonLexer.java index 400ce49f..66fd27f0 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/JsonLexer.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/JsonLexer.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/JsonNodeBuilder.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/JsonNodeBuilder.java index 87449716..19533364 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/JsonNodeBuilder.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/JsonNodeBuilder.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/Tree.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/Tree.java index 04c16ada..9415c687 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/Tree.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/Tree.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/TreeFactory.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/TreeFactory.java index 4ccd5865..ebc7bc00 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/TreeFactory.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/TreeFactory.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/ArrayTree.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/ArrayTree.java index 3baac273..ad465b83 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/ArrayTree.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/ArrayTree.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/BuiltInValueTree.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/BuiltInValueTree.java index 898bd3d9..b2cf9d67 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/BuiltInValueTree.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/BuiltInValueTree.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/JsonTree.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/JsonTree.java index 629a66b4..d792fef2 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/JsonTree.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/JsonTree.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/LiteralTree.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/LiteralTree.java index 1ca5ab7f..1ed30119 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/LiteralTree.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/LiteralTree.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/ObjectTree.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/ObjectTree.java index 307d2b94..1cacd5d9 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/ObjectTree.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/ObjectTree.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/PairTree.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/PairTree.java index 748d5f3a..b1dc1290 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/PairTree.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/PairTree.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/SyntaxToken.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/SyntaxToken.java index 7326893d..ebb22235 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/SyntaxToken.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/SyntaxToken.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/ValueTree.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/ValueTree.java index 04ee72e0..4eca5a11 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/ValueTree.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/api/ValueTree.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/ArrayTreeImpl.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/ArrayTreeImpl.java index 9c71d983..050d971b 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/ArrayTreeImpl.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/ArrayTreeImpl.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/BuiltInValueTreeImpl.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/BuiltInValueTreeImpl.java index 588c401f..d03ee477 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/BuiltInValueTreeImpl.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/BuiltInValueTreeImpl.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/InternalSyntaxToken.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/InternalSyntaxToken.java index a427c4a5..0157759f 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/InternalSyntaxToken.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/InternalSyntaxToken.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/JsonTreeImpl.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/JsonTreeImpl.java index 9ec6c60a..b3117aa5 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/JsonTreeImpl.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/JsonTreeImpl.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/LiteralTreeImpl.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/LiteralTreeImpl.java index b1496965..9343048b 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/LiteralTreeImpl.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/LiteralTreeImpl.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/ObjectTreeImpl.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/ObjectTreeImpl.java index 62128346..7144d5cb 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/ObjectTreeImpl.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/ObjectTreeImpl.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/PairTreeImpl.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/PairTreeImpl.java index 7902eed3..b1acb9d9 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/PairTreeImpl.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/PairTreeImpl.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/SyntaxList.java b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/SyntaxList.java index 1e0c4f17..c989507d 100644 --- a/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/SyntaxList.java +++ b/sslr-examples/src/main/java/org/sonar/sslr/examples/grammars/typed/impl/SyntaxList.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/AbcGrammarTest.java b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/AbcGrammarTest.java index 6b319aac..e9d801b5 100644 --- a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/AbcGrammarTest.java +++ b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/AbcGrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/ExpressionGrammarTest.java b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/ExpressionGrammarTest.java index d0e4bc8d..1d3d5a71 100644 --- a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/ExpressionGrammarTest.java +++ b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/ExpressionGrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/IncorrectGrammarTest.java b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/IncorrectGrammarTest.java index fd9ef8f9..681c3c5b 100644 --- a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/IncorrectGrammarTest.java +++ b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/IncorrectGrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/JsonGrammarTest.java b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/JsonGrammarTest.java index 2579a120..6d24d810 100644 --- a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/JsonGrammarTest.java +++ b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/JsonGrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/LeftRecursiveGrammarTest.java b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/LeftRecursiveGrammarTest.java index 6f4a9a35..6809bf17 100644 --- a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/LeftRecursiveGrammarTest.java +++ b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/LeftRecursiveGrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/MemoizationGrammarTest.java b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/MemoizationGrammarTest.java index 10e98930..97413e5f 100644 --- a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/MemoizationGrammarTest.java +++ b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/MemoizationGrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/PegGrammarTest.java b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/PegGrammarTest.java index e7fed7a3..8de9f2cb 100644 --- a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/PegGrammarTest.java +++ b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/PegGrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/RecursiveGrammarTest.java b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/RecursiveGrammarTest.java index b5eca61e..74a17756 100644 --- a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/RecursiveGrammarTest.java +++ b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/RecursiveGrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/RegularExpressionGrammarTest.java b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/RegularExpressionGrammarTest.java index acec0de7..91bdf846 100644 --- a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/RegularExpressionGrammarTest.java +++ b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/RegularExpressionGrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/typed/JsonGrammarTest.java b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/typed/JsonGrammarTest.java index 9dbea0b8..9d886c1f 100644 --- a/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/typed/JsonGrammarTest.java +++ b/sslr-examples/src/test/java/org/sonar/sslr/examples/grammars/typed/JsonGrammarTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasCommentMatcher.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasCommentMatcher.java index 50b6642d..475c0178 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasCommentMatcher.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasCommentMatcher.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasLastTokenMatcher.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasLastTokenMatcher.java index f0a6bca2..676c4b8a 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasLastTokenMatcher.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasLastTokenMatcher.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokenMatcher.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokenMatcher.java index 877287d5..d8b78faf 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokenMatcher.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokenMatcher.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokenTypeMatcher.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokenTypeMatcher.java index d662f20a..47257c0b 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokenTypeMatcher.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokenTypeMatcher.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokenValueMatcher.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokenValueMatcher.java index 304357c1..339df6d3 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokenValueMatcher.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokenValueMatcher.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokensMatcher.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokensMatcher.java index d8b7b824..ac1d5b8b 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokensMatcher.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/HasTokensMatcher.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/LexerMatchers.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/LexerMatchers.java index 7bc631e1..83aff18f 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/LexerMatchers.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/LexerMatchers.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/MockHelper.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/MockHelper.java index 67b88ddd..3a0eb50b 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/MockHelper.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/MockHelper.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/TokenUtils.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/TokenUtils.java index 1b8880d4..e9e0954c 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/TokenUtils.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/TokenUtils.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/package-info.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/package-info.java index 9e096607..2517079f 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/package-info.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/lexer/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCColorizer.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCColorizer.java index 6ac904f3..90564ac2 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCColorizer.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCColorizer.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCGrammar.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCGrammar.java index b7fe1a53..e4047b47 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCGrammar.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCGrammar.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCLexer.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCLexer.java index a5e08219..e06bed37 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCLexer.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCLexer.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCParser.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCParser.java index 8cd2cdae..a2180672 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCParser.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCParser.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCToolkit.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCToolkit.java index 5a988f2e..cf51db13 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCToolkit.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/MiniCToolkit.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/package-info.java b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/package-info.java index ddd0ed8f..bfe86112 100644 --- a/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/package-info.java +++ b/sslr-testing-harness/src/main/java/com/sonar/sslr/test/minic/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/ChannelMatcher.java b/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/ChannelMatcher.java index c26b1a7a..2851955a 100644 --- a/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/ChannelMatcher.java +++ b/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/ChannelMatcher.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/ChannelMatchers.java b/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/ChannelMatchers.java index 8fd6d70b..da93eae4 100644 --- a/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/ChannelMatchers.java +++ b/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/ChannelMatchers.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/ReaderHasNextCharMatcher.java b/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/ReaderHasNextCharMatcher.java index f57e0f1a..06ab6f03 100644 --- a/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/ReaderHasNextCharMatcher.java +++ b/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/ReaderHasNextCharMatcher.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/package-info.java b/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/package-info.java index b041ff07..10ea4b08 100644 --- a/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/package-info.java +++ b/sslr-testing-harness/src/main/java/org/sonar/sslr/test/channel/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/Assertions.java b/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/Assertions.java index a81d998a..6dc78aa9 100644 --- a/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/Assertions.java +++ b/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/Assertions.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/ParserAssert.java b/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/ParserAssert.java index 5911b86a..a5d81dad 100644 --- a/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/ParserAssert.java +++ b/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/ParserAssert.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/ParsingResultComparisonFailure.java b/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/ParsingResultComparisonFailure.java index 08ad5963..ed433709 100644 --- a/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/ParsingResultComparisonFailure.java +++ b/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/ParsingResultComparisonFailure.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/RuleAssert.java b/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/RuleAssert.java index cd24db44..d7ee671e 100644 --- a/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/RuleAssert.java +++ b/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/RuleAssert.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/package-info.java b/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/package-info.java index 25985d15..e93ec4ba 100644 --- a/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/package-info.java +++ b/sslr-testing-harness/src/main/java/org/sonar/sslr/tests/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/test/java/org/sonar/sslr/test/channel/ChannelMatchersTest.java b/sslr-testing-harness/src/test/java/org/sonar/sslr/test/channel/ChannelMatchersTest.java index 729dd07a..f9664ae3 100644 --- a/sslr-testing-harness/src/test/java/org/sonar/sslr/test/channel/ChannelMatchersTest.java +++ b/sslr-testing-harness/src/test/java/org/sonar/sslr/test/channel/ChannelMatchersTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/AssertionsTest.java b/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/AssertionsTest.java index 06565f2a..24bc64dd 100644 --- a/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/AssertionsTest.java +++ b/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/AssertionsTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/ParserAssertTest.java b/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/ParserAssertTest.java index 83595ebf..65fe909f 100644 --- a/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/ParserAssertTest.java +++ b/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/ParserAssertTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/ParsingResultComparisonFailureTest.java b/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/ParsingResultComparisonFailureTest.java index ccbfd05a..ed49b248 100644 --- a/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/ParsingResultComparisonFailureTest.java +++ b/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/ParsingResultComparisonFailureTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/RuleAssertTest.java b/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/RuleAssertTest.java index 1973d2bf..3506bad8 100644 --- a/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/RuleAssertTest.java +++ b/sslr-testing-harness/src/test/java/org/sonar/sslr/tests/RuleAssertTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/api/AstNodeTest.java b/sslr-tests/src/test/java/com/sonar/sslr/api/AstNodeTest.java index 3eecff98..f79f08d8 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/api/AstNodeTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/api/AstNodeTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/MockTokenType.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/MockTokenType.java index 2bc21563..77c5c6f0 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/MockTokenType.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/MockTokenType.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/ParserTest.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/ParserTest.java index 2ab24e3d..574b9c20 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/ParserTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/ParserTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/ast/AstWalkerTest.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/ast/AstWalkerTest.java index b2d0feb5..b159d5af 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/ast/AstWalkerTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/ast/AstWalkerTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/ast/AstXmlPrinterTest.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/ast/AstXmlPrinterTest.java index dfd0421f..645e0d70 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/ast/AstXmlPrinterTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/ast/AstXmlPrinterTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/BlackHoleChannelTest.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/BlackHoleChannelTest.java index 227c1179..31b5da5d 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/BlackHoleChannelTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/BlackHoleChannelTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/BomCharacterChannelTest.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/BomCharacterChannelTest.java index a4c18164..60da1475 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/BomCharacterChannelTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/BomCharacterChannelTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/CommentChannelTest.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/CommentChannelTest.java index cc0b2eb1..5446574d 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/CommentChannelTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/CommentChannelTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/IdentifierAndKeywordChannelTest.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/IdentifierAndKeywordChannelTest.java index bab167e9..245ac863 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/IdentifierAndKeywordChannelTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/IdentifierAndKeywordChannelTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/PunctuatorChannelTest.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/PunctuatorChannelTest.java index 05f08ce8..e4d4d528 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/PunctuatorChannelTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/PunctuatorChannelTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/RegexpChannelBuilderTest.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/RegexpChannelBuilderTest.java index 53564334..c792df70 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/RegexpChannelBuilderTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/RegexpChannelBuilderTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/RegexpChannelTest.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/RegexpChannelTest.java index b5f7162f..cddb60c4 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/RegexpChannelTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/RegexpChannelTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/UnknownCharacterChannelTest.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/UnknownCharacterChannelTest.java index 5a36a0e8..c19ac0f0 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/UnknownCharacterChannelTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/channel/UnknownCharacterChannelTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/matcher/RuleDefinitionTest.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/matcher/RuleDefinitionTest.java index 1606acda..75583d22 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/matcher/RuleDefinitionTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/matcher/RuleDefinitionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/impl/matcher/RuleMatcherTest.java b/sslr-tests/src/test/java/com/sonar/sslr/impl/matcher/RuleMatcherTest.java index 4bced07f..e8d36bc3 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/impl/matcher/RuleMatcherTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/impl/matcher/RuleMatcherTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/test/minic/MiniCLexerTest.java b/sslr-tests/src/test/java/com/sonar/sslr/test/minic/MiniCLexerTest.java index 2fe03a4f..8bad4ba0 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/test/minic/MiniCLexerTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/test/minic/MiniCLexerTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/test/minic/integration/MiniCOwnExamplesTest.java b/sslr-tests/src/test/java/com/sonar/sslr/test/minic/integration/MiniCOwnExamplesTest.java index 4791e2bf..294a7066 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/test/minic/integration/MiniCOwnExamplesTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/test/minic/integration/MiniCOwnExamplesTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/test/minic/rules/ExpressionTest.java b/sslr-tests/src/test/java/com/sonar/sslr/test/minic/rules/ExpressionTest.java index df380459..d73ccdd7 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/test/minic/rules/ExpressionTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/test/minic/rules/ExpressionTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/test/minic/rules/RuleTest.java b/sslr-tests/src/test/java/com/sonar/sslr/test/minic/rules/RuleTest.java index 11f4e84e..369f7b65 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/test/minic/rules/RuleTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/test/minic/rules/RuleTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/test/minic/rules/StructTest.java b/sslr-tests/src/test/java/com/sonar/sslr/test/minic/rules/StructTest.java index b4bc25df..969dadbe 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/test/minic/rules/StructTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/test/minic/rules/StructTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/xpath/BasicQueriesTest.java b/sslr-tests/src/test/java/com/sonar/sslr/xpath/BasicQueriesTest.java index 57084042..0e304e5d 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/xpath/BasicQueriesTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/xpath/BasicQueriesTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/xpath/IdentifiersTooLongTest.java b/sslr-tests/src/test/java/com/sonar/sslr/xpath/IdentifiersTooLongTest.java index 4d5a6915..a375fb01 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/xpath/IdentifiersTooLongTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/xpath/IdentifiersTooLongTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/com/sonar/sslr/xpath/IfSMustUseBracesTest.java b/sslr-tests/src/test/java/com/sonar/sslr/xpath/IfSMustUseBracesTest.java index e21baa58..db6fd21e 100644 --- a/sslr-tests/src/test/java/com/sonar/sslr/xpath/IfSMustUseBracesTest.java +++ b/sslr-tests/src/test/java/com/sonar/sslr/xpath/IfSMustUseBracesTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/org/sonar/sslr/ast/CollapsibleIfSelectTest.java b/sslr-tests/src/test/java/org/sonar/sslr/ast/CollapsibleIfSelectTest.java index e790454e..400df414 100644 --- a/sslr-tests/src/test/java/org/sonar/sslr/ast/CollapsibleIfSelectTest.java +++ b/sslr-tests/src/test/java/org/sonar/sslr/ast/CollapsibleIfSelectTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-tests/src/test/java/org/sonar/sslr/ast/CollapsibleIfVisitorTest.java b/sslr-tests/src/test/java/org/sonar/sslr/ast/CollapsibleIfVisitorTest.java index bb120c59..78cd6ed2 100644 --- a/sslr-tests/src/test/java/org/sonar/sslr/ast/CollapsibleIfVisitorTest.java +++ b/sslr-tests/src/test/java/org/sonar/sslr/ast/CollapsibleIfVisitorTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ConfigurationPropertyPanel.java b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ConfigurationPropertyPanel.java index 795d3516..8acef5fe 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ConfigurationPropertyPanel.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ConfigurationPropertyPanel.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/CssLoader.java b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/CssLoader.java index 5367d8b1..e1c20a7d 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/CssLoader.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/CssLoader.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/LineOffsets.java b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/LineOffsets.java index e99232e6..b66cb018 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/LineOffsets.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/LineOffsets.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/SourceCodeModel.java b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/SourceCodeModel.java index 8e482b72..917b04b2 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/SourceCodeModel.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/SourceCodeModel.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ToolkitPresenter.java b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ToolkitPresenter.java index fc24925e..9a98fb08 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ToolkitPresenter.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ToolkitPresenter.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ToolkitView.java b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ToolkitView.java index 34579e80..be80a532 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ToolkitView.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ToolkitView.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ToolkitViewImpl.java b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ToolkitViewImpl.java index 1a4be033..961d524d 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ToolkitViewImpl.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/ToolkitViewImpl.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/package-info.java b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/package-info.java index e9c1f7bd..79dbf4d4 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/package-info.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/internal/toolkit/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/AbstractConfigurationModel.java b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/AbstractConfigurationModel.java index 6da6d124..02dcac5c 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/AbstractConfigurationModel.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/AbstractConfigurationModel.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/ConfigurationModel.java b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/ConfigurationModel.java index c7f1db9c..2fbda6a0 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/ConfigurationModel.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/ConfigurationModel.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/ConfigurationProperty.java b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/ConfigurationProperty.java index 96bcecd0..58f4f462 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/ConfigurationProperty.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/ConfigurationProperty.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/Toolkit.java b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/Toolkit.java index 9e206bca..9b9fdbad 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/Toolkit.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/Toolkit.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/ValidationCallback.java b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/ValidationCallback.java index a7e47223..c8bc1e2e 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/ValidationCallback.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/ValidationCallback.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/Validators.java b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/Validators.java index a99c8c7f..eeb649f3 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/Validators.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/Validators.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/package-info.java b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/package-info.java index 232d6bdf..d4cba559 100644 --- a/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/package-info.java +++ b/sslr-toolkit/src/main/java/org/sonar/sslr/toolkit/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/main/resources/org/sonar/sslr/toolkit/sourceCodeEditor.css b/sslr-toolkit/src/main/resources/org/sonar/sslr/toolkit/sourceCodeEditor.css index 43d0e2f1..5aabe867 100644 --- a/sslr-toolkit/src/main/resources/org/sonar/sslr/toolkit/sourceCodeEditor.css +++ b/sslr-toolkit/src/main/resources/org/sonar/sslr/toolkit/sourceCodeEditor.css @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/test/java/org/sonar/sslr/internal/toolkit/CssLoaderTest.java b/sslr-toolkit/src/test/java/org/sonar/sslr/internal/toolkit/CssLoaderTest.java index feb7e4c2..16d3543c 100644 --- a/sslr-toolkit/src/test/java/org/sonar/sslr/internal/toolkit/CssLoaderTest.java +++ b/sslr-toolkit/src/test/java/org/sonar/sslr/internal/toolkit/CssLoaderTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/test/java/org/sonar/sslr/internal/toolkit/LineOffsetsTest.java b/sslr-toolkit/src/test/java/org/sonar/sslr/internal/toolkit/LineOffsetsTest.java index 7d327c46..5ffb0a14 100644 --- a/sslr-toolkit/src/test/java/org/sonar/sslr/internal/toolkit/LineOffsetsTest.java +++ b/sslr-toolkit/src/test/java/org/sonar/sslr/internal/toolkit/LineOffsetsTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/test/java/org/sonar/sslr/internal/toolkit/ToolkitPresenterTest.java b/sslr-toolkit/src/test/java/org/sonar/sslr/internal/toolkit/ToolkitPresenterTest.java index 297b8a05..6220eb31 100644 --- a/sslr-toolkit/src/test/java/org/sonar/sslr/internal/toolkit/ToolkitPresenterTest.java +++ b/sslr-toolkit/src/test/java/org/sonar/sslr/internal/toolkit/ToolkitPresenterTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/test/java/org/sonar/sslr/toolkit/AbstractConfigurationModelTest.java b/sslr-toolkit/src/test/java/org/sonar/sslr/toolkit/AbstractConfigurationModelTest.java index 6ebc0465..e0c9e4be 100644 --- a/sslr-toolkit/src/test/java/org/sonar/sslr/toolkit/AbstractConfigurationModelTest.java +++ b/sslr-toolkit/src/test/java/org/sonar/sslr/toolkit/AbstractConfigurationModelTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/test/java/org/sonar/sslr/toolkit/ConfigurationPropertyTest.java b/sslr-toolkit/src/test/java/org/sonar/sslr/toolkit/ConfigurationPropertyTest.java index 22959992..cebf3447 100644 --- a/sslr-toolkit/src/test/java/org/sonar/sslr/toolkit/ConfigurationPropertyTest.java +++ b/sslr-toolkit/src/test/java/org/sonar/sslr/toolkit/ConfigurationPropertyTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-toolkit/src/test/java/org/sonar/sslr/toolkit/ValidatorsTest.java b/sslr-toolkit/src/test/java/org/sonar/sslr/toolkit/ValidatorsTest.java index 43f413e2..a4d5030a 100644 --- a/sslr-toolkit/src/test/java/org/sonar/sslr/toolkit/ValidatorsTest.java +++ b/sslr-toolkit/src/test/java/org/sonar/sslr/toolkit/ValidatorsTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-xpath/src/main/java/com/sonar/sslr/impl/xpath/AstNodeNavigator.java b/sslr-xpath/src/main/java/com/sonar/sslr/impl/xpath/AstNodeNavigator.java index 0e53fff9..4e2ca446 100644 --- a/sslr-xpath/src/main/java/com/sonar/sslr/impl/xpath/AstNodeNavigator.java +++ b/sslr-xpath/src/main/java/com/sonar/sslr/impl/xpath/AstNodeNavigator.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-xpath/src/main/java/com/sonar/sslr/impl/xpath/package-info.java b/sslr-xpath/src/main/java/com/sonar/sslr/impl/xpath/package-info.java index 6d249294..5bb429a1 100644 --- a/sslr-xpath/src/main/java/com/sonar/sslr/impl/xpath/package-info.java +++ b/sslr-xpath/src/main/java/com/sonar/sslr/impl/xpath/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-xpath/src/main/java/com/sonar/sslr/xpath/api/AstNodeXPathQuery.java b/sslr-xpath/src/main/java/com/sonar/sslr/xpath/api/AstNodeXPathQuery.java index 3be3f2bb..8ff22869 100644 --- a/sslr-xpath/src/main/java/com/sonar/sslr/xpath/api/AstNodeXPathQuery.java +++ b/sslr-xpath/src/main/java/com/sonar/sslr/xpath/api/AstNodeXPathQuery.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-xpath/src/main/java/com/sonar/sslr/xpath/api/package-info.java b/sslr-xpath/src/main/java/com/sonar/sslr/xpath/api/package-info.java index 8fd886b2..4f2a8e8e 100644 --- a/sslr-xpath/src/main/java/com/sonar/sslr/xpath/api/package-info.java +++ b/sslr-xpath/src/main/java/com/sonar/sslr/xpath/api/package-info.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-xpath/src/test/java/com/sonar/sslr/impl/xpath/AstNodeNavigatorTest.java b/sslr-xpath/src/test/java/com/sonar/sslr/impl/xpath/AstNodeNavigatorTest.java index e736ffce..a67d548c 100644 --- a/sslr-xpath/src/test/java/com/sonar/sslr/impl/xpath/AstNodeNavigatorTest.java +++ b/sslr-xpath/src/test/java/com/sonar/sslr/impl/xpath/AstNodeNavigatorTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/sslr-xpath/src/test/java/com/sonar/sslr/xpath/api/AstNodeXPathQueryTest.java b/sslr-xpath/src/test/java/com/sonar/sslr/xpath/api/AstNodeXPathQueryTest.java index 4811c2a6..9529be21 100644 --- a/sslr-xpath/src/test/java/com/sonar/sslr/xpath/api/AstNodeXPathQueryTest.java +++ b/sslr-xpath/src/test/java/com/sonar/sslr/xpath/api/AstNodeXPathQueryTest.java @@ -4,7 +4,7 @@ * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or - * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA. + * modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource Sàrl. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of