aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-12-03 01:06:52 -0500
committerTeddy Wing2016-12-03 01:06:52 -0500
commitce4e6e5cae1b1144d6bdd95c6ed2ce663ec31e1c (patch)
treeb7918766b5cc61103477b212221290af76d5d1f4
parent238a8147b72bc8441ae42fc4fe0ef8c7b3b77933 (diff)
downloadLow-Battery-Yup-ce4e6e5cae1b1144d6bdd95c6ed2ce663ec31e1c.tar.bz2
Add copyright and license text to all source files
-rw-r--r--Low Battery Yup d/AppDelegate.h20
-rw-r--r--Low Battery Yup d/AppDelegate.m20
-rw-r--r--Low Battery Yup d/FakeAlert.h20
-rw-r--r--Low Battery Yup d/FakeAlert.m20
-rw-r--r--Low Battery Yup d/Mouse.h20
-rw-r--r--Low Battery Yup d/Mouse.m20
-rw-r--r--Low Battery Yup d/main.m20
-rw-r--r--Low Battery Yup/AppDelegate.h20
-rw-r--r--Low Battery Yup/AppDelegate.m20
-rw-r--r--Low Battery Yup/Constants.h24
-rw-r--r--Low Battery Yup/DaemonLauncher.h20
-rw-r--r--Low Battery Yup/DaemonLauncher.m20
-rw-r--r--Low Battery Yup/LaunchAgentManager.h20
-rw-r--r--Low Battery Yup/LaunchAgentManager.m20
-rw-r--r--Low Battery Yup/ShortcutView.h20
-rw-r--r--Low Battery Yup/ShortcutView.m20
-rw-r--r--Low Battery Yup/main.m20
17 files changed, 312 insertions, 32 deletions
diff --git a/Low Battery Yup d/AppDelegate.h b/Low Battery Yup d/AppDelegate.h
index 700c26b..14bb78a 100644
--- a/Low Battery Yup d/AppDelegate.h
+++ b/Low Battery Yup d/AppDelegate.h
@@ -2,8 +2,24 @@
// AppDelegate.h
// Low Battery Yup.d
//
-// Created by TW on 11/16/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 11/16/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import <Cocoa/Cocoa.h>
diff --git a/Low Battery Yup d/AppDelegate.m b/Low Battery Yup d/AppDelegate.m
index c47df18..16a184a 100644
--- a/Low Battery Yup d/AppDelegate.m
+++ b/Low Battery Yup d/AppDelegate.m
@@ -2,8 +2,24 @@
// AppDelegate.m
// Low Battery Yup.d
//
-// Created by TW on 11/16/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 11/16/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import "AppDelegate.h"
diff --git a/Low Battery Yup d/FakeAlert.h b/Low Battery Yup d/FakeAlert.h
index b51ee77..c54aa64 100644
--- a/Low Battery Yup d/FakeAlert.h
+++ b/Low Battery Yup d/FakeAlert.h
@@ -2,8 +2,24 @@
// FakeAlert.h
// Low Battery Yup.d
//
-// Created by TW on 12/2/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 12/2/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import <Foundation/Foundation.h>
diff --git a/Low Battery Yup d/FakeAlert.m b/Low Battery Yup d/FakeAlert.m
index ef504a6..7993de3 100644
--- a/Low Battery Yup d/FakeAlert.m
+++ b/Low Battery Yup d/FakeAlert.m
@@ -2,8 +2,24 @@
// FakeAlert.m
// Low Battery Yup.d
//
-// Created by TW on 12/2/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 12/2/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import "FakeAlert.h"
diff --git a/Low Battery Yup d/Mouse.h b/Low Battery Yup d/Mouse.h
index f8a6732..7cb52aa 100644
--- a/Low Battery Yup d/Mouse.h
+++ b/Low Battery Yup d/Mouse.h
@@ -2,8 +2,24 @@
// Mouse.h
// Low Battery Yup.d
//
-// Created by TW on 11/16/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 11/16/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import <Foundation/Foundation.h>
diff --git a/Low Battery Yup d/Mouse.m b/Low Battery Yup d/Mouse.m
index 103909d..06290be 100644
--- a/Low Battery Yup d/Mouse.m
+++ b/Low Battery Yup d/Mouse.m
@@ -2,8 +2,24 @@
// Mouse.m
// Low Battery Yup.d
//
-// Created by TW on 11/16/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 11/16/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import "Mouse.h"
diff --git a/Low Battery Yup d/main.m b/Low Battery Yup d/main.m
index dbd48d9..e383be1 100644
--- a/Low Battery Yup d/main.m
+++ b/Low Battery Yup d/main.m
@@ -2,8 +2,24 @@
// main.m
// Low Battery Yup d
//
-// Created by TW on 11/16/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 11/16/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import <Cocoa/Cocoa.h>
diff --git a/Low Battery Yup/AppDelegate.h b/Low Battery Yup/AppDelegate.h
index 0504102..b366739 100644
--- a/Low Battery Yup/AppDelegate.h
+++ b/Low Battery Yup/AppDelegate.h
@@ -2,8 +2,24 @@
// AppDelegate.h
// Low Battery Yup
//
-// Created by TW on 11/16/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 11/16/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import <Cocoa/Cocoa.h>
diff --git a/Low Battery Yup/AppDelegate.m b/Low Battery Yup/AppDelegate.m
index 69081ca..044bf4c 100644
--- a/Low Battery Yup/AppDelegate.m
+++ b/Low Battery Yup/AppDelegate.m
@@ -2,8 +2,24 @@
// AppDelegate.m
// Low Battery Yup
//
-// Created by TW on 11/16/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 11/16/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import "AppDelegate.h"
diff --git a/Low Battery Yup/Constants.h b/Low Battery Yup/Constants.h
index 8652225..a87eb76 100644
--- a/Low Battery Yup/Constants.h
+++ b/Low Battery Yup/Constants.h
@@ -1 +1,25 @@
+//
+// Constants.h
+// Low Battery Yup
+//
+// Created by Teddy Wing on 12/1/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
+//
+
#define kPreferenceGlobalShortcut @"GlobalShortcut"
diff --git a/Low Battery Yup/DaemonLauncher.h b/Low Battery Yup/DaemonLauncher.h
index 586dbda..770fb67 100644
--- a/Low Battery Yup/DaemonLauncher.h
+++ b/Low Battery Yup/DaemonLauncher.h
@@ -2,8 +2,24 @@
// DaemonLauncher.h
// Low Battery Yup.d
//
-// Created by TW on 12/2/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 12/2/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import <Foundation/Foundation.h>
diff --git a/Low Battery Yup/DaemonLauncher.m b/Low Battery Yup/DaemonLauncher.m
index 355e9fd..e7f516b 100644
--- a/Low Battery Yup/DaemonLauncher.m
+++ b/Low Battery Yup/DaemonLauncher.m
@@ -2,8 +2,24 @@
// DaemonLauncher.m
// Low Battery Yup.d
//
-// Created by TW on 12/2/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 12/2/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import "DaemonLauncher.h"
diff --git a/Low Battery Yup/LaunchAgentManager.h b/Low Battery Yup/LaunchAgentManager.h
index 5a9fa44..b476f4b 100644
--- a/Low Battery Yup/LaunchAgentManager.h
+++ b/Low Battery Yup/LaunchAgentManager.h
@@ -2,8 +2,24 @@
// LaunchAgentManager.h
// Low Battery Yup.d
//
-// Created by TW on 12/2/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 12/2/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import <Foundation/Foundation.h>
diff --git a/Low Battery Yup/LaunchAgentManager.m b/Low Battery Yup/LaunchAgentManager.m
index fd75795..4a30da6 100644
--- a/Low Battery Yup/LaunchAgentManager.m
+++ b/Low Battery Yup/LaunchAgentManager.m
@@ -2,8 +2,24 @@
// LaunchAgentManager.m
// Low Battery Yup.d
//
-// Created by TW on 12/2/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 12/2/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import "LaunchAgentManager.h"
diff --git a/Low Battery Yup/ShortcutView.h b/Low Battery Yup/ShortcutView.h
index 5eacb52..1ba310f 100644
--- a/Low Battery Yup/ShortcutView.h
+++ b/Low Battery Yup/ShortcutView.h
@@ -2,8 +2,24 @@
// ShortcutView.h
// Low Battery Yup.d
//
-// Created by TW on 12/1/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 12/1/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import <MASShortcut/MASShortcutView.h>
diff --git a/Low Battery Yup/ShortcutView.m b/Low Battery Yup/ShortcutView.m
index 3dc2ff3..9bfdfca 100644
--- a/Low Battery Yup/ShortcutView.m
+++ b/Low Battery Yup/ShortcutView.m
@@ -2,8 +2,24 @@
// ShortcutView.m
// Low Battery Yup.d
//
-// Created by TW on 12/1/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 12/1/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import "ShortcutView.h"
diff --git a/Low Battery Yup/main.m b/Low Battery Yup/main.m
index 200bbb8..9f08d47 100644
--- a/Low Battery Yup/main.m
+++ b/Low Battery Yup/main.m
@@ -2,8 +2,24 @@
// main.m
// Low Battery Yup
//
-// Created by TW on 11/16/16.
-// Copyright (c) 2016 TW. All rights reserved.
+// Created by Teddy Wing on 11/16/16.
+// Copyright (c) 2016 Teddy Wing. All rights reserved.
+//
+// This file is part of Low Battery Yup.
+//
+// Low Battery Yup 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, either version 3 of the
+// License, or (at your option) any later version.
+//
+// Low Battery Yup 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 Low Battery Yup. If not, see
+// <http://www.gnu.org/licenses/>.
//
#import <Cocoa/Cocoa.h>