Skip to content

Commit

Permalink
Fix accidental license blurb in HTML/JS bits
Browse files Browse the repository at this point in the history
  • Loading branch information
rdaum committed Jan 2, 2024
1 parent 906f832 commit 734a5ca
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 35 deletions.
8 changes: 7 additions & 1 deletion .licensure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ comments:
type: line
comment_char: "//"
trailing_lines: 1
- columns: 80
extension: js
commenter:
type: line
comment_char: "//"
trailing_lines: 1

excludes:
- \.gitignore
Expand All @@ -30,4 +36,4 @@ excludes:
- README.*
- LICENSE.*
- Dockerfile
- .*\.(md|rst|txt|yml|png|jpg|gif|db|pem|lock|json|toml|in|out)
- .*\.(md|rst|txt|yml|png|jpg|gif|db|pem|lock|json|toml|in|out|html)
8 changes: 0 additions & 8 deletions crates/web-host/src/client/browser.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# Copyright (C) 2024 Ryan Daum <ryan[email protected]>
#
# 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.
#
# 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/>.
#
<!-- Smalltalk style browser;
3 panes top:
Left is objects, sys/inventory/location/owned.
Expand Down
22 changes: 14 additions & 8 deletions crates/web-host/src/client/editor.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Copyright (C) 2024 Ryan Daum <ryan.daum@gmail.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.
#
# 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/>.
#
// Copyright (C) 2024 Ryan Daum <[email protected]>
//
// 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.
//
// 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/>.
//

// TODO: this is just a first crack at this, it's by no means complete.
const MooSyntax= {
// Set defaultToken to invalid to see what you do not tokenize yet
Expand Down
22 changes: 14 additions & 8 deletions crates/web-host/src/client/moor.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Copyright (C) 2024 Ryan Daum <ryan.daum@gmail.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.
#
# 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/>.
#
// Copyright (C) 2024 Ryan Daum <[email protected]>
//
// 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.
//
// 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/>.
//

// Converts a JSON representation of a MOO value into a MOO expression string
// JSON values look like:
// number -> number
Expand Down
8 changes: 0 additions & 8 deletions crates/web-host/src/client/root.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# Copyright (C) 2024 Ryan Daum <ryan[email protected]>
#
# 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.
#
# 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>
<html>
<head>
Expand Down
4 changes: 2 additions & 2 deletions doc/vision-blurb.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Relations

## What is?

Moor is:
"Moor" is:

* A system for building shared, programmable, Internet-accessible virtual _social spaces_
* A programming and authoring _tool_ for shared environments.
Expand Down Expand Up @@ -55,7 +55,7 @@ dwindled to a small but dedicated group of enthusiasts.

And the server itself is aged; it is written in C -- is single threaded, with some known architectural limitations, and
is not very easy to extend or modify. While there are newer versions and forks (such as Stunt, ToastStunt, etc.) that
address some of these issues, they are still based on the same original codebase and architecture -- remaining bound by
address many of these issues, they are still based on the same original codebase and architecture -- remaining bound by
the single-threaded, single-core model of the original.

Moor is an attempt to reimagine LambdaMOO for the modern world, while retaining the core concepts and ideas that made
Expand Down

0 comments on commit 734a5ca

Please sign in to comment.