Skip to content

Commit 508388f

Browse files
author
Niels van Adrichem
committed
Changed software name in licensing notes.
1 parent 9cbf9e1 commit 508388f

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

CCNx/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with OpenNetMon. If not, see <http://www.gnu.org/licenses/>.
16+
# along with NDNFlow. If not, see <http://www.gnu.org/licenses/>.
1717

1818
SDN-NDNFlow CCNx switch module
1919
=================================

CCNx/config.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with OpenNetMon. If not, see <http://www.gnu.org/licenses/>.
16+
# along with NDNFlow. If not, see <http://www.gnu.org/licenses/>.
1717

1818

1919
#client datapathid, compulsory

CCNx/src/ClientManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# GNU General Public License for more details.
1717
#
1818
# You should have received a copy of the GNU General Public License
19-
# along with OpenNetMon. If not, see <http://www.gnu.org/licenses/>.
19+
# along with NDNFlow. If not, see <http://www.gnu.org/licenses/>.
2020
**/
2121

2222
import java.io.BufferedReader;

CCNx/src/ContentProps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with OpenNetMon. If not, see <http://www.gnu.org/licenses/>.
17+
# along with NDNFlow. If not, see <http://www.gnu.org/licenses/>.
1818
**/
1919

2020

CCNx/tools/ClientManager

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with OpenNetMon. If not, see <http://www.gnu.org/licenses/>.
18+
# along with NDNFlow. If not, see <http://www.gnu.org/licenses/>.
1919

2020
JAR_FILE=ccn.jar
2121
JAVA_HOME=${JAVA_HOME:=/usr}

CCNx/tools/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# GNU General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU General Public License
18-
# along with OpenNetMon. If not, see <http://www.gnu.org/licenses/>.
18+
# along with NDNFlow. If not, see <http://www.gnu.org/licenses/>.
1919

2020
JAR_FILE=ccn.jar
2121
JAVA_HOME=${JAVA_HOME:=/usr}

POX/CCNxPlugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with OpenNetMon. If not, see <http://www.gnu.org/licenses/>.
16+
# along with NDNFlow. If not, see <http://www.gnu.org/licenses/>.
1717

1818
from pox.core import core
1919
from pox.lib.util import *

POX/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with OpenNetMon. If not, see <http://www.gnu.org/licenses/>.
16+
# along with NDNFlow. If not, see <http://www.gnu.org/licenses/>.
1717

1818
SDN-NDNFlow POX Controller module
1919
=================================

POX/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with OpenNetMon. If not, see <http://www.gnu.org/licenses/>.
16+
# along with NDNFlow. If not, see <http://www.gnu.org/licenses/>.
1717

POX/forwarding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with OpenNetMon. If not, see <http://www.gnu.org/licenses/>.
16+
# along with NDNFlow. If not, see <http://www.gnu.org/licenses/>.
1717

1818
"""
1919
OpenNetMon.Forwarding

0 commit comments

Comments
 (0)