Skip to content

Commit

Permalink
src: s/WinUSB/WinUSB+/
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 11, 2017
1 parent 6dc8aef commit 3ac6fd3
Show file tree
Hide file tree
Showing 24 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2773,7 +2773,7 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'

ISODATE=`date +%Y-%m-%d`

PACKAGE_NAME="WinUSB"
PACKAGE_NAME="WinUSB+"

cat >>confdefs.h <<_ACEOF
#define PACKAGE_NAME "$PACKAGE_NAME"
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_CONFIG_SRCDIR([src])
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])

MY_PACKAGE_INIT([WinUSB])
MY_PACKAGE_INIT([WinUSB+])

dnl Checks for programs (must be here).
AC_LANG([C++])
Expand Down
16 changes: 8 additions & 8 deletions innoSetup/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{7B35966E-246C-4D0B-98E8-53F1F1C9D8F5}
AppName=WinUSB
AppVerName=WinUSB 1.0.11
AppName=WinUSB+
AppVerName=WinUSB+ 1.0.11
AppPublisher=Congelli 501 / Colin GILLE
AppPublisherURL=http://fr.congelli.eu/
AppSupportURL=http://fr.congelli.eu/
AppUpdatesURL=http://fr.congelli.eu/
DefaultDirName={pf}\WinUSB
DefaultGroupName=WinUSB
DefaultDirName={pf}\WinUSB+
DefaultGroupName=WinUSB+
LicenseFile=../COPYING
InfoBeforeFile=../ChangeLog
OutputDir=.
Expand All @@ -46,8 +46,8 @@ Name: french; MessagesFile: compiler:Languages\French.isl
[Files]
Source: winPack/*; DestDir: {app}; Flags: ignoreversion recursesubdirs

[Icons]
; Tt
[Icons]
; Tt
Name: {group}\{cm:ProgramOnTheWeb,Congelli 501}; Filename: http://www.congelli.eu/
Name: {group}\WinUSB; Filename: {app}\WinUSB.exe
Name: {group}\{cm:UninstallProgram,WinUSB}; Filename: {uninstallexe}
Name: {group}\WinUSB+; Filename: {app}\WinUSB+.exe
Name: {group}\{cm:UninstallProgram,WinUSB+}; Filename: {uninstallexe}
8 changes: 4 additions & 4 deletions src/App.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
///File : App.cpp
//------------------------------------------------------------------------------
/*
This file is part of WinUSB.
This file is part of WinUSB+.
WinUSB is free software: you can redistribute it and/or modify
WinUSB+ 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.
WinUSB is distributed in the hope that it will be useful,
WinUSB+ 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 WinUSB. If not, see <http://www.gnu.org/licenses/>.
along with WinUSB+. If not, see <http://www.gnu.org/licenses/>.
*/
//------------------------------------------------------------------------------
#include "config.hpp"
Expand Down
8 changes: 4 additions & 4 deletions src/App.hpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
///File : App.hpp
//------------------------------------------------------------------------------
/*
This file is part of WinUSB.
This file is part of WinUSB+.
WinUSB is free software: you can redistribute it and/or modify
WinUSB+ 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.
WinUSB is distributed in the hope that it will be useful,
WinUSB+ 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 WinUSB. If not, see <http://www.gnu.org/licenses/>.
along with WinUSB+. If not, see <http://www.gnu.org/licenses/>.
*/
//------------------------------------------------------------------------------
#include "wx/wxprec.h"
Expand Down
8 changes: 4 additions & 4 deletions src/DialogAbout.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
///File : DialogAbout.cpp
//------------------------------------------------------------------------------
/*
This file is part of WinUSB.
This file is part of WinUSB+.
WinUSB is free software: you can redistribute it and/or modify
WinUSB+ 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.
WinUSB is distributed in the hope that it will be useful,
WinUSB+ 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 WinUSB. If not, see <http://www.gnu.org/licenses/>.
along with WinUSB+. If not, see <http://www.gnu.org/licenses/>.
*/
//------------------------------------------------------------------------------
#include "DialogAbout.hpp"
Expand Down
8 changes: 4 additions & 4 deletions src/DialogAbout.hpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
///File : DialogAbout.hpp
//------------------------------------------------------------------------------
/*
This file is part of WinUSB.
This file is part of WinUSB+.
WinUSB is free software: you can redistribute it and/or modify
WinUSB+ 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.
WinUSB is distributed in the hope that it will be useful,
WinUSB+ 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 WinUSB. If not, see <http://www.gnu.org/licenses/>.
along with WinUSB+. If not, see <http://www.gnu.org/licenses/>.
*/
//------------------------------------------------------------------------------
#ifndef DIALOG_ABOUT_HPP_WINUSBGUI
Expand Down
8 changes: 4 additions & 4 deletions src/MainFrame.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
///File : MainFrame.cpp
//------------------------------------------------------------------------------
/*
This file is part of WinUSB.
This file is part of WinUSB+.
WinUSB is free software: you can redistribute it and/or modify
WinUSB+ 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.
WinUSB is distributed in the hope that it will be useful,
WinUSB+ 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 WinUSB. If not, see <http://www.gnu.org/licenses/>.
along with WinUSB+. If not, see <http://www.gnu.org/licenses/>.
*/
//------------------------------------------------------------------------------
#include "MainFrame.hpp"
Expand Down
8 changes: 4 additions & 4 deletions src/MainFrame.hpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
///File : MainFrame.hpp
//------------------------------------------------------------------------------
/*
This file is part of WinUSB.
This file is part of WinUSB+.
WinUSB is free software: you can redistribute it and/or modify
WinUSB+ 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.
WinUSB is distributed in the hope that it will be useful,
WinUSB+ 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 WinUSB. If not, see <http://www.gnu.org/licenses/>.
along with WinUSB+. If not, see <http://www.gnu.org/licenses/>.
*/
#if not defined MAIN_FRAME_HPP_WINUSBGUI
#define MAIN_FRAME_HPP_WINUSBGUI
Expand Down
8 changes: 4 additions & 4 deletions src/MainPanel.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
///File : MainPanel.cpp
//------------------------------------------------------------------------------
/*
This file is part of WinUSB.
This file is part of WinUSB+.
WinUSB is free software: you can redistribute it and/or modify
WinUSB+ 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.
WinUSB is distributed in the hope that it will be useful,
WinUSB+ 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 WinUSB. If not, see <http://www.gnu.org/licenses/>.
along with WinUSB+. If not, see <http://www.gnu.org/licenses/>.
*/
//------------------------------------------------------------------------------
#include "MainPanel.hpp"
Expand Down
8 changes: 4 additions & 4 deletions src/MainPanel.hpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
///File : MainPanel.hpp
//------------------------------------------------------------------------------
/*
This file is part of WinUSB.
This file is part of WinUSB+.
WinUSB is free software: you can redistribute it and/or modify
WinUSB+ 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.
WinUSB is distributed in the hope that it will be useful,
WinUSB+ 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 WinUSB. If not, see <http://www.gnu.org/licenses/>.
along with WinUSB+. If not, see <http://www.gnu.org/licenses/>.
*/
//------------------------------------------------------------------------------
#include "wx/wxprec.h"
Expand Down
8 changes: 4 additions & 4 deletions src/MyException.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
//------------------------------------------------------------------------------
/*
This file is part of WinUSB.
This file is part of WinUSB+.
WinUSB is free software: you can redistribute it and/or modify
WinUSB+ 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.
WinUSB is distributed in the hope that it will be useful,
WinUSB+ 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 WinUSB. If not, see <http://www.gnu.org/licenses/>.
along with WinUSB+. If not, see <http://www.gnu.org/licenses/>.
*/
//------------------------------------------------------------------------------
#include "MyException.hpp"
Expand Down
8 changes: 4 additions & 4 deletions src/MyException.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
//------------------------------------------------------------------------------
/*
This file is part of WinUSB.
This file is part of WinUSB+.
WinUSB is free software: you can redistribute it and/or modify
WinUSB+ 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.
WinUSB is distributed in the hope that it will be useful,
WinUSB+ 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 WinUSB. If not, see <http://www.gnu.org/licenses/>.
along with WinUSB+. If not, see <http://www.gnu.org/licenses/>.
*/
//------------------------------------------------------------------------------
#if not defined MY_EXCEPTION_HPP_WINUSBGUI
Expand Down
8 changes: 4 additions & 4 deletions src/data/listDvdDrive
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
# Copyright © 2013 Colin GILLE / congelli501
# Copyright © 2017 slacka et. al.

# This file is part of WinUSB.
# This file is part of WinUSB+.
#
# WinUSB is free software: you can redistribute it and/or modify
# WinUSB+ 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.
#
# WinUSB is distributed in the hope that it will be useful,
# WinUSB+ 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 WinUSB If not, see <http://www.gnu.org/licenses/>.
# along with WinUSB+ If not, see <http://www.gnu.org/licenses/>.

## Makes debuggers' life easier - Unofficial Bash Strict Mode
## BASHDOC: Shell Builtin Commands - Modifying Shell Behavior - The Set Builtin
Expand Down
8 changes: 4 additions & 4 deletions src/data/listUsb
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
# Copyright © 2013 Colin GILLE / congelli501
# Copyright © 2017 slacka et. al.

# This file is part of WinUSB.
# This file is part of WinUSB+.
#
# WinUSB is free software: you can redistribute it and/or modify
# WinUSB+ 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.
#
# WinUSB is distributed in the hope that it will be useful,
# WinUSB+ 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 WinUSB If not, see <http://www.gnu.org/licenses/>.
# along with WinUSB+ If not, see <http://www.gnu.org/licenses/>.

## Makes debuggers' life easier - Unofficial Bash Strict Mode
## BASHDOC: Shell Builtin Commands - Modifying Shell Behavior - The Set Builtin
Expand Down
8 changes: 4 additions & 4 deletions src/findFile.cpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
///File : findFile.cpp
//------------------------------------------------------------------------------
/*
This file is part of WinUSB.
This file is part of WinUSB+.
WinUSB is free software: you can redistribute it and/or modify
WinUSB+ 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.
WinUSB is distributed in the hope that it will be useful,
WinUSB+ 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 WinUSB. If not, see <http://www.gnu.org/licenses/>.
along with WinUSB+. If not, see <http://www.gnu.org/licenses/>.
*/
//------------------------------------------------------------------------------
#include "findFile.hpp"
Expand Down
8 changes: 4 additions & 4 deletions src/findFile.hpp
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
///File : findFile.hpp
//------------------------------------------------------------------------------
/*
This file is part of WinUSB.
This file is part of WinUSB+.
WinUSB is free software: you can redistribute it and/or modify
WinUSB+ 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.
WinUSB is distributed in the hope that it will be useful,
WinUSB+ 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 WinUSB. If not, see <http://www.gnu.org/licenses/>.
along with WinUSB+. If not, see <http://www.gnu.org/licenses/>.
*/
//------------------------------------------------------------------------------
#include "wx/wxprec.h"
Expand Down
Loading

0 comments on commit 3ac6fd3

Please sign in to comment.