summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2019-08-30 20:51:56 -0600
committerAaron Ball <nullspoon@oper.io>2019-08-30 20:51:56 -0600
commit4c68efc4ed4f4811f6b93e410e11378b2a9ae0a7 (patch)
tree2c414d50f560c04947e96267eb9511c1d29dbf7d
parent2afe448294995e29a7ff8895cd972a5a24ece1f1 (diff)
downloadupwgen-4c68efc4ed4f4811f6b93e410e11378b2a9ae0a7.tar.gz
upwgen-4c68efc4ed4f4811f6b93e410e11378b2a9ae0a7.tar.xz
main.c:change license header to block comment style
-rw-r--r--src/main.c33
1 files changed, 17 insertions, 16 deletions
diff --git a/src/main.c b/src/main.c
index a625288..9ad82ab 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,18 +1,20 @@
-// upwgen generates random internationalized passwords
-// Copyright (C) 2019 Aaron Ball <nullspoon@oper.io>
-//
-// This program 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 3 of the License, or
-// (at your option) any later version.
-//
-// This program 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.
-//
-// You should have received a copy of the GNU General Public License
-// along with this program. If not, see <http://www.gnu.org/licenses/>.
+/**
+ * upwgen generates random internationalized passwords
+ * Copyright (C) 2019 Aaron Ball <nullspoon@oper.io>
+ *
+ * This program 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -146,7 +148,6 @@ int main(int argc, char* argv[]) {
i++;
}
-
if(debug)
i18n_set_dump(set);

Generated by cgit