[libmanette] Fix license headers



commit a1e7618e7e22f53df9d9f633c65e64aa695b547a
Author: vanadiae <vanadiae35 gmail com>
Date:   Sat Oct 10 18:50:13 2020 +0200

    Fix license headers

 demos/manette-test/manette-test.c     | 2 +-
 src/manette-device-private.h          | 2 +-
 src/manette-device.c                  | 2 +-
 src/manette-device.h                  | 2 +-
 src/manette-event-mapping-private.h   | 2 +-
 src/manette-event-mapping.c           | 2 +-
 src/manette-event-private.h           | 2 +-
 src/manette-event.c                   | 2 +-
 src/manette-event.h                   | 2 +-
 src/manette-mapping-error-private.h   | 2 +-
 src/manette-mapping-error.c           | 2 +-
 src/manette-mapping-manager-private.h | 2 +-
 src/manette-mapping-manager.c         | 2 +-
 src/manette-mapping-private.h         | 2 +-
 src/manette-mapping.c                 | 2 +-
 src/manette-monitor-iter-private.h    | 2 +-
 src/manette-monitor-iter.c            | 2 +-
 src/manette-monitor-iter.h            | 2 +-
 src/manette-monitor.c                 | 2 +-
 src/manette-monitor.h                 | 2 +-
 src/manette-version.h.in              | 2 +-
 tests/test-event-mapping.c            | 2 +-
 tests/test-mapping-manager.c          | 2 +-
 tests/test-mapping.c                  | 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)
---
diff --git a/demos/manette-test/manette-test.c b/demos/manette-test/manette-test.c
index 0512df2..d42efef 100644
--- a/demos/manette-test/manette-test.c
+++ b/demos/manette-test/manette-test.c
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-device-private.h b/src/manette-device-private.h
index 9b024f1..a2d2887 100644
--- a/src/manette-device-private.h
+++ b/src/manette-device-private.h
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-device.c b/src/manette-device.c
index 553cf10..bbd4f9f 100644
--- a/src/manette-device.c
+++ b/src/manette-device.c
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-device.h b/src/manette-device.h
index 09a995f..5ebe383 100644
--- a/src/manette-device.h
+++ b/src/manette-device.h
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-event-mapping-private.h b/src/manette-event-mapping-private.h
index 1660e0f..15873f8 100644
--- a/src/manette-event-mapping-private.h
+++ b/src/manette-event-mapping-private.h
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-event-mapping.c b/src/manette-event-mapping.c
index b38e38c..312aefb 100644
--- a/src/manette-event-mapping.c
+++ b/src/manette-event-mapping.c
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-event-private.h b/src/manette-event-private.h
index 18a9a6f..6e80642 100644
--- a/src/manette-event-private.h
+++ b/src/manette-event-private.h
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-event.c b/src/manette-event.c
index 23a9bd0..8aea1dc 100644
--- a/src/manette-event.c
+++ b/src/manette-event.c
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-event.h b/src/manette-event.h
index d450039..8d8ce3e 100644
--- a/src/manette-event.h
+++ b/src/manette-event.h
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-mapping-error-private.h b/src/manette-mapping-error-private.h
index c462b54..b028dfc 100644
--- a/src/manette-mapping-error-private.h
+++ b/src/manette-mapping-error-private.h
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-mapping-error.c b/src/manette-mapping-error.c
index 103619e..b95c107 100644
--- a/src/manette-mapping-error.c
+++ b/src/manette-mapping-error.c
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-mapping-manager-private.h b/src/manette-mapping-manager-private.h
index d2eca68..797fdaf 100644
--- a/src/manette-mapping-manager-private.h
+++ b/src/manette-mapping-manager-private.h
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-mapping-manager.c b/src/manette-mapping-manager.c
index 3d1162e..5f2adec 100644
--- a/src/manette-mapping-manager.c
+++ b/src/manette-mapping-manager.c
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-mapping-private.h b/src/manette-mapping-private.h
index ab49278..2934ee4 100644
--- a/src/manette-mapping-private.h
+++ b/src/manette-mapping-private.h
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-mapping.c b/src/manette-mapping.c
index 993f5e6..5d9d7d2 100644
--- a/src/manette-mapping.c
+++ b/src/manette-mapping.c
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-monitor-iter-private.h b/src/manette-monitor-iter-private.h
index 3771fa5..539592c 100644
--- a/src/manette-monitor-iter-private.h
+++ b/src/manette-monitor-iter-private.h
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-monitor-iter.c b/src/manette-monitor-iter.c
index 469d529..1e475a0 100644
--- a/src/manette-monitor-iter.c
+++ b/src/manette-monitor-iter.c
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-monitor-iter.h b/src/manette-monitor-iter.h
index 6ca3280..d7b283d 100644
--- a/src/manette-monitor-iter.h
+++ b/src/manette-monitor-iter.h
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-monitor.c b/src/manette-monitor.c
index 96a5903..72d94b8 100644
--- a/src/manette-monitor.c
+++ b/src/manette-monitor.c
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-monitor.h b/src/manette-monitor.h
index 5b7ff9c..b87b86a 100644
--- a/src/manette-monitor.h
+++ b/src/manette-monitor.h
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/manette-version.h.in b/src/manette-version.h.in
index 1f7bbf9..421ee42 100644
--- a/src/manette-version.h.in
+++ b/src/manette-version.h.in
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/tests/test-event-mapping.c b/tests/test-event-mapping.c
index 02a4d60..228209b 100644
--- a/tests/test-event-mapping.c
+++ b/tests/test-event-mapping.c
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/tests/test-mapping-manager.c b/tests/test-mapping-manager.c
index 0cdb1df..afa30ad 100644
--- a/tests/test-mapping-manager.c
+++ b/tests/test-mapping-manager.c
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/tests/test-mapping.c b/tests/test-mapping.c
index 8591f3c..9c9ebf7 100644
--- a/tests/test-mapping.c
+++ b/tests/test-mapping.c
@@ -12,7 +12,7 @@
  * 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 General Public License
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]