Skip to content

Commit

Permalink
Disclaim the copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ProkopRandacek committed May 16, 2024
1 parent d0a4161 commit 3bd326b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geohash.deno.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// The authors disclaim copyright to this source code (they are ashamed to
// admit they wrote it)

import { crypto } from "https://deno.land/std@0.190.0/crypto/mod.ts";
import { coordsToString } from "./mapycz.deno.ts";

Expand Down
3 changes: 3 additions & 0 deletions mapycz.deno.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// The authors disclaim copyright to this source code (they are ashamed to
// admit they wrote it)

const alphabet = [
"0",
"A",
Expand Down
3 changes: 3 additions & 0 deletions server.deno.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// The authors disclaim copyright to this source code (they are ashamed to
// admit they wrote it)

import { serveDir } from "https://deno.land/std@0.190.0/http/file_server.ts";
import {
handleRequest as handleTgRequest,
Expand Down
3 changes: 3 additions & 0 deletions tgbot.deno.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// The authors disclaim copyright to this source code (they are ashamed to
// admit they wrote it)

import unidecode from "npm:unidecode";
import { geohash } from "./geohash.deno.ts";
import { getImageForPoints, getUrlForPoints } from "./mapycz.deno.ts";
Expand Down

0 comments on commit 3bd326b

Please sign in to comment.