summaryrefslogtreecommitdiffstats
path: root/scanners
diff options
context:
space:
mode:
Diffstat (limited to 'scanners')
-rwxr-xr-xscanners/dot-s-files.sh7
-rwxr-xr-xscanners/ifdefs.py7
-rwxr-xr-xscanners/which-asm.sh7
3 files changed, 21 insertions, 0 deletions
diff --git a/scanners/dot-s-files.sh b/scanners/dot-s-files.sh
index 0fb7f18..d205ca1 100755
--- a/scanners/dot-s-files.sh
+++ b/scanners/dot-s-files.sh
@@ -1,4 +1,11 @@
#!/bin/bash
+#
+# Copyright (c) 2012, Al Stone <ahs3@ahs3.net>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of version 2 (only) of the GNU General
+# Public License as published by the Free Software Foundation.
+#
scanner="Dot-S-Files"
diff --git a/scanners/ifdefs.py b/scanners/ifdefs.py
index ba817fa..1d300bf 100755
--- a/scanners/ifdefs.py
+++ b/scanners/ifdefs.py
@@ -1,4 +1,11 @@
#!/usr/bin/env python
+#
+# Copyright (c) 2012, Al Stone <ahs3@ahs3.net>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of version 2 (only) of the GNU General
+# Public License as published by the Free Software Foundation.
+#
import os
import os.path
diff --git a/scanners/which-asm.sh b/scanners/which-asm.sh
index 116e44f..b4ff973 100755
--- a/scanners/which-asm.sh
+++ b/scanners/which-asm.sh
@@ -1,4 +1,11 @@
#!/bin/bash
+#
+# Copyright (c) 2012, Al Stone <ahs3@ahs3.net>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of version 2 (only) of the GNU General
+# Public License as published by the Free Software Foundation.
+#
scanner="Which-Asm"