Skip to content

Commit 3b86f51

Browse files
authoredNov 6, 2017
Merge branch 'master' into utility-collapse-ws-#73
2 parents 88df70c + 58ff98b commit 3b86f51

File tree

113 files changed

+457
-782
lines changed

Some content is hidden

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

113 files changed

+457
-782
lines changed
 

‎.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ env:
1414

1515
script: admin/build.sh
1616

17+
addons:
18+
apt:
19+
packages:
20+
- openjdk-6-jdk
21+
1722
jdk:
1823
- openjdk6
1924
- oraclejdk8

‎LICENSE.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
Copyright (c) 2002-2016 EPFL
2-
Copyright (c) 2011-2016 Lightbend, Inc.
1+
Copyright (c) 2002-2017 EPFL
2+
Copyright (c) 2011-2017 Lightbend, Inc.
33

44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without modification,
77
are permitted provided that the following conditions are met:
88

9-
* Redistributions of source code must retain the above copyright notice,
10-
this list of conditions and the following disclaimer.
11-
* Redistributions in binary form must reproduce the above copyright notice,
12-
this list of conditions and the following disclaimer in the documentation
13-
and/or other materials provided with the distribution.
14-
* Neither the name of the EPFL nor the names of its contributors
15-
may be used to endorse or promote products derived from this software
16-
without specific prior written permission.
9+
* Redistributions of source code must retain the above copyright notice,
10+
this list of conditions and the following disclaimer.
11+
* Redistributions in binary form must reproduce the above copyright notice,
12+
this list of conditions and the following disclaimer in the documentation
13+
and/or other materials provided with the distribution.
14+
* Neither the name of the EPFL nor the names of its contributors
15+
may be used to endorse or promote products derived from this software
16+
without specific prior written permission.
1717

1818
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1919
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT

0 commit comments

Comments
 (0)