Skip to content

Commit

Permalink
updated copyright and licensing information
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Feb 16, 2023
1 parent 9dddd27 commit 11fc50c
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 10 deletions.
3 changes: 2 additions & 1 deletion resources/scripts/api/searchcode.ads
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- Copyright 2021 Jeff Foley. All rights reserved.
-- Copyright © by Jeff Foley 2017-2023. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-- SPDX-License-Identifier: Apache-2.0

name = "Searchcode"
type = "api"
Expand Down
3 changes: 2 additions & 1 deletion resources/scripts/archive/haw.ads
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- Copyright 2021 Jeff Foley. All rights reserved.
-- Copyright © by Jeff Foley 2017-2023. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-- SPDX-License-Identifier: Apache-2.0

name = "HAW"
type = "archive"
Expand Down
3 changes: 2 additions & 1 deletion resources/scripts/archive/ukwebarchive.ads
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- Copyright 2021 Jeff Foley. All rights reserved.
-- Copyright © by Jeff Foley 2017-2023. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-- SPDX-License-Identifier: Apache-2.0

name = "UKWebArchive"
type = "archive"
Expand Down
3 changes: 2 additions & 1 deletion resources/scripts/archive/wayback.ads
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- Copyright 2017-2021 Jeff Foley. All rights reserved.
-- Copyright © by Jeff Foley 2017-2023. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-- SPDX-License-Identifier: Apache-2.0

name = "Wayback"
type = "archive"
Expand Down
2 changes: 1 addition & 1 deletion resources/scripts/cert/censys.ads
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright © by Jeff Foley 2020-2022. All rights reserved.
-- Copyright © by Jeff Foley 2017-2023. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-- SPDX-License-Identifier: Apache-2.0

Expand Down
3 changes: 2 additions & 1 deletion resources/scripts/cert/certcentral.ads
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- Copyright 2022 Jeff Foley. All rights reserved.
-- Copyright © by Jeff Foley 2017-2023. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-- SPDX-License-Identifier: Apache-2.0

local json = require("json")

Expand Down
3 changes: 2 additions & 1 deletion resources/scripts/cert/digitorus.ads
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- Copyright 2021 Jeff Foley. All rights reserved.
-- Copyright © by Jeff Foley 2017-2023. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-- SPDX-License-Identifier: Apache-2.0

name = "Digitorus"
type = "cert"
Expand Down
3 changes: 2 additions & 1 deletion resources/scripts/cert/facebookct.ads
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- Copyright 2017-2021 Jeff Foley. All rights reserved.
-- Copyright © by Jeff Foley 2017-2023. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-- SPDX-License-Identifier: Apache-2.0

local json = require("json")

Expand Down
5 changes: 3 additions & 2 deletions resources/scripts/crawl/publicwww.ads
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- Copyright 2022 Jeff Foley. All rights reserved.
-- Copyright © by Jeff Foley 2017-2023. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-- SPDX-License-Identifier: Apache-2.0

name = "PublicWWW"
type = "crawl"
Expand Down Expand Up @@ -36,5 +37,5 @@ function vertical(ctx, domain)
end

function build_url(domain, key)
return "https://publicwww.com/websites/%22." .. domain .. "%22/?export=csvsnippetsu&key=" .. key
return "https://publicwww.com/websites/%22." .. domain .. "%22/?export=csvu&key=" .. key
end

0 comments on commit 11fc50c

Please sign in to comment.