aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorDarius Jahandarie <djahandarie@gmail.com>2023-03-23 18:27:00 +0900
committerGitHub <noreply@github.com>2023-03-23 18:27:00 +0900
commitbb9c6ec4118c1ed8fd67ff4a760c352675086f6a (patch)
tree8c455a9f8cd5359ee96ff17ed2f73672a6bf43d2 /dev
parentd1c694535113206ba059e83958c1e8c9addd10b2 (diff)
parent24c3018a02d8d610510a38d99c8539b06018b4a7 (diff)
Merge pull request #99 from Aquafina-water-bottle/rename_license
LICENSE & preamble changes
Diffstat (limited to 'dev')
-rw-r--r--dev/build-libs.js1
-rw-r--r--dev/build.js1
-rw-r--r--dev/css-to-json-util.js1
-rw-r--r--dev/data/display-pronunciation-overrides.css1
-rw-r--r--dev/data/structured-content-overrides.css1
-rw-r--r--dev/database-vm.js1
-rw-r--r--dev/dictionary-validate.js1
-rw-r--r--dev/generate-css-json.js1
-rw-r--r--dev/lint/global-declarations.js1
-rw-r--r--dev/lint/html-scripts.js1
-rw-r--r--dev/manifest-util.js1
-rw-r--r--dev/patch-dependencies.js1
-rw-r--r--dev/schema-validate.js1
-rw-r--r--dev/translator-vm.js1
-rw-r--r--dev/util.js1
-rw-r--r--dev/vm.js1
16 files changed, 16 insertions, 0 deletions
diff --git a/dev/build-libs.js b/dev/build-libs.js
index 189a967d..36c07edd 100644
--- a/dev/build-libs.js
+++ b/dev/build-libs.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/build.js b/dev/build.js
index 496e5865..5222c4c8 100644
--- a/dev/build.js
+++ b/dev/build.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/css-to-json-util.js b/dev/css-to-json-util.js
index 71033f3a..79aae3c9 100644
--- a/dev/css-to-json-util.js
+++ b/dev/css-to-json-util.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/data/display-pronunciation-overrides.css b/dev/data/display-pronunciation-overrides.css
index 862f1320..7bba55e5 100644
--- a/dev/data/display-pronunciation-overrides.css
+++ b/dev/data/display-pronunciation-overrides.css
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/data/structured-content-overrides.css b/dev/data/structured-content-overrides.css
index 811ed9cf..c0b14202 100644
--- a/dev/data/structured-content-overrides.css
+++ b/dev/data/structured-content-overrides.css
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/database-vm.js b/dev/database-vm.js
index 63350124..d5570691 100644
--- a/dev/database-vm.js
+++ b/dev/database-vm.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/dictionary-validate.js b/dev/dictionary-validate.js
index 7f31c61f..0c926acc 100644
--- a/dev/dictionary-validate.js
+++ b/dev/dictionary-validate.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/generate-css-json.js b/dev/generate-css-json.js
index b14849b2..787173ab 100644
--- a/dev/generate-css-json.js
+++ b/dev/generate-css-json.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/lint/global-declarations.js b/dev/lint/global-declarations.js
index b28f53cd..7f90d227 100644
--- a/dev/lint/global-declarations.js
+++ b/dev/lint/global-declarations.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/lint/html-scripts.js b/dev/lint/html-scripts.js
index b9752ceb..db6e6ca4 100644
--- a/dev/lint/html-scripts.js
+++ b/dev/lint/html-scripts.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/manifest-util.js b/dev/manifest-util.js
index 3fc8a770..082cf57c 100644
--- a/dev/manifest-util.js
+++ b/dev/manifest-util.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/patch-dependencies.js b/dev/patch-dependencies.js
index 0de9bf0c..81572c5c 100644
--- a/dev/patch-dependencies.js
+++ b/dev/patch-dependencies.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/schema-validate.js b/dev/schema-validate.js
index 1b47be8b..1d7607b7 100644
--- a/dev/schema-validate.js
+++ b/dev/schema-validate.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/translator-vm.js b/dev/translator-vm.js
index 91a362ab..e3b700ff 100644
--- a/dev/translator-vm.js
+++ b/dev/translator-vm.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2021-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/util.js b/dev/util.js
index 4bf3f746..65b1d982 100644
--- a/dev/util.js
+++ b/dev/util.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dev/vm.js b/dev/vm.js
index e9adc222..c3266443 100644
--- a/dev/vm.js
+++ b/dev/vm.js
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2023 Yomitan Authors
* Copyright (C) 2020-2022 Yomichan Authors
*
* This program is free software: you can redistribute it and/or modify