summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2008-11-13 17:09:17 +0000
committerFederico Ferri <mescalinum@gentoo.org>2008-11-13 17:09:17 +0000
commitd08ef899ad63f900097ed8d8bdfcca6631dd511c (patch)
tree2d1e5a5604e2d5bd3445f5918e15d7ddd5b55dde /app-pda
parentmake => emake, clean up (diff)
downloadgentoo-2-d08ef899ad63f900097ed8d8bdfcca6631dd511c.tar.gz
gentoo-2-d08ef899ad63f900097ed8d8bdfcca6631dd511c.tar.bz2
gentoo-2-d08ef899ad63f900097ed8d8bdfcca6631dd511c.zip
fixed Gentoo copyright header in initscript
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-pda')
-rwxr-xr-xapp-pda/synce-odccm/files/init.odccm4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-pda/synce-odccm/files/init.odccm b/app-pda/synce-odccm/files/init.odccm
index 9bb2d90ee852..78f59cbd96e0 100755
--- a/app-pda/synce-odccm/files/init.odccm
+++ b/app-pda/synce-odccm/files/init.odccm
@@ -1,4 +1,6 @@
#!/sbin/runscript
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
depend() {
after bluetooth hald
@@ -20,3 +22,5 @@ stop() {
eend $?
eend 0
}
+
+# vim:ts=4