Skip to content

Commit

Permalink
chore(license): correct the copyright author distinction
Browse files Browse the repository at this point in the history
  • Loading branch information
mineejo committed Oct 27, 2023
1 parent 1f73942 commit e3e1e7f
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 MineEjo
Copyright (c) 2023 mineejo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion _build_npm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

import { build, emptyDir } from "https://deno.land/x/dnt/mod.ts";

Expand Down
2 changes: 1 addition & 1 deletion basic_colors.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

import { colors } from "./colors.ts";

Expand Down
2 changes: 1 addition & 1 deletion basic_colors_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

import { assertEquals } from "./dev_deps.ts";
import { basicColors } from "./basic_colors.ts";
Expand Down
2 changes: 1 addition & 1 deletion colors.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

import { localizeColor } from "./locales/locale/mod.ts";

Expand Down
2 changes: 1 addition & 1 deletion colors_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

import { assertArrayIncludes, assertEquals } from "./dev_deps.ts";
import { colors as originalColors } from "./colors.ts";
Expand Down
2 changes: 1 addition & 1 deletion dev_deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

export { assertEquals } from "https://deno.land/std@0.204.0/assert/assert_equals.ts";
export { assertNotEquals } from "https://deno.land/std@0.204.0/assert/assert_not_equals.ts";
Expand Down
2 changes: 1 addition & 1 deletion locales/be_BY.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

export default {
aliceblue: "блакітны Алісы",
Expand Down
2 changes: 1 addition & 1 deletion locales/en_US.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

export default {
aliceblue: "Alice's blue",
Expand Down
2 changes: 1 addition & 1 deletion locales/locale/localize_color.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

import * as locales from "../mod.ts";
import { unformatLocaleCode } from "./unformat_locale_code.ts";
Expand Down
2 changes: 1 addition & 1 deletion locales/locale/localize_color_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

import { assertEquals } from "../../dev_deps.ts";
import { localizeColor } from "./localize_color.ts";
Expand Down
2 changes: 1 addition & 1 deletion locales/locale/mod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

export { localizeColor } from "./localize_color.ts";
2 changes: 1 addition & 1 deletion locales/locale/unformat_locale_code.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

export function unformatLocaleCode(code: string): string {
return code.replace(/[_\W]+/g, "");
Expand Down
2 changes: 1 addition & 1 deletion locales/locale/unformat_locale_code_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

import { assertEquals } from "../../dev_deps.ts";
import { unformatLocaleCode } from "./unformat_locale_code.ts";
Expand Down
2 changes: 1 addition & 1 deletion locales/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

// Export of a locale consisting of duplicates like "ruru"
// should have a shortened alternative, for example to "ru".
Expand Down
2 changes: 1 addition & 1 deletion locales/ru_RU.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

export default {
aliceblue: "голубой Алисы",
Expand Down
2 changes: 1 addition & 1 deletion locales/uk_UA.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

export default {
aliceblue: "блакитної Аліси",
Expand Down
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Chalkpot. All rights reserved. MIT license.
// Copyright 2023 mineejo. All rights reserved. MIT license.

export { basicColors } from "./basic_colors.ts";
export { colors } from "./colors.ts";

0 comments on commit e3e1e7f

Please sign in to comment.