fix accidental lowercasing of license headers
authorFelix Fietkau <nbd@openwrt.org>
Sun, 3 Feb 2008 04:00:21 +0000 (05:00 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 3 Feb 2008 04:00:21 +0000 (05:00 +0100)
cli.c
file.c
list.c
uci.h

diff --git a/cli.c b/cli.c
index bfbb92c468b760203f8f83f990ed5f53d037c943..c3e92e349843aa4362ec1bc0883e6b72c1bd8216 100644 (file)
--- a/cli.c
+++ b/cli.c
@@ -1,4 +1,5 @@
 /*
+ * cli - Command Line Interface for the Unified Configuration Interface
  * Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/file.c b/file.c
index 6052c4010a4c74c1e7f1151b209ebf9e77e531f5..152d175da122a218b0828e8c2814abe19c82e363 100644 (file)
--- a/file.c
+++ b/file.c
@@ -2,9 +2,9 @@
  * libuci - Library for the Unified Configuration Interface
  * Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org>
  *
- * this program is free software; you can redistribute it and/or modify
- * it under the terms of the gnu lesser general public license version 2.1
- * as published by the free software foundation
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 2.1
+ * as published by the Free Software Foundation
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/list.c b/list.c
index ab2683c4c47d282018336b1be628f2a76b489e02..502f51f216cd3debaa9e83eb1a8969af71247491 100644 (file)
--- a/list.c
+++ b/list.c
@@ -2,9 +2,9 @@
  * libuci - Library for the Unified Configuration Interface
  * Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org>
  *
- * this program is free software; you can redistribute it and/or modify
- * it under the terms of the gnu lesser general public license version 2.1
- * as published by the free software foundation
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 2.1
+ * as published by the Free Software Foundation
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/uci.h b/uci.h
index 6ca644fa56b2dfe9201910f06f3ced7d11a7018f..43270c45b81b0e60026b25944d3ec14263551038 100644 (file)
--- a/uci.h
+++ b/uci.h
@@ -2,9 +2,9 @@
  * libuci - Library for the Unified Configuration Interface
  * Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org>
  *
- * this program is free software; you can redistribute it and/or modify
- * it under the terms of the gnu lesser general public license version 2.1
- * as published by the free software foundation
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 2.1
+ * as published by the Free Software Foundation
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of