summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-01-18 08:45:20 +0000
committerWill Thompson <will@willthompson.co.uk>2012-01-18 08:45:20 +0000
commite56155e6341df436c24656def12da5f334549bcd (patch)
tree2a0571b930ed346945305e9cb3160ff408c577d7
parent6eb91c1c18d8d4ec0127a47a04a9a9ca5fefd2c5 (diff)
Add huge ugly license blocks to source files
-rw-r--r--Bustle/Loader.hs18
-rw-r--r--Bustle/Loader/Pcap.hs18
-rw-r--r--Bustle/Monitor.hs18
-rw-r--r--Bustle/Noninteractive.hs18
-rw-r--r--Bustle/Regions.hs18
-rw-r--r--Bustle/Stats.hs18
-rw-r--r--Bustle/UI/Canvas.hs18
-rw-r--r--Bustle/UI/DetailsView.hs18
-rw-r--r--Bustle/UI/FilterDialog.hs18
-rw-r--r--Bustle/UI/Recorder.hs18
-rw-r--r--Bustle/UI/Util.hs18
11 files changed, 198 insertions, 0 deletions
diff --git a/Bustle/Loader.hs b/Bustle/Loader.hs
index cc0428c..e1d3aaf 100644
--- a/Bustle/Loader.hs
+++ b/Bustle/Loader.hs
@@ -1,3 +1,21 @@
+{-
+Bustle.Loader: loads logs using one of the two sub-loaders
+Copyright © 2011–2012 Collabora Ltd.
+
+This library is free software; you can redistribute it and/or
+modify it 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.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+-}
module Bustle.Loader
( readLog
, LoadError(..)
diff --git a/Bustle/Loader/Pcap.hs b/Bustle/Loader/Pcap.hs
index 711e0b1..c87c947 100644
--- a/Bustle/Loader/Pcap.hs
+++ b/Bustle/Loader/Pcap.hs
@@ -1,3 +1,21 @@
+{-
+Bustle.Loader.Pcap: loads logs out of pcap files using dbus-core
+Copyright © 2011–2012 Collabora Ltd.
+
+This library is free software; you can redistribute it and/or
+modify it 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.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+-}
{-# LANGUAGE PatternGuards, FlexibleContexts #-}
module Bustle.Loader.Pcap
( readPcap
diff --git a/Bustle/Monitor.hs b/Bustle/Monitor.hs
index d1e5c1d..eecd1ae 100644
--- a/Bustle/Monitor.hs
+++ b/Bustle/Monitor.hs
@@ -1,3 +1,21 @@
+{-
+Bustle.Monitor: Haskell binding for pcap-monitor.c
+Copyright © 2012 Collabora Ltd.
+
+This library is free software; you can redistribute it and/or
+modify it 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.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+-}
{-# LANGUAGE ForeignFunctionInterface #-}
module Bustle.Monitor
(
diff --git a/Bustle/Noninteractive.hs b/Bustle/Noninteractive.hs
index 2986a27..56e5d74 100644
--- a/Bustle/Noninteractive.hs
+++ b/Bustle/Noninteractive.hs
@@ -1,3 +1,21 @@
+{-
+Bustle.Noninteractive: driver for ASCII-art statistics generation
+Copyright © 2008–2012 Collabora Ltd.
+
+This library is free software; you can redistribute it and/or
+modify it 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.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+-}
module Bustle.Noninteractive
( runCount
, runTime
diff --git a/Bustle/Regions.hs b/Bustle/Regions.hs
index 33392ff..43b4e06 100644
--- a/Bustle/Regions.hs
+++ b/Bustle/Regions.hs
@@ -1,3 +1,21 @@
+{-
+Bustle.Regions: tracks a series of selectable horizontal stripes
+Copyright © 2011–2012 Collabora Ltd.
+
+This library is free software; you can redistribute it and/or
+modify it 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.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+-}
{-# LANGUAGE DeriveFunctor #-}
module Bustle.Regions
(
diff --git a/Bustle/Stats.hs b/Bustle/Stats.hs
index db7cc72..8a3e206 100644
--- a/Bustle/Stats.hs
+++ b/Bustle/Stats.hs
@@ -1,3 +1,21 @@
+{-
+Bustle.Stats: calculates statistics for D-Bus logs
+Copyright © 2009–2011 Collabora Ltd.
+
+This library is free software; you can redistribute it and/or
+modify it 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.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+-}
module Bustle.Stats
( TallyType(..)
, FrequencyInfo(..)
diff --git a/Bustle/UI/Canvas.hs b/Bustle/UI/Canvas.hs
index 51895b2..86c4060 100644
--- a/Bustle/UI/Canvas.hs
+++ b/Bustle/UI/Canvas.hs
@@ -1,3 +1,21 @@
+{-
+Bustle.UI.Canvas: displays diagrams
+Copyright © 2008–2012 Collabora Ltd.
+
+This library is free software; you can redistribute it and/or
+modify it 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.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+-}
module Bustle.UI.Canvas
(
Canvas
diff --git a/Bustle/UI/DetailsView.hs b/Bustle/UI/DetailsView.hs
index 9c0ceba..78123dc 100644
--- a/Bustle/UI/DetailsView.hs
+++ b/Bustle/UI/DetailsView.hs
@@ -1,3 +1,21 @@
+{-
+Bustle.UI.DetailsView: displays the bodies of D-Bus messages
+Copyright © 2011–2012 Collabora Ltd.
+
+This library is free software; you can redistribute it and/or
+modify it 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.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+-}
module Bustle.UI.DetailsView
( DetailsView
, detailsViewNew
diff --git a/Bustle/UI/FilterDialog.hs b/Bustle/UI/FilterDialog.hs
index b0a1e66..424f116 100644
--- a/Bustle/UI/FilterDialog.hs
+++ b/Bustle/UI/FilterDialog.hs
@@ -1,3 +1,21 @@
+{-
+Bustle.UI.FilterDialog: allows the user to filter the displayed log
+Copyright © 2011 Collabora Ltd.
+
+This library is free software; you can redistribute it and/or
+modify it 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.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+-}
module Bustle.UI.FilterDialog
( runFilterDialog
)
diff --git a/Bustle/UI/Recorder.hs b/Bustle/UI/Recorder.hs
index 2759927..71c37ea 100644
--- a/Bustle/UI/Recorder.hs
+++ b/Bustle/UI/Recorder.hs
@@ -1,3 +1,21 @@
+{-
+Bustle.UI.Recorder: dialogs for driving Bustle.Monitor
+Copyright © 2012 Collabora Ltd.
+
+This library is free software; you can redistribute it and/or
+modify it 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.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+-}
module Bustle.UI.Recorder
(
recorderChooseFile
diff --git a/Bustle/UI/Util.hs b/Bustle/UI/Util.hs
index 769d4ad..eceab0c 100644
--- a/Bustle/UI/Util.hs
+++ b/Bustle/UI/Util.hs
@@ -1,3 +1,21 @@
+{-
+Bustle.UI.Util: miscellaneous clickable utility functions
+Copyright © 2012 Collabora Ltd.
+
+This library is free software; you can redistribute it and/or
+modify it 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.
+
+This library 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+-}
module Bustle.UI.Util
(
displayError