Skip to content

Commit 41ecd10

Browse files
committed
added missing license terms
1 parent 4336821 commit 41ecd10

File tree

866 files changed

+12687
-112
lines changed

Some content is hidden

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

866 files changed

+12687
-112
lines changed

detector/kraken-arpwatch/src/main/java/org/krakenapps/arpwatch/impl/ArpEventSource.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.arpwatch.impl;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.arpwatch.impl;
217

318
import java.text.SimpleDateFormat;
419
import java.util.Date;

detector/kraken-arpwatch/src/main/java/org/krakenapps/arpwatch/impl/ArpSpoofEventImpl.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.arpwatch.impl;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.arpwatch.impl;
217

318
import java.net.InetAddress;
419
import java.util.Date;
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.fluxmon;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.fluxmon;
217

318
public interface FluxRpcService {
419
}

detector/kraken-fluxmon/src/main/java/org/krakenapps/fluxmon/impl/FluxCountryStat.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.fluxmon.impl;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.fluxmon.impl;
217

318
class FluxCountryStat implements Comparable<FluxCountryStat> {
419
private String name;

detector/kraken-fluxmon/src/main/java/org/krakenapps/fluxmon/impl/FluxRpcServiceImpl.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.fluxmon.impl;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.fluxmon.impl;
217

318
import java.text.SimpleDateFormat;
419
import java.util.ArrayList;

detector/kraken-fluxmon/src/main/java/org/krakenapps/fluxmon/impl/FluxStatistics.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.fluxmon.impl;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.fluxmon.impl;
217

318
import java.util.ArrayList;
419
import java.util.Collections;

detector/kraken-maldomain/src/main/java/org/krakenapps/malwaredomains/MalwareDomain.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.malwaredomains;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.malwaredomains;
217

318
import java.text.SimpleDateFormat;
419
import java.util.Date;

detector/kraken-maldomain/src/main/java/org/krakenapps/malwaredomains/MalwareDomainService.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.malwaredomains;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.malwaredomains;
217

318
import java.io.File;
419
import java.io.IOException;

detector/kraken-maldomain/src/main/java/org/krakenapps/malwaredomains/impl/DefaultMalwareDomainService.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.malwaredomains.impl;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.malwaredomains.impl;
217

318
import java.io.File;
419
import java.io.FileInputStream;

detector/kraken-maldomain/src/main/java/org/krakenapps/malwaredomains/impl/MalwareDomainScript.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.malwaredomains.impl;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.malwaredomains.impl;
217

318
import java.io.IOException;
419
import java.net.MalformedURLException;

detector/kraken-maldomain/src/main/java/org/krakenapps/malwaredomains/impl/MalwareDomainScriptFactory.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.malwaredomains.impl;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.malwaredomains.impl;
217

318
import org.apache.felix.ipojo.annotations.Component;
419
import org.apache.felix.ipojo.annotations.Provides;

detector/kraken-safebrowsing/src/main/java/org/krakenapps/safebrowsing/google/GoogleSafeBrowsing.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.safebrowsing.google;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.safebrowsing.google;
217

318
import java.io.File;
419
import java.io.FileWriter;

detector/kraken-safebrowsing/src/main/java/org/krakenapps/safebrowsing/google/GoogleSafeBrowsingConfiguration.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.safebrowsing.google;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.safebrowsing.google;
217

318
import java.io.File;
419
import java.io.FileInputStream;

detector/kraken-safebrowsing/src/main/java/org/krakenapps/safebrowsing/interfaces/SafeBrowsing.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.safebrowsing.interfaces;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.safebrowsing.interfaces;
217

318
public interface SafeBrowsing {
419
void start();

detector/kraken-safebrowsing/src/main/java/org/krakenapps/safebrowsing/interfaces/SafeBrowsingConfiguration.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.safebrowsing.interfaces;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.safebrowsing.interfaces;
217

318
public interface SafeBrowsingConfiguration {
419

detector/kraken-safebrowsing/src/main/java/org/krakenapps/safebrowsing/util/MD5Hasher.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.safebrowsing.util;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.safebrowsing.util;
217

318
import java.security.MessageDigest;
419
import java.security.NoSuchAlgorithmException;

detector/kraken-sonar/src/main/java/org/krakenapps/sonar/Metabase.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.sonar;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.sonar;
217

318
import java.net.InetAddress;
419
import java.net.InetSocketAddress;

detector/kraken-sonar/src/main/java/org/krakenapps/sonar/PassiveScanner.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.sonar;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.sonar;
217

318
import java.util.Collection;
419

detector/kraken-sonar/src/main/java/org/krakenapps/sonar/SonarApi.java

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
package org.krakenapps.sonar;
1+
/*
2+
* Copyright 2010 NCHOVY
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+
package org.krakenapps.sonar;
217

318
public interface SonarApi {
419

0 commit comments

Comments
 (0)