Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use more clear copyright notices, to separate it from Jolla contribut…
…ions
  • Loading branch information
hedayat committed Oct 25, 2014
1 parent 1382ae0 commit 38b93c1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
11 changes: 8 additions & 3 deletions bin/set-boot-state
@@ -1,4 +1,12 @@
#!/bin/sh
#
# Copyright (c) 2014, Hedayat Vatankhah <hedayat.fwd@gmail.com>.
#
# Sets the current boot state in /run/systemd/boot-status (this part
# comes from old start-user-session with the following copyright notice),
# and sets default user's target according to the boot state.
#

#
# Contact: Pekka Lundstrom <pekka.lundstrom@jollamobile.com>
#
Expand Down Expand Up @@ -27,9 +35,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# Hedayat Vatankhah <hedayat.fwd@gmail.com>, 2014.
# Only set boot state!

[ -z "$1" ] && echo "Boot mode missing" && exit 1
MODE=$1

Expand Down
7 changes: 6 additions & 1 deletion bin/start-user-session
Expand Up @@ -3,9 +3,14 @@
# Contact: Pekka Lundstrom <pekka.lundstrom@jollamobile.com>
#
# Copyright (c) 2013, Jolla Ltd.
# Copyright (c) 2014, Hedayat Vatankhah <hedayat.fwd@gmail.com>
# All rights reserved.
#
# Hedayat Vatankhah <hedayat.fwd@gmail.com>, 2014.
# Updates:
# Hedayat Vatankhah <hedayat.fwd@gmail.com>:
# * Modified to be compatible with new systemd. It is now run as default
# user rather than root, and is used as the users's session manager.
# Session restarts are now managed by systemd itself.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
Expand Down
4 changes: 1 addition & 3 deletions services/set-boot-state@.service
@@ -1,7 +1,5 @@
# Copyright (C) 2013 Jolla Oy
# Contact: Pekka Lundstrom <pekka.lundstrom@jollamobile.com>
#
# Hedayat Vatankhah <hedayat.fwd@gmail.com>, 2014.
# Copyright (c) 2014, Hedayat Vatankhah <hedayat.fwd@gmail.com>.
#
# Sets the boot state to USER or ACT_DEAD
# Mode is selected with %I
Expand Down
4 changes: 2 additions & 2 deletions services/start-user-session.service
@@ -1,7 +1,7 @@
# Copyright (C) 2013 Jolla Oy
# Contact: Pekka Lundstrom <pekka.lundstrom@jollamobile.com>
# Copyright (C) 2014 Hedayat Vatankhah <hedayat.fwd@gmail.com>
#
# Hedayat Vatankhah <hedayat.fwd@gmail.com>, 2014.
# Contact: Pekka Lundstrom <pekka.lundstrom@jollamobile.com>
#
# Starts user session

Expand Down

0 comments on commit 38b93c1

Please sign in to comment.