Skip to content

Commit

Permalink
Change license to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrd committed Sep 16, 2020
1 parent 47e5f4c commit 1843c74
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 675 deletions.
675 changes: 4 additions & 671 deletions LICENSE

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,4 @@ If installed via `luarocks`, ensure `awesome-launch`'s [location][1] is in your

## License

awesome-launch is licensed under the GNU General Public License v3.0 or later
(see [LICENSE](LICENSE)).
This project is licensed under the MIT License (see [LICENSE](LICENSE)).
2 changes: 2 additions & 0 deletions awesome-launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

# This project is licensed under the MIT License (see LICENSE).

set -eu

usage() {
Expand Down
4 changes: 3 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
-- This project is licensed under the MIT License (see LICENSE).

--- Launch clients with single instance IDs using wm-launch.
--
-- @author James Reed <[email protected]>
-- @copyright 2019 James Reed
-- @copyright 2019-2020 James Reed
-- @module awesome-launch

local awful = require("awful")
Expand Down
2 changes: 2 additions & 0 deletions panel.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- This project is licensed under the MIT License (see LICENSE).

--- Launch clients as panels.
--
-- @author James Reed <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion rockspec/awesome-launch-devel-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source = {
description = {
summary = "AwesomeWM library for launching clients with single instance IDs",
homepage = "https://github.com/jcrd/awesome-launch",
license = "GPL-3.0",
license = "MIT",
}
dependencies = {
"lua >= 5.1",
Expand Down
2 changes: 2 additions & 0 deletions shared.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- This project is licensed under the MIT License (see LICENSE).

local shared = {}

shared.pending = {}
Expand Down
2 changes: 2 additions & 0 deletions widget.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- This project is licensed under the MIT License (see LICENSE).

--- Widget to show pending clients.
--
-- @author James Reed <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions workspace.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- This project is licensed under the MIT License (see LICENSE).

--- Create new workspaces and launch accompanying clients.
--
-- @author James Reed <[email protected]>
Expand Down

0 comments on commit 1843c74

Please sign in to comment.