Skip to content

Commit

Permalink
Added licensing details...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 26, 2007
1 parent 25365ec commit 90566f4
Show file tree
Hide file tree
Showing 62 changed files with 827 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Application.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* Application.cpp - Implementation for the Application class
*
*/
Expand Down
8 changes: 8 additions & 0 deletions Application.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* Application.h - Main application class (program starts here)
*
*/
Expand Down
8 changes: 8 additions & 0 deletions CompareFilePanel.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* CompareFilePanel.cpp - Implementation of the CompareFilePanel class
*
*/
Expand Down
8 changes: 8 additions & 0 deletions CompareFilePanel.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* CompareFilePanel.h - UI class for a single file. This class is typically
* used in conjunction with the CompareFilesUI class. CompareFilePanel class
* contains a textbox, combobox, and directory selection button. It binds the
Expand Down
8 changes: 8 additions & 0 deletions CompareFilesUI.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* CompareFilesUI.cpp - Implementation of CompareFilesUI class
*
*/
Expand Down
8 changes: 8 additions & 0 deletions CompareFilesUI.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* CompareFilesUI.h - Window that provides the interface for comparing files
*
*/
Expand Down
8 changes: 8 additions & 0 deletions CompareFolderPanel.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* CompareFolderPanel.cpp - Implementation of the CompareFolderPanel class
*
*/
Expand Down
8 changes: 8 additions & 0 deletions CompareFolderPanel.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* CompareFolderPanel.h - UI class for a single file. This class is typically
* used in conjunction with the CompareFilesUI class. CompareFolderPanel class
* contains a textbox, combobox, and directory selection button. It binds the
Expand Down
8 changes: 8 additions & 0 deletions CompareFolders.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

#include "CompareFolders.h"
#include <assert.h>
#include "wx/dir.h"
Expand Down
8 changes: 8 additions & 0 deletions CompareFolders.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* CompareFolders.h - This class examines two or three folders (and optionally
* subfolders) and determines how the directory structures and the content
* differ.
Expand Down
8 changes: 8 additions & 0 deletions CompareFoldersUI.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* CompareFoldersUI.cpp - Implementation of CompareFoldersUI class
*
*/
Expand Down
8 changes: 8 additions & 0 deletions CompareFoldersUI.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* CompareFoldersUI.h - Window that provides the interface for comparing folders
*
*/
Expand Down
8 changes: 8 additions & 0 deletions CompareUI.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* CompareUI.h - Base class for Compare window objects. This provides an
* interface for functions that are used on all types of comparison windows.
*/
Expand Down
8 changes: 8 additions & 0 deletions Config.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* Config.cpp - Implementation for Config class
*
*/
Expand Down
8 changes: 8 additions & 0 deletions Config.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* Config.h - Class to read/write configuration data for MojoMerge
* The Config class will use the wxConfig class to save/restore configuration
* data in a portable manor.
Expand Down
8 changes: 8 additions & 0 deletions ConfigUI.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* ConfigUI.cpp - Implementation of ConfigUI object
*
*/
Expand Down
8 changes: 8 additions & 0 deletions ConfigUI.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* ConfigUI.h - User interface to the Config object
*
*/
Expand Down
8 changes: 8 additions & 0 deletions DataTypes.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* DataTypes.h - Generic data types used by objects in the MojoMerge namespace
*
*/
Expand Down
8 changes: 8 additions & 0 deletions Diff.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* Diff.h - Base class for various Diff implementations
*
*/
Expand Down
8 changes: 8 additions & 0 deletions DiffTextEdit.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* DiffTextEdit.cpp - Implementation of DiffTextEdit class
*
*/
Expand Down
8 changes: 8 additions & 0 deletions DiffTextEdit.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* DiffTextEdit.h - wxStyledTextCtrl with special "helper" functions used
* specifically for marking diffs, merging, etc...
*/
Expand Down
8 changes: 8 additions & 0 deletions FileMergeTransaction.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* FileMergeTransaction - Implementation of the FileMergeTransaction class.
*
*/
Expand Down
8 changes: 8 additions & 0 deletions FileMergeTransaction.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* FileMergeTransaction.h - A transaction specific to file merging
*
*/
Expand Down
8 changes: 8 additions & 0 deletions FolderHunk.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* FolderHunk.cpp - Implementation of FolderHunk class
*
*/
Expand Down
8 changes: 8 additions & 0 deletions FolderHunk.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* FolderHunk.h - Class that represents a block of files and folders
* resulting from a folder comparison. Unlike the "Hunk" object, this object
* contains everything in the comparison, not just differences.
Expand Down
8 changes: 8 additions & 0 deletions FolderMerge.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* FolderMerge.cpp - Implementation of FolderMerge class
*
*/
Expand Down
8 changes: 8 additions & 0 deletions FolderMerge.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* FolderMerge.h - Class for making merge transactions from FolderHunks
*
*/
Expand Down
8 changes: 8 additions & 0 deletions FolderMergeTransaction.cpp
@@ -0,0 +1,8 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

8 changes: 8 additions & 0 deletions FolderMergeTransaction.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* FileMergeTransaction.h - A transaction specific to file merging
*
*/
Expand Down
8 changes: 8 additions & 0 deletions GNUDiff.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* GNUDiff.cpp - Implementation for the GNUDiff class
*
*/
Expand Down
8 changes: 8 additions & 0 deletions GNUDiff.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* GNUDiff.h - Implementation of Diff using the GNU Diff command-line tools
*
*/
Expand Down
8 changes: 8 additions & 0 deletions Hunk.cpp
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* Hunk.cpp - Implementation for the Hunk class
*
*/
Expand Down
8 changes: 8 additions & 0 deletions Hunk.h
@@ -1,3 +1,11 @@
/*
* MojoMerge -- A cross-platform compare-and-merge utility.
* Copyright (C) 2007 Ryan C. Gordon and Gregory S. Read.
*
* Please refer to LICENSE.txt in the root directory of the source
* distribution for licensing details.
*/

/* Hunk.h - This class represents a change in a diff comparison
*
*/
Expand Down

0 comments on commit 90566f4

Please sign in to comment.