Skip to content

Commit 0c7107f

Browse files
sdegutiscmsj
authored andcommitted
Update copyrights.
1 parent 950a7b1 commit 0c7107f

File tree

29 files changed

+29
-33
lines changed

29 files changed

+29
-33
lines changed

CREDITS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Hammerspoon is based on Mjolnir by Steven Degutis, which is based on Hydra by Steven Degutis.
1+
Hammerspoon is based on Mjolnir, which is based on Hydra.
22

33
Our maintainers are:
44
* [Chris Jones](https://github.com/cmsj)

Hammerspoon/Credits.rtf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@
1515
\b Hammerspoon\
1616
\
1717
18-
\b0 Hammerspoon is based on Mjolnir by Steven Degutis\
19-
2018
\b \
2119
Extensions\
2220
\
2321
Created by:\
2422
\pard\tx220\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\li720\fi-720\pardirnatural
2523
\ls1\ilvl0
26-
\b0 \cf0 {\listtext \'95 }Steven Degutis\
27-
{\listtext \'95 }Aaron Magill\
24+
\b0 \cf0 {\listtext \'95 }Aaron Magill\
2825
{\listtext \'95 }Chris Jones\
2926
{\listtext \'95 }Peter van Dijk\
3027
{\listtext \'95 }Linell Bonnette\

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Out of the box, Hammerspoon does nothing - you will need to create `~/.hammerspo
3838

3939
## What is the history of the project?
4040

41-
Hammerspoon is a fork of [Mjolnir](https://github.com/sdegutis/mjolnir) by Steven Degutis. Mjolnir aims to be a very minimal application, with its extensions hosted externally and managed using a Lua package manager. We wanted to provide a more integrated experience.
41+
Hammerspoon is a fork of [Mjolnir](https://github.com/mjolnirapp/mjolnir). Mjolnir aims to be a very minimal application, with its extensions hosted externally and managed using a Lua package manager. We wanted to provide a more integrated experience.
4242

4343
## What is the future of the project?
4444

extensions/alert/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Released under MIT license.
22

3-
Copyright (c) 2013 Steven Degutis
3+
Copyright (c) 2013-2025
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

extensions/application/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Released under MIT license.
22

3-
Copyright (c) 2013 Markus Engelbrecht, Steven Degutis
3+
Copyright (c) 2013 Markus Engelbrecht
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

extensions/application/libapplication_watcher.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
///
88
/// Watch for application launch/terminate events
99
///
10-
/// This module is based primarily on code from the previous incarnation of Mjolnir by [Markus Engelbrecht](https://github.com/mgee) and [Steven Degutis](https://github.com/sdegutis/).
10+
/// This module is based primarily on code from the previous incarnation of Mjolnir by [Markus Engelbrecht](https://github.com/mgee).
1111

1212

1313
/// hs.application.watcher.launching

extensions/audiodevice/audiodevice.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
--- Manipulate the system's audio devices
44
---
5-
--- This module is based primarily on code from the previous incarnation of Mjolnir by [Steven Degutis](https://github.com/sdegutis/).
5+
--- This module is based primarily on code from the previous incarnation of Mjolnir.
66
---
77
--- Note:
88
--- * Objects created by this module are distinct from each other - if you fetch an audiodevice and set a watcher on it, then fetch the audiodevice again, the watcher will only be visible from the first object and not the second. To avoid losing reference to watchers, you can store the audiodevice objects in a Lua table.

extensions/battery/battery.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--- Battery/power information
44
--- All functions here may return nil, if the information requested is not available.
55
---
6-
--- This module is based primarily on code from the previous incarnation of Mjolnir by [Steven Degutis](https://github.com/sdegutis/).
6+
--- This module is based primarily on code from the previous incarnation of Mjolnir.
77

88

99
local module = require("hs.libbattery")

extensions/battery/libbattery_watcher.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
///
77
/// Watch for battery/power state changes
88
///
9-
/// This module is based primarily on code from the previous incarnation of Mjolnir by [Steven Degutis](https://github.com/sdegutis/).
9+
/// This module is based primarily on code from the previous incarnation of Mjolnir.
1010

1111

1212
// Common Code

extensions/brightness/brightness.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
---
55
--- Home: https://github.com/asmagill/mjolnir_asm.sys
66
---
7-
--- This module is based primarily on code from the previous incarnation of Mjolnir by [Steven Degutis](https://github.com/sdegutis/).
7+
--- This module is based primarily on code from the previous incarnation of Mjolnir.
88

99
-- try to load private framework for brightness controls
1010
local state, msg = package.loadlib(

0 commit comments

Comments
 (0)