]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/install.h
relicense to LGPLv2.1 (with exceptions)
[thirdparty/systemd.git] / src / install.h
index a3eacf51ce6bff69b670eeb75a107c181b87e249..d365c01bc75836ea6c4651bd76101972e6cdf8cf 100644 (file)
@@ -9,16 +9,16 @@
   Copyright 2011 Lennart Poettering
 
   systemd 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 2 of the License, or
+  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.
 
   systemd 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.
+  Lesser General Public License for more details.
 
-  You should have received a copy of the GNU General Public License
+  You should have received a copy of the GNU Lesser General Public License
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
@@ -83,4 +83,7 @@ int unit_file_query_preset(UnitFileScope scope, const char *name);
 const char *unit_file_state_to_string(UnitFileState s);
 UnitFileState unit_file_state_from_string(const char *s);
 
+const char *unit_file_change_type_to_string(UnitFileChangeType s);
+UnitFileChangeType unit_file_change_type_from_string(const char *s);
+
 #endif