license updates

This commit is contained in:
Greg DiCristofaro 2023-07-23 08:55:07 -04:00
parent 01f9452215
commit 7f610eaa92
36 changed files with 648 additions and 468 deletions

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2020 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi; package com.basistech.df.cybertriage.autopsy.ctapi;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi; package com.basistech.df.cybertriage.autopsy.ctapi;
import com.basistech.df.cybertriage.autopsy.ctapi.util.ObjectMapperUtil; import com.basistech.df.cybertriage.autopsy.ctapi.util.ObjectMapperUtil;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2016 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi; package com.basistech.df.cybertriage.autopsy.ctapi;
import java.net.URI; import java.net.URI;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi; package com.basistech.df.cybertriage.autopsy.ctapi;
import com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenRequest; import com.basistech.df.cybertriage.autopsy.ctapi.json.AuthTokenRequest;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi; package com.basistech.df.cybertriage.autopsy.ctapi;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonProperty;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.basistech.df.cybertriage.autopsy.ctapi.util.ObjectMapperUtil.InstantEpochSecsDeserializer; import com.basistech.df.cybertriage.autopsy.ctapi.util.ObjectMapperUtil.InstantEpochSecsDeserializer;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
/** /**

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonCreator;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2020 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonCreator;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonProperty;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2014 - 2016 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.google.common.base.MoreObjects; import com.google.common.base.MoreObjects;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2020 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
/** /**

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2020 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonProperty;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.basistech.df.cybertriage.autopsy.ctapi.util.ObjectMapperUtil.InstantEpochMillisDeserializer; import com.basistech.df.cybertriage.autopsy.ctapi.util.ObjectMapperUtil.InstantEpochMillisDeserializer;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonProperty;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
/** /**

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonProperty;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonCreator;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2014 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.basistech.df.cybertriage.autopsy.ctapi.util.ObjectMapperUtil.ZonedDateTimeDeserializer; import com.basistech.df.cybertriage.autopsy.ctapi.util.ObjectMapperUtil.ZonedDateTimeDeserializer;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.json; package com.basistech.df.cybertriage.autopsy.ctapi.json;
import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonCreator;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2021 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.util; package com.basistech.df.cybertriage.autopsy.ctapi.util;
import com.license4j.HardwareID; import com.license4j.HardwareID;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.util; package com.basistech.df.cybertriage.autopsy.ctapi.util;
import com.basistech.df.cybertriage.autopsy.ctapi.json.BoostLicenseResponse; import com.basistech.df.cybertriage.autopsy.ctapi.json.BoostLicenseResponse;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2018 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.util; package com.basistech.df.cybertriage.autopsy.ctapi.util;
import com.google.common.base.Charsets; import com.google.common.base.Charsets;
import com.google.common.hash.HashCode; import com.google.common.hash.HashCode;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctapi.util; package com.basistech.df.cybertriage.autopsy.ctapi.util;
import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonParser;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctoptions; package com.basistech.df.cybertriage.autopsy.ctoptions;
import com.basistech.df.cybertriage.autopsy.ctoptions.subpanel.CTOptionsSubPanel; import com.basistech.df.cybertriage.autopsy.ctoptions.subpanel.CTOptionsSubPanel;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctoptions; package com.basistech.df.cybertriage.autopsy.ctoptions;
import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeEvent;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud; package com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud;
import java.util.regex.Pattern; import java.util.regex.Pattern;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud; package com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud;
import com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseInfo; import com.basistech.df.cybertriage.autopsy.ctapi.json.LicenseInfo;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud; package com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud;
import com.basistech.df.cybertriage.autopsy.ctoptions.subpanel.CTOptionsSubPanel; import com.basistech.df.cybertriage.autopsy.ctoptions.subpanel.CTOptionsSubPanel;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.ctoptions.subpanel; package com.basistech.df.cybertriage.autopsy.ctoptions.subpanel;
import javax.swing.JPanel; import javax.swing.JPanel;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.malwarescan; package com.basistech.df.cybertriage.autopsy.malwarescan;
import java.util.ArrayList; import java.util.ArrayList;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.malwarescan; package com.basistech.df.cybertriage.autopsy.malwarescan;
import com.basistech.df.cybertriage.autopsy.ctapi.CTApiDAO; import com.basistech.df.cybertriage.autopsy.ctapi.CTApiDAO;

View File

@ -1,16 +1,21 @@
/** ************************************************************************* /*
** This data and information is proprietary to, and a valuable trade secret * Autopsy Forensic Browser
** of, Basis Technology Corp. It is given in confidence by Basis Technology *
** and may only be used as permitted under the license agreement under which * Copyright 2023 Basis Technology Corp.
** it has been distributed, and in no other way. * Contact: carrier <at> sleuthkit <dot> org
** *
** Copyright (c) 2023 Basis Technology Corp. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License");
** * you may not use this file except in compliance with the License.
** The technical data and information provided herein are provided with * You may obtain a copy of the License at
** `limited rights', and the computer software provided herein is provided *
** with `restricted rights' as those terms are defined in DAR and ASPR * http://www.apache.org/licenses/LICENSE-2.0
** 7-104.9(a). *
************************************************************************** */ * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.basistech.df.cybertriage.autopsy.malwarescan; package com.basistech.df.cybertriage.autopsy.malwarescan;
import com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel; import com.basistech.df.cybertriage.autopsy.ctoptions.CTOptionsPanel;