Skip to content

Commit

Permalink
Changed Licence & included proper Copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frustrated-Programmer committed Jul 14, 2020
1 parent efbec69 commit cb7a659
Show file tree
Hide file tree
Showing 19 changed files with 1,492 additions and 82 deletions.
619 changes: 619 additions & 0 deletions GPL-3.0

Large diffs are not rendered by default.

18 changes: 14 additions & 4 deletions browsered.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
(function (Buffer){
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer.com>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/

const classes = ["bard", "cleric", "wizard", "druid", "sorcerer", "warlock", "ranger", "paladin"];
Expand Down
666 changes: 648 additions & 18 deletions credits.html

Large diffs are not rendered by default.

18 changes: 14 additions & 4 deletions fonts.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/


Expand Down
18 changes: 14 additions & 4 deletions index.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
Expand Down
18 changes: 14 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
<!--
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer.com>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<!DOCTYPE html>
Expand Down
18 changes: 14 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer.com>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/

const classes = ["bard", "cleric", "wizard", "druid", "sorcerer", "warlock", "ranger", "paladin"];
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"email": "contact@frustratedprogrammer.com",
"url": "https://frustratedprogrammer.com"
},
"license": "GPL-3.0-only",
"homepage": "https://github.com/Frustrated-Programmer/card-generator",
"readme": "",
"version": "1.0.0",
Expand Down
18 changes: 14 additions & 4 deletions step1.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/


Expand Down
18 changes: 14 additions & 4 deletions step1.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/

let bttns = [];
Expand Down
18 changes: 14 additions & 4 deletions step2.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/

@keyframes highlight {
Expand Down
18 changes: 14 additions & 4 deletions step2.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/

spells = [];
Expand Down
18 changes: 14 additions & 4 deletions step3.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/
.step3_img_choice_container {
width: 30%;
Expand Down
18 changes: 14 additions & 4 deletions step3.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/
template = null;
const colors = ["blue","brown","green","lime","orange","purple","red","yellow"];
Expand Down
18 changes: 14 additions & 4 deletions step35.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/


Expand Down
18 changes: 14 additions & 4 deletions step35.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/
const step3Div = document.getElementById("step3");
const step35Canvas = document.getElementById("step35Canvas");
Expand Down
18 changes: 14 additions & 4 deletions step4.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/

#step4_updates, #step4_detailed, #step4_length {
Expand Down
18 changes: 14 additions & 4 deletions step4.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer.com>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/

cancelStep4 = false;
Expand Down
18 changes: 14 additions & 4 deletions step5.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
/**
* Copyright (C) FrustratedProgrammer - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited
* Proprietary and confidential
* Written by Elijah Anderson <contact@frustratedprogrammer>, April 2020
Card-Generator. A program designed to make cards.
Copyright (C) 2020 Elijah Anderson<contact@frustratedprogrammer.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
**/

#step5_frame {
Expand Down

0 comments on commit cb7a659

Please sign in to comment.