summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-30 22:13:34 +0200
committerLennart Poettering <lennart@poettering.net>2008-06-30 22:13:34 +0200
commitffee9d06d5f95f799621deeffdfce2012275b211 (patch)
tree42f7d5616cfbba349e66670c10125f23808c63db
parente46dafcf5d9620e194e081666cea98e0e6499264 (diff)
fix stupid copynpaste idiocy
-rw-r--r--gnome-disk-health.vala6
-rw-r--r--skdump.c6
-rw-r--r--sktest.c6
-rw-r--r--smart.c6
-rw-r--r--smart.h6
-rw-r--r--smart.vapi6
-rw-r--r--smartkitd.vala6
7 files changed, 21 insertions, 21 deletions
diff --git a/gnome-disk-health.vala b/gnome-disk-health.vala
index 011f7c0..6bf064c 100644
--- a/gnome-disk-health.vala
+++ b/gnome-disk-health.vala
@@ -5,18 +5,18 @@
Copyright 2008 Lennart Poettering
- libcanberra is free software; you can redistribute it and/or modify
+ SmartKit is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 2.1 of the
License, or (at your option) any later version.
- libcanberra is distributed in the hope that it will be useful, but
+ SmartKit 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with libcanberra. If not, If not, see
+ License along with SmartKit. If not, If not, see
<http://www.gnu.org/licenses/>.
***/
diff --git a/skdump.c b/skdump.c
index 7d1cdb6..eb8ad47 100644
--- a/skdump.c
+++ b/skdump.c
@@ -5,18 +5,18 @@
Copyright 2008 Lennart Poettering
- libcanberra is free software; you can redistribute it and/or modify
+ SmartKit is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 2.1 of the
License, or (at your option) any later version.
- libcanberra is distributed in the hope that it will be useful, but
+ SmartKit 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with libcanberra. If not, If not, see
+ License along with SmartKit. If not, If not, see
<http://www.gnu.org/licenses/>.
***/
diff --git a/sktest.c b/sktest.c
index 374b11c..e9e6bb9 100644
--- a/sktest.c
+++ b/sktest.c
@@ -5,18 +5,18 @@
Copyright 2008 Lennart Poettering
- libcanberra is free software; you can redistribute it and/or modify
+ SmartKit is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 2.1 of the
License, or (at your option) any later version.
- libcanberra is distributed in the hope that it will be useful, but
+ SmartKit 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with libcanberra. If not, If not, see
+ License along with SmartKit. If not, If not, see
<http://www.gnu.org/licenses/>.
***/
diff --git a/smart.c b/smart.c
index 4cd9c6f..430785f 100644
--- a/smart.c
+++ b/smart.c
@@ -5,18 +5,18 @@
Copyright 2008 Lennart Poettering
- libcanberra is free software; you can redistribute it and/or modify
+ SmartKit is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 2.1 of the
License, or (at your option) any later version.
- libcanberra is distributed in the hope that it will be useful, but
+ SmartKit 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with libcanberra. If not, If not, see
+ License along with SmartKit. If not, If not, see
<http://www.gnu.org/licenses/>.
***/
diff --git a/smart.h b/smart.h
index efdc4be..d4a64d3 100644
--- a/smart.h
+++ b/smart.h
@@ -8,18 +8,18 @@
Copyright 2008 Lennart Poettering
- libcanberra is free software; you can redistribute it and/or modify
+ SmartKit is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 2.1 of the
License, or (at your option) any later version.
- libcanberra is distributed in the hope that it will be useful, but
+ SmartKit 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with libcanberra. If not, If not, see
+ License along with SmartKit. If not, If not, see
<http://www.gnu.org/licenses/>.
***/
diff --git a/smart.vapi b/smart.vapi
index e92215f..3fa8f56 100644
--- a/smart.vapi
+++ b/smart.vapi
@@ -5,18 +5,18 @@
Copyright 2008 Lennart Poettering
- libcanberra is free software; you can redistribute it and/or modify
+ SmartKit is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 2.1 of the
License, or (at your option) any later version.
- libcanberra is distributed in the hope that it will be useful, but
+ SmartKit 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with libcanberra. If not, If not, see
+ License along with SmartKit. If not, If not, see
<http://www.gnu.org/licenses/>.
***/
diff --git a/smartkitd.vala b/smartkitd.vala
index 0ef72cf..7b2e636 100644
--- a/smartkitd.vala
+++ b/smartkitd.vala
@@ -5,18 +5,18 @@
Copyright 2008 Lennart Poettering
- libcanberra is free software; you can redistribute it and/or modify
+ SmartKit is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 2.1 of the
License, or (at your option) any later version.
- libcanberra is distributed in the hope that it will be useful, but
+ SmartKit 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with libcanberra. If not, If not, see
+ License along with SmartKit. If not, If not, see
<http://www.gnu.org/licenses/>.
***/