Skip to content

Commit 115ad8c

Browse files
committed
Remove header
1 parent 5d97334 commit 115ad8c

File tree

608 files changed

+0
-10336
lines changed

Some content is hidden

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

608 files changed

+0
-10336
lines changed

snap-common/src/main/java/org/snapscript/common/ArrayStack.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
/*
2-
* ArrayStack.java December 2016
3-
*
4-
* Copyright (C) 2016, Niall Gallagher <[email protected]>
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15-
* implied. See the License for the specific language governing
16-
* permissions and limitations under the License.
17-
*/
181

192
package org.snapscript.common;
203

snap-common/src/main/java/org/snapscript/common/BitSet.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
/*
2-
* BitSet.java December 2016
3-
*
4-
* Copyright (C) 2016, Niall Gallagher <[email protected]>
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15-
* implied. See the License for the specific language governing
16-
* permissions and limitations under the License.
17-
*/
181

192
package org.snapscript.common;
203

snap-common/src/main/java/org/snapscript/common/Cache.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
/*
2-
* Cache.java December 2016
3-
*
4-
* Copyright (C) 2016, Niall Gallagher <[email protected]>
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15-
* implied. See the License for the specific language governing
16-
* permissions and limitations under the License.
17-
*/
181

192
package org.snapscript.common;
203

snap-common/src/main/java/org/snapscript/common/CompoundIterator.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
/*
2-
* CompoundIterator.java December 2016
3-
*
4-
* Copyright (C) 2016, Niall Gallagher <[email protected]>
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15-
* implied. See the License for the specific language governing
16-
* permissions and limitations under the License.
17-
*/
181

192
package org.snapscript.common;
203

snap-common/src/main/java/org/snapscript/common/CopyOnWriteCache.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
/*
2-
* CopyOnWriteCache.java December 2016
3-
*
4-
* Copyright (C) 2016, Niall Gallagher <[email protected]>
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15-
* implied. See the License for the specific language governing
16-
* permissions and limitations under the License.
17-
*/
181

192
package org.snapscript.common;
203

snap-common/src/main/java/org/snapscript/common/CopyOnWriteSparseArray.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
/*
2-
* CopyOnWriteSparseArray.java December 2016
3-
*
4-
* Copyright (C) 2016, Niall Gallagher <[email protected]>
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15-
* implied. See the License for the specific language governing
16-
* permissions and limitations under the License.
17-
*/
181

192
package org.snapscript.common;
203

snap-common/src/main/java/org/snapscript/common/LeastRecentlyUsedCache.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
/*
2-
* LeastRecentlyUsedCache.java December 2016
3-
*
4-
* Copyright (C) 2016, Niall Gallagher <[email protected]>
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15-
* implied. See the License for the specific language governing
16-
* permissions and limitations under the License.
17-
*/
181

192
package org.snapscript.common;
203

snap-common/src/main/java/org/snapscript/common/LeastRecentlyUsedMap.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
/*
2-
* LeastRecentlyUsedMap.java December 2016
3-
*
4-
* Copyright (C) 2016, Niall Gallagher <[email protected]>
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15-
* implied. See the License for the specific language governing
16-
* permissions and limitations under the License.
17-
*/
181

192
package org.snapscript.common;
203

snap-common/src/main/java/org/snapscript/common/LeastRecentlyUsedSet.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
/*
2-
* LeastRecentlyUsedSet.java December 2016
3-
*
4-
* Copyright (C) 2016, Niall Gallagher <[email protected]>
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15-
* implied. See the License for the specific language governing
16-
* permissions and limitations under the License.
17-
*/
181

192
package org.snapscript.common;
203

snap-common/src/main/java/org/snapscript/common/SoftCache.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
/*
2-
* SoftCache.java December 2016
3-
*
4-
* Copyright (C) 2016, Niall Gallagher <[email protected]>
5-
*
6-
* Licensed under the Apache License, Version 2.0 (the "License");
7-
* you may not use this file except in compliance with the License.
8-
* You may obtain a copy of the License at
9-
*
10-
* http://www.apache.org/licenses/LICENSE-2.0
11-
*
12-
* Unless required by applicable law or agreed to in writing, software
13-
* distributed under the License is distributed on an "AS IS" BASIS,
14-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15-
* implied. See the License for the specific language governing
16-
* permissions and limitations under the License.
17-
*/
181

192
package org.snapscript.common;
203

0 commit comments

Comments
 (0)