Skip to content

Commit 7c3f0cb

Browse files
author
Julien Ponge
committed
The big yearly copyright notice update
Signed-off-by: Julien Ponge <[email protected]>
1 parent a5836fe commit 7c3f0cb

File tree

222 files changed

+327
-216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+327
-216
lines changed

LICENSE-header

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.
@@ -10,4 +10,4 @@ Unless required by applicable law or agreed to in writing, software
1010
distributed under the License is distributed on an "AS IS" BASIS,
1111
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
See the License for the specific language governing permissions and
13-
limitations under the License.
13+
limitations under the License.

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The Golo Programming Language
2-
Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33

44
This product includes software developed at
55
INSA-Lyon (http://www.insa-lyon.fr/).

README.md

+1-1

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

benchmarks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
3+
~ Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.

benchmarks/src/main/groovy/CallClosure.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/main/groovy/DynamicObjects.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/main/groovy/FilterMapReduce.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/main/groovy/GroovyFibonacci.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/main/groovy/Monomorphic.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/main/groovy/PathologicPolymorphic.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/main/groovy/TriMorphic.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/main/java/closure/CallClosure.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/main/java/dispatch/LikeDynamicObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/main/java/dispatch/Monomorphic.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/main/java/dispatch/PathologicPolymorphic.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/main/java/dispatch/TriMorphic.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/main/java/fibonacci/Fibonacci.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/main/java/fr/insalyon/citi/golo/benchmarks/GoloBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/test/java/closure/CallClosureTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/test/java/compiler/CompilerTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/test/java/dispatch/DynamicObjectTest.java

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
117
package dispatch;
218

319
import com.carrotsearch.junitbenchmarks.BenchmarkOptions;

benchmarks/src/test/java/dispatch/MonomorphicTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/test/java/dispatch/PathologicPolymorphicTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/test/java/dispatch/TriMorphicTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/test/java/fibonacci/FibonacciTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

benchmarks/src/test/java/functional/FilterMapReduceTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

doc/Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

doc/golo-guide.asciidoc

+1-1

golo-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
3+
~ Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.

golo-maven-plugin/src/main/java/fr/insalyon/citi/golo/maven/GolocMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

golo-maven-plugin/src/main/java/fr/insalyon/citi/golo/maven/GolodocMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
* Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
3+
~ Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.

samples/adapters.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/augmentations.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/closures.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/coin-change.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/collection-literals.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/dynamic-evaluation.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/dynamic-object-person.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/echo-args.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/enums-thread-state.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/fibonacci.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/helloworld.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/http-server.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/matching-operator.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/max-int.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/null-safety.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/structs.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/swing-actionlistener.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/swing-helloworld.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/templates-chat-webapp.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

samples/workers.golo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
1+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

share/shell-completion/golo-bash-completion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###################################################################################
2-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

share/shell-completion/golo-zsh-completion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###################################################################################
2-
# Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

src/main/assembly/distribution.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright 2012-2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
2+
~ Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon)
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)